nextcloud/apps/lookup_server_connector/l10n/sr.js
Nextcloud bot 8cebd2b7c0
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-02-15 00:20:01 +00:00

9 lines
597 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"lookup_server_connector",
{
"Lookup Server Connector" : "Lookup Server Connector",
"Sync public account information with the lookup server" : "Синхронизује јавне информације о налогу са сервером за претрагу",
"Sync public user information with the lookup server" : "Синхронизује јавне информације о кориснику са референтним сервером"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");