diff options
author | Takumo <9206984@mail.ru> | 2015-06-29 12:46:05 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-06-29 12:46:05 +0200 |
commit | f4b12de73d07db2a5a0549309329486d7a9e0fdf (patch) | |
tree | 640ceff94bd7112616fc92a0da06fee1801f4379 /lib/plugins/authldap | |
parent | 71c46303d9cd8a321e58a7e7255d13f0d5a5c4eb (diff) | |
download | rpg-f4b12de73d07db2a5a0549309329486d7a9e0fdf.tar.gz rpg-f4b12de73d07db2a5a0549309329486d7a9e0fdf.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/ru/lang.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/ru/lang.php b/lib/plugins/authldap/lang/ru/lang.php new file mode 100644 index 000000000..c05ed3b15 --- /dev/null +++ b/lib/plugins/authldap/lang/ru/lang.php @@ -0,0 +1,9 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Takumo <9206984@mail.ru> + */ +$lang['connectfail'] = 'Ошибка соединения LDAP с %s'; +$lang['domainfail'] = 'Не найдено имя пользователя LDAP (dn)'; |