summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/sr.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-08-24 02:27:22 +0000
committerNextcloud bot <bot@nextcloud.com>2022-08-24 02:27:22 +0000
commit03c8bf70674574146fbdbd86423161a3fe9a5136 (patch)
tree1b616a609da9af0b776f9e42a84ec3ba9e27c7e7 /apps/user_ldap/l10n/sr.js
parentb888c6146327d842e21988b0d90d6ade4f3a9435 (diff)
downloadnextcloud-server-03c8bf70674574146fbdbd86423161a3fe9a5136.tar.gz
nextcloud-server-03c8bf70674574146fbdbd86423161a3fe9a5136.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_ldap/l10n/sr.js')
-rw-r--r--apps/user_ldap/l10n/sr.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_ldap/l10n/sr.js b/apps/user_ldap/l10n/sr.js
index 3b85272d269..010bdf3ec9d 100644
--- a/apps/user_ldap/l10n/sr.js
+++ b/apps/user_ldap/l10n/sr.js
@@ -56,8 +56,6 @@ OC.L10N.register(
"Your password will expire tomorrow." : "Ваша лозинка ће истећи сутра.",
"Your password will expire today." : "Ваша лозинка ће истећи данас.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Ваша лозинка ће истећи за %n дан.","Ваша лозинка ће истећи за %n дана.","Ваша лозинка ће истећи за %n дана."],
- "_%s group found_::_%s groups found_" : ["нађена %s група","нађене %s групе","Нађено %s група"],
- "_%s user found_::_%s users found_" : ["нађен %s корисник","нађена %s корисника","Нађено %s корисника"],
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Не могу да пронађем атрибут имена за приказ корисника. Молимо сами га наведите у LDAP напредним подешавањима.",
"Could not find the desired feature" : "Не могу да пронађем жељену особину",
"Invalid Host" : "Неисправан домаћин",
@@ -181,6 +179,8 @@ OC.L10N.register(
"Username-LDAP User Mapping" : "Username-LDAP мапирање корисника",
"Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Корисничка имена се користи за чување и додељивање метаподатака. Да би се прецизно идентификовали и препознавали кориснике, сваки LDAP корисник ће имати локално корисничко име. Ово захтева мапирање од корисничког имена до LDAP корисника. Креирано корисничко име се мапира у UUID LDAP корисника. Поред тога, DN се кешира да смањи LDAP интеракцију, али се не користи за идентификацију. Ако се DN мења, промене се могу наћи. Локално корисничко име се користи свуда. Чишћење мапирања оставља свуда остатке. Чишћење мапирања није осетљиво на конфигурацију, оно утиче на све LDAP конфигурације! Никада не користит чишћење мапирања у радном окружењу, већ само у тестирању или експерименталној фази.",
"Clear Username-LDAP User Mapping" : "Очисти Username-LDAP мапирање корисника",
- "Clear Groupname-LDAP Group Mapping" : "Очисти Groupname-LDAP мапирање група"
+ "Clear Groupname-LDAP Group Mapping" : "Очисти Groupname-LDAP мапирање група",
+ "_%s group found_::_%s groups found_" : ["нађена %s група","нађене %s групе","Нађено %s група"],
+ "_%s user found_::_%s users found_" : ["нађен %s корисник","нађена %s корисника","Нађено %s корисника"]
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");