diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-05-29 08:57:34 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-05-29 08:57:34 +0000 |
commit | a16a070d4cab87a4a4dd701fb64f17d33d6cb026 (patch) | |
tree | 364cce59a1ba1833688f549c45cf7224155bde45 /language/cs_CZ/common.lang.php | |
parent | 722c4a3a9740506ed4f409fcd9517027f8cbcee5 (diff) |
merge r6418 from branch 2.1 to trunk
- removed multiple definitions of language keys
git-svn-id: http://piwigo.org/svn/trunk@6419 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/cs_CZ/common.lang.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/language/cs_CZ/common.lang.php b/language/cs_CZ/common.lang.php index c42f2b503..5a9a222eb 100644 --- a/language/cs_CZ/common.lang.php +++ b/language/cs_CZ/common.lang.php @@ -240,7 +240,6 @@ $lang['Unknown identifier'] = 'Neznámý identifikátor'; $lang['New password'] = 'Nové heslo'; $lang['Rate this picture'] = 'Ohodnotit tuto fotografii'; $lang['Next'] = 'Následující'; -$lang['Home'] = 'Zpět na úvodní stranu'; $lang['no rate'] = 'bez hodnocení'; $lang['Elements posted within the last %d day.'] = 'Fotografie vložené během posledního %d dne.'; $lang['Elements posted within the last %d days.'] = 'Fotografie vložené během posledních %d dnů.'; @@ -283,7 +282,6 @@ $lang['Empty query. No criteria has been entered.'] = 'Neúplný dotaz. Nebyly z $lang['Search Options'] = 'Kritéria vyhledávání'; $lang['Search results'] = 'Výsledky vyhledávání'; $lang['Search in subcategories'] = 'Hledat v podkategoriích'; -$lang['Search'] = 'Hledat'; $lang['searched words : %s'] = 'hledat slova : %s'; $lang['Contact'] = 'Kontakt'; $lang['set as category representative'] = 'Nastavit kategorii jako reprezentativní'; @@ -308,7 +306,6 @@ $lang['the picture must be to the fileformat jpg, gif or png'] = 'fotografie mus $lang['the height of the picture must not exceed :'] = 'výška fotografie nesmí být větší než : '; $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Volitelné (doporučeno) : přiřadit náhled k '; $lang['the width of the picture must not exceed :'] = 'šířka fotografie nesmí být větší než : '; -$lang['Author'] = 'Autor'; $lang['can\'t upload the picture on the server'] = 'Nelze nahrát fotografii na server'; $lang['the username must be given'] = 'Je nutné zadat uživatelské jméno'; $lang['A picture\'s name already used'] = 'Fotografie s tímto názvem již existuje'; |