Character Sets and Collations

This commit is contained in:
Alexander M. Turek
2003-07-23 19:08:11 +00:00
parent fcba0c459a
commit 70652a5352
95 changed files with 2201 additions and 92 deletions

View File

@@ -5,12 +5,23 @@ phpMyAdmin - Changelog
$Id$
$Source$
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).
* 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
* 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
@@ -35,17 +46,17 @@ $Source$
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
* 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
* 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 )
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

View File

@@ -667,4 +667,25 @@ $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
?>

View File

@@ -668,4 +668,25 @@ $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
?>

View File

@@ -659,4 +659,25 @@ $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
?>

View File

@@ -660,4 +660,25 @@ $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
?>

View File

@@ -683,4 +683,25 @@ $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
?>

View File

@@ -682,4 +682,25 @@ $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
?>

View File

@@ -681,4 +681,25 @@ $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
?>

View File

@@ -682,4 +682,25 @@ $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
?>

View File

@@ -662,4 +662,25 @@ $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
?>

View File

@@ -663,4 +663,25 @@ $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
?>

View File

@@ -662,4 +662,25 @@ $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
?>

View File

@@ -654,4 +654,25 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l
$strZip = '"comprimit amb zip"';
// 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
?>

View File

@@ -655,4 +655,25 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l
$strZip = '"comprimit amb zip"';
// 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
?>

View File

@@ -660,4 +660,25 @@ $strYes = ' 是 ';
$strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.';
$strZip = '"zipped"';
$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
?>

View File

@@ -659,4 +659,25 @@ $strYes = '
$strZeroRemovesTheLimit = '<27><>: <20>]<5D>w<EFBFBD>o<EFBFBD>ǿﶵ<C7BF><EFB6B5> 0 (<28>s) <20>i<EFBFBD>Ѱ<EFBFBD><D1B0><EFBFBD><EFBFBD><EFBFBD>.';
$strZip = '"zipped"';
$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
?>

View File

@@ -660,4 +660,25 @@ $strZip = '"zipped"';
$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
?>

View File

@@ -659,4 +659,25 @@ $strZip = '"zipped"';
$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
?>

View File

@@ -680,4 +680,25 @@ $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
?>

View File

@@ -681,4 +681,25 @@ $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
?>

View File

@@ -680,4 +680,25 @@ $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
?>

View File

@@ -660,4 +660,25 @@ $strZeroRemovesTheLimit = 'Pozn
$strZip = '"zazipov<6F>no"';
// 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
?>

View File

@@ -661,4 +661,25 @@ $strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu)
$strZip = '"zazipováno"';
// 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
?>

View File

@@ -660,4 +660,25 @@ $strZeroRemovesTheLimit = 'Pozn
$strZip = '"zazipov<6F>no"';
// 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
?>

View File

@@ -675,4 +675,25 @@ $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
?>

View File

@@ -676,4 +676,25 @@ $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
?>

View File

@@ -670,4 +670,25 @@ $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
?>

View File

@@ -671,4 +671,25 @@ $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
?>

View File

@@ -653,4 +653,25 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l
$strZip = '"zipped"';
$strAddAutoIncrement = 'Add AUTO_INCREMENT value';
$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
?>

View File

@@ -654,4 +654,25 @@ $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the l
$strZip = '"zipped"';
$strAddAutoIncrement = 'Add AUTO_INCREMENT value';
$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
?>

View File

@@ -654,4 +654,25 @@ $strZeroRemovesTheLimit = 'M
$strZip = '"zipitud"';
// 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
?>

View File

@@ -655,4 +655,25 @@ $strZeroRemovesTheLimit = 'Märkus: Märkides antud seaded 0 (null) , eemaldate
$strZip = '"zipitud"';
// 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
?>

View File

@@ -677,4 +677,25 @@ $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
?>

View File

@@ -678,4 +678,25 @@ $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
?>

View File

@@ -655,4 +655,25 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl
$strZip = '"zipp<70>"';
// 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
?>

View File

@@ -656,4 +656,25 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
$strZip = '"zippé"';
// 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
?>

View File

@@ -659,4 +659,25 @@ $strZeroRemovesTheLimit = 'Nota: Se estas opci
$strZip = 'comprimido no formato "zip"';
// 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
?>

View File

@@ -660,4 +660,25 @@ $strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) e
$strZip = 'comprimido no formato "zip"';
// 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
?>

View File

@@ -10,6 +10,7 @@
*/
$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';
@@ -680,4 +681,25 @@ $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
?>

View File

