diff --git a/ChangeLog b/ChangeLog index f0d5e69ae..d762f8da1 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,9 +7,10 @@ $Source$ 2005-11-13 Michal Čihař * Documentation.html, config.default.php, main.php, server_links.inc.php, - server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and - $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser - condition from showing php info. + server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and + $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser + condition from showing php info. + * lang/czech: Small improvements. 2005-11-13 Sebastian Mendel * db_details_structure.php: wrong js function call diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index f3c520ca0..5db0cb8dc 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -479,8 +479,8 @@ $strNoDropDatabases = 'P $strNoExplain = 'Bez vysvtlen (EXPLAIN) SQL'; $strNoFilesFoundInZip = 'V ZIP archvu nebyly nalezeny dn soubory!'; $strNoFrames = 'phpMyAdmin se lpe pouv v prohlei podporujcm rmy („FRAME“).'; -$strNoIndex = 'Nen definovn dn index!'; -$strNoIndexPartsDefined = 'dn st indexu nebyla definovna!'; +$strNoIndex = 'Tabulka nem dn index!'; +$strNoIndexPartsDefined = 'Nebyla zadna dn st indexu!'; $strNoModification = 'dn zmna'; $strNo = 'Ne'; $strNone = 'dn'; diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 538a9ab8e..decf768e8 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -480,8 +480,8 @@ $strNoDropDatabases = 'Příkaz „DROP DATABASE“ je vypnutý.'; $strNoExplain = 'Bez vysvětlení (EXPLAIN) SQL'; $strNoFilesFoundInZip = 'V ZIP archívu nebyly nalezeny žádné soubory!'; $strNoFrames = 'phpMyAdmin se lépe používá v prohlížeči podporujícím rámy („FRAME“).'; -$strNoIndex = 'Není definován žádný index!'; -$strNoIndexPartsDefined = 'Žádná část indexu nebyla definována!'; +$strNoIndex = 'Tabulka nemá žádný index!'; +$strNoIndexPartsDefined = 'Nebyla zadána žádná část indexu!'; $strNoModification = 'Žádná změna'; $strNo = 'Ne'; $strNone = 'Žádná'; diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index e8c34bd83..c93981418 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -479,8 +479,8 @@ $strNoDropDatabases = 'P $strNoExplain = 'Bez vysvtlen (EXPLAIN) SQL'; $strNoFilesFoundInZip = 'V ZIP archvu nebyly nalezeny dn soubory!'; $strNoFrames = 'phpMyAdmin se lpe pouv v prohlei podporujcm rmy („FRAME“).'; -$strNoIndex = 'Nen definovn dn index!'; -$strNoIndexPartsDefined = 'dn st indexu nebyla definovna!'; +$strNoIndex = 'Tabulka nem dn index!'; +$strNoIndexPartsDefined = 'Nebyla zadna dn st indexu!'; $strNoModification = 'dn zmna'; $strNo = 'Ne'; $strNone = 'dn';