diff options
author | pab <pab@piwigo.org> | 2010-10-12 12:59:27 +0000 |
---|---|---|
committer | pab <pab@piwigo.org> | 2010-10-12 12:59:27 +0000 |
commit | ac818f11e0e06bf356b3767fafe72a6c0238bb51 (patch) | |
tree | 10845d8d1cd1867ad4f9ec2a73f8862943d8305f | |
parent | 0d67c10e97774dabc15f74a7db25559809b1a252 (diff) |
common.lang.php - small change ['Home'] = '.'
git-svn-id: http://piwigo.org/svn/trunk@7167 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/cs_CZ/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/cs_CZ/common.lang.php b/language/cs_CZ/common.lang.php index 3ad70a91d..d9fe4f58e 100644 --- a/language/cs_CZ/common.lang.php +++ b/language/cs_CZ/common.lang.php @@ -197,7 +197,7 @@ $lang['shows images at the root of this album'] = 'Zobrazit fotografie v této k $lang['See last users comments'] = 'Zobrazit nejnovější komentáře uživatelů'; $lang['customize the appareance of the gallery'] = 'Přizpůsobit vzhled galerie'; $lang['search'] = 'Hledat'; -$lang['Home'] = 'Úvodní stránka'; +$lang['Home'] = '.'; $lang['Identification'] = 'Identifikace'; $lang['in this album'] = 'v této kategorii'; $lang['in %d sub-album'] = 'v %d pod-kategorii'; |