diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-03-09 18:36:35 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-03-09 18:36:35 +0100 |
commit | 9f12fc1cc9e916c3172a0cf8953ed70fd18f2ec1 (patch) | |
tree | 37c5d0d125318ac28f3dda3b192fdbed96eca927 /lib/plugins/authldap | |
parent | d55b33f4750534352c0b9696fc4938be84239d22 (diff) | |
parent | 3b7b1e523ecf0c4752f428e6c5f530988e0b80b9 (diff) | |
download | rpg-9f12fc1cc9e916c3172a0cf8953ed70fd18f2ec1.tar.gz rpg-9f12fc1cc9e916c3172a0cf8953ed70fd18f2ec1.tar.bz2 |
Merge pull request #602 from dokuwiki-translate/lang_update_104
Translation update (ru)
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/ru/settings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/ru/settings.php b/lib/plugins/authldap/lang/ru/settings.php index fbe75d3cb..04a3ee784 100644 --- a/lib/plugins/authldap/lang/ru/settings.php +++ b/lib/plugins/authldap/lang/ru/settings.php @@ -11,3 +11,6 @@ $lang['deref'] = 'Как расшифровывать псевдонимы?'; $lang['bindpw'] = 'Пароль для указанного пользователя.'; $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'; |