@@ -30,8 +30,12 @@ $strAbortedClients = 'Abgebrochen';
$strAbsolutePathToDocSqlDir = 'Bitte geben Sie den vollst<73>ndigen Pfad auf dem Webserver zum docSQL-Verzeichnis ein.';
$strAccessDenied = 'Zugriff verweigert.';
$strAction = 'Aktion';
$strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zur<75>ckgewiesen. Sie sollten Ihre Einstellungen f<>r Host, Benutzername und Kennwort in Ihrer config.inc.php <20>berpr<70>fen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.';
$strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzuf<75>gen';
$strAddDeleteColumn = 'Spalten hinzuf<75>gen/entfernen';
$strAddDeleteRow = 'Zeilen hinzuf<75>gen/entfernen';
$strAddDropDatabase = 'DROP DATABASE hinzuf<75>gen';
$strAddIntoComments = 'In Kommentarbereich einbeziehen';
$strAddNewField = 'Neue Felder hinzuf<75>gen';
$strAddPriv = 'Rechte hinzuf<75>gen';
$strAddPrivMessage = 'Rechte wurden hinzugef<65>gt';
@@ -70,14 +74,15 @@ $strAutomaticLayout = 'Automatische Anordnung';
$strBack = 'Zur<75>ck';
$strBeginCut = 'AUSSCHNITTSANFANG';
$strBeginRaw = 'BEGINN DER AUSGABE';
$strBinary = ' Bin<EFBFBD>r ';
$strBinaryDoNotEdit = ' Bin<EFBFBD>r - nicht editierbar !';
$strBinary = 'Bin<69>r';
$strBinaryDoNotEdit = 'Bin<69>r - nicht editierbar!';
$strBookmarkDeleted = 'SQL-Abfrage wurde gel<65>scht.';
$strBookmarkLabel = 'Titel';
$strBookmarkQuery = 'Gespeicherte SQL-Abfrage';
$strBookmarkThis = 'SQL-Abfrage speichern';
$strBookmarkView = 'Nur zeigen';
$strBrowse = 'Anzeigen';
$strBulgarian = 'Bulgarisch';
$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';
@@ -90,6 +95,8 @@ $strCantRenameIdxToPrimary = 'Kann Index nicht in PRIMARY umbenennen!';
$strCantUseRecodeIconv = 'Weder die iconv- noch libiconv- oder recode_string-Funktion konnte verwandt werden, obwohl die ben<65>tigten php-Erweiterungen angeblich geladen wurden. Bitte <20>berpr<70>fen Sie Ihre PHP-Konfiguration.';
$strCardinality = 'Kardinalit<69>t';
$strCarriage = 'Wagenr<6E>cklauf \\r';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strChange = '<27>ndern';
$strChangeCopyMode = 'Erstelle einen neuen Benutzer mit identischen Rechten und ...';
$strChangeCopyModeCopy = ' ... behalte den alten bei.';
@@ -101,6 +108,8 @@ $strChangeDisplay = 'Anzuzeigende Spalte bestimmen';
$strChangePassword = 'Kennwort <20>ndern';
$strCharset = 'Zeichensatz';
$strCharsetOfFile = 'Zeichencodierung der Datei:';
$strCharsets = 'Zeichens<6E>tze';
$strCharsetsAndCollations = 'Zeichens<6E>tze und Sortierungstabellen';
$strCheckAll = 'Alle ausw<73>hlen';
$strCheckDbPriv = 'Rechte einer Datenbank pr<70>fen';
$strCheckPrivs = 'Rechte <20>berpr<70>fen';
@@ -108,6 +117,7 @@ $strCheckPrivsLong = '
$strCheckTable = '<27>berpr<70>fe Tabelle';
$strChoosePage = 'Bitte w<>hlen Sie die zu bearbeitende Seite.';
$strColComFeat = 'Darstellung von Spaltenkommentaren';
$strCollation = 'Sortierung';
$strColumn = 'Spalte';
$strColumnNames = 'Spaltennamen';
$strColumnPrivileges = 'Spaltenspezifische Rechte';
@@ -122,6 +132,7 @@ $strConnections = 'Verbindungen';
$strCookiesRequired = 'Ab diesem Punkt m<>ssen Cookies aktiviert sein.';
$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';
$strCreateIndex = 'Index <20>ber&nbsp;%s&nbsp;Spalten anlegen';
@@ -131,6 +142,8 @@ $strCreateNewTable = 'Neue Tabelle in Datenbank %s erstellen';
$strCreatePage = 'Neue Seite erstellen';
$strCreatePdfFeat = 'Erzeugen von PDFs';
$strCriteria = 'Kriterium';
$strCroatian = 'Kroatisch';
$strCzech = 'Tschechisch';
$strDBComment = 'Datenbankkommentar: ';
$strDBGContext = 'Kontext';
@@ -142,11 +155,14 @@ $strDBGMinTimeMs = 'Min. Zeit in ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Zeit/Treffer in ms';
$strDBGTotalTimeMs = 'Gesamtzeit in ms';
$strDanish = 'D<>nisch';
$strData = 'Daten';
$strDataDict = 'Strukturverzeichnis';
$strDataOnly = 'Nur Daten';
$strDatabase = 'Datenbank';
$strDatabaseExportOptions = 'Export-Optionen der Datenbank';
$strDatabaseHasBeenDropped = 'Datenbank %s wurde gel<65>scht.';
$strDatabaseNoTable = 'Diese Datenbank enth<74>lt keine Tabelle!';
$strDatabaseWildcard = 'Datenbank (Platzhalter sind erlaubt):';
$strDatabases = 'Datenbanken';
$strDatabasesDropped = 'Es wurden %s Datenbanken gel<65>scht.';
@@ -168,6 +184,8 @@ $strDeleted = 'Die Zeile wurde gel
$strDeletedRows = 'Gel<65>schte Zeilen:';
$strDeleting = 'L<>sche %s';
$strDescending = 'absteigend';
$strDescription = 'Beschreibung';
$strDictionary = 'W<>rterbuch';
$strDisabled = 'Deaktiviert';
$strDisplay = 'Zeige';
$strDisplayFeat = 'Anzeige verkn<6B>pfter Daten';
@@ -182,6 +200,7 @@ $strDropSelectedDatabases = 'Ausgew
$strDropTable = 'Tabelle l<>schen:';
$strDropUsersDb = 'Die gleichnamigen Datenbanken l<>schen.';
$strDumpComments = 'Spaltenkommentare als SQL-Kommentare einbetten';
$strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.';
$strDumpXRows = 'Exportiere %s Datens<6E>tze ab Zeile %s.';
$strDumpingData = 'Daten f<>r Tabelle';
$strDynamic = 'dynamisch';
@@ -196,8 +215,12 @@ $strEnabled = 'Aktiviert';
$strEnd = 'Ende';
$strEndCut = 'AUSSCHNITTSENDE';
$strEndRaw = 'ENDE DER AUSGABE';
$strEnglish = 'Englisch';
$strEnglishPrivileges = ' Anmerkung: MySQL-Rechte werden auf Englisch angegeben. ';
$strError = 'Fehler';
$strEstonian = 'Estnisch';
$strExcelOptions = 'Excel-Optionen';
$strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausf<73>hren';
$strExplain = 'SQL erkl<6B>ren';
$strExport = 'Exportieren';
$strExportToXML = 'Ins XML-Format exportieren';
@@ -212,6 +235,7 @@ $strFieldsEmpty = ' Sie m
$strFieldsEnclosedBy = 'Felder eingeschlossen von';
$strFieldsEscapedBy = 'Felder escaped von';
$strFieldsTerminatedBy = 'Felder getrennt mit';
$strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte <20>ndern Sie den Dateinamen oder w<>hlen Sie die <20>berschreibungs-Option.';
$strFileCouldNotBeRead = 'Die Datei konnte nicht gelesen werden';
$strFileNameTemplate = 'Dateinamenskonvention';
$strFileNameTemplateHelp = 'Benutzen Sie __DB__ f<>r den Datenbanknamen, __TABLE__ f<>r den Tabellennamen und %sbeliebige strftime-Optionen%s zur Angabe von Datumsvariablen. Die Erweiterung wird automagisch hinzugef<65>gt. Jeglicher anderer Text wird beibehalten.';
@@ -227,6 +251,7 @@ $strFunction = 'Funktion';
$strGenBy = 'Erstellt von';
$strGenTime = 'Erstellungszeit';
$strGeneralRelationFeat = 'Allgemeine Verkn<6B>pfungsfunktionen';
$strGerman = 'Deutsch';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale Rechte';
$strGlobalValue = 'Globaler Wert';
@@ -243,6 +268,7 @@ $strHomepageOfficial = ' Offizielle phpMyAdmin-Homepage ';
$strHomepageSourceforge = ' phpMyAdmin-Downloadseite bei Sourceforge ';
$strHost = 'Host';
$strHostEmpty = 'Es wurde kein Host angegeben!';
$strHungarian = 'Ungarisch';
$strId = 'ID';
$strIdxFulltext = 'Volltext';
@@ -264,6 +290,7 @@ $strInsert = 'Einf
$strInsertAsNewRow = ' Als neuen Datensatz speichern ';
$strInsertNewRow = 'Neue Zeile einf<6E>gen';
$strInsertTextfiles = 'Textdatei in Tabelle einf<6E>gen';
$strInsertedRowId = 'Letzte automatisch eingef<65>gte ID:';
$strInsertedRows = 'Eingef<65>gte Zeilen:';
$strInstructions = 'Befehle';
$strInvalidName = '"%s" ist ein reserviertes Wort, welches nicht als Datenbank-, Feld- oder Tabellenname verwendet werden darf.';
@@ -277,6 +304,7 @@ $strKeyname = 'Name';
$strKill = 'Beenden';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-Optionen';
$strLandscape = 'Querformat';
$strLength = ' L<>nge ';
$strLengthSet = 'L<>nge/Set*';
@@ -286,6 +314,9 @@ $strLines = 'Zeilen';
$strLinesTerminatedBy = 'Zeilen getrennt mit';
$strLinkNotFound = 'Der Verweis wurde nicht gefunden.';
$strLinksTo = 'Verweise';
$strLithuanian = 'Litauisch';
$strLoadExplanation = 'Die beste Methode zur Verarbeitung der hochgeladenen Datei durch MySQL ist standardm<64><6D>ig aktiviert. W<>hlen Sie bei Problemen bitte die andere Methode.';
$strLoadMethod = 'LOAD-Methode';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Datei';
$strLogPassword = 'Kennwort:';
@@ -312,6 +343,9 @@ $strModifyIndexTopic = 'Index modifizieren';
$strMoreStatusVars = 'Weitere Statusvariablen';
$strMoveTable = 'Verschiebe Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strMoveTableOK = 'Tabelle %s wurde nach %s verschoben.';
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
$strMultilingual = 'multilingual';
$strMustSelectFile = 'Bitte geben Sie eine Datei an, die eingef<65>gt werden soll.';
$strMySQLCharset = 'MySQL-Zeichensatz';
$strMySQLReloaded = 'MySQL wurde neu gestartet.';
$strMySQLSaid = 'MySQL meldet: ';
@@ -334,10 +368,12 @@ $strNoIndexPartsDefined = 'Keine Indizies definiert.';
$strNoModification = 'Keine <20>nderung';
$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';
$strNoQuery = 'Kein SQL-Befehl!';
$strNoRights = 'Sie haben nicht genug Rechte um fortzufahren!';
$strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.';
$strNoTablesFound = 'Es wurden keine Tabellen in der Datenbank gefunden.';
$strNoUsersFound = 'Es wurden keine Benutzer gefunden.';
$strNoUsersSelected = 'Es wurden keine Benutzer ausgew<65>hlt.';
@@ -361,10 +397,12 @@ $strOptionally = 'optional';
$strOptions = 'Optionen';
$strOr = 'oder';
$strOverhead = '<27>berhang';
$strOverwriteExisting = 'Bestehende Datei(en) <20>berschreiben';
$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.';
$strPHPVersion = 'PHP-Version';
$strPageNumber = 'Seite:';
$strPaperSize = 'Papiergr<67><72>e';
$strPartialText = 'gek<65>rzte Textfelder';
$strPassword = 'Kennwort';
$strPasswordChanged = 'Das Kennwort f<>r %s wurde ge<67>ndert.';
@@ -377,6 +415,7 @@ $strPdfNoTables = 'keine Tabellen';
$strPerHour = 'pro Stunde';
$strPerMinute = 'pro Minute';
$strPerSecond = 'pro Sekunde';
$strPhoneBook = 'Telefonbuch';
$strPhp = 'PHP-Code erzeugen';
$strPmaDocumentation = 'phpMyAdmin-Dokumentation';
$strPmaUriError = 'Das <tt>$cfg[\'PmaAbsoluteUri\']</tt>-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!';
@@ -436,6 +475,7 @@ $strQuerySQLHistory = 'SQL-Verlaufsprotokoll';
$strQueryStatistics = '<b>Abfragestatisktik</b>: Seit seinem Start wurden %s Abfragen an diesen MySQL-Server gesandt.';
$strQueryTime = 'die Abfrage dauerte %01.4f sek';
$strQueryType = 'Abfrageart';
$strQueryWindowLock = 'Abfrage vor <20>nderungen ausserhalb des Fensters sch<63>tzen';
$strReType = 'Wiederholen';
$strReceived = 'Empfangen';
@@ -443,6 +483,7 @@ $strRecords = 'Eintr
$strReferentialIntegrity = 'Pr<50>fe referentielle Integrit<69>t:';
$strRelationNotWorking = 'Die zus<75>tzlichen Funktionen f<>r verkn<6B>pfte Tabellen wurden automatisch deaktiviert. Klicken Sie %shier%s um herauszufinden warum.';
$strRelationView = 'Beziehungs<67>bersicht';
$strRelations = 'Tabellenverkn<6B>pfungen';
$strRelationalSchema = 'Beziehungsschema';
$strReloadFailed = 'MySQL Neuladen fehlgeschlagen.';
$strReloadMySQL = 'MySQL neu starten';
@@ -453,6 +494,7 @@ $strRenameTable = 'Tabelle umbenennen in';
$strRenameTableOK = 'Tabelle %s wurde umbenannt in %s.';
$strRepairTable = 'Repariere Tabelle';
$strReplace = 'Ersetzen';
$strReplaceNULLBy = 'Ersetze NULL mit';
$strReplaceTable = 'Tabelleninhalt ersetzen';
$strReset = 'Zur<75>cksetzen';
$strResourceLimits = 'Ressourcenbeschr<68>nkungen';
@@ -486,6 +528,7 @@ $strSQPBugInvalidIdentifer = 'Ung
$strSQPBugUnclosedQuote = 'Nicht geschlossene Anf<6E>hrungszeichen';
$strSQPBugUnknownPunctuation = 'Unbekannte Interpunktion';
$strSave = 'Speichern';
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
$strScaleFactorSmall = 'Der Skalierungsfaktor ist zu klein, sodass das Schma nicht auf eine Seite passt!';
$strSearch = 'Suche';
$strSearchFormTitle = 'Durchsuche die Datenbank';
@@ -497,6 +540,7 @@ $strSearchOption3 = 'genau diese Zeichenkette';
$strSearchOption4 = 'als regul<75>ren Ausdruck';
$strSearchResultsFor = 'Suchergebnisse f<>r "<i>%s</i>" %s:';
$strSearchType = 'Finde:';
$strSecretRequired = 'Ab sofort muss ein geheimes Passwort zur Verschl<68>sselung in der Konfigurationsdatei gesetzt werden (blowfish_secret).';
$strSelect = 'Teilw. anzeigen';
$strSelectADb = 'Bitte Datenbank ausw<73>hlen';
$strSelectAll = 'Alle ausw<73>hlen';
@@ -548,6 +592,7 @@ $strStructure = 'Struktur';
$strSubmit = 'Abschicken';
$strSuccess = 'Ihr SQL-Befehl wurde erfolgreich ausgef<65>hrt.';
$strSum = 'Gesamt';
$strSwedish = 'Schwedisch';
$strSwitchToTable = 'Zur kopierten Tabelle wechseln';
$strTable = 'Tabelle';
@@ -558,6 +603,7 @@ $strTableHasBeenEmptied = 'Die Tabelle %s wurde geleert.';
$strTableHasBeenFlushed = 'Die Tabelle %s wurde geschlossen und zwischengespeicherte Daten gespeichert.';
$strTableMaintenance = 'Hilfsmittel';
$strTableOfContents = 'Inhalt';
$strTableOptions = 'Tabellenoptionen';
$strTableStructure = 'Tabellenstruktur f<>r Tabelle';
$strTableType = 'Tabellentyp';
$strTables = '%s Tabellen';
@@ -570,6 +616,7 @@ $strThisHost = 'Dieser Host';
$strThisNotDirectory = 'Dies ist kein Verzeichnis';
$strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.';
$strTime = 'Dauer';
$strToggleScratchboard = 'Klemmbrett anzeigen';
$strTotal = 'insgesamt';
$strTotalUC = 'Insgesamt';
$strTraffic = 'Traffic';
@@ -584,8 +631,10 @@ $strTransformation_text_plain__link = 'Benutzt den Inhalt eines Feldes um einen
$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<65>ngt wird, um eine Abschneidung kenntlich zu machen (Standard: ...).';
$strTransformation_text_plain__unformatted = 'Wandelt Sonderzeichen nach HTML-Regeln um, um HTML-formatierungen innerhalb des Feldinhaltes unwirksam zu machen.';
$strTruncateQueries = 'Zeige die SQL-Abfragen verk<72>rzt an';
$strTurkish = 'T<>rkisch';
$strType = 'Typ';
$strUkrainian = 'Ukrainisch';
$strUncheckAll = 'Auswahl entfernen';
$strUnique = 'Unique';
$strUnselectAll = 'Auswahl entfernen';
@@ -615,6 +664,7 @@ $strValue = 'Wert';
$strVar = 'Variable';
$strViewDump = 'Dump (Schema) der Tabelle anzeigen';
$strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen';
$strViewDumpDatabases = 'Dump (Schema) der Datenbanken anzeigen';
$strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver';
$strWebServerUploadDirectoryError = 'Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.';
@@ -632,33 +682,6 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschr<68>nkung.';
$strZip = 'Zip-komprimiert';
$strLaTeXOptions = 'LaTeX-Optionen';
$strRelations = 'Tabellenverkn<6B>pfungen';
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
$strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!';
$strMustSelectFile = 'Bitte geben Sie eine Datei an, die eingef<65>gt werden soll.';
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
$strOverwriteExisting = 'Bestehende Datei(en) <20>berschreiben';
$strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte <20>ndern Sie den Dateinamen oder w<>hlen Sie die <20>berschreibungs-Option.';
$strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.';
$strNoPermission = 'Der Webserver hat keine Schreibrechte um die Datei %s zu speichern.';
$strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.';
$strInsertedRowId = 'Letzte automatisch eingef<65>gte ID:';
$strLoadMethod = 'LOAD-Methode';
$strLoadExplanation = 'Die beste Methode zur Verarbeitung der hochgeladenen Datei durch MySQL ist standardm<64><6D>ig aktiviert. W<>hlen Sie bei Problemen bitte die andere Methode.';
$strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausf<73>hren';
$strExcelOptions = 'Excel-Optionen';
$strReplaceNULLBy = 'Ersetze NULL mit';
$strQueryWindowLock = 'Abfrage vor <20>nderungen ausserhalb des Fensters sch<63>tzen';
$strPaperSize = 'Papiergr<67><72>e';
$strDatabaseNoTable = 'Diese Datenbank enth<74>lt keine Tabelle!';
$strViewDumpDatabases = 'Dump (Schema) der Datenbanken anzeigen';
$strAddIntoComments = 'In Kommentarbereich einbeziehen';
$strDatabaseExportOptions = 'Export-Optionen der Datenbank';
$strAddDropDatabase = 'DROP DATABASE hinzuf<75>gen';
$strToggleScratchboard = 'Klemmbrett anzeigen';
$strTableOptions = 'Tabellenoptionen';
$strSecretRequired = 'Ab sofort muss ein geheimes Passwort zur Verschl<68>sselung in der Konfigurationsdatei gesetzt werden (blowfish_secret).';
$strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zur<75>ckgewiesen. Sie sollten Ihre Einstellungen f<>r Host, Benutzername und Kennwort in Ihrer config.inc.php <20>berpr<70>fen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.';
$strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzuf<75>gen';
?>
// To translate
?>

