diff options
Diffstat (limited to '')
-rw-r--r-- | language/cs_CZ/install.lang.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/language/cs_CZ/install.lang.php b/language/cs_CZ/install.lang.php index 8d8e1eb63..8d4c1351d 100644 --- a/language/cs_CZ/install.lang.php +++ b/language/cs_CZ/install.lang.php @@ -35,11 +35,8 @@ $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e- $lang['Webmaster login'] = 'Uživatelské jméno správce'; $lang['It will be shown to the visitors. It is necessary for website administration'] = 'Bude zobrazen návštěvníkům. Je nutný pro administraci aplikace.'; -$lang['Parameters are correct'] = 'Parametry jsou v pořádku'; $lang['Connection to server succeed, but it was impossible to connect to database'] = 'Spojení na server se podařilo, ale nebylo možné připojit databázi'; $lang['Can\'t connect to server'] = 'Nebylo možné se připojit k serveru'; -$lang['The next step of the installation is now possible'] = 'Nyní je možný další krok instalace'; -$lang['next step'] = 'další krok'; $lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = 'Zkopírujte růžový text mezi čárkami a vložte jej do souboru "include/mysql.inc.php"(Varování : mysql.inc.php musí obsahovat jen text, který je růžový, bez dalších odřádkování, nebo mezer)'; $lang['Host'] = 'MySQL server'; @@ -55,15 +52,11 @@ $lang['database tables names will be prefixed with it (enables you to manage bet $lang['enter a login for webmaster'] = 'vložte uživatelské jméno správce'; $lang['webmaster login can\'t contain characters \' or "'] = 'uživatelské jméno správce nemůže obsahovat znak \' nebo "'; $lang['please enter your password again'] = 'prosím zadejte znovu heslo'; -$lang['Installation finished'] = 'Instalace ukončena'; $lang['Webmaster password'] = 'Heslo správce'; $lang['Keep it confidential, it enables you to access administration panel'] = 'Heslo mějte utajeno, umožní Vám přístup do administrace aplikace'; $lang['Password [confirm]'] = 'Heslo [potvrzení]'; $lang['verification'] = 'kontrola'; $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Potřebujete pomoc ? Zeptejte se na <a href="%s">Piwigo fóru</a>.'; -$lang['install_end_message'] = 'Konfigurace aplikace Piwigo je ukončena, tady jsou další kroky<br /><br /> -* přejděte na stránku identifikace : [ <a href="identification.php">identifikace</a> ] a použijte uživatelské jméno a heslo správce<br /> -* toto přihlášení Vám umožní přístup do administrace aplikacea k instrukcím jak umístit fotografie do adresářů'; $lang['Webmaster mail address'] = 'E-mail správce'; $lang['Visitors will be able to contact site administrator with this mail'] = 'Návštěvníci mohou pomocí tohoto e-mailu správce kontaktovat'; -?>
\ No newline at end of file +?> |