nextcloud/apps/federation/l10n/en_GB.js

17 lines
1.1 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",
2017-05-25 03:08:04 +03:00
"Trusted servers" : "Trusted servers",
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.",
"Add server automatically once a federated share was created successfully" : "Automatically add server once a federated share is successfully created",
2017-05-25 03:08:04 +03:00
"+ Add trusted server" : "+ Add trusted server",
"Trusted server" : "Trusted server",
2017-08-09 03:08:20 +03:00
"Add" : "Add",
"Federation" : "Federation"
2016-02-25 09:58:06 +03:00
},
"nplurals=2; plural=(n != 1);");