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 | |
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 '')
-rw-r--r-- | language/cs_CZ/admin.lang.php | 14 | ||||
-rw-r--r-- | language/cs_CZ/common.lang.php | 10 |
2 files changed, 20 insertions, 4 deletions
diff --git a/language/cs_CZ/admin.lang.php b/language/cs_CZ/admin.lang.php index 16456886f..d931459b6 100644 --- a/language/cs_CZ/admin.lang.php +++ b/language/cs_CZ/admin.lang.php @@ -449,7 +449,6 @@ $lang['add new photos to caddie'] = 'přidat nové položky do košíku'; $lang['No display'] = 'Bez zobrazení'; $lang['Classic display'] = 'Běžné zobrazení'; $lang['Hoverbox display'] = 'Zobrazit při najetí myší'; -$lang['Mail address is obligatory for all users'] = 'E-mailová adresa je povinná pro všechny uživatele'; $lang['Minimum privacy level'] = 'Nejnižší stupeň ochrany soukromí'; $lang['Privacy level'] = 'Stupeň ochrany soukromí'; $lang['Level 0'] = '---'; @@ -976,4 +975,15 @@ $lang['Close user details'] = 'Zavřít detajly uživatele'; $lang['Open user details'] = 'Otevřít detajly uživatele'; $lang['close'] = 'Zavřít'; $lang['Activate it now'] = 'Teď spustit'; -$lang['Allow users to add a link to their website'] = 'Umožnuje uživatelům přidat odkaz na jejich stránky';
\ No newline at end of file +$lang['Allow users to add a link to their website'] = 'Umožnuje uživatelům přidat odkaz na jejich stránky'; +$lang['between %s and %s MB'] = 'mezi %s a %s MB'; +$lang['Impossible to deactivate the default theme.'] = 'Nelze deaktivovat výchozí šablonu vzhledu.'; +$lang['Mail address is mandatory for registration'] = 'Emailová adresa je pro registraci vyžadována'; +$lang['Upload in progress'] = 'Probíhá nahrávání'; +$lang['date & time'] = 'datum & čas'; +$lang['file name'] = 'jméno souboru'; +$lang['width & height'] = 'šířka & výška'; +$lang['Empty caddie'] = 'Vyprázdnit košík'; +$lang['No and unlock sub-albums'] = 'Ne a odemknout podalba'; +$lang['The settings for the guest are from the %s user'] = 'Nastavení pro hosta je od uživatele %s'; +$lang['based on'] = 'založeno na';
\ No newline at end of file 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 |