Fix bad translation (is was translated to is not :-)), update.

This commit is contained in:
Michal Čihař 2005-08-01 21:11:55 +00:00
parent 382577919a
commit 8974a45484
4 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -58,6 +58,7 @@ $strAll = 'V
$strAlterOrderBy = 'Změnit pořadí tabulky podle';
$strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a';
$strAndThen = 'a poté';
$strAnIndex = 'K&nbsp;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
?>

View File

@ -59,6 +59,7 @@ $strAll = 'Všechno';
$strAlterOrderBy = 'Změnit pořadí tabulky podle';
$strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a';
$strAndThen = 'a poté';
$strAnIndex = 'K&nbsp;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&nbsp;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
?>

View File

@ -58,6 +58,7 @@ $strAll = 'V
$strAlterOrderBy = 'Změnit pořadí tabulky podle';
$strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a';
$strAndThen = 'a poté';
$strAnIndex = 'K&nbsp;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
?>