summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-08-25 02:08:36 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-08-25 02:08:36 +0200
commitf57d527a7ce10a0ed48e25d7e2432dae2ec9366a (patch)
treed16406306537e03f2fc147e7936004f7128b48d4 /apps/user_ldap
parentd84b1adf34817b4b261db35e51f72ac78adf8e27 (diff)
downloadnextcloud-server-f57d527a7ce10a0ed48e25d7e2432dae2ec9366a.tar.gz
nextcloud-server-f57d527a7ce10a0ed48e25d7e2432dae2ec9366a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/l10n/ru.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/ru.php b/apps/user_ldap/l10n/ru.php
new file mode 100644
index 00000000000..fc89d998065
--- /dev/null
+++ b/apps/user_ldap/l10n/ru.php
@@ -0,0 +1,26 @@
+<?php $TRANSLATIONS = array(
+"Host" => "Сервер",
+"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Можно опустить протокол, за исключением того, когда вам требуется SSL. Тогда начните с ldaps :/ /",
+"Base DN" => "Базовый DN",
+"You can specify Base DN for users and groups in the Advanced tab" => "Вы можете задать Base DN для пользователей и групп на вкладке \"Расширенное\"",
+"User DN" => "DN пользователя",
+"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "DN-клиента пользователя, с которым связывают должно быть заполнено, например, uid=агент, dc=пример, dc=com. Для анонимного доступа, оставьте DN и пароль пустыми.",
+"Password" => "Пароль",
+"For anonymous access, leave DN and Password empty." => "Для анонимного доступа оставьте DN и пароль пустыми.",
+"User Login Filter" => "Фильтр входа пользователей",
+"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Определяет фильтр для применения при попытке входа. %%uid заменяет имя пользователя при входе в систему.",
+"use %%uid placeholder, e.g. \"uid=%%uid\"" => "используйте заполнитель %%uid, например: \"uid=%%uid\"",
+"User List Filter" => "Фильтр списка пользователей",
+"Defines the filter to apply, when retrieving users." => "Определяет фильтр для применения при получении пользователей.",
+"without any placeholder, e.g. \"objectClass=person\"." => "без заполнителя, например: \"objectClass=person\".",
+"Group Filter" => "Фильтр группы",
+"Defines the filter to apply, when retrieving groups." => "Определяет фильтр для применения при получении группы.",
+"Port" => "Порт",
+"Use TLS" => "Использовать TLS",
+"Do not use it for SSL connections, it will fail." => "Не используйте для соединений SSL",
+"Turn off SSL certificate validation." => "Отключить проверку сертификата SSL.",
+"Not recommended, use for testing only." => "Не рекомендуется, используйте только для тестирования.",
+"in bytes" => "в байтах",
+"in seconds. A change empties the cache." => "в секундах. Изменение очистит кэш.",
+"Help" => "Помощь"
+);