diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-21 02:04:56 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-21 02:04:56 +0200 |
commit | 8f2c76d3da40d4f0957a5d073bddda742228b48f (patch) | |
tree | 07f8c9b5842f6c8d8438a077a6bf63efd2a15246 /apps/user_ldap | |
parent | 59a00f95c355474b2b1e69cdd743acd9d159ff9e (diff) | |
download | nextcloud-server-8f2c76d3da40d4f0957a5d073bddda742228b48f.tar.gz nextcloud-server-8f2c76d3da40d4f0957a5d073bddda742228b48f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/l10n/ru_RU.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/ru_RU.php b/apps/user_ldap/l10n/ru_RU.php new file mode 100644 index 00000000000..9c0eb23a34c --- /dev/null +++ b/apps/user_ldap/l10n/ru_RU.php @@ -0,0 +1,15 @@ +<?php $TRANSLATIONS = array( +"Host" => "Хост", +"Base DN" => "База DN", +"User DN" => "DN пользователя", +"Password" => "Пароль", +"For anonymous access, leave DN and Password empty." => "Для анонимного доступа оставьте поля DN и пароль пустыми.", +"Group Filter" => "Групповой фильтр", +"Port" => "Порт", +"Use TLS" => "Использовать TLS", +"Do not use it for SSL connections, it will fail." => "Не используйте это SSL-соединений, это не будет выполнено.", +"Turn off SSL certificate validation." => "Выключить проверку сертификата SSL.", +"in bytes" => "в байтах", +"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Оставьте пустым под имя пользователя (по умолчанию). В противном случае задайте LDAP/AD атрибут.", +"Help" => "Помощь" +); |