diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-06 00:25:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-06 00:25:10 +0000 |
commit | e4fa9967014e99a70fcf0f45e84b35f610cedeb6 (patch) | |
tree | 775cd4e128befe99b284595696e7be355025c695 /lib/l10n/en_GB.js | |
parent | 9aafc0f989ea78e3536299da96861ea8a6c13f43 (diff) | |
download | nextcloud-server-e4fa9967014e99a70fcf0f45e84b35f610cedeb6.tar.gz nextcloud-server-e4fa9967014e99a70fcf0f45e84b35f610cedeb6.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index b869d53c065..6d2ce23d9e1 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -155,15 +155,48 @@ OC.L10N.register( "%1$s shared »%2$s« with you and wants to add:" : "%1$s shared »%2$s« with you and wants to add:", "%1$s shared »%2$s« with you and wants to add" : "%1$s shared »%2$s« with you and wants to add", "»%s« added a note to a file shared with you" : "»%s« added a note to a file shared with you", + "Passwords are enforced for link and mail shares" : "Passwords are enforced for link and mail shares", + "SharedWith is not a valid user" : "SharedWith is not a valid user", + "SharedWith is not a valid group" : "SharedWith is not a valid group", + "SharedWith should be empty" : "SharedWith should be empty", + "SharedWith should not be empty" : "SharedWith should not be empty", + "SharedWith is not a valid circle" : "SharedWith is not a valid circle", "Unknown share type" : "Unknown share type", + "SharedBy should be set" : "SharedBy should be set", + "Cannot share with yourself" : "Cannot share with yourself", + "Path should be set" : "Path should be set", + "Path should be either a file or a folder" : "Path should be either a file or a folder", + "You cannot share your root folder" : "You cannot share your root folder", "You are not allowed to share %s" : "You are not allowed to share %s", + "A share requires permissions" : "A share requires permissions", "Cannot increase permissions of %s" : "Cannot increase permissions of %s", + "Shares need at least read permissions" : "Shares need at least read permissions", "Files cannot be shared with delete permissions" : "Files cannot be shared with delete permissions", "Files cannot be shared with create permissions" : "Files cannot be shared with create permissions", "Expiration date is in the past" : "Expiration date is in the past", + "Expiration date is enforced" : "Expiration date is enforced", "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Cannot set expiration date more than %n day in the future","Cannot set expiration date more than %n days in the future"], "Sharing is only allowed with group members" : "Sharing is only allowed with group members", "Sharing %s failed, because this item is already shared with the account %s" : "Sharing %s failed, because this item is already shared with the account %s", + "Group sharing is now allowed" : "Group sharing is now allowed", + "Sharing is only allowed within your own groups" : "Sharing is only allowed within your own groups", + "Path is already shared with this group" : "Path is already shared with this group", + "Link sharing is not allowed" : "Link sharing is not allowed", + "Public upload is not allowed" : "Public upload is not allowed", + "Path contains files shared with you" : "Path contains files shared with you", + "Sharing is disabled" : "Sharing is disabled", + "Sharing is disabled for you" : "Sharing is disabled for you", + "Cannot share with the share owner" : "Cannot share with the share owner", + "Share does not have a full id" : "Share does not have a full id", + "Cannot change share type" : "Cannot change share type", + "Can only update recipient on user shares" : "Can only update recipient on user shares", + "Cannot enable sending the password by Talk with an empty password" : "Cannot enable sending the password by Talk with an empty password", + "Cannot enable sending the password by Talk without setting a new password" : "Cannot enable sending the password by Talk without setting a new password", + "Cannot disable sending the password by Talk without setting a new password" : "Cannot disable sending the password by Talk without setting a new password", + "Share provider does not support accepting" : "Share provider does not support accepting", + "Cannot change target of link share" : "Cannot change target of link share", + "Invalid recipient" : "Invalid recipient", + "Group \"%s\" does not exist" : "Group \"%s\" does not exist", "The requested share does not exist anymore" : "The requested share does not exist any more", "The requested share comes from a disabled user" : "The requested share comes from a disabled user", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "The user was not created because the user limit has been reached. Check your notifications to learn more.", |