View File

@@ -31,8 +31,12 @@ $strAbortedClients = 'Abgebrochen';
$strAbsolutePathToDocSqlDir = 'Bitte geben Sie den vollständigen Pfad auf dem Webserver zum docSQL-Verzeichnis ein.';
$strAccessDenied = 'Zugriff verweigert.';
$strAction = 'Aktion';
$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.';
$strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzufügen';
$strAddDeleteColumn = 'Spalten hinzufügen/entfernen';
$strAddDeleteRow = 'Zeilen hinzufügen/entfernen';
$strAddDropDatabase = 'DROP DATABASE hinzufügen';
$strAddIntoComments = 'In Kommentarbereich einbeziehen';
$strAddNewField = 'Neue Felder hinzufügen';
$strAddPriv = 'Rechte hinzufügen';
$strAddPrivMessage = 'Rechte wurden hinzugefügt';
@@ -71,14 +75,15 @@ $strAutomaticLayout = 'Automatische Anordnung';
$strBack = 'Zurück';
$strBeginCut = 'AUSSCHNITTSANFANG';
$strBeginRaw = 'BEGINN DER AUSGABE';
$strBinary = ' Binär ';
$strBinaryDoNotEdit = ' Binär - nicht editierbar !';
$strBinary = 'Binär';
$strBinaryDoNotEdit = 'Binär - nicht editierbar!';
$strBookmarkDeleted = 'SQL-Abfrage wurde gelöscht.';
$strBookmarkLabel = 'Titel';
$strBookmarkQuery = 'Gespeicherte SQL-Abfrage';
$strBookmarkThis = 'SQL-Abfrage speichern';
$strBookmarkView = 'Nur zeigen';
$strBrowse = 'Anzeigen';
$strBulgarian = 'Bulgarisch';
$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';
@@ -91,6 +96,8 @@ $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';
$strCarriage = 'Wagenrücklauf \\r';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strChange = 'Ändern';
$strChangeCopyMode = 'Erstelle einen neuen Benutzer mit identischen Rechten und ...';
$strChangeCopyModeCopy = ' ... behalte den alten bei.';
@@ -102,6 +109,8 @@ $strChangeDisplay = 'Anzuzeigende Spalte bestimmen';
$strChangePassword = 'Kennwort ändern';
$strCharset = 'Zeichensatz';
$strCharsetOfFile = 'Zeichencodierung der Datei:';
$strCharsets = 'Zeichensätze';
$strCharsetsAndCollations = 'Zeichensätze und Sortierungstabellen';
$strCheckAll = 'Alle auswählen';
$strCheckDbPriv = 'Rechte einer Datenbank prüfen';
$strCheckPrivs = 'Rechte überprüfen';
@@ -109,6 +118,7 @@ $strCheckPrivsLong = 'Überprüft die Rechte für die Datenbank &quot;%s&quot;.'
$strCheckTable = 'Überprüfe Tabelle';
$strChoosePage = 'Bitte wählen Sie die zu bearbeitende Seite.';
$strColComFeat = 'Darstellung von Spaltenkommentaren';
$strCollation = 'Sortierung';
$strColumn = 'Spalte';
$strColumnNames = 'Spaltennamen';
$strColumnPrivileges = 'Spaltenspezifische Rechte';
@@ -123,6 +133,7 @@ $strConnections = 'Verbindungen';
$strCookiesRequired = 'Ab diesem Punkt müssen Cookies aktiviert sein.';
$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';
$strCreateIndex = 'Index über&nbsp;%s&nbsp;Spalten anlegen';
@@ -132,6 +143,8 @@ $strCreateNewTable = 'Neue Tabelle in Datenbank %s erstellen';
$strCreatePage = 'Neue Seite erstellen';
$strCreatePdfFeat = 'Erzeugen von PDFs';
$strCriteria = 'Kriterium';
$strCroatian = 'Kroatisch';
$strCzech = 'Tschechisch';
$strDBComment = 'Datenbankkommentar: ';
$strDBGContext = 'Kontext';
@@ -143,11 +156,14 @@ $strDBGMinTimeMs = 'Min. Zeit in ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Zeit/Treffer in ms';
$strDBGTotalTimeMs = 'Gesamtzeit in ms';
$strDanish = 'Dänisch';
$strData = 'Daten';
$strDataDict = 'Strukturverzeichnis';
$strDataOnly = 'Nur Daten';
$strDatabase = 'Datenbank';
$strDatabaseExportOptions = 'Export-Optionen der Datenbank';
$strDatabaseHasBeenDropped = 'Datenbank %s wurde gelöscht.';
$strDatabaseNoTable = 'Diese Datenbank enthält keine Tabelle!';
$strDatabaseWildcard = 'Datenbank (Platzhalter sind erlaubt):';
$strDatabases = 'Datenbanken';
$strDatabasesDropped = 'Es wurden %s Datenbanken gelöscht.';
@@ -169,6 +185,8 @@ $strDeleted = 'Die Zeile wurde gelöscht.';
$strDeletedRows = 'Gelöschte Zeilen:';
$strDeleting = 'Lösche %s';
$strDescending = 'absteigend';
$strDescription = 'Beschreibung';
$strDictionary = 'Wörterbuch';
$strDisabled = 'Deaktiviert';
$strDisplay = 'Zeige';
$strDisplayFeat = 'Anzeige verknüpfter Daten';
@@ -183,6 +201,7 @@ $strDropSelectedDatabases = 'Ausgewählte Datenbanken löschen';
$strDropTable = 'Tabelle löschen:';
$strDropUsersDb = 'Die gleichnamigen Datenbanken löschen.';
$strDumpComments = 'Spaltenkommentare als SQL-Kommentare einbetten';
$strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.';
$strDumpXRows = 'Exportiere %s Datensätze ab Zeile %s.';
$strDumpingData = 'Daten für Tabelle';
$strDynamic = 'dynamisch';
@@ -197,8 +216,12 @@ $strEnabled = 'Aktiviert';
$strEnd = 'Ende';
$strEndCut = 'AUSSCHNITTSENDE';
$strEndRaw = 'ENDE DER AUSGABE';
$strEnglish = 'Englisch';
$strEnglishPrivileges = ' Anmerkung: MySQL-Rechte werden auf Englisch angegeben. ';
$strError = 'Fehler';
$strEstonian = 'Estnisch';
$strExcelOptions = 'Excel-Optionen';
$strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausführen';
$strExplain = 'SQL erklären';
$strExport = 'Exportieren';
$strExportToXML = 'Ins XML-Format exportieren';
@@ -213,6 +236,7 @@ $strFieldsEmpty = ' Sie müssen angeben wie viele Felder die Tabelle haben soll!
$strFieldsEnclosedBy = 'Felder eingeschlossen von';
$strFieldsEscapedBy = 'Felder escaped von';
$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';
$strFileNameTemplateHelp = 'Benutzen Sie __DB__ für den Datenbanknamen, __TABLE__ für den Tabellennamen und %sbeliebige strftime-Optionen%s zur Angabe von Datumsvariablen. Die Erweiterung wird automagisch hinzugefügt. Jeglicher anderer Text wird beibehalten.';
@@ -228,6 +252,7 @@ $strFunction = 'Funktion';
$strGenBy = 'Erstellt von';
$strGenTime = 'Erstellungszeit';
$strGeneralRelationFeat = 'Allgemeine Verknüpfungsfunktionen';
$strGerman = 'Deutsch';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale Rechte';
$strGlobalValue = 'Globaler Wert';
@@ -244,6 +269,7 @@ $strHomepageOfficial = ' Offizielle phpMyAdmin-Homepage ';
$strHomepageSourceforge = ' phpMyAdmin-Downloadseite bei Sourceforge ';
$strHost = 'Host';
$strHostEmpty = 'Es wurde kein Host angegeben!';
$strHungarian = 'Ungarisch';
$strId = 'ID';
$strIdxFulltext = 'Volltext';
@@ -265,6 +291,7 @@ $strInsert = 'Einfügen';
$strInsertAsNewRow = ' Als neuen Datensatz speichern ';
$strInsertNewRow = 'Neue Zeile einfügen';
$strInsertTextfiles = 'Textdatei in Tabelle einfügen';
$strInsertedRowId = 'Letzte automatisch eingefügte ID:';
$strInsertedRows = 'Eingefügte Zeilen:';
$strInstructions = 'Befehle';
$strInvalidName = '"%s" ist ein reserviertes Wort, welches nicht als Datenbank-, Feld- oder Tabellenname verwendet werden darf.';
@@ -278,6 +305,7 @@ $strKeyname = 'Name';
$strKill = 'Beenden';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-Optionen';
$strLandscape = 'Querformat';
$strLength = ' Länge ';
$strLengthSet = 'Länge/Set*';
@@ -287,6 +315,9 @@ $strLines = 'Zeilen';
$strLinesTerminatedBy = 'Zeilen getrennt mit';
$strLinkNotFound = 'Der Verweis wurde nicht gefunden.';
$strLinksTo = 'Verweise';
$strLithuanian = 'Litauisch';
$strLoadExplanation = 'Die beste Methode zur Verarbeitung der hochgeladenen Datei durch MySQL ist standardmäßig aktiviert. Wählen Sie bei Problemen bitte die andere Methode.';
$strLoadMethod = 'LOAD-Methode';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Datei';
$strLogPassword = 'Kennwort:';
@@ -313,6 +344,9 @@ $strModifyIndexTopic = 'Index modifizieren';
$strMoreStatusVars = 'Weitere Statusvariablen';
$strMoveTable = 'Verschiebe Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strMoveTableOK = 'Tabelle %s wurde nach %s verschoben.';
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
$strMultilingual = 'multilingual';
$strMustSelectFile = 'Bitte geben Sie eine Datei an, die eingefügt werden soll.';
$strMySQLCharset = 'MySQL-Zeichensatz';
$strMySQLReloaded = 'MySQL wurde neu gestartet.';
$strMySQLSaid = 'MySQL meldet: ';
@@ -335,10 +369,12 @@ $strNoIndexPartsDefined = 'Keine Indizies definiert.';
$strNoModification = 'Keine Änderung';
$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';
$strNoQuery = 'Kein SQL-Befehl!';
$strNoRights = 'Sie haben nicht genug Rechte um fortzufahren!';
$strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.';
$strNoTablesFound = 'Es wurden keine Tabellen in der Datenbank gefunden.';
$strNoUsersFound = 'Es wurden keine Benutzer gefunden.';
$strNoUsersSelected = 'Es wurden keine Benutzer ausgewählt.';
@@ -362,10 +398,12 @@ $strOptionally = 'optional';
$strOptions = 'Optionen';
$strOr = 'oder';
$strOverhead = 'Überhang';
$strOverwriteExisting = 'Bestehende Datei(en) überschreiben';
$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.';
$strPHPVersion = 'PHP-Version';
$strPageNumber = 'Seite:';
$strPaperSize = 'Papiergröße';
$strPartialText = 'gekürzte Textfelder';
$strPassword = 'Kennwort';
$strPasswordChanged = 'Das Kennwort für %s wurde geändert.';
@@ -378,6 +416,7 @@ $strPdfNoTables = 'keine Tabellen';
$strPerHour = 'pro Stunde';
$strPerMinute = 'pro Minute';
$strPerSecond = 'pro Sekunde';
$strPhoneBook = 'Telefonbuch';
$strPhp = 'PHP-Code erzeugen';
$strPmaDocumentation = 'phpMyAdmin-Dokumentation';
$strPmaUriError = 'Das <tt>$cfg[\'PmaAbsoluteUri\']</tt>-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!';
@@ -437,6 +476,7 @@ $strQuerySQLHistory = 'SQL-Verlaufsprotokoll';
$strQueryStatistics = '<b>Abfragestatisktik</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 ausserhalb des Fensters schützen';
$strReType = 'Wiederholen';
$strReceived = 'Empfangen';
@@ -444,6 +484,7 @@ $strRecords = 'Einträge';
$strReferentialIntegrity = 'Prüfe referentielle Integrität:';
$strRelationNotWorking = 'Die zusätzlichen Funktionen für verknüpfte Tabellen wurden automatisch deaktiviert. Klicken Sie %shier%s um herauszufinden warum.';
$strRelationView = 'Beziehungsübersicht';
$strRelations = 'Tabellenverknüpfungen';
$strRelationalSchema = 'Beziehungsschema';
$strReloadFailed = 'MySQL Neuladen fehlgeschlagen.';
$strReloadMySQL = 'MySQL neu starten';
@@ -454,6 +495,7 @@ $strRenameTable = 'Tabelle umbenennen in';
$strRenameTableOK = 'Tabelle %s wurde umbenannt in %s.';
$strRepairTable = 'Repariere Tabelle';
$strReplace = 'Ersetzen';
$strReplaceNULLBy = 'Ersetze NULL mit';
$strReplaceTable = 'Tabelleninhalt ersetzen';
$strReset = 'Zurücksetzen';
$strResourceLimits = 'Ressourcenbeschränkungen';
@@ -487,6 +529,7 @@ $strSQPBugInvalidIdentifer = 'Ungültiger Bezeichner';
$strSQPBugUnclosedQuote = 'Nicht geschlossene Anführungszeichen';
$strSQPBugUnknownPunctuation = 'Unbekannte Interpunktion';
$strSave = 'Speichern';
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
$strScaleFactorSmall = 'Der Skalierungsfaktor ist zu klein, sodass das Schma nicht auf eine Seite passt!';
$strSearch = 'Suche';
$strSearchFormTitle = 'Durchsuche die Datenbank';
@@ -498,6 +541,7 @@ $strSearchOption3 = 'genau diese Zeichenkette';
$strSearchOption4 = 'als regulären Ausdruck';
$strSearchResultsFor = 'Suchergebnisse für "<i>%s</i>" %s:';
$strSearchType = 'Finde:';
$strSecretRequired = 'Ab sofort muss ein geheimes Passwort zur Verschlüsselung in der Konfigurationsdatei gesetzt werden (blowfish_secret).';
$strSelect = 'Teilw. anzeigen';
$strSelectADb = 'Bitte Datenbank auswählen';
$strSelectAll = 'Alle auswählen';
@@ -549,6 +593,7 @@ $strStructure = 'Struktur';
$strSubmit = 'Abschicken';
$strSuccess = 'Ihr SQL-Befehl wurde erfolgreich ausgeführt.';
$strSum = 'Gesamt';
$strSwedish = 'Schwedisch';
$strSwitchToTable = 'Zur kopierten Tabelle wechseln';
$strTable = 'Tabelle';
@@ -559,6 +604,7 @@ $strTableHasBeenEmptied = 'Die Tabelle %s wurde geleert.';
$strTableHasBeenFlushed = 'Die Tabelle %s wurde geschlossen und zwischengespeicherte Daten gespeichert.';
$strTableMaintenance = 'Hilfsmittel';
$strTableOfContents = 'Inhalt';
$strTableOptions = 'Tabellenoptionen';
$strTableStructure = 'Tabellenstruktur für Tabelle';
$strTableType = 'Tabellentyp';
$strTables = '%s Tabellen';
@@ -571,6 +617,7 @@ $strThisHost = 'Dieser Host';
$strThisNotDirectory = 'Dies ist kein Verzeichnis';
$strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.';
$strTime = 'Dauer';
$strToggleScratchboard = 'Klemmbrett anzeigen';
$strTotal = 'insgesamt';
$strTotalUC = 'Insgesamt';
$strTraffic = 'Traffic';
@@ -585,8 +632,10 @@ $strTransformation_text_plain__link = 'Benutzt den Inhalt eines Feldes um einen
$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: ...).';
$strTransformation_text_plain__unformatted = 'Wandelt Sonderzeichen nach HTML-Regeln um, um HTML-formatierungen innerhalb des Feldinhaltes unwirksam zu machen.';
$strTruncateQueries = 'Zeige die SQL-Abfragen verkürzt an';
$strTurkish = 'Türkisch';
$strType = 'Typ';
$strUkrainian = 'Ukrainisch';
$strUncheckAll = 'Auswahl entfernen';
$strUnique = 'Unique';
$strUnselectAll = 'Auswahl entfernen';
@@ -616,6 +665,7 @@ $strValue = 'Wert';
$strVar = 'Variable';
$strViewDump = 'Dump (Schema) der Tabelle anzeigen';
$strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen';
$strViewDumpDatabases = 'Dump (Schema) der Datenbanken anzeigen';
$strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver';
$strWebServerUploadDirectoryError = 'Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.';
@@ -633,33 +683,6 @@ $strYes = 'Ja';
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert';
$strLaTeXOptions = 'LaTeX-Optionen';
$strRelations = 'Tabellenverknüpfungen';
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
$strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!';
$strMustSelectFile = 'Bitte geben Sie eine Datei an, die eingefügt werden soll.';
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
$strOverwriteExisting = 'Bestehende Datei(en) überschreiben';
$strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte ändern Sie den Dateinamen oder wählen Sie die Überschreibungs-Option.';
$strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.';
$strNoPermission = 'Der Webserver hat keine Schreibrechte um die Datei %s zu speichern.';
$strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.';
$strInsertedRowId = 'Letzte automatisch eingefügte ID:';
$strLoadMethod = 'LOAD-Methode';
$strLoadExplanation = 'Die beste Methode zur Verarbeitung der hochgeladenen Datei durch MySQL ist standardmäßig aktiviert. Wählen Sie bei Problemen bitte die andere Methode.';
$strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausführen';
$strExcelOptions = 'Excel-Optionen';
$strReplaceNULLBy = 'Ersetze NULL mit';
$strQueryWindowLock = 'Abfrage vor Änderungen ausserhalb des Fensters schützen';
$strPaperSize = 'Papiergröße';
$strDatabaseNoTable = 'Diese Datenbank enthält keine Tabelle!';
$strViewDumpDatabases = 'Dump (Schema) der Datenbanken anzeigen';
$strAddIntoComments = 'In Kommentarbereich einbeziehen';
$strDatabaseExportOptions = 'Export-Optionen der Datenbank';
$strAddDropDatabase = 'DROP DATABASE hinzufügen';
$strToggleScratchboard = 'Klemmbrett anzeigen';
$strTableOptions = 'Tabellenoptionen';
$strSecretRequired = 'Ab sofort muss ein geheimes Passwort zur Verschlüsselung in der Konfigurationsdatei gesetzt werden (blowfish_secret).';
$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.';
$strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzufügen';
?>
// To translate
?>

