diff options
Diffstat (limited to 'apps/federation/l10n/en_GB.js')
-rw-r--r-- | apps/federation/l10n/en_GB.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/federation/l10n/en_GB.js b/apps/federation/l10n/en_GB.js index 906ddbd43d5..1c27a8b3027 100644 --- a/apps/federation/l10n/en_GB.js +++ b/apps/federation/l10n/en_GB.js @@ -1,14 +1,14 @@ OC.L10N.register( "federation", { - "Server added to the list of trusted ownClouds" : "Server added to the list of trusted ownClouds", + "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 ownCloud server found" : "No ownCloud server found", + "No server to federate found" : "Could not find server to federate", "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.", - "Add server automatically once a federated share was created successfully" : "Add server automatically once a federated share was created successfully", - "Trusted ownCloud Servers" : "Trusted ownCloud 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." : "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", + "Trusted Servers" : "Trusted Servers", "+ Add ownCloud server" : "+ Add ownCloud server", "ownCloud Server" : "ownCloud Server" }, |