aboutsummaryrefslogtreecommitdiffstats
path: root/language/cs_CZ/install.lang.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-04-02 08:27:36 +0000
committerplegall <plg@piwigo.org>2010-04-02 08:27:36 +0000
commitb6e82a7ac9786c3ec42512a0c305754318703156 (patch)
tree829be7db165b42d82d164b1ff7c9647b0f7726a7 /language/cs_CZ/install.lang.php
parentfece672a07ae312a958817e05c6a9232b8830ad2 (diff)
remove obsolete keys in all languages (as much as possible)
git-svn-id: http://piwigo.org/svn/trunk@5565 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--language/cs_CZ/install.lang.php9
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
+?>