diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-12 21:03:00 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-12 21:03:00 +0000 |
commit | 387354816b46f0ee429c530de940583edb24bd93 (patch) | |
tree | cf6ebcfd58980db56a4909776118b09dc8e81597 /language/cs_CZ/common.lang.php | |
parent | 05ab300c39f10271bc94b9fece8f275e3ac75174 (diff) |
lang remove 'Mail address' - use existing 'Email address'
lang remove unused 'return to homepage'
lang change key 'a user use already this mail address' to 'this email address is already in use'
git-svn-id: http://piwigo.org/svn/trunk@8635 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/cs_CZ/common.lang.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/language/cs_CZ/common.lang.php b/language/cs_CZ/common.lang.php index 035e44c10..2331e85aa 100644 --- a/language/cs_CZ/common.lang.php +++ b/language/cs_CZ/common.lang.php @@ -88,7 +88,6 @@ $lang['Identification'] = 'Identifikace'; $lang['Image only RSS feed'] = 'RSS vlákno jen s fotografiemi'; $lang['Keyword'] = 'Klíčové slovo'; $lang['Links'] = 'Odkazy'; -$lang['Mail address'] = 'E-mailová adresa'; $lang['N/A'] = 'nezadáno'; $lang['New on %s'] = 'Nový na %s'; $lang['New password confirmation does not correspond'] = 'Zadaná hesla se neshodují.'; @@ -267,7 +266,6 @@ $lang['please enter your password again'] = 'prosím zadejte znovu heslo '; $lang['Auto login'] = 'Automatické přihlášení'; $lang['remove this tag from the list'] = 'odstranit toto klíčové slovo ze seznamu'; $lang['representative'] = 'Reprezentant'; -$lang['return to homepage'] = 'Zpět na úvodní stranu'; $lang['Search for Author'] = 'Hledat autora'; $lang['Search in albums'] = 'Hledat v albech'; $lang['Search by Date'] = 'Hledat podle data přidání'; @@ -333,7 +331,7 @@ $lang['Picture uploaded by %s'] = 'Fotografie nahrána %s'; $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Špatný stav pro uživatele "host", bude použit výchozí stav. Prosím informujte administrátora.'; $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrátor nemůže použít tuto metodu.'; -$lang['a user use already this mail address'] = 'Tato e-mailová adresa je již používána'; +$lang['this email address is already in use'] = 'Tato e-mailová adresa je již používána'; $lang['Album results for'] = 'Alba výsledky pro'; $lang['Tag results for'] = 'Výsledky pro klíčová slova'; $lang['from %s to %s'] = 'od %s do %s'; |