diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-03 00:20:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-03 00:20:34 +0000 |
commit | 6c14c933eb22f25fdb40741750bdf11fa47d6a01 (patch) | |
tree | e9f7f6338558457fab03c338ba2df588e0e5fdaf /lib/l10n/en_GB.js | |
parent | 004d7dac91b8e6759f0279e6f932fe03d6203ba2 (diff) | |
download | nextcloud-server-6c14c933eb22f25fdb40741750bdf11fa47d6a01.tar.gz nextcloud-server-6c14c933eb22f25fdb40741750bdf11fa47d6a01.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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 0f64aa2e6a3..96da6715969 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -157,10 +157,19 @@ 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", "»%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", + "Share recipient is not a valid user" : "Share recipient is not a valid user", + "Share recipient is not a valid group" : "Share recipient is not a valid group", + "Share recipient should be empty" : "Share recipient should be empty", + "Share recipient should not be empty" : "Share recipient should not be empty", + "Share recipient is not a valid circle" : "Share recipient is not a valid circle", "Unknown share type" : "Unknown share type", + "Share initiator must be set" : "Share initiator must be set", "Cannot share with yourself" : "Cannot share with yourself", + "Shared path must be set" : "Shared path must be set", + "Shared path must be either a file or a folder" : "Shared path must 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", + "Valid permissions are required for sharing" : "Valid permissions are required for sharing", "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", @@ -187,6 +196,7 @@ OC.L10N.register( "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 share recipient" : "Invalid share 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", |