18 lines
1.6 KiB
JavaScript
18 lines
1.6 KiB
JavaScript
OC.L10N.register(
|
|
"federation",
|
|
{
|
|
"Added to the list of trusted servers" : "Added to the list of trusted servers",
|
|
"Server is already in the list of trusted servers." : "Server is already in the list of trusted servers.",
|
|
"No server to federate with found" : "No server to federate with found",
|
|
"Could not add server" : "Could not add server",
|
|
"Federation" : "Federation",
|
|
"Federation allows you to connect with other trusted servers to exchange the user directory." : "Federation allows you to connect with other trusted servers to exchange the user directory.",
|
|
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Federation allows you to connect with other trusted servers to exchange the user directory. For example: to auto-complete external users for federated sharing.",
|
|
"Trusted servers" : "Trusted servers",
|
|
"Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share.",
|
|
"+ Add trusted server" : "+ Add trusted server",
|
|
"Trusted server" : "Trusted server",
|
|
"Add" : "Add"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|