diff --git a/ChangeLog b/ChangeLog index 62ddb6853..86711df0f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-08-26 Michal Cihar + * lang/czech-*.inc.php3: Updates, fixes. + 2002-08-26 Loďc Chapeaux * tbl_indexes.php3: Another fix against the Zend Accelerator bug (#571409). diff --git a/config.inc.php3 b/config.inc.php3 index 4076e89e1..b7779fcc7 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -44,7 +44,7 @@ $cfg['PmaAbsoluteUri'] = ''; * You should use this if and ONLY if the PmaAbsoluteUri auto-detection * works perfectly. */ -$cfg['PmaAbsoluteUri_DisableWarning'] = FALSE; +$cfg['PmaAbsoluteUri_DisableWarning'] = true; /** * 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 $cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user" // 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]['password'] = ''; // MySQL password (only needed // 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 // the pages about database details and table // properties -$cfg['ShowMysqlInfo'] = FALSE; // whether to display the "MySQL runtime -$cfg['ShowMysqlVars'] = FALSE; // information", "MySQL system variables", "PHP -$cfg['ShowPhpInfo'] = FALSE; // information" and "change password" links for -$cfg['ShowChgPassword'] = FALSE; // simple users or not +$cfg['ShowMysqlInfo'] = TRUE; // whether to display the "MySQL runtime +$cfg['ShowMysqlVars'] = TRUE; // information", "MySQL system variables", "PHP +$cfg['ShowPhpInfo'] = TRUE; // information" and "change password" links for +$cfg['ShowChgPassword'] = TRUE; // simple users or not $cfg['SuggestDBName'] = TRUE; // suggest a new DB name if possible (false = keep empty) // In browse mode... @@ -258,13 +258,13 @@ $cfg['DefaultLang'] = 'en-iso-8859-1'; // any effect when charsets recoding is switched off by // $cfg['AllowAnywhereRecoding'] or in language file // (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 // file to make harder using other language files than unicode. // Default value is FALSE to avoid problems on servers without the iconv // 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. // Possible values are: @@ -279,8 +279,9 @@ $cfg['RecodingEngine'] = 'auto'; // Charsets will be shown in same order as here listed, so if you frequently // use some of these move them to the top. $cfg['AvailableCharsets'] = array( - 'iso-8859-1', 'iso-8859-2', + 'iso-8859-1', + 'utf-8', 'iso-8859-3', 'iso-8859-4', 'iso-8859-5', @@ -301,7 +302,6 @@ $cfg['AvailableCharsets'] = array( 'koi8-r', 'big5', 'gb2312', - 'utf-8', 'utf-7', 'x-user-defined', 'euc-jp', diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index eadc8772e..826a3ad03 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -179,7 +179,7 @@ $strHost = 'Po $strHostEmpty = 'Jméno počítače je prázdné!'; $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'; $strInUse = 'právě se používá'; $strIndex = 'Index'; @@ -197,7 +197,7 @@ $strInstructions = 'Instrukce'; $strInvalidName = '"%s" je rezervované slovo a proto ho nemůžete požít jako jméno databáze/tabulky/sloupce.'; $strKeepPass = 'Neměnit heslo'; -$strKeyname = 'Klíčovy název'; +$strKeyname = 'Klíčový název'; $strKill = 'Zabít'; $strLength = 'Délka'; @@ -208,7 +208,7 @@ $strLines = ' $strLinesTerminatedBy = 'Řádky ukončené'; $strLinkNotFound = 'Odkaz nenalezen'; $strLinksTo = 'Odkazuje na'; -$strLocationTextfile = 'Umístění textového souboru'; +$strLocationTextfile = 'textový soubor'; $strLogPassword = 'Heslo:'; $strLogUsername = 'Jméno:'; $strLogin = 'Přihlášení'; @@ -380,7 +380,7 @@ $strStrucOnly = 'Pouze strukturu'; $strStructPropose = 'Navrhnout strukturu tabulky'; $strStructure = 'Struktura'; $strSubmit = 'Odešli'; -$strSuccess = 'Tvůj SQL-dotaz byl úspěšně vykonán'; +$strSuccess = 'Váš SQL-dotaz byl úspěšně vykonán'; $strSum = 'Celkem'; $strTable = 'Tabulka '; @@ -416,10 +416,13 @@ $strUserName = 'Jm $strUsers = 'Uživatelé'; $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'; -$strViewDump = 'Ukaž výpis (dump) tabulky'; -$strViewDumpDB = 'Ukaž výpis (dump) databáze'; +$strViewDump = 'Zobrazit výpis (dump) tabulky'; +$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'; $strWithChecked = 'Zaškrtnuté:'; $strWrongUser = 'Špatné uživatelské jméno/heslo. Přístup odepřen.'; @@ -429,7 +432,4 @@ $strYes = 'Ano'; $strZip = '"zazipováno"'; // 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 ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index 0db952484..a1a52fd95 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -180,7 +180,7 @@ $strHost = 'Počítač'; $strHostEmpty = 'JmĂŠno počítače je prĂĄzdnĂŠ!'; $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'; $strInUse = 'prĂĄvě se pouŞívĂĄ'; $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.'; $strKeepPass = 'Neměnit heslo'; -$strKeyname = 'Klíčovy nĂĄzev'; +$strKeyname = 'KlíčovĂ˝ nĂĄzev'; $strKill = 'ZabĂ­t'; $strLength = 'DĂŠlka'; @@ -209,7 +209,7 @@ $strLines = 'Řådek'; $strLinesTerminatedBy = 'Řådky ukončenĂŠ'; $strLinkNotFound = 'Odkaz nenalezen'; $strLinksTo = 'Odkazuje na'; -$strLocationTextfile = 'UmĂ­stěnĂ­ textovĂŠho souboru'; +$strLocationTextfile = 'textovĂ˝ soubor'; $strLogPassword = 'Heslo:'; $strLogUsername = 'JmĂŠno:'; $strLogin = 'PřihlĂĄĹĄenĂ­'; @@ -381,7 +381,7 @@ $strStrucOnly = 'Pouze strukturu'; $strStructPropose = 'Navrhnout strukturu tabulky'; $strStructure = 'Struktura'; $strSubmit = 'OdeĹĄli'; -$strSuccess = 'TvĹŻj SQL-dotaz byl Ăşspěšně vykonĂĄn'; +$strSuccess = 'VĂĄĹĄ SQL-dotaz byl Ăşspěšně vykonĂĄn'; $strSum = 'Celkem'; $strTable = 'Tabulka '; @@ -417,10 +417,13 @@ $strUserName = 'JmĂŠno uĹživatele'; $strUsers = 'UĹživatelĂŠ'; $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'; -$strViewDump = 'UkaĹž vĂ˝pis (dump) tabulky'; -$strViewDumpDB = 'UkaĹž vĂ˝pis (dump) databĂĄze'; +$strViewDump = 'Zobrazit vĂ˝pis (dump) tabulky'; +$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'; $strWithChecked = 'ZaĹĄkrtnutĂŠ:'; $strWrongUser = 'Ĺ patnĂŠ uĹživatelskĂŠ jmĂŠno/heslo. Přístup odepřen.'; @@ -430,7 +433,4 @@ $strYes = 'Ano'; $strZip = '"zazipovĂĄno"'; // 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 ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 6c90318fe..3f30f0357 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -179,7 +179,7 @@ $strHost = 'Po $strHostEmpty = 'Jméno počítače je prázdné!'; $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'; $strInUse = 'právě se používá'; $strIndex = 'Index'; @@ -197,7 +197,7 @@ $strInstructions = 'Instrukce'; $strInvalidName = '"%s" je rezervované slovo a proto ho nemůžete požít jako jméno databáze/tabulky/sloupce.'; $strKeepPass = 'Neměnit heslo'; -$strKeyname = 'Klíčovy název'; +$strKeyname = 'Klíčový název'; $strKill = 'Zabít'; $strLength = 'Délka'; @@ -208,7 +208,7 @@ $strLines = ' $strLinesTerminatedBy = 'Řádky ukončené'; $strLinkNotFound = 'Odkaz nenalezen'; $strLinksTo = 'Odkazuje na'; -$strLocationTextfile = 'Umístění textového souboru'; +$strLocationTextfile = 'textový soubor'; $strLogPassword = 'Heslo:'; $strLogUsername = 'Jméno:'; $strLogin = 'Přihlášení'; @@ -380,7 +380,7 @@ $strStrucOnly = 'Pouze strukturu'; $strStructPropose = 'Navrhnout strukturu tabulky'; $strStructure = 'Struktura'; $strSubmit = 'Odešli'; -$strSuccess = 'Tvůj SQL-dotaz byl úspěšně vykonán'; +$strSuccess = 'VᚠSQL-dotaz byl úspěšně vykonán'; $strSum = 'Celkem'; $strTable = 'Tabulka '; @@ -416,10 +416,13 @@ $strUserName = 'Jm $strUsers = 'Uživatelé'; $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'; -$strViewDump = 'Ukaž výpis (dump) tabulky'; -$strViewDumpDB = 'Ukaž výpis (dump) databáze'; +$strViewDump = 'Zobrazit výpis (dump) tabulky'; +$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'; $strWithChecked = 'Zaškrtnuté:'; $strWrongUser = 'Špatné uživatelské jméno/heslo. Přístup odepřen.'; @@ -429,7 +432,4 @@ $strYes = 'Ano'; $strZip = '"zazipováno"'; // 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 ?>