View File

@@ -679,4 +679,25 @@ $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
?>

View File

@@ -680,4 +680,25 @@ $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
?>

View File

@@ -677,4 +677,25 @@ $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
?>

View File

@@ -691,4 +691,25 @@ $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
?>

View File

@@ -665,4 +665,25 @@ $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
?>

View File

@@ -666,4 +666,25 @@ $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
?>

View File

@@ -654,4 +654,25 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka
$strZip = '"Dikompress dengan Zip"';
// 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
?>

View File

@@ -655,4 +655,25 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka
$strZip = '"Dikompress dengan Zip"';
// 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
?>

View File

@@ -659,4 +659,25 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
// 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
?>

View File

@@ -660,4 +660,25 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
// 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
?>

View File

@@ -665,4 +665,25 @@ $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
?>

View File

@@ -665,4 +665,25 @@ $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
?>

View File

@@ -666,4 +666,25 @@ $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
?>

View File

@@ -675,4 +675,25 @@ $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
?>

View File

@@ -659,4 +659,25 @@ $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
?>

View File

@@ -658,4 +658,25 @@ $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
?>

View File

@@ -656,4 +656,25 @@ $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
?>

View File

@@ -655,4 +655,25 @@ $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
?>

View File

@@ -678,4 +678,25 @@ $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
?>

