summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-03-31 10:08:42 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-03-31 10:08:42 +0200
commit70df0ce2cdb07a560584d96d81b17e0d0e6c31cb (patch)
tree0e126388e6b194217f7449b0abaa81a6f803ccab /lib/plugins/authldap/lang
parent22aa674148cf75993320e1c113fa9099fbad74f0 (diff)
parent605af2f6069a04742a008b2a08a601fdd2a7505e (diff)
downloadrpg-70df0ce2cdb07a560584d96d81b17e0d0e6c31cb.tar.gz
rpg-70df0ce2cdb07a560584d96d81b17e0d0e6c31cb.tar.bz2
Merge pull request #1090 from dokuwiki-translate/lang_update_28
Translation update (cs)
Diffstat (limited to 'lib/plugins/authldap/lang')
-rw-r--r--lib/plugins/authldap/lang/cs/settings.php4
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';