diff options
Diffstat (limited to 'apps/federation/l10n/en_GB.js')
-rw-r--r-- | apps/federation/l10n/en_GB.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/federation/l10n/en_GB.js b/apps/federation/l10n/en_GB.js index 348f84a7964..906ddbd43d5 100644 --- a/apps/federation/l10n/en_GB.js +++ b/apps/federation/l10n/en_GB.js @@ -6,6 +6,10 @@ OC.L10N.register( "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." + "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", + "+ Add ownCloud server" : "+ Add ownCloud server", + "ownCloud Server" : "ownCloud Server" }, "nplurals=2; plural=(n != 1);"); |