View File

@@ -679,4 +679,25 @@ $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
?>

View File

@@ -660,4 +660,25 @@ $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
?>

View File

@@ -659,4 +659,25 @@ $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
?>

View File

@@ -654,4 +654,25 @@ $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograni
$strZip = '".zip"';
// 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
?>

View File

@@ -655,4 +655,25 @@ $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograni
$strZip = '".zip"';
// 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
?>

View File

@@ -676,4 +676,25 @@ $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
?>

View File

@@ -677,4 +677,25 @@ $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
?>

View File

@@ -655,4 +655,25 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero)
$strZip = '"arhivat"';
// 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
?>

View File

@@ -656,4 +656,25 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero)
$strZip = '"arhivat"';
// 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
?>

View File

@@ -664,4 +664,25 @@ $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
?>

View File

@@ -662,4 +662,25 @@ $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
?>

View File

@@ -663,4 +663,25 @@ $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
?>

View File

@@ -662,4 +662,25 @@ $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
?>

View File

@@ -683,4 +683,25 @@ $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
?>

View File

@@ -682,4 +682,25 @@ $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
?>

View File

@@ -655,4 +655,25 @@ $strYes = '
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastavenie t<>chto parametrov na 0 (nulu) odstr<74>ni obmedzenia.';
$strZip = '"zo zipovan<61>"';
$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
?>

