updated lang/czech-*.inc.php3
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-08-26 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
|
* lang/czech-*.inc.php3: Updates, fixes.
|
||||||
|
|
||||||
2002-08-26 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2002-08-26 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* tbl_indexes.php3: Another fix against the Zend Accelerator bug (#571409).
|
* tbl_indexes.php3: Another fix against the Zend Accelerator bug (#571409).
|
||||||
|
|
||||||
|
@@ -44,7 +44,7 @@ $cfg['PmaAbsoluteUri'] = '';
|
|||||||
* You should use this if and ONLY if the PmaAbsoluteUri auto-detection
|
* You should use this if and ONLY if the PmaAbsoluteUri auto-detection
|
||||||
* works perfectly.
|
* works perfectly.
|
||||||
*/
|
*/
|
||||||
$cfg['PmaAbsoluteUri_DisableWarning'] = FALSE;
|
$cfg['PmaAbsoluteUri_DisableWarning'] = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Disable the default warning that is displayed on the DB Details Structure page if
|
* Disable the default warning that is displayed on the DB Details Structure page if
|
||||||
@@ -68,7 +68,7 @@ $cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settin
|
|||||||
// (this user must have read-only
|
// (this user must have read-only
|
||||||
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
|
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
|
||||||
// and "mysql/db" tables)
|
// and "mysql/db" tables)
|
||||||
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
|
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
|
||||||
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
|
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
|
||||||
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
|
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
|
||||||
// with 'config' auth_type)
|
// with 'config' auth_type)
|
||||||
@@ -181,10 +181,10 @@ $cfg['LeftDisplayLogo'] = TRUE; // display logo at top of left frame
|
|||||||
$cfg['ShowStats'] = TRUE; // allow to display statistics and space usage in
|
$cfg['ShowStats'] = TRUE; // allow to display statistics and space usage in
|
||||||
// the pages about database details and table
|
// the pages about database details and table
|
||||||
// properties
|
// properties
|
||||||
$cfg['ShowMysqlInfo'] = FALSE; // whether to display the "MySQL runtime
|
$cfg['ShowMysqlInfo'] = TRUE; // whether to display the "MySQL runtime
|
||||||
$cfg['ShowMysqlVars'] = FALSE; // information", "MySQL system variables", "PHP
|
$cfg['ShowMysqlVars'] = TRUE; // information", "MySQL system variables", "PHP
|
||||||
$cfg['ShowPhpInfo'] = FALSE; // information" and "change password" links for
|
$cfg['ShowPhpInfo'] = TRUE; // information" and "change password" links for
|
||||||
$cfg['ShowChgPassword'] = FALSE; // simple users or not
|
$cfg['ShowChgPassword'] = TRUE; // simple users or not
|
||||||
$cfg['SuggestDBName'] = TRUE; // suggest a new DB name if possible (false = keep empty)
|
$cfg['SuggestDBName'] = TRUE; // suggest a new DB name if possible (false = keep empty)
|
||||||
|
|
||||||
// In browse mode...
|
// In browse mode...
|
||||||
@@ -258,13 +258,13 @@ $cfg['DefaultLang'] = 'en-iso-8859-1';
|
|||||||
// any effect when charsets recoding is switched off by
|
// any effect when charsets recoding is switched off by
|
||||||
// $cfg['AllowAnywhereRecoding'] or in language file
|
// $cfg['AllowAnywhereRecoding'] or in language file
|
||||||
// (see $cfg['AvailableCharsets'] to possible choices, you can add your own)
|
// (see $cfg['AvailableCharsets'] to possible choices, you can add your own)
|
||||||
$cfg['DefaultCharset'] = 'iso-8859-1';
|
$cfg['DefaultCharset'] = 'iso-8859-2';
|
||||||
|
|
||||||
// Allow charset recoding of MySQL queries, must be also enabled in language
|
// Allow charset recoding of MySQL queries, must be also enabled in language
|
||||||
// file to make harder using other language files than unicode.
|
// file to make harder using other language files than unicode.
|
||||||
// Default value is FALSE to avoid problems on servers without the iconv
|
// Default value is FALSE to avoid problems on servers without the iconv
|
||||||
// extension and where dl() is not supported
|
// extension and where dl() is not supported
|
||||||
$cfg['AllowAnywhereRecoding'] = FALSE;
|
$cfg['AllowAnywhereRecoding'] = TRUE;
|
||||||
|
|
||||||
// You can select here which functions will be used for charset conversion.
|
// You can select here which functions will be used for charset conversion.
|
||||||
// Possible values are:
|
// Possible values are:
|
||||||
@@ -279,8 +279,9 @@ $cfg['RecodingEngine'] = 'auto';
|
|||||||
// Charsets will be shown in same order as here listed, so if you frequently
|
// Charsets will be shown in same order as here listed, so if you frequently
|
||||||
// use some of these move them to the top.
|
// use some of these move them to the top.
|
||||||
$cfg['AvailableCharsets'] = array(
|
$cfg['AvailableCharsets'] = array(
|
||||||
'iso-8859-1',
|
|
||||||
'iso-8859-2',
|
'iso-8859-2',
|
||||||
|
'iso-8859-1',
|
||||||
|
'utf-8',
|
||||||
'iso-8859-3',
|
'iso-8859-3',
|
||||||
'iso-8859-4',
|
'iso-8859-4',
|
||||||
'iso-8859-5',
|
'iso-8859-5',
|
||||||
@@ -301,7 +302,6 @@ $cfg['AvailableCharsets'] = array(
|
|||||||
'koi8-r',
|
'koi8-r',
|
||||||
'big5',
|
'big5',
|
||||||
'gb2312',
|
'gb2312',
|
||||||
'utf-8',
|
|
||||||
'utf-7',
|
'utf-7',
|
||||||
'x-user-defined',
|
'x-user-defined',
|
||||||
'euc-jp',
|
'euc-jp',
|
||||||
|
@@ -179,7 +179,7 @@ $strHost = 'Po
|
|||||||
$strHostEmpty = 'Jm<4A>no po<70><6F>ta<74>e je pr<70>zdn<64>!';
|
$strHostEmpty = 'Jm<4A>no po<70><6F>ta<74>e je pr<70>zdn<64>!';
|
||||||
|
|
||||||
$strIdxFulltext = 'Fulltext';
|
$strIdxFulltext = 'Fulltext';
|
||||||
$strIfYouWish = 'Pokud si p<>eje<EFBFBD> nat<61>hnout jenom ur<75>it<EFBFBD> sloupce z tabulky, specifikuj je jako seznam sloupc<70> odd<64>len<65>ch <20><>rkou.';
|
$strIfYouWish = 'Pokud si p<>ejete nat<61>hnout jen vybran<EFBFBD> sloupce z tabulky, napi<EFBFBD>te je jako seznam sloupc<70> odd<64>len<65>ch <20><>rkou.';
|
||||||
$strIgnore = 'Ignorovat';
|
$strIgnore = 'Ignorovat';
|
||||||
$strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>';
|
$strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>';
|
||||||
$strIndex = 'Index';
|
$strIndex = 'Index';
|
||||||
@@ -197,7 +197,7 @@ $strInstructions = 'Instrukce';
|
|||||||
$strInvalidName = '"%s" je rezervovan<61> slovo a proto ho nem<65><6D>ete po<70><6F>t jako jm<6A>no datab<61>ze/tabulky/sloupce.';
|
$strInvalidName = '"%s" je rezervovan<61> slovo a proto ho nem<65><6D>ete po<70><6F>t jako jm<6A>no datab<61>ze/tabulky/sloupce.';
|
||||||
|
|
||||||
$strKeepPass = 'Nem<65>nit heslo';
|
$strKeepPass = 'Nem<65>nit heslo';
|
||||||
$strKeyname = 'Kl<4B><6C>ovy n<>zev';
|
$strKeyname = 'Kl<4B><6C>ov<EFBFBD> n<>zev';
|
||||||
$strKill = 'Zab<61>t';
|
$strKill = 'Zab<61>t';
|
||||||
|
|
||||||
$strLength = 'D<>lka';
|
$strLength = 'D<>lka';
|
||||||
@@ -208,7 +208,7 @@ $strLines = '
|
|||||||
$strLinesTerminatedBy = '<27><>dky ukon<6F>en<65>';
|
$strLinesTerminatedBy = '<27><>dky ukon<6F>en<65>';
|
||||||
$strLinkNotFound = 'Odkaz nenalezen';
|
$strLinkNotFound = 'Odkaz nenalezen';
|
||||||
$strLinksTo = 'Odkazuje na';
|
$strLinksTo = 'Odkazuje na';
|
||||||
$strLocationTextfile = 'Um<EFBFBD>st<EFBFBD>n<EFBFBD> textov<EFBFBD>ho souboru';
|
$strLocationTextfile = 'textov<6F> soubor';
|
||||||
$strLogPassword = 'Heslo:';
|
$strLogPassword = 'Heslo:';
|
||||||
$strLogUsername = 'Jm<4A>no:';
|
$strLogUsername = 'Jm<4A>no:';
|
||||||
$strLogin = 'P<>ihl<68><6C>en<65>';
|
$strLogin = 'P<>ihl<68><6C>en<65>';
|
||||||
@@ -380,7 +380,7 @@ $strStrucOnly = 'Pouze strukturu';
|
|||||||
$strStructPropose = 'Navrhnout strukturu tabulky';
|
$strStructPropose = 'Navrhnout strukturu tabulky';
|
||||||
$strStructure = 'Struktura';
|
$strStructure = 'Struktura';
|
||||||
$strSubmit = 'Ode<64>li';
|
$strSubmit = 'Ode<64>li';
|
||||||
$strSuccess = 'Tv<EFBFBD>j SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n';
|
$strSuccess = 'V<EFBFBD><EFBFBD> SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n';
|
||||||
$strSum = 'Celkem';
|
$strSum = 'Celkem';
|
||||||
|
|
||||||
$strTable = 'Tabulka ';
|
$strTable = 'Tabulka ';
|
||||||
@@ -416,10 +416,13 @@ $strUserName = 'Jm
|
|||||||
$strUsers = 'U<>ivatel<65>';
|
$strUsers = 'U<>ivatel<65>';
|
||||||
|
|
||||||
$strValidateSQL = 'Zkontrolovat SQL';
|
$strValidateSQL = 'Zkontrolovat SQL';
|
||||||
|
$strValidatorError = 'SQL validator nemohl b<>t inicializov<6F>n. Pros<6F>m zkontrolujte jestli m<>te nainstalovan<61> pot<6F>ebn<62> roz<6F><7A><EFBFBD>en<65> php, jak je pops<70>no v %sdokumentaci%s.';
|
||||||
$strValue = 'Hodnota';
|
$strValue = 'Hodnota';
|
||||||
$strViewDump = 'Uka<EFBFBD> v<>pis (dump) tabulky';
|
$strViewDump = 'Zobrazit v<>pis (dump) tabulky';
|
||||||
$strViewDumpDB = 'Uka<EFBFBD> v<>pis (dump) datab<61>ze';
|
$strViewDumpDB = 'Zobrazit v<>pis (dump) datab<61>ze';
|
||||||
|
|
||||||
|
$strWebServerUploadDirectory = 'soubor z adres<65><73>e pro upload';
|
||||||
|
$strWebServerUploadDirectoryError = 'Adres<65><73> ur<75>en<65> pro upload soubor<6F> nemohl b<>t otev<65>en';
|
||||||
$strWelcome = 'V<>tej v %s';
|
$strWelcome = 'V<>tej v %s';
|
||||||
$strWithChecked = 'Za<5A>krtnut<75>:';
|
$strWithChecked = 'Za<5A>krtnut<75>:';
|
||||||
$strWrongUser = '<27>patn<74> u<>ivatelsk<73> jm<6A>no/heslo. P<><50>stup odep<65>en.';
|
$strWrongUser = '<27>patn<74> u<>ivatelsk<73> jm<6A>no/heslo. P<><50>stup odep<65>en.';
|
||||||
@@ -429,7 +432,4 @@ $strYes = 'Ano';
|
|||||||
$strZip = '"zazipov<6F>no"';
|
$strZip = '"zazipov<6F>no"';
|
||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
|
|
||||||
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
|
|
||||||
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -180,7 +180,7 @@ $strHost = 'Počítač';
|
|||||||
$strHostEmpty = 'Jméno počítače je prázdné!';
|
$strHostEmpty = 'Jméno počítače je prázdné!';
|
||||||
|
|
||||||
$strIdxFulltext = 'Fulltext';
|
$strIdxFulltext = 'Fulltext';
|
||||||
$strIfYouWish = 'Pokud si přeješ natáhnout jenom určité sloupce z tabulky, specifikuj je jako seznam sloupců oddělených čárkou.';
|
$strIfYouWish = 'Pokud si přejete natáhnout jen vybrané sloupce z tabulky, napište je jako seznam sloupců oddělených čárkou.';
|
||||||
$strIgnore = 'Ignorovat';
|
$strIgnore = 'Ignorovat';
|
||||||
$strInUse = 'právě se používá';
|
$strInUse = 'právě se používá';
|
||||||
$strIndex = 'Index';
|
$strIndex = 'Index';
|
||||||
@@ -198,7 +198,7 @@ $strInstructions = 'Instrukce';
|
|||||||
$strInvalidName = '"%s" je rezervované slovo a proto ho nemůžete požít jako jméno databáze/tabulky/sloupce.';
|
$strInvalidName = '"%s" je rezervované slovo a proto ho nemůžete požít jako jméno databáze/tabulky/sloupce.';
|
||||||
|
|
||||||
$strKeepPass = 'Neměnit heslo';
|
$strKeepPass = 'Neměnit heslo';
|
||||||
$strKeyname = 'Klíčovy název';
|
$strKeyname = 'Klíčový název';
|
||||||
$strKill = 'Zabít';
|
$strKill = 'Zabít';
|
||||||
|
|
||||||
$strLength = 'Délka';
|
$strLength = 'Délka';
|
||||||
@@ -209,7 +209,7 @@ $strLines = 'Řádek';
|
|||||||
$strLinesTerminatedBy = 'Řádky ukončené';
|
$strLinesTerminatedBy = 'Řádky ukončené';
|
||||||
$strLinkNotFound = 'Odkaz nenalezen';
|
$strLinkNotFound = 'Odkaz nenalezen';
|
||||||
$strLinksTo = 'Odkazuje na';
|
$strLinksTo = 'Odkazuje na';
|
||||||
$strLocationTextfile = 'Umístění textového souboru';
|
$strLocationTextfile = 'textový soubor';
|
||||||
$strLogPassword = 'Heslo:';
|
$strLogPassword = 'Heslo:';
|
||||||
$strLogUsername = 'Jméno:';
|
$strLogUsername = 'Jméno:';
|
||||||
$strLogin = 'Přihlášení';
|
$strLogin = 'Přihlášení';
|
||||||
@@ -381,7 +381,7 @@ $strStrucOnly = 'Pouze strukturu';
|
|||||||
$strStructPropose = 'Navrhnout strukturu tabulky';
|
$strStructPropose = 'Navrhnout strukturu tabulky';
|
||||||
$strStructure = 'Struktura';
|
$strStructure = 'Struktura';
|
||||||
$strSubmit = 'Odešli';
|
$strSubmit = 'Odešli';
|
||||||
$strSuccess = 'Tvůj SQL-dotaz byl úspěšně vykonán';
|
$strSuccess = 'Váš SQL-dotaz byl úspěšně vykonán';
|
||||||
$strSum = 'Celkem';
|
$strSum = 'Celkem';
|
||||||
|
|
||||||
$strTable = 'Tabulka ';
|
$strTable = 'Tabulka ';
|
||||||
@@ -417,10 +417,13 @@ $strUserName = 'Jméno uživatele';
|
|||||||
$strUsers = 'Uživatelé';
|
$strUsers = 'Uživatelé';
|
||||||
|
|
||||||
$strValidateSQL = 'Zkontrolovat SQL';
|
$strValidateSQL = 'Zkontrolovat SQL';
|
||||||
|
$strValidatorError = 'SQL validator nemohl být inicializován. Prosím zkontrolujte jestli máte nainstalované potřebné rozšíření php, jak je popsáno v %sdokumentaci%s.';
|
||||||
$strValue = 'Hodnota';
|
$strValue = 'Hodnota';
|
||||||
$strViewDump = 'Ukaž výpis (dump) tabulky';
|
$strViewDump = 'Zobrazit výpis (dump) tabulky';
|
||||||
$strViewDumpDB = 'Ukaž výpis (dump) databáze';
|
$strViewDumpDB = 'Zobrazit výpis (dump) databáze';
|
||||||
|
|
||||||
|
$strWebServerUploadDirectory = 'soubor z adresáře pro upload';
|
||||||
|
$strWebServerUploadDirectoryError = 'Adresář určený pro upload souborů nemohl být otevřen';
|
||||||
$strWelcome = 'Vítej v %s';
|
$strWelcome = 'Vítej v %s';
|
||||||
$strWithChecked = 'Zaškrtnuté:';
|
$strWithChecked = 'Zaškrtnuté:';
|
||||||
$strWrongUser = 'Špatné uživatelské jméno/heslo. Přístup odepřen.';
|
$strWrongUser = 'Špatné uživatelské jméno/heslo. Přístup odepřen.';
|
||||||
@@ -430,7 +433,4 @@ $strYes = 'Ano';
|
|||||||
$strZip = '"zazipováno"';
|
$strZip = '"zazipováno"';
|
||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
|
|
||||||
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
|
|
||||||
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
@@ -179,7 +179,7 @@ $strHost = 'Po
|
|||||||
$strHostEmpty = 'Jm<4A>no po<70><6F>ta<74>e je pr<70>zdn<64>!';
|
$strHostEmpty = 'Jm<4A>no po<70><6F>ta<74>e je pr<70>zdn<64>!';
|
||||||
|
|
||||||
$strIdxFulltext = 'Fulltext';
|
$strIdxFulltext = 'Fulltext';
|
||||||
$strIfYouWish = 'Pokud si p<>eje<EFBFBD> nat<61>hnout jenom ur<75>it<EFBFBD> sloupce z tabulky, specifikuj je jako seznam sloupc<70> odd<64>len<65>ch <20><>rkou.';
|
$strIfYouWish = 'Pokud si p<>ejete nat<61>hnout jen vybran<EFBFBD> sloupce z tabulky, napi<EFBFBD>te je jako seznam sloupc<70> odd<64>len<65>ch <20><>rkou.';
|
||||||
$strIgnore = 'Ignorovat';
|
$strIgnore = 'Ignorovat';
|
||||||
$strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>';
|
$strInUse = 'pr<70>v<EFBFBD> se pou<6F><75>v<EFBFBD>';
|
||||||
$strIndex = 'Index';
|
$strIndex = 'Index';
|
||||||
@@ -197,7 +197,7 @@ $strInstructions = 'Instrukce';
|
|||||||
$strInvalidName = '"%s" je rezervovan<61> slovo a proto ho nem<65><6D>ete po<70><6F>t jako jm<6A>no datab<61>ze/tabulky/sloupce.';
|
$strInvalidName = '"%s" je rezervovan<61> slovo a proto ho nem<65><6D>ete po<70><6F>t jako jm<6A>no datab<61>ze/tabulky/sloupce.';
|
||||||
|
|
||||||
$strKeepPass = 'Nem<65>nit heslo';
|
$strKeepPass = 'Nem<65>nit heslo';
|
||||||
$strKeyname = 'Kl<4B><6C>ovy n<>zev';
|
$strKeyname = 'Kl<4B><6C>ov<EFBFBD> n<>zev';
|
||||||
$strKill = 'Zab<61>t';
|
$strKill = 'Zab<61>t';
|
||||||
|
|
||||||
$strLength = 'D<>lka';
|
$strLength = 'D<>lka';
|
||||||
@@ -208,7 +208,7 @@ $strLines = '
|
|||||||
$strLinesTerminatedBy = '<27><>dky ukon<6F>en<65>';
|
$strLinesTerminatedBy = '<27><>dky ukon<6F>en<65>';
|
||||||
$strLinkNotFound = 'Odkaz nenalezen';
|
$strLinkNotFound = 'Odkaz nenalezen';
|
||||||
$strLinksTo = 'Odkazuje na';
|
$strLinksTo = 'Odkazuje na';
|
||||||
$strLocationTextfile = 'Um<EFBFBD>st<EFBFBD>n<EFBFBD> textov<EFBFBD>ho souboru';
|
$strLocationTextfile = 'textov<6F> soubor';
|
||||||
$strLogPassword = 'Heslo:';
|
$strLogPassword = 'Heslo:';
|
||||||
$strLogUsername = 'Jm<4A>no:';
|
$strLogUsername = 'Jm<4A>no:';
|
||||||
$strLogin = 'P<>ihl<68><6C>en<65>';
|
$strLogin = 'P<>ihl<68><6C>en<65>';
|
||||||
@@ -380,7 +380,7 @@ $strStrucOnly = 'Pouze strukturu';
|
|||||||
$strStructPropose = 'Navrhnout strukturu tabulky';
|
$strStructPropose = 'Navrhnout strukturu tabulky';
|
||||||
$strStructure = 'Struktura';
|
$strStructure = 'Struktura';
|
||||||
$strSubmit = 'Ode<64>li';
|
$strSubmit = 'Ode<64>li';
|
||||||
$strSuccess = 'Tv<EFBFBD>j SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n';
|
$strSuccess = 'V<EFBFBD><EFBFBD> SQL-dotaz byl <20>sp<73><70>n<EFBFBD> vykon<6F>n';
|
||||||
$strSum = 'Celkem';
|
$strSum = 'Celkem';
|
||||||
|
|
||||||
$strTable = 'Tabulka ';
|
$strTable = 'Tabulka ';
|
||||||
@@ -416,10 +416,13 @@ $strUserName = 'Jm
|
|||||||
$strUsers = 'U<>ivatel<65>';
|
$strUsers = 'U<>ivatel<65>';
|
||||||
|
|
||||||
$strValidateSQL = 'Zkontrolovat SQL';
|
$strValidateSQL = 'Zkontrolovat SQL';
|
||||||
|
$strValidatorError = 'SQL validator nemohl b<>t inicializov<6F>n. Pros<6F>m zkontrolujte jestli m<>te nainstalovan<61> pot<6F>ebn<62> roz<6F><7A><EFBFBD>en<65> php, jak je pops<70>no v %sdokumentaci%s.';
|
||||||
$strValue = 'Hodnota';
|
$strValue = 'Hodnota';
|
||||||
$strViewDump = 'Uka<EFBFBD> v<>pis (dump) tabulky';
|
$strViewDump = 'Zobrazit v<>pis (dump) tabulky';
|
||||||
$strViewDumpDB = 'Uka<EFBFBD> v<>pis (dump) datab<61>ze';
|
$strViewDumpDB = 'Zobrazit v<>pis (dump) datab<61>ze';
|
||||||
|
|
||||||
|
$strWebServerUploadDirectory = 'soubor z adres<65><73>e pro upload';
|
||||||
|
$strWebServerUploadDirectoryError = 'Adres<65><73> ur<75>en<65> pro upload soubor<6F> nemohl b<>t otev<65>en';
|
||||||
$strWelcome = 'V<>tej v %s';
|
$strWelcome = 'V<>tej v %s';
|
||||||
$strWithChecked = 'Za<5A>krtnut<75>:';
|
$strWithChecked = 'Za<5A>krtnut<75>:';
|
||||||
$strWrongUser = '<27>patn<74> u<>ivatelsk<73> jm<6A>no/heslo. P<><50>stup odep<65>en.';
|
$strWrongUser = '<27>patn<74> u<>ivatelsk<73> jm<6A>no/heslo. P<><50>stup odep<65>en.';
|
||||||
@@ -429,7 +432,4 @@ $strYes = 'Ano';
|
|||||||
$strZip = '"zazipov<6F>no"';
|
$strZip = '"zazipov<6F>no"';
|
||||||
// To translate
|
// To translate
|
||||||
|
|
||||||
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
|
|
||||||
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
|
|
||||||
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user