diff options
author | ddtddt <ddtddt@piwigo.org> | 2015-02-15 09:05:40 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2015-02-15 09:05:40 +0000 |
commit | abce055ecb3c859f65ab8b4695c1fcb591a28111 (patch) | |
tree | 28956b44a623d762925bc74a0dbdcfcdd5e438db /language/cs_CZ/common.lang.php | |
parent | 3f7d3658d49a1250c8735bfc4a003bca2e54573f (diff) |
[2.7.4] - Language - update prepare 2.7.4
git-svn-id: http://piwigo.org/svn/branches/2.7@30966 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/cs_CZ/common.lang.php')
-rw-r--r-- | language/cs_CZ/common.lang.php | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/language/cs_CZ/common.lang.php b/language/cs_CZ/common.lang.php index 8046dc358..4d2fbc8f9 100644 --- a/language/cs_CZ/common.lang.php +++ b/language/cs_CZ/common.lang.php @@ -25,7 +25,7 @@ // +-----------------------------------------------------------------------+ /* Language Name: Česky [CZ] -Version: 2.7.0 +Version: 2.7.1 Language URI: http://piwigo.org/ext/extension_view.php?eid=414 Author: Piwigo team Author URI: http://piwigo.org @@ -425,4 +425,10 @@ $lang['Password is missing. Please enter the password.'] = 'Chybí heslo. Prosí $lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Chybí potvrzení hesla. Prosím potvrďte vybrané heslo.'; $lang['%d photos per page'] = '%d fotek na stránce'; $lang['Theme'] = 'Téma'; -?>
\ No newline at end of file +$lang['Photo description'] = 'Popis fotky'; +$lang['Photo title'] = 'Název fotky'; +$lang['Album name, A → Z'] = 'Název alba, A → Z'; +$lang['Album name, Z → A'] = 'Název alba, Z → A'; +$lang['Apply on properties'] = 'Aplikovat na vlastnosti'; +$lang['Link: %s'] = 'Odkaz: %s'; +$lang['No results for'] = 'Žádné výsledky pro';
\ No newline at end of file |