View File

@@ -656,4 +656,25 @@ $strYes = 'Áno';
$strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.';
$strZip = '"zo zipované"';
$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
?>

View File

@@ -655,4 +655,25 @@ $strYes = '
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastavenie t<>chto parametrov na 0 (nulu) odstr<74>ni obmedzenia.';
$strZip = '"zo zipovan<61>"';
$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
?>

View File

@@ -660,4 +660,25 @@ $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
?>

View File

@@ -661,4 +661,25 @@ $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
?>

View File

@@ -660,4 +660,25 @@ $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
?>

View File

@@ -654,4 +654,25 @@ $strZeroRemovesTheLimit = 'Nota: si cambia los par
$strZip = '"comprimido con zip"';
// 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
?>

View File

@@ -655,4 +655,25 @@ $strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0
$strZip = '"comprimido con zip"';
// 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
?>

View File

@@ -654,4 +654,25 @@ $strZeroRemovesTheLimit = 'Anm: Genom att s
$strZip = '"zippad"';
// 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
?>

View File

@@ -655,4 +655,25 @@ $strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll)
$strZip = '"zippad"';
// 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
?>

View File

@@ -665,4 +665,25 @@ $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
?>

View File

@@ -666,4 +666,25 @@ $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
?>

View File

@@ -676,4 +676,25 @@ $strWritingRelationNotPossible = 'Writing of relation not possible'; //to trans
$strXML = 'XML';//to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //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
?>

