From f231296b7c87ca90905c74ce1d4840092978d19b Mon Sep 17 00:00:00 2001 From: ddtddt Date: Tue, 6 Sep 2011 20:16:02 +0000 Subject: =?UTF-8?q?[trunk]=20-=20language=20-=20update=20cs=5FCZ=20-=20?= =?UTF-8?q?=C4=8Cesky=20-=20Czech=20thanks=20to=20webprostor.eu=20=20-=20f?= =?UTF-8?q?eature:2320?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://piwigo.org/svn/trunk@12073 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/cs_CZ/common.lang.php | 21 +++++++++++++++++++++ language/cs_CZ/install.lang.php | 7 ++----- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/language/cs_CZ/common.lang.php b/language/cs_CZ/common.lang.php index 6f4301fe9..03115316e 100644 --- a/language/cs_CZ/common.lang.php +++ b/language/cs_CZ/common.lang.php @@ -356,4 +356,25 @@ $lang['validate this comment'] = 'zkontrolovat tento komentář'; $lang['%d Kb'] = '%d KB'; $lang['IP: %s'] = 'IP: %s'; $lang['html tags are not allowed in login'] = 'html značky nejsou povoleny v loginu'; +$lang['%d rates'] = '%d ohodnocení'; +$lang['Rating score'] = 'Bodové hodnocení'; +$lang['Enter a username or email address'] = 'Zadejte uživatelské jméno nebo emailovou adresu'; +$lang['Invalid username or email'] = 'Neplatné uživatelské jméno nebo email'; +$lang['Password reset is not allowed for this user'] = 'Obnovení hesla není pro tohoto uživatele povoleno'; +$lang['User "%s" has no email address, password reset is not possible'] = 'Uživatel "%s" nemá email adresu, obnova hesla není možná'; +$lang['Someone requested that the password be reset for the following user account:'] = 'Někdo se dožadoval aby bylo heslo resetováno pro tento uživatelský účet:'; +$lang['Username "%s" on gallery %s'] = 'Uživatel "%s" na galerii %s'; +$lang['To reset your password, visit the following address:'] = 'Pro obnovu hesla, navštivte tento odkaz:'; +$lang['If this was a mistake, just ignore this email and nothing will happen.'] = 'Pokud jste si obnovu hesla nevyžádal, jedná se o chybu a tento email prostě ignorujte, nic se nestane.'; +$lang['Password Reset'] = 'Reset hesla'; +$lang['Check your email for the confirmation link'] = 'Zkontrolujte si email jestli už dorazil potvrzovací odkaz'; +$lang['Invalid key'] = 'Neplatný klíč'; +$lang['The passwords do not match'] = 'Hesla se neshodují'; +$lang['Your password has been reset'] = 'Vaše heslo bylo resetováno'; +$lang['Return to home page'] = 'Návrat na hlavní stránku'; +$lang['Please enter your username or email address.'] = 'Prosím, zadejte uživatelské jméno nebo emailovou adresu.'; +$lang['You will receive a link to create a new password via email.'] = 'Brzy obdržíte odkaz pro vytvoření nového hesla na váš e-mail.'; +$lang['Username or email'] = 'Uživatelské jméno nebo email'; +$lang['Change my password'] = 'Změnit heslo'; +$lang['Enter your new password below.'] = 'Zadejte vaše nové heslo níže.'; ?> \ No newline at end of file diff --git a/language/cs_CZ/install.lang.php b/language/cs_CZ/install.lang.php index db491f3a8..be3ff4458 100644 --- a/language/cs_CZ/install.lang.php +++ b/language/cs_CZ/install.lang.php @@ -31,13 +31,10 @@ $lang['Database configuration'] = 'Databázová konfigurace'; $lang['Admin configuration'] = 'Administrátorská konfigurace'; $lang['Start Install'] = 'Spustit instalaci'; $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e-mailová adresa musí mít formát xxx@yyy.eee (například : novak@mail.cz)'; - $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['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['Host'] = 'MySQL server'; $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.cz'; $lang['User'] = 'Uživatel'; @@ -58,8 +55,6 @@ $lang['verification'] = 'kontrola'; $lang['Need help ? Ask your question on Piwigo message board.'] = 'Potřebujete pomoc ? Zeptejte se na Piwigo fóru.'; $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'; - -// missing translations 2.1.0 $lang['Database type'] = 'Typ databáze'; $lang['The type of database your piwigo data will be store in'] = 'Typ databáze Vaší Piwigo databáze bude uložen'; $lang['PHP 5 is required'] = 'Je nutný PHP 5'; @@ -78,4 +73,6 @@ $lang['Download the config file'] = 'Stáhnout konfigurační soubor'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Můžete stáhnout konfigurační soubor a nahrát jej do adrešáře local/config Vaší instalace.'; $lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite a PostgreSQL se aktuálně teprve testují.'; $lang['Learn more'] = 'Zjistit více'; +$lang['Just another Piwigo gallery'] = 'Jen další galerie Piwigo'; +$lang['Welcome to my photo gallery'] = 'Vítejte na mé fotogalerii'; ?> \ No newline at end of file -- cgit v1.2.3