Fix bad translation (is was translated to is not :-)), update.
This commit is contained in:
parent
382577919a
commit
8974a45484
@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2005-07-26 Michal Čihař <michal@cihar.com>
|
||||
* lang/czech: Fix bad translation (is was translated to is not :-)),
|
||||
update.
|
||||
|
||||
2005-08-01 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/common.lib.php: bug #1249239, XSS vulnerability on Create page
|
||||
* Documentation.html: "bug #1248598, explain another cause of the Missing
|
||||
|
||||
@ -58,6 +58,7 @@ $strAll = 'V
|
||||
$strAlterOrderBy = 'Změnit pořadí tabulky podle';
|
||||
$strAnalyzeTable = 'Analyzovat tabulku';
|
||||
$strAnd = 'a';
|
||||
$strAndThen = 'a poté';
|
||||
$strAnIndex = 'K tabulce %s byl přidán index';
|
||||
$strAnyHost = 'Jakýkoliv počítač';
|
||||
$strAny = 'Jakýkoliv';
|
||||
@ -250,7 +251,7 @@ $strEncloseInTransaction = 'Uzav
|
||||
$strEndCut = 'KONEC VÝPISU';
|
||||
$strEnd = 'Konec';
|
||||
$strEndRaw = 'KONEC VÝPISU';
|
||||
$strEngineAvailable = 'Úlo¾i¹tì %s není dostupné na tomto MySQL serveru.';
|
||||
$strEngineAvailable = 'Úložiště %s je dostupné na tomto MySQL serveru.';
|
||||
$strEngineDisabled = 'Úložiště %s je vypnuté na tomto MySQL serveru.';
|
||||
$strEngines = 'Úložiště';
|
||||
$strEngineUnsupported = 'Tento MySQL server nepodporuje úložiště %s.';
|
||||
@ -817,5 +818,4 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
|
||||
$strZip = '"zazipováno"';
|
||||
|
||||
$strAndThen = 'and then'; //to translate
|
||||
?>
|
||||
|
||||
@ -59,6 +59,7 @@ $strAll = 'Všechno';
|
||||
$strAlterOrderBy = 'Změnit pořadí tabulky podle';
|
||||
$strAnalyzeTable = 'Analyzovat tabulku';
|
||||
$strAnd = 'a';
|
||||
$strAndThen = 'a poté';
|
||||
$strAnIndex = 'K tabulce %s byl přidán index';
|
||||
$strAnyHost = 'Jakýkoliv počítač';
|
||||
$strAny = 'Jakýkoliv';
|
||||
@ -251,7 +252,7 @@ $strEncloseInTransaction = 'Uzavřít příkazy v transakci';
|
||||
$strEndCut = 'KONEC VÝPISU';
|
||||
$strEnd = 'Konec';
|
||||
$strEndRaw = 'KONEC VÝPISU';
|
||||
$strEngineAvailable = 'Úložiště %s není dostupné na tomto MySQL serveru.';
|
||||
$strEngineAvailable = 'Úložiště %s je dostupné na tomto MySQL serveru.';
|
||||
$strEngineDisabled = 'Úložiště %s je vypnuté na tomto MySQL serveru.';
|
||||
$strEngines = 'Úložiště';
|
||||
$strEngineUnsupported = 'Tento MySQL server nepodporuje úložiště %s.';
|
||||
@ -818,5 +819,4 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
|
||||
$strZip = '"zazipováno"';
|
||||
|
||||
$strAndThen = 'and then'; //to translate
|
||||
?>
|
||||
|
||||
@ -58,6 +58,7 @@ $strAll = 'V
|
||||
$strAlterOrderBy = 'Změnit pořadí tabulky podle';
|
||||
$strAnalyzeTable = 'Analyzovat tabulku';
|
||||
$strAnd = 'a';
|
||||
$strAndThen = 'a poté';
|
||||
$strAnIndex = 'K tabulce %s byl přidán index';
|
||||
$strAnyHost = 'Jakýkoliv počítač';
|
||||
$strAny = 'Jakýkoliv';
|
||||
@ -250,7 +251,7 @@ $strEncloseInTransaction = 'Uzav
|
||||
$strEndCut = 'KONEC VÝPISU';
|
||||
$strEnd = 'Konec';
|
||||
$strEndRaw = 'KONEC VÝPISU';
|
||||
$strEngineAvailable = 'Úložištì %s není dostupné na tomto MySQL serveru.';
|
||||
$strEngineAvailable = 'Úložiště %s je dostupné na tomto MySQL serveru.';
|
||||
$strEngineDisabled = 'Úložiště %s je vypnuté na tomto MySQL serveru.';
|
||||
$strEngines = 'Úložiště';
|
||||
$strEngineUnsupported = 'Tento MySQL server nepodporuje úložiště %s.';
|
||||
@ -817,5 +818,4 @@ $strYes = 'Ano';
|
||||
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
|
||||
$strZip = '"zazipováno"';
|
||||
|
||||
$strAndThen = 'and then'; //to translate
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user