nextcloud/apps/federation/l10n/sr.js

16 lines
1.7 KiB
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(
"federation",
{
"Server added to the list of trusted ownClouds" : "Сервер додат на списак поверљивих оунКлауд сервера",
"Server is already in the list of trusted servers." : "Сервер је већ на списку поверљивих сервера.",
"No ownCloud server found" : "Ниједан оунКлауд сервер није нађен",
"Could not add server" : "Не могох да додам сервер",
"Federation" : "Здруживање",
"ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "оунКлауд здруживање вам омогућује да се повежете са другим поверљивим оунКлауд серверима да бисте разменили кориснички директоријум. На пример, ово ће да се користи за аутоматско довршавање спољашњих корисника за здружено дељење.",
"Add server automatically once a federated share was created successfully" : "Додај сервер аутоматски по успешном прављењу здруженог дељења",
"Trusted ownCloud Servers" : "Поверљиви оунКлауд сервери",
"+ Add ownCloud server" : "+ Додај оунКлауд сервер",
"ownCloud 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);");