diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-03-08 15:49:44 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-03-08 15:49:44 +0100 |
commit | b74dadd5c78b9247c1bbc86a1677b14bd89d5446 (patch) | |
tree | 33edeea9cb307225b8c393f0768cdfa8d44cfa09 /lib/plugins/authldap | |
parent | 59ac7beaa56f2b43310b88bceca6c68a685f19e6 (diff) | |
parent | 6bc2d8e51371c2ee17233d4c76112e3fefca437f (diff) | |
download | rpg-b74dadd5c78b9247c1bbc86a1677b14bd89d5446.tar.gz rpg-b74dadd5c78b9247c1bbc86a1677b14bd89d5446.tar.bz2 |
Merge pull request #596 from dokuwiki-translate/lang_update_99
Translation update (ru)
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/ru/settings.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/ru/settings.php b/lib/plugins/authldap/lang/ru/settings.php index 2b93e0fd4..fbe75d3cb 100644 --- a/lib/plugins/authldap/lang/ru/settings.php +++ b/lib/plugins/authldap/lang/ru/settings.php @@ -6,6 +6,8 @@ * @author Ivan I. Udovichenko (sendtome@mymailbox.pp.ua) * @author Aleksandr Selivanov <alexgearbox@gmail.com> * @author Erli Moen <evseev.jr@gmail.com> + * @author Aleksandr Selivanov <alexgearbox@yandex.ru> */ $lang['deref'] = 'Как расшифровывать псевдонимы?'; $lang['bindpw'] = 'Пароль для указанного пользователя.'; +$lang['deref_o_0'] = 'LDAP_DEREF_NEVER'; |