diff options
author | Andreas Gohr <andi@splitbrain.org> | 2016-08-25 09:20:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-25 09:20:06 +0200 |
commit | 2f6676cb2e7ac8cd3207fccd314e9bb5087d90b0 (patch) | |
tree | 6cea9b67fe58a19f20dc9ab7c05fd6d53ea886f2 | |
parent | b5e473b2868d03aa6b723ebc4beb1d84852cd939 (diff) | |
parent | d785a180a0a5f99f363c10269a59f0ac012c3ee6 (diff) | |
download | dokuwiki-2f6676cb2e7ac8cd3207fccd314e9bb5087d90b0.tar.gz dokuwiki-2f6676cb2e7ac8cd3207fccd314e9bb5087d90b0.zip |
Merge pull request #1674 from dokuwiki-translate/lang_update_64
Translation update (cs)
-rw-r--r-- | inc/lang/cs/lang.php | 10 | ||||
-rw-r--r-- | lib/plugins/acl/lang/cs/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/authad/lang/cs/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/authad/lang/cs/settings.php | 5 | ||||
-rw-r--r-- | lib/plugins/authldap/lang/cs/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/authldap/lang/cs/settings.php | 2 | ||||
-rw-r--r-- | lib/plugins/authmysql/lang/cs/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/authmysql/lang/cs/settings.php | 2 | ||||
-rw-r--r-- | lib/plugins/authpgsql/lang/cs/settings.php | 2 | ||||
-rw-r--r-- | lib/plugins/authplain/lang/cs/lang.php | 4 | ||||
-rw-r--r-- | lib/plugins/config/lang/cs/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/extension/lang/cs/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/popularity/lang/cs/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/revert/lang/cs/lang.php | 3 | ||||
-rw-r--r-- | lib/plugins/styling/lang/cs/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/usermanager/lang/cs/lang.php | 5 | ||||
-rw-r--r-- | lib/tpl/dokuwiki/lang/cs/lang.php | 2 |
17 files changed, 30 insertions, 20 deletions
diff --git a/inc/lang/cs/lang.php b/inc/lang/cs/lang.php index 3abfdbffb..e96f313b6 100644 --- a/inc/lang/cs/lang.php +++ b/inc/lang/cs/lang.php @@ -20,6 +20,7 @@ * @author Viktor Zavadil <vzavadil@newps.cz> * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> * @author Turkislav <turkislav@blabla.com> + * @author Daniel Slováček <danslo@danslo.cz> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; @@ -42,7 +43,7 @@ $lang['btn_revs'] = 'Starší verze'; $lang['btn_recent'] = 'Poslední úpravy'; $lang['btn_upload'] = 'Načíst'; $lang['btn_cancel'] = 'Storno'; -$lang['btn_index'] = 'Index'; +$lang['btn_index'] = 'Mapa stránek'; $lang['btn_secedit'] = 'Upravit'; $lang['btn_login'] = 'Přihlásit se'; $lang['btn_logout'] = 'Odhlásit se'; @@ -71,7 +72,7 @@ $lang['pass'] = 'Heslo'; $lang['newpass'] = 'Nové heslo'; $lang['oldpass'] = 'Současné heslo'; $lang['passchk'] = 'Zopakovat'; -$lang['remember'] = 'Přihlásit se nastálo'; +$lang['remember'] = 'Zapamatovat'; $lang['fullname'] = 'Celé jméno'; $lang['email'] = 'E-mail'; $lang['profile'] = 'Uživatelský profil'; @@ -106,7 +107,7 @@ $lang['resendna'] = 'Tato wiki neumožňuje zasílání nových hes $lang['resendpwd'] = 'Nastavit nové heslo pro'; $lang['resendpwdmissing'] = 'Musíte vyplnit všechny položky.'; $lang['resendpwdnouser'] = 'Bohužel takový uživatel v systému není.'; -$lang['resendpwdbadauth'] = 'Autorizační kód není platný. Zadali jste opravdu celý odkaz na potvrzovací stránku?'; +$lang['resendpwdbadauth'] = 'Tento autorizační kód není platný. Zadali jste opravdu celý odkaz na potvrzovací stránku?'; $lang['resendpwdconfirm'] = 'Odkaz na potvrzovací stránku byl odeslán e-mailem.'; $lang['resendpwdsuccess'] = 'Vaše nové heslo bylo odesláno e-mailem.'; $lang['license'] = 'Kromě míst, kde je explicitně uvedeno jinak, je obsah této wiki licencován pod následující licencí:'; @@ -353,5 +354,6 @@ $lang['plainhtml'] = 'Čisté HTML'; $lang['wikimarkup'] = 'Wiki jazyk'; $lang['page_nonexist_rev'] = 'Stránka neexistovala na %s. Byla vytvořena dodatečne na <a href="%s">%s</a>.'; $lang['unable_to_parse_date'] = 'Nelze rozebrat parametr "%s".'; -$lang['email_signature_text'] = 'Tento e-mail byl automaticky vygenerován systémem DokuWiki +$lang['email_signature_text'] = 'Tento e-mail byl automaticky vygenerován systémem DokuWiki @DOKUWIKIURL@'; +$lang['email_signature_html'] = ' '; diff --git a/lib/plugins/acl/lang/cs/lang.php b/lib/plugins/acl/lang/cs/lang.php index 497d53a4a..c003a6557 100644 --- a/lib/plugins/acl/lang/cs/lang.php +++ b/lib/plugins/acl/lang/cs/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Bohumir Zamecnik <bohumir@zamecnik.org> * @author Zbynek Krivka <zbynek.krivka@seznam.cz> * @author tomas@valenta.cz diff --git a/lib/plugins/authad/lang/cs/lang.php b/lib/plugins/authad/lang/cs/lang.php index 6223868c6..91e91d053 100644 --- a/lib/plugins/authad/lang/cs/lang.php +++ b/lib/plugins/authad/lang/cs/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> * @author Miroslav Svoboda <msv@email.cz> */ diff --git a/lib/plugins/authad/lang/cs/settings.php b/lib/plugins/authad/lang/cs/settings.php index 92b2d0f13..845c5abdb 100644 --- a/lib/plugins/authad/lang/cs/settings.php +++ b/lib/plugins/authad/lang/cs/settings.php @@ -2,9 +2,10 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author mkucera66@seznam.cz * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> + * @author Daniel Slováček <danslo@danslo.cz> */ $lang['account_suffix'] = 'Přípona vašeho účtu, tj. <code>@moje.domena.org</code>'; $lang['base_dn'] = 'Vaše doménové jméno DN. tj. <code>DC=moje,DC=domena,DC=org</code>'; @@ -19,3 +20,5 @@ $lang['use_tls'] = 'Použít spojení TLS? Pokud ano, nevyužívej $lang['debug'] = 'Zobrazit dodatečné debugovací výstupy při chybách?'; $lang['expirywarn'] = 'Dny mezi varováním o vyprčšení hesla uživatele a jeho vypršením. 0 znaší vypnuto.'; $lang['additional'] = 'Čárkou oddělený seznam dodatečných atributů získávaných z uživatelských dat. Využito některými pluginy.'; +$lang['update_name'] = 'Povolit uživatelům upravit jejich AD zobrazované jméno?'; +$lang['update_mail'] = 'Povolit uživatelům upravit svou emailovou adresu?'; diff --git a/lib/plugins/authldap/lang/cs/lang.php b/lib/plugins/authldap/lang/cs/lang.php index 9b0e8d244..0fac2df32 100644 --- a/lib/plugins/authldap/lang/cs/lang.php +++ b/lib/plugins/authldap/lang/cs/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> */ $lang['connectfail'] = 'LDAP připojení nefunkční: %s'; diff --git a/lib/plugins/authldap/lang/cs/settings.php b/lib/plugins/authldap/lang/cs/settings.php index c7e070ca8..21de11f3a 100644 --- a/lib/plugins/authldap/lang/cs/settings.php +++ b/lib/plugins/authldap/lang/cs/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author mkucera66@seznam.cz * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> */ diff --git a/lib/plugins/authmysql/lang/cs/lang.php b/lib/plugins/authmysql/lang/cs/lang.php index 464a031b1..4dd63b437 100644 --- a/lib/plugins/authmysql/lang/cs/lang.php +++ b/lib/plugins/authmysql/lang/cs/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> */ $lang['connectfail'] = 'Selhalo připojení k databázi.'; diff --git a/lib/plugins/authmysql/lang/cs/settings.php b/lib/plugins/authmysql/lang/cs/settings.php index 09146a451..eaca5dbd1 100644 --- a/lib/plugins/authmysql/lang/cs/settings.php +++ b/lib/plugins/authmysql/lang/cs/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author mkucera66@seznam.cz * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> */ diff --git a/lib/plugins/authpgsql/lang/cs/settings.php b/lib/plugins/authpgsql/lang/cs/settings.php index ad135e241..d81a9383a 100644 --- a/lib/plugins/authpgsql/lang/cs/settings.php +++ b/lib/plugins/authpgsql/lang/cs/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author mkucera66@seznam.cz * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> */ diff --git a/lib/plugins/authplain/lang/cs/lang.php b/lib/plugins/authplain/lang/cs/lang.php index 852a30044..4eaacdc3f 100644 --- a/lib/plugins/authplain/lang/cs/lang.php +++ b/lib/plugins/authplain/lang/cs/lang.php @@ -2,9 +2,11 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> + * @author Daniel Slováček <danslo@danslo.cz> */ $lang['userexists'] = 'Uživatel se stejným jménem už je zaregistrován.'; $lang['usernotexists'] = 'Omlouváme se, uživatel tohoto jména neexistuje.'; $lang['writefail'] = 'Nelze změnit údaje uživatele. Informujte prosím správce wiki'; +$lang['protected'] = 'Data pro uživatele %s jsou chráněna a nemůžou být upravena nebo smazána.'; diff --git a/lib/plugins/config/lang/cs/lang.php b/lib/plugins/config/lang/cs/lang.php index aecb34f2f..11242de94 100644 --- a/lib/plugins/config/lang/cs/lang.php +++ b/lib/plugins/config/lang/cs/lang.php @@ -15,6 +15,7 @@ * @author mkucera66@seznam.cz * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> * @author Turkislav <turkislav@blabla.com> + * @author Daniel Slováček <danslo@danslo.cz> */ $lang['menu'] = 'Správa nastavení'; $lang['error'] = 'Nastavení nebyla změněna kvůli alespoň jedné neplatné položce, diff --git a/lib/plugins/extension/lang/cs/lang.php b/lib/plugins/extension/lang/cs/lang.php index 1fef75a45..a9abaec93 100644 --- a/lib/plugins/extension/lang/cs/lang.php +++ b/lib/plugins/extension/lang/cs/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Viktor Zavadil <vzavadil@newps.cz> * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> * @author Turkislav <turkislav@blabla.com> diff --git a/lib/plugins/popularity/lang/cs/lang.php b/lib/plugins/popularity/lang/cs/lang.php index 4ab5916db..afffd6444 100644 --- a/lib/plugins/popularity/lang/cs/lang.php +++ b/lib/plugins/popularity/lang/cs/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Bohumir Zamecnik <bohumir@zamecnik.org> * @author tomas@valenta.cz * @author Marek Sacha <sachamar@fel.cvut.cz> diff --git a/lib/plugins/revert/lang/cs/lang.php b/lib/plugins/revert/lang/cs/lang.php index 494750d5e..9c6aee8a1 100644 --- a/lib/plugins/revert/lang/cs/lang.php +++ b/lib/plugins/revert/lang/cs/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Bohumir Zamecnik <bohumir@zamecnik.org> * @author Zbynek Krivka <zbynek.krivka@seznam.cz> * @author tomas@valenta.cz @@ -20,6 +20,7 @@ * @author Viktor Zavadil <vzavadil@newps.cz> * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> * @author Turkislav <turkislav@blabla.com> + * @author Daniel Slováček <danslo@danslo.cz> */ $lang['menu'] = 'Obnova zaspamovaných stránek'; $lang['filter'] = 'Hledat zaspamované stránky'; diff --git a/lib/plugins/styling/lang/cs/lang.php b/lib/plugins/styling/lang/cs/lang.php index 8148b784f..d23de2920 100644 --- a/lib/plugins/styling/lang/cs/lang.php +++ b/lib/plugins/styling/lang/cs/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> */ $lang['menu'] = 'Nastavení stylů vzhledu'; diff --git a/lib/plugins/usermanager/lang/cs/lang.php b/lib/plugins/usermanager/lang/cs/lang.php index 3cd42efcb..2258b093c 100644 --- a/lib/plugins/usermanager/lang/cs/lang.php +++ b/lib/plugins/usermanager/lang/cs/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Tomas Valenta <t.valenta@sh.cvut.cz> * @author Zbynek Krivka <zbynek.krivka@seznam.cz> * @author Bohumir Zamecnik <bohumir@zamecnik.org> @@ -16,6 +16,7 @@ * @author mkucera66@seznam.cz * @author Zbyněk Křivka <krivka@fit.vutbr.cz> * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> + * @author Daniel Slováček <danslo@danslo.cz> */ $lang['menu'] = 'Správa uživatelů'; $lang['noauth'] = '(autentizace uživatelů není k dispozici)'; @@ -80,7 +81,7 @@ $lang['addUser_error_missing_pass'] = 'Buď prosím nastavte heslo nebo aktivujt $lang['addUser_error_pass_not_identical'] = 'Zadaná hesla nebyla shodná.'; $lang['addUser_error_modPass_disabled'] = 'Změna hesel je momentálně zákázána.'; $lang['addUser_error_name_missing'] = 'Zadejte prosím jméno nového uživatele.'; -$lang['addUser_error_modName_disabled'] = 'Změna jmen je momentálně zákázána.'; +$lang['addUser_error_modName_disabled'] = 'Změna jmen je momentálně zakázána.'; $lang['addUser_error_mail_missing'] = 'Zadejte prosím emailovou adresu nového uživatele.'; $lang['addUser_error_modMail_disabled'] = 'Změna emailové adresy je momentálně zákázána.'; $lang['addUser_error_create_event_failed'] = 'Zásuvný modul zabránil přidání nového uživatele. Pro více informací si prohlédněte další možné zprávy.'; diff --git a/lib/tpl/dokuwiki/lang/cs/lang.php b/lib/tpl/dokuwiki/lang/cs/lang.php index 6599c73cb..58af0d2e3 100644 --- a/lib/tpl/dokuwiki/lang/cs/lang.php +++ b/lib/tpl/dokuwiki/lang/cs/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Jaroslav Lichtblau <jlichtblau@seznam.cz> */ $lang['__background_site__'] = 'Barva hlavního pozadí (pod kontextovým boxem)'; |