diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-09-10 11:37:50 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-09-10 11:37:50 +0200 |
commit | e9fe8d5649e18b81fc746c6f17945734a4486867 (patch) | |
tree | 61ec6643bbcc789d87358f25cc9f623aa7663a5c /lib/plugins/authldap | |
parent | 577dc7d070c8cb01a90b8c0cca1c10a7067d5373 (diff) | |
parent | c3dd5e61641701501b845f71f894380966d71151 (diff) | |
download | rpg-e9fe8d5649e18b81fc746c6f17945734a4486867.tar.gz rpg-e9fe8d5649e18b81fc746c6f17945734a4486867.tar.bz2 |
Merge pull request #851 from dokuwiki-translate/lang_update_12
Translation update (hr)
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/hr/settings.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/hr/settings.php b/lib/plugins/authldap/lang/hr/settings.php index 44caeacc8..cb8df7218 100644 --- a/lib/plugins/authldap/lang/hr/settings.php +++ b/lib/plugins/authldap/lang/hr/settings.php @@ -21,3 +21,7 @@ $lang['userscope'] = 'Ograniči područje za pretragu korisnika'; $lang['groupscope'] = 'Ograniči područje za pretragu grupa'; $lang['groupkey'] = 'Članstvo grupa iz svih atributa korisnika (umjesto standardnih AD grupa) npr. grupa iz odjela ili telefonskog broja'; $lang['debug'] = 'Prikaži dodatne informacije u slučaju greške'; +$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'; |