czech update
This commit is contained in:
parent
a11cf39556
commit
2b338f7676
@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2004-06-07 Michal Čihař <michal@cihar.com>
|
||||
* lang/czech: Updated.
|
||||
|
||||
2004-06-07 Alexander M. Turek <me@derrabus.de>
|
||||
* css/phpmyadmin.css.php: beautifications.
|
||||
* server_databases.php, server_privileges.php, css/phpmyadmin.css.php:
|
||||
|
||||
@ -528,7 +528,7 @@ $strReceived = 'P
|
||||
$strRecords = 'Záznamů';
|
||||
$strReferentialIntegrity = 'Zkontrolovat integritu odkazů:';
|
||||
$strRefresh = 'Obnovit';
|
||||
$strRelationNotWorking = 'Některé funkce pro práci s propojenými tabulkami byly vypnuty. %sZde%s zjistíte proč.';
|
||||
$strRelationNotWorking = 'Některé z rozšířených funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proč.';
|
||||
$strRelationView = 'Zobrazit relace';
|
||||
$strRelationalSchema = 'Relační schéma';
|
||||
$strRelations = 'Relace';
|
||||
@ -630,6 +630,7 @@ $strSize = 'Velikost';
|
||||
$strSort = 'Řadit';
|
||||
$strSortByKey = 'Setřídit podle klíče';
|
||||
$strSpaceUsage = 'Využití místa';
|
||||
$strSpanish = 'Španělsky;
|
||||
$strSplitWordsWithSpace = 'Slova jsou oddělena mezerou (" ").';
|
||||
$strStatCheckTime = 'Poslední kontrola';
|
||||
$strStatCreateTime = 'Vytvoření';
|
||||
@ -745,5 +746,4 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
|
||||
$strZip = '"zazipováno"';
|
||||
|
||||
$strSpanish = 'Spanish'; //to translate
|
||||
?>
|
||||
|
||||
@ -529,7 +529,7 @@ $strReceived = 'Přijato';
|
||||
$strRecords = 'Záznamů';
|
||||
$strReferentialIntegrity = 'Zkontrolovat integritu odkazů:';
|
||||
$strRefresh = 'Obnovit';
|
||||
$strRelationNotWorking = 'Některé funkce pro práci s propojenými tabulkami byly vypnuty. %sZde%s zjistíte proč.';
|
||||
$strRelationNotWorking = 'Některé z rozšířených funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proč.';
|
||||
$strRelationView = 'Zobrazit relace';
|
||||
$strRelationalSchema = 'Relační schéma';
|
||||
$strRelations = 'Relace';
|
||||
@ -631,6 +631,7 @@ $strSize = 'Velikost';
|
||||
$strSort = 'Řadit';
|
||||
$strSortByKey = 'Setřídit podle klíče';
|
||||
$strSpaceUsage = 'Využití místa';
|
||||
$strSpanish = 'Španělsky;
|
||||
$strSplitWordsWithSpace = 'Slova jsou oddělena mezerou (" ").';
|
||||
$strStatCheckTime = 'Poslední kontrola';
|
||||
$strStatCreateTime = 'Vytvoření';
|
||||
@ -746,5 +747,4 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
|
||||
$strZip = '"zazipováno"';
|
||||
|
||||
$strSpanish = 'Spanish'; //to translate
|
||||
?>
|
||||
|
||||
@ -528,7 +528,7 @@ $strReceived = 'P
|
||||
$strRecords = 'Záznamů';
|
||||
$strReferentialIntegrity = 'Zkontrolovat integritu odkazů:';
|
||||
$strRefresh = 'Obnovit';
|
||||
$strRelationNotWorking = 'Některé funkce pro práci s propojenými tabulkami byly vypnuty. %sZde%s zjistíte proč.';
|
||||
$strRelationNotWorking = 'Některé z rozšířených funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proč.';
|
||||
$strRelationView = 'Zobrazit relace';
|
||||
$strRelationalSchema = 'Relační schéma';
|
||||
$strRelations = 'Relace';
|
||||
@ -630,6 +630,7 @@ $strSize = 'Velikost';
|
||||
$strSort = 'Řadit';
|
||||
$strSortByKey = 'Setřídit podle klíče';
|
||||
$strSpaceUsage = 'Využití místa';
|
||||
$strSpanish = 'Španělsky;
|
||||
$strSplitWordsWithSpace = 'Slova jsou oddělena mezerou (" ").';
|
||||
$strStatCheckTime = 'Poslední kontrola';
|
||||
$strStatCreateTime = 'Vytvoření';
|
||||
@ -745,5 +746,4 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
|
||||
$strZip = '"zazipováno"';
|
||||
|
||||
$strSpanish = 'Spanish'; //to translate
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user