View File

@@ -677,4 +677,25 @@ $strWritingRelationNotPossible = 'Writing of relation not possible'; //to trans
$strXML = 'XML';//to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //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
?>

View File

@@ -657,4 +657,25 @@ $strZip = 'запакувати в "zip"';
// 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
?>

View File

@@ -656,4 +656,25 @@ $strZip = '
// 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
?>

View File

@@ -5,31 +5,21 @@
if (!defined('PMA_MYSQL_CHARSETS_LIB_INCLUDED')){
define('PMA_MYSQL_CHARSETS_LIB_INCLUDED', 1);
$res = PMA_mysql_query('SHOW VARIABLES LIKE "character_sets";', $userlink)
or PMA_mysqlDie(PMA_mysql_error($userlink), 'SHOW VARIABLES LIKE "character_sets";');
$row = PMA_mysql_fetch_row($res);
@mysql_free_result($res);
unset($res);
$charsets_tmp = explode(' ', $row[1]);
unset($row);
$res = PMA_mysql_query('SHOW CHARACTER SET;', $userlink)
or PMA_mysqlDie(PMA_mysql_error($userlink), 'SHOW CHARACTER SET;');
$mysql_charsets = array();
for ($i = 0; isset($charsets_tmp[$i]); $i++) {
if (strpos(' ' . $charsets_tmp[$i], '_')) {
$current = substr($charsets_tmp[$i], 0, strpos($charsets_tmp[$i], '_'));
} else {
$current = $charsets_tmp[$i];
}
if (!in_array($current, $mysql_charsets)) {
$mysql_charsets[] = $current;
}
while ($row = PMA_mysql_fetch_array($res, MYSQL_ASSOC)) {
$mysql_charsets[] = $row['Charset'];
$mysql_charsets_maxlen[$row['Charset']] = $row['Maxlen'];
$mysql_charsets_descriptions[$row['Charset']] = $row['Description'];
}
@mysql_free_result($res);
unset($res);
unset($row);
unset($charsets_tmp);
unset($i);
unset($current);
$res = PMA_mysql_query('SHOW COLLATION;', $userlink)
or PMA_mysqlDie(PMA_mysql_error($userlink), 'SHOW COLLATION;');
if (PMA_PHP_INT_VERSION >= 40000) {
sort($mysql_charsets, SORT_STRING);
@@ -37,6 +27,106 @@ if (!defined('PMA_MYSQL_CHARSETS_LIB_INCLUDED')){
sort($mysql_charsets);
}
$mysql_collations = array_flip($mysql_charsets);
$mysql_default_collations = array();;
while ($row = PMA_mysql_fetch_array($res, MYSQL_ASSOC)) {
if (!is_array($mysql_collations[$row['Charset']])) {
$mysql_collations[$row['Charset']] = array($row['Collation']);
} else {
$mysql_collations[$row['Charset']][] = $row['Collation'];
}
if ($row['D'] == 'Y') {
$mysql_default_collations[$row['Charset']] = $row['Collation'];
}
}
reset($mysql_collations);
$mysql_collations_count = 0;
while (list($key, $value) = each($mysql_collations)) {
$mysql_collations_count += count($mysql_collations[$key]);
if (PMA_PHP_INT_VERSION >= 40000) {
sort($mysql_collations[$key], SORT_STRING);
} else {
sort($mysql_collations[$key]);
}
reset($mysql_collations[$key]);
}
reset($mysql_collations);
@mysql_free_result($res);
unset($res);
unset($row);
function PMA_getCollationDescr($collation) {
$parts = explode('_', $collation);
if (count($parts) == 1) {
return '';
}
$descr = '';
switch ($parts[1]) {
case 'bin':
$descr = $GLOBALS['strBinary'];
break;
case 'bulgarian':
$descr = $GLOBALS['strBulgarian'];
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 'estonian':
$descr = $GLOBALS['strEstonian'];
break;
case 'general':
$descr = $GLOBALS['strMultilingual'];
break;
case 'german1':
$descr = $GLOBALS['strGerman'] . ' (' . $GLOBALS['strDictionary'] . ')';
break;
case 'german2':
$descr = $GLOBALS['strGerman'] . ' (' . $GLOBALS['strPhoneBook'] . ')';
break;
case 'hungarian':
$descr = $GLOBALS['strHungarian'];
break;
case 'lithuanian':
$descr = $GLOBALS['strLithuanian'];
break;
case 'swedish':
$descr = $GLOBALS['strSwedish'];
break;
case 'turkish':
$descr = $GLOBALS['strTurkish'];
break;
case 'ukrainian':
$descr = $GLOBALS['strUkrainian'];
break;
default: return '';
}
if (!empty($parts[2])) {
if ($parts[2] == 'ci') {
$descr .= ', ' . $GLOBALS['strCaseInsensitive'];
} elseif ($parts[2] == 'cs') {
$descr .= ', ' . $GLOBALS['strCaseSensitive'];
}
}
return $descr;
}
} // $__PMA_MYSQL_CHARSETS_LIB__
?>

View File

@@ -223,6 +223,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'CHECK',
'CHECKSUM',
'CLIENT',
'COLLATION',
'COLUMN',
'COLUMNS',
'COMMENT',
@@ -452,7 +453,7 @@ if (!defined('PMA_SQP_DATA_INCLUDED')) {
'YEAR_MONTH'
);
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
$PMA_SQPdata_reserved_word_cnt = 256;
$PMA_SQPdata_reserved_word_cnt = 255;
$PMA_SQPdata_column_type = array (
'BIGINT',

109
server_collations.php3 Normal file
View File

@@ -0,0 +1,109 @@
<?php
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Does the common work
*/
require('./server_common.inc.php3');
/**
* Displays the links
*/
require('./server_links.inc.php3');
/**
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
. ' ' . $strCharsetsAndCollations . "\n"
. '</h2>' . "\n";
/**
* Checks the MySQL version
*/
if (PMA_MYSQL_INT_VERSION < 40100) {
// TODO: Some nice Message :-)
include('./footer.inc.php3');
exit;
}
/**
* Includes the required charset library
*/
require('./libraries/mysql_charsets.lib.php3');
/**
* Outputs the result
*/
echo '<table border="0">' . "\n"
. ' <tr>' . "\n"
. ' <td valign="top">' . "\n"
. ' <table border="0">' . "\n"
. ' <tr>' . "\n"
. ' <th>' . "\n"
. ' ' . $strCollation . "\n"
. ' </th>' . "\n"
. ' <th>' . "\n"
. ' ' . $strDescription . "\n"
. ' </th>' . "\n"
. ' </tr>' . "\n";
reset($mysql_charsets);
reset($mysql_collations);
$i = 0;
$table_row_count = count($mysql_charsets) + $mysql_collations_count;
while (list(, $current_charset) = each($mysql_charsets)) {
if ($i > $table_row_count / 2) {
$i = 0;
echo ' </table>' . "\n"
. ' </td>' . "\n"
. ' <td valign="top">' . "\n"
. ' <table border="0">' . "\n"
. ' <tr>' . "\n"
. ' <th>' . "\n"
. ' ' . $strCollation . "\n"
. ' </th>' . "\n"
. ' <th>' . "\n"
. ' ' . $strDescription . "\n"
. ' </th>' . "\n"
. ' </tr>' . "\n";
}
$i++;
echo ' <tr>' . "\n"
. ' <td colspan="2" bgcolor="' . $cfg['ThBgcolor'] . '" align="right">' . "\n"
. ' &nbsp;<b>' . htmlspecialchars($current_charset) . '</b>' . "\n"
. ' (<i>' . htmlspecialchars($mysql_charsets_descriptions[$current_charset]) . '</i>)&nbsp;' . "\n"
. ' </td>' . "\n"
. ' </tr>' . "\n";
$useBgcolorOne = TRUE;
reset($mysql_collations[$current_charset]);
while (list(, $current_collation) = each($mysql_collations[$current_charset])) {
$i++;
echo ' <tr>' . "\n"
. ' <td bgcolor="' . ($mysql_default_collations[$current_charset] == $current_collation ? $cfg['BrowseMarkerColor'] : ($useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo'])) . '">' . "\n"
. ' &nbsp;' . htmlspecialchars($current_collation) . '&nbsp;' . "\n"
. ' </td>' . "\n"
. ' <td bgcolor="' . ($useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']) . '">' . "\n"
. ' &nbsp;' . PMA_getCollationDescr($current_collation) . '&nbsp;' . "\n"
. ' </td>' . "\n"
. ' </tr>' . "\n";
$useBgcolorOne = !$useBgcolorOne;
}
}
unset($table_row_count);
echo ' </table>' . "\n"
. ' </td>' . "\n"
. ' </tr>' . "\n"
. '</table>' . "\n";
require('./footer.inc.php3');
?>

View File

@@ -55,6 +55,9 @@ if ($cfg['ShowMysqlInfo']) {
if ($cfg['ShowMysqlVars']) {
echo PMA_printTab($strServerTabVariables, 'server_variables.php3', $url_query);
}
if (PMA_MYSQL_INT_VERSION >= 40100) {
echo PMA_printTab($strCharsets, 'server_collations.php3', $url_query);
}
if ($is_superuser) {
echo PMA_printTab($strPrivileges, 'server_privileges.php3', $url_query);
}