czech translation updated

This commit is contained in:
Michal Čihař
2003-01-10 00:32:54 +00:00
parent 8f6bef6fdc
commit 05d43db54f
4 changed files with 9 additions and 6 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-01-10 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech*: Updated.
2003-01-09 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
support for the EXTRACT ... FROM syntax which is not a real

View File

@@ -144,6 +144,7 @@ $strDocu = 'Dokumentace';
$strDrop = 'Odstranit';
$strDropDB = 'Odstranit datab<61>zi %s';
$strDropTable = 'Smazat tabulku';
$strDropUsersDb = 'Odstranit datab<61>ze se stejn<6A>mi jm<6A>ny jako u<>ivatel<65>.';
$strDumpXRows = 'Vypsat %s <20><>dk<64> od %s.';
$strDumpingData = 'Dumpuji data pro tabulku';
$strDynamic = 'dynamick<63>';
@@ -279,6 +280,7 @@ $strNoQuery = '
$strNoRights = 'Nem<65>te dostate<74>n<EFBFBD> pr<70>va na proveden<65> t<>to akce!';
$strNoTablesFound = 'V&nbsp;datab<61>zi nebyla nalezena ani jedna tabulka.';
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
$strNoUsersSelected = 'Nebyl vybr<62>n <20><>dn<64> u<>ivatel.';
$strNoValidateSQL = 'Bez kontroly SQL';
$strNone = '<27><>dn<64>';
$strNotNumber = 'Toto nen<65> <20><>slo!';
@@ -538,6 +540,4 @@ $strZeroRemovesTheLimit = 'Pozn
$strZip = '"zazipov<6F>no"';
// To translate
$strNoUsersSelected = 'No users selected.'; //to translate
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
?>

View File

@@ -145,6 +145,7 @@ $strDocu = 'Dokumentace';
$strDrop = 'Odstranit';
$strDropDB = 'Odstranit databázi %s';
$strDropTable = 'Smazat tabulku';
$strDropUsersDb = 'Odstranit databáze se stejnými jmény jako uživatelé.';
$strDumpXRows = 'Vypsat %s řádků od %s.';
$strDumpingData = 'Dumpuji data pro tabulku';
$strDynamic = 'dynamický';
@@ -280,6 +281,7 @@ $strNoQuery = 'Žádný SQL dotaz!';
$strNoRights = 'Nemáte dostatečná práva na provedení této akce!';
$strNoTablesFound = 'V&nbsp;databázi nebyla nalezena ani jedna tabulka.';
$strNoUsersFound = 'Žádný uživatel nenalezen.';
$strNoUsersSelected = 'Nebyl vybrán žádný uživatel.';
$strNoValidateSQL = 'Bez kontroly SQL';
$strNone = 'Žádná';
$strNotNumber = 'Toto není číslo!';
@@ -539,6 +541,4 @@ $strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu)
$strZip = '"zazipováno"';
// To translate
$strNoUsersSelected = 'No users selected.'; //to translate
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
?>

View File

@@ -144,6 +144,7 @@ $strDocu = 'Dokumentace';
$strDrop = 'Odstranit';
$strDropDB = 'Odstranit datab<61>zi %s';
$strDropTable = 'Smazat tabulku';
$strDropUsersDb = 'Odstranit datab<61>ze se stejn<6A>mi jm<6A>ny jako u<>ivatel<65>.';
$strDumpXRows = 'Vypsat %s <20><>dk<64> od %s.';
$strDumpingData = 'Dumpuji data pro tabulku';
$strDynamic = 'dynamick<63>';
@@ -279,6 +280,7 @@ $strNoQuery = '
$strNoRights = 'Nem<65>te dostate<74>n<EFBFBD> pr<70>va na proveden<65> t<>to akce!';
$strNoTablesFound = 'V&nbsp;datab<61>zi nebyla nalezena ani jedna tabulka.';
$strNoUsersFound = '<27><>dn<64> u<>ivatel nenalezen.';
$strNoUsersSelected = 'Nebyl vybr<62>n <20><>dn<64> u<>ivatel.';
$strNoValidateSQL = 'Bez kontroly SQL';
$strNone = '<27><>dn<64>';
$strNotNumber = 'Toto nen<65> <20><>slo!';
@@ -538,6 +540,4 @@ $strZeroRemovesTheLimit = 'Pozn
$strZip = '"zazipov<6F>no"';
// To translate
$strNoUsersSelected = 'No users selected.'; //to translate
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
?>