diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-06-01 02:28:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-06-01 02:28:20 +0000 |
commit | f2101487a0a32cd5be5068329a2c7cd6d8a1583f (patch) | |
tree | 0881be84f22fc59f378b6b06d23e86c848e8042c /apps/user_ldap/l10n/uk.js | |
parent | 4fc002a3a5b78bb7b832829dc9cf2c16f897263b (diff) | |
download | nextcloud-server-f2101487a0a32cd5be5068329a2c7cd6d8a1583f.tar.gz nextcloud-server-f2101487a0a32cd5be5068329a2c7cd6d8a1583f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/uk.js')
-rw-r--r-- | apps/user_ldap/l10n/uk.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_ldap/l10n/uk.js b/apps/user_ldap/l10n/uk.js index f377e8bdf80..4b2e9c4bfcf 100644 --- a/apps/user_ldap/l10n/uk.js +++ b/apps/user_ldap/l10n/uk.js @@ -53,8 +53,6 @@ OC.L10N.register( "LDAP Filter:" : "LDAP фільтр:", "The filter specifies which LDAP groups shall have access to the %s instance." : "Фільтр визначає, які LDAP групи повинні мати доступ до %s примірника.", "Verify settings and count the groups" : "Перевірити налаштування та порахувати групи", - "LDAP / AD Username:" : "ім'я користувача LDAP/AD:", - "LDAP / AD Email Address:" : "LDAP / AD Email адреса:", "Other Attributes:" : "Інші Атрибути:", "Test Loginname" : "Тестове ім'я при вході", "Verify settings" : "Перевірити налаштування", @@ -136,6 +134,8 @@ OC.L10N.register( "UUID Attribute for Groups:" : "UUID Атрибут для груп:", "Username-LDAP User Mapping" : "Картографія Імен користувачів-LDAP ", "Clear Username-LDAP User Mapping" : "Очистити картографію Імен користувачів-LDAP", - "Clear Groupname-LDAP Group Mapping" : "Очистити картографію Імен груп-LDAP" + "Clear Groupname-LDAP Group Mapping" : "Очистити картографію Імен груп-LDAP", + "LDAP / AD Username:" : "ім'я користувача LDAP/AD:", + "LDAP / AD Email Address:" : "LDAP / AD Email адреса:" }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); |