blob: 348f84a7964706fa66f84e6f0e3c5b09381e3b5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
OC.L10N.register(
"federation",
{
"Server added to the list of trusted ownClouds" : "Server added to the list of trusted ownClouds",
"Server is already in the list of trusted servers." : "Server is already in the list of trusted servers.",
"No ownCloud server found" : "No ownCloud server found",
"Could not add server" : "Could not add server",
"Federation" : "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." : "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."
},
"nplurals=2; plural=(n != 1);");
|