diff options
Diffstat (limited to 'apps/federatedfilesharing/l10n/en_GB.js')
-rw-r--r-- | apps/federatedfilesharing/l10n/en_GB.js | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/apps/federatedfilesharing/l10n/en_GB.js b/apps/federatedfilesharing/l10n/en_GB.js index 9072f1cdb3a..a53b6610fbe 100644 --- a/apps/federatedfilesharing/l10n/en_GB.js +++ b/apps/federatedfilesharing/l10n/en_GB.js @@ -13,8 +13,8 @@ OC.L10N.register( "Federated Share request sent, you will receive an invitation. Check your notifications." : "Federated Share request sent, you will receive an invitation. Check your notifications.", "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9).", "It is not allowed to send federated group shares from this server." : "It is not allowed to send federated group shares from this server.", - "Sharing %1$s failed, because this item is already shared with user %2$s" : "Sharing %1$s failed, because this item is already shared with user %2$s", - "Not allowed to create a federated share with the same user" : "Not allowed to create a federated share with the same user", + "Sharing %1$s failed, because this item is already shared with the account %2$s" : "Sharing %1$s failed, because this item is already shared with the account %2$s", + "Not allowed to create a federated share to the same account" : "Not allowed to create a federated share to the same account", "Federated shares require read permissions" : "Federated shares require read permissions", "File is already shared with %s" : "File is already shared with %s", "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate.", @@ -28,13 +28,13 @@ OC.L10N.register( "Sharing" : "Sharing", "Federated file sharing" : "Federated file sharing", "Provide federated file sharing across servers" : "Provide federated file sharing across servers", - "Adjust how people can share between servers. This includes shares between users on this server as well if they are using federated sharing." : "Adjust how people can share between servers. This includes shares between users on this server as well if they are using federated sharing.", - "Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)", - "Allow users on this server to receive shares from other servers" : "Allow users on this server to receive shares from other servers", - "Allow users on this server to send shares to groups on other servers" : "Allow users on this server to send shares to groups on other servers", - "Allow users on this server to receive group shares from other servers" : "Allow users on this server to receive group shares from other servers", - "Search global and public address book for users" : "Search global and public address book for users", - "Allow users to publish their data to a global and public address book" : "Allow users to publish their data to a global and public address book", + "Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing.", + "Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)", + "Allow people on this server to receive shares from other servers" : "Allow people on this server to receive shares from other servers", + "Allow people on this server to send shares to groups on other servers" : "Allow people on this server to send shares to groups on other servers", + "Allow people on this server to receive group shares from other servers" : "Allow people on this server to receive group shares from other servers", + "Search global and public address book for people" : "Search global and public address book for people", + "Allow people to publish their data to a global and public address book" : "Allow people to publish their data to a global and public address book", "Unable to update federated files sharing config" : "Unable to update federated files sharing config", "Federated Cloud" : "Federated Cloud", "You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialogue. It looks like person@cloud.example.com", @@ -51,6 +51,15 @@ OC.L10N.register( "Cloud ID copied to the clipboard" : "Cloud ID copied to the clipboard", "Copy to clipboard" : "Copy to clipboard", "Clipboard is not available" : "Clipboard is not available", - "Copied!" : "Copied!" + "Copied!" : "Copied!", + "Sharing %1$s failed, because this item is already shared with user %2$s" : "Sharing %1$s failed, because this item is already shared with user %2$s", + "Not allowed to create a federated share with the same user" : "Not allowed to create a federated share with the same user", + "Adjust how people can share between servers. This includes shares between users on this server as well if they are using federated sharing." : "Adjust how people can share between servers. This includes shares between users on this server as well if they are using federated sharing.", + "Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)", + "Allow users on this server to receive shares from other servers" : "Allow users on this server to receive shares from other servers", + "Allow users on this server to send shares to groups on other servers" : "Allow users on this server to send shares to groups on other servers", + "Allow users on this server to receive group shares from other servers" : "Allow users on this server to receive group shares from other servers", + "Search global and public address book for users" : "Search global and public address book for users", + "Allow users to publish their data to a global and public address book" : "Allow users to publish their data to a global and public address book" }, "nplurals=2; plural=(n != 1);"); |