updated translation
This commit is contained in:
@@ -14,8 +14,8 @@ $Source$
|
||||
libraries/config_import.lib.php, libraries/export/htmlexcel.php,
|
||||
libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel
|
||||
2000 export (RFE #1155122).
|
||||
* lang/czech: Updated, still missing "storage engine" translation, can't
|
||||
find any ;-).
|
||||
* lang/czech: Updated, thanks to Michal Marek (twofish) for "storage
|
||||
engine" translation.
|
||||
* lang/english: Nothing to translate here.
|
||||
* Documentation.html: Document new Excel export.
|
||||
* config.inc.php, libraries/config_import.lib.php,
|
||||
|
@@ -204,6 +204,7 @@ $strDBGTotalTimeMs = 'Celkov
|
||||
$strDbPrivileges = 'Opr<70>vn<76>n<EFBFBD> pro jednotliv<69> datab<61>ze';
|
||||
$strDBRename = 'P<>ejmenovat datab<61>zi na';
|
||||
$strDbSpecific = 'z<>visl<73> na datab<61>zi';
|
||||
$strDefaultEngine = '%s je v<>choz<6F> <20>lo<6C>i<EFBFBD>t<EFBFBD> na tomto MySQL serveru.';
|
||||
$strDefaultValueHelp = 'V<>choz<6F> hodnotu zadejte jen jednu hodnotu bez uvozovek a escapov<6F>n<EFBFBD> znak<61>, nap<61><70>klad: a';
|
||||
$strDefault = 'V<>choz<6F>';
|
||||
$strDefragment = 'Defragmentovat tabulku';
|
||||
@@ -247,8 +248,10 @@ $strEncloseInTransaction = 'Uzav
|
||||
$strEndCut = 'KONEC V<>PISU';
|
||||
$strEnd = 'Konec';
|
||||
$strEndRaw = 'KONEC V<>PISU';
|
||||
$strEngineAvailable = '%s nen<65> dostupn<70> v tomto MySQL serveru.';
|
||||
$strEngineDisabled = '%s je vypnut<75> v tomto MySQL serveru.';
|
||||
$strEngineAvailable = '<EFBFBD>lo<EFBFBD>i<EFBFBD>t<EFBFBD> %s nen<65> dostupn<70> na tomto MySQL serveru.';
|
||||
$strEngineDisabled = '<EFBFBD>lo<EFBFBD>i<EFBFBD>t<EFBFBD> %s je vypnut<75> na tomto MySQL serveru.';
|
||||
$strEngines = '<27>lo<6C>i<EFBFBD>t<EFBFBD>';
|
||||
$strEngineUnsupported = 'Tento MySQL server nepodporuje <20>lo<6C>i<EFBFBD>t<EFBFBD> %s.';
|
||||
$strEnglish = 'Anglicky';
|
||||
$strEnglishPrivileges = 'Pozn<7A>mka: n<>zvy opr<70>vn<76>n<EFBFBD> v MySQL jsou uv<75>d<EFBFBD>ny anglicky';
|
||||
$strError = 'Chyba';
|
||||
@@ -445,6 +448,7 @@ $strNoActivity = 'Byli jste p
|
||||
$strNoDatabasesSelected = 'Nebyla vybr<62>na <20><>dn<64> datab<61>ze.';
|
||||
$strNoDatabases = '<27><>dn<64> datab<61>ze';
|
||||
$strNoDescription = '<27><>dn<64> popisek';
|
||||
$strNoDetailsForEngine = 'Nejsou dostupn<70> podrobn<62>j<EFBFBD><6A> informace o tomto <20>lo<6C>i<EFBFBD>ti.';
|
||||
$strNoDropDatabases = 'P<><50>kaz "DROP DATABASE" je vypnut<75>.';
|
||||
$strNoExplain = 'Bez vysv<73>tlen<65> (EXPLAIN) SQL';
|
||||
$strNoFrames = 'phpMyAdmin se l<>pe pou<6F><75>v<EFBFBD> v prohl<68><6C>e<EFBFBD>i podporuj<75>c<EFBFBD>m r<>my ("FRAME").';
|
||||
@@ -678,6 +682,8 @@ $strStatCreateTime = 'Vytvo
|
||||
$strStatement = '<27>daj';
|
||||
$strStatUpdateTime = 'Posledn<64> zm<7A>na';
|
||||
$strStatus = 'Stav';
|
||||
$strStorageEngines = '<27>lo<6C>i<EFBFBD>t<EFBFBD>';
|
||||
$strStorageEngine = '<27>lo<6C>i<EFBFBD>t<EFBFBD>';
|
||||
$strStrucCSV = 'CSV';
|
||||
$strStrucData = 'Strukturu a data';
|
||||
$strStrucDrop = 'P<>idat DROP TABLE';
|
||||
@@ -795,16 +801,4 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
|
||||
$strZip = '"zazipov<6F>no"';
|
||||
|
||||
// To translate:
|
||||
|
||||
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||
|
||||
$strEngines = 'Engines'; //to translate
|
||||
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
|
||||
$strStorageEngines = 'Storage Engines'; //to translate
|
||||
$strStorageEngine = 'Storage Engine'; //to translate
|
||||
|
||||
?>
|
||||
|
@@ -205,6 +205,7 @@ $strDBGTotalTimeMs = 'Celkový čas, ms';
|
||||
$strDbPrivileges = 'Oprávnění pro jednotlivé databáze';
|
||||
$strDBRename = 'Přejmenovat databázi na';
|
||||
$strDbSpecific = 'závislé na databázi';
|
||||
$strDefaultEngine = '%s je výchozí úložiště na tomto MySQL serveru.';
|
||||
$strDefaultValueHelp = 'Výchozí hodnotu zadejte jen jednu hodnotu bez uvozovek a escapování znaků, například: a';
|
||||
$strDefault = 'Výchozí';
|
||||
$strDefragment = 'Defragmentovat tabulku';
|
||||
@@ -248,8 +249,10 @@ $strEncloseInTransaction = 'Uzavřít příkazy v transakci';
|
||||
$strEndCut = 'KONEC VÝPISU';
|
||||
$strEnd = 'Konec';
|
||||
$strEndRaw = 'KONEC VÝPISU';
|
||||
$strEngineAvailable = '%s není dostupný v tomto MySQL serveru.';
|
||||
$strEngineDisabled = '%s je vypnutý v tomto MySQL serveru.';
|
||||
$strEngineAvailable = 'Úložiště %s není dostupné na tomto MySQL serveru.';
|
||||
$strEngineDisabled = 'Úložiště %s je vypnuté na tomto MySQL serveru.';
|
||||
$strEngines = 'Úložiště';
|
||||
$strEngineUnsupported = 'Tento MySQL server nepodporuje úložiště %s.';
|
||||
$strEnglish = 'Anglicky';
|
||||
$strEnglishPrivileges = 'Poznámka: názvy oprávnění v MySQL jsou uváděny anglicky';
|
||||
$strError = 'Chyba';
|
||||
@@ -446,6 +449,7 @@ $strNoActivity = 'Byli jste příliš dlouho neaktivní (déle než %s sekund),
|
||||
$strNoDatabasesSelected = 'Nebyla vybrána žádná databáze.';
|
||||
$strNoDatabases = 'Žádné databáze';
|
||||
$strNoDescription = 'žádný popisek';
|
||||
$strNoDetailsForEngine = 'Nejsou dostupné podrobnější informace o tomto úložišti.';
|
||||
$strNoDropDatabases = 'Příkaz "DROP DATABASE" je vypnutý.';
|
||||
$strNoExplain = 'Bez vysvětlení (EXPLAIN) SQL';
|
||||
$strNoFrames = 'phpMyAdmin se lépe používá v prohlížeči podporujícím rámy ("FRAME").';
|
||||
@@ -679,6 +683,8 @@ $strStatCreateTime = 'Vytvoření';
|
||||
$strStatement = 'Údaj';
|
||||
$strStatUpdateTime = 'Poslední změna';
|
||||
$strStatus = 'Stav';
|
||||
$strStorageEngines = 'Úložiště';
|
||||
$strStorageEngine = 'Úložiště';
|
||||
$strStrucCSV = 'CSV';
|
||||
$strStrucData = 'Strukturu a data';
|
||||
$strStrucDrop = 'Přidat DROP TABLE';
|
||||
@@ -796,16 +802,4 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
|
||||
$strZip = '"zazipováno"';
|
||||
|
||||
// To translate:
|
||||
|
||||
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||
|
||||
$strEngines = 'Engines'; //to translate
|
||||
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
|
||||
$strStorageEngines = 'Storage Engines'; //to translate
|
||||
$strStorageEngine = 'Storage Engine'; //to translate
|
||||
|
||||
?>
|
||||
|
@@ -204,6 +204,7 @@ $strDBGTotalTimeMs = 'Celkov
|
||||
$strDbPrivileges = 'Opr<70>vn<76>n<EFBFBD> pro jednotliv<69> datab<61>ze';
|
||||
$strDBRename = 'P<>ejmenovat datab<61>zi na';
|
||||
$strDbSpecific = 'z<>visl<73> na datab<61>zi';
|
||||
$strDefaultEngine = '%s je v<>choz<6F> <20>lo<6C>i<EFBFBD>t<EFBFBD> na tomto MySQL serveru.';
|
||||
$strDefaultValueHelp = 'V<>choz<6F> hodnotu zadejte jen jednu hodnotu bez uvozovek a escapov<6F>n<EFBFBD> znak<61>, nap<61><70>klad: a';
|
||||
$strDefault = 'V<>choz<6F>';
|
||||
$strDefragment = 'Defragmentovat tabulku';
|
||||
@@ -247,8 +248,10 @@ $strEncloseInTransaction = 'Uzav
|
||||
$strEndCut = 'KONEC V<>PISU';
|
||||
$strEnd = 'Konec';
|
||||
$strEndRaw = 'KONEC V<>PISU';
|
||||
$strEngineAvailable = '%s nen<65> dostupn<70> v tomto MySQL serveru.';
|
||||
$strEngineDisabled = '%s je vypnut<75> v tomto MySQL serveru.';
|
||||
$strEngineAvailable = '<EFBFBD>lo<EFBFBD>i<EFBFBD>t<EFBFBD> %s nen<65> dostupn<70> na tomto MySQL serveru.';
|
||||
$strEngineDisabled = '<EFBFBD>lo<EFBFBD>i<EFBFBD>t<EFBFBD> %s je vypnut<75> na tomto MySQL serveru.';
|
||||
$strEngines = '<27>lo<6C>i<EFBFBD>t<EFBFBD>';
|
||||
$strEngineUnsupported = 'Tento MySQL server nepodporuje <20>lo<6C>i<EFBFBD>t<EFBFBD> %s.';
|
||||
$strEnglish = 'Anglicky';
|
||||
$strEnglishPrivileges = 'Pozn<7A>mka: n<>zvy opr<70>vn<76>n<EFBFBD> v MySQL jsou uv<75>d<EFBFBD>ny anglicky';
|
||||
$strError = 'Chyba';
|
||||
@@ -445,6 +448,7 @@ $strNoActivity = 'Byli jste p
|
||||
$strNoDatabasesSelected = 'Nebyla vybr<62>na <20><>dn<64> datab<61>ze.';
|
||||
$strNoDatabases = '<27><>dn<64> datab<61>ze';
|
||||
$strNoDescription = '<27><>dn<64> popisek';
|
||||
$strNoDetailsForEngine = 'Nejsou dostupn<70> podrobn<62>j<EFBFBD><6A> informace o tomto <20>lo<6C>i<EFBFBD>ti.';
|
||||
$strNoDropDatabases = 'P<><50>kaz "DROP DATABASE" je vypnut<75>.';
|
||||
$strNoExplain = 'Bez vysv<73>tlen<65> (EXPLAIN) SQL';
|
||||
$strNoFrames = 'phpMyAdmin se l<>pe pou<6F><75>v<EFBFBD> v prohl<68><6C>e<EFBFBD>i podporuj<75>c<EFBFBD>m r<>my ("FRAME").';
|
||||
@@ -678,6 +682,8 @@ $strStatCreateTime = 'Vytvo
|
||||
$strStatement = '<27>daj';
|
||||
$strStatUpdateTime = 'Posledn<64> zm<7A>na';
|
||||
$strStatus = 'Stav';
|
||||
$strStorageEngines = '<27>lo<6C>i<EFBFBD>t<EFBFBD>';
|
||||
$strStorageEngine = '<27>lo<6C>i<EFBFBD>t<EFBFBD>';
|
||||
$strStrucCSV = 'CSV';
|
||||
$strStrucData = 'Strukturu a data';
|
||||
$strStrucDrop = 'P<>idat DROP TABLE';
|
||||
@@ -795,16 +801,4 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
|
||||
$strZip = '"zazipov<6F>no"';
|
||||
|
||||
// To translate:
|
||||
|
||||
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
|
||||
|
||||
$strEngines = 'Engines'; //to translate
|
||||
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
|
||||
|
||||
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
|
||||
|
||||
$strStorageEngines = 'Storage Engines'; //to translate
|
||||
$strStorageEngine = 'Storage Engine'; //to translate
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user