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<5A>nit po<70>ad<61> tabulky podle';
$strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a';
$strAndThen = 'a pot<6F>';
$strAnIndex = 'K&nbsp;tabulce %s byl p<>id<69>n index';
$strAnyHost = 'Jak<61>koliv po<70><6F>ta<74>';
$strAny = 'Jak<61>koliv';
@@ -250,7 +251,7 @@ $strEncloseInTransaction = 'Uzav
$strEndCut = 'KONEC V<>PISU';
$strEnd = 'Konec';
$strEndRaw = 'KONEC V<>PISU';
$strEngineAvailable = '<27>lo<6C>i<EFBFBD>t<EFBFBD> %s nen<EFBFBD> dostupn<70> na tomto MySQL serveru.';
$strEngineAvailable = '<27>lo<6C>i<EFBFBD>t<EFBFBD> %s je dostupn<70> na tomto MySQL serveru.';
$strEngineDisabled = '<27>lo<6C>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.';
@@ -817,5 +818,4 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
$strZip = '"zazipov<6F>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<5A>nit po<70>ad<61> tabulky podle';
$strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a';
$strAndThen = 'a pot<6F>';
$strAnIndex = 'K&nbsp;tabulce %s byl p<>id<69>n index';
$strAnyHost = 'Jak<61>koliv po<70><6F>ta<74>';
$strAny = 'Jak<61>koliv';
@@ -250,7 +251,7 @@ $strEncloseInTransaction = 'Uzav
$strEndCut = 'KONEC V<>PISU';
$strEnd = 'Konec';
$strEndRaw = 'KONEC V<>PISU';
$strEngineAvailable = '<27>lo<6C>i<EFBFBD>t<EFBFBD> %s nen<EFBFBD> dostupn<70> na tomto MySQL serveru.';
$strEngineAvailable = '<27>lo<6C>i<EFBFBD>t<EFBFBD> %s je dostupn<70> na tomto MySQL serveru.';
$strEngineDisabled = '<27>lo<6C>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.';
@@ -817,5 +818,4 @@ $strYes = 'Ano';
$strZeroRemovesTheLimit = 'Pozn<7A>mka: Nastaven<65> t<>chto parametr<74> na 0 (nulu) odstran<61> omezen<65>.';
$strZip = '"zazipov<6F>no"';
$strAndThen = 'and then'; //to translate
?>