nextcloud/apps/federation/l10n/en_GB.js

18 lines
1.6 KiB
JavaScript
Raw Normal View History

2016-02-25 09:58:06 +03:00
OC.L10N.register(
"federation",
{
2016-07-06 16:28:06 +03:00
"Added to the list of trusted servers" : "Added to the list of trusted servers",
2016-02-25 09:58:06 +03:00
"Server is already in the list of trusted servers." : "Server is already in the list of trusted servers.",
2017-05-25 03:08:04 +03:00
"No server to federate with found" : "No server to federate with found",
2016-02-25 09:58:06 +03:00
"Could not add server" : "Could not add server",
2018-02-13 00:33:37 +03:00
"Federation" : "Federation",
2019-12-20 05:26:28 +03:00
"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.",
2016-07-06 16:28:06 +03:00
"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.",
2018-05-24 03:13:48 +03:00
"Trusted servers" : "Trusted servers",
2020-09-02 05:17:10 +03:00
"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.",
2017-05-25 03:08:04 +03:00
"+ Add trusted server" : "+ Add trusted server",
"Trusted server" : "Trusted server",
2021-04-30 05:28:02 +03:00
"Add" : "Add"
2016-02-25 09:58:06 +03:00
},
"nplurals=2; plural=(n != 1);");