diff options
author | Jaroslav Lichtblau <jlichtblau@seznam.cz> | 2015-03-28 07:36:33 +0100 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-03-28 07:36:33 +0100 |
commit | 605af2f6069a04742a008b2a08a601fdd2a7505e (patch) | |
tree | 33caef3d9bb80f0c999659e4895006e7b4b3a34c /lib/plugins | |
parent | 8838b88a0fc8bff42993390fe64f09637ce4c2df (diff) | |
download | rpg-605af2f6069a04742a008b2a08a601fdd2a7505e.tar.gz rpg-605af2f6069a04742a008b2a08a601fdd2a7505e.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/authldap/lang/cs/settings.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/cs/settings.php b/lib/plugins/authldap/lang/cs/settings.php index a5aad5981..08c5c6a16 100644 --- a/lib/plugins/authldap/lang/cs/settings.php +++ b/lib/plugins/authldap/lang/cs/settings.php @@ -21,8 +21,12 @@ $lang['bindpw'] = 'Heslo uživatele výše'; $lang['userscope'] = 'Omezení rozsahu vyhledávání uživatele'; $lang['groupscope'] = 'Omezení rozsahu vyhledávání skupiny'; $lang['groupkey'] = 'Atribut šlenství uživatele ve skupinách (namísto standardních AD skupin), tj. skupina z oddělení nebo telefonní číslo'; +$lang['modPass'] = 'Může být LDAP heslo změněno přes dokuwiki?'; $lang['debug'] = 'Zobrazit dodatečné debugovací informace'; $lang['deref_o_0'] = 'LDAP_DEREF_NEVER'; $lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING'; $lang['deref_o_2'] = 'LDAP_DEREF_FINDING'; $lang['deref_o_3'] = 'LDAP_DEREF_ALWAYS'; +$lang['referrals_o_-1'] = 'použít výchozí'; +$lang['referrals_o_0'] = 'nenásledovat odkazy'; +$lang['referrals_o_1'] = 'následovat odkazy'; |