12 lines
894 B
JavaScript
12 lines
894 B
JavaScript
OC.L10N.register(
|
||
"federation",
|
||
{
|
||
"Server added to the list of trusted ownClouds" : "Shërbyesi u shtua te lista e ownCloud-eve të besuar",
|
||
"Server is already in the list of trusted servers." : "Shërbyesi është tashmë në listën e shërbyesve të besuar.",
|
||
"No ownCloud server found" : "S’u gjet shërbyes ownCloud",
|
||
"Could not add server" : "Shërbyesi s’u shtua dot",
|
||
"Federation" : "Federim",
|
||
"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." : "Federimi ownCloud ju lejon të lidheni me ownCloud-e të tjerë për të shkëmbyer drejtorinë e përdoruesve. Për shembull, kjo do të përdoret për për vetëplotësim përdoruesish të jashtëm për ndarje të federuar."
|
||
},
|
||
"nplurals=2; plural=(n != 1);");
|