diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-08-15 00:08:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-08-15 00:08:15 +0000 |
commit | cc40f02684a3b5e68003a6bb29afcce2bc639a86 (patch) | |
tree | d3c8747c20c673f679b8e08da25591166c0a61c8 /apps/user_ldap/l10n | |
parent | e0f479a4eb7f297dbe5156b16f42b896c4ceadd4 (diff) | |
download | nextcloud-server-cc40f02684a3b5e68003a6bb29afcce2bc639a86.tar.gz nextcloud-server-cc40f02684a3b5e68003a6bb29afcce2bc639a86.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/ru.js | 3 | ||||
-rw-r--r-- | apps/user_ldap/l10n/ru.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/ru.js b/apps/user_ldap/l10n/ru.js index daa2999f6f3..d1d4d0331ea 100644 --- a/apps/user_ldap/l10n/ru.js +++ b/apps/user_ldap/l10n/ru.js @@ -79,8 +79,11 @@ OC.L10N.register( "Verify settings and count the groups" : "Проверить настройки и пересчитать группы", "When logging in, %s will find the user based on the following attributes:" : "При входе, %s будет искать пользователя по следующим атрибутам:", "LDAP / AD Username:" : "Имя пользователя LDAP/AD:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Позволяет вход в LDAP / AD с помощью имени пользователя, которое может определяться как «uid», так и «sAMAccountName».", "LDAP / AD Email Address:" : "Адрес email LDAP / AD:", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Позволяет вход с помощью адреса email. Разрешены аттрибуты «mail» и «mailPrimaryAddress».", "Other Attributes:" : "Другие атрибуты:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Определяет фильтр для применения при попытке входа. «%% uid» заменяет имя пользователя для входа в систему. Например: \"uid=%%uid\"", "Test Loginname" : "Проверить логин", "Verify settings" : "Проверить настройки", "1. Server" : "Сервер 1.", diff --git a/apps/user_ldap/l10n/ru.json b/apps/user_ldap/l10n/ru.json index 84a8ac727a1..6ae07d14b68 100644 --- a/apps/user_ldap/l10n/ru.json +++ b/apps/user_ldap/l10n/ru.json @@ -77,8 +77,11 @@ "Verify settings and count the groups" : "Проверить настройки и пересчитать группы", "When logging in, %s will find the user based on the following attributes:" : "При входе, %s будет искать пользователя по следующим атрибутам:", "LDAP / AD Username:" : "Имя пользователя LDAP/AD:", + "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Позволяет вход в LDAP / AD с помощью имени пользователя, которое может определяться как «uid», так и «sAMAccountName».", "LDAP / AD Email Address:" : "Адрес email LDAP / AD:", + "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Позволяет вход с помощью адреса email. Разрешены аттрибуты «mail» и «mailPrimaryAddress».", "Other Attributes:" : "Другие атрибуты:", + "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Определяет фильтр для применения при попытке входа. «%% uid» заменяет имя пользователя для входа в систему. Например: \"uid=%%uid\"", "Test Loginname" : "Проверить логин", "Verify settings" : "Проверить настройки", "1. Server" : "Сервер 1.", |