diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-24 00:27:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-24 00:27:21 +0000 |
commit | 0d478a0b9c749612d9ef508f0472582fa07d5574 (patch) | |
tree | 9b3f08c24870d699f5c5b61ab51a44109bc1d711 /apps/files_sharing/l10n/en_GB.js | |
parent | b092daa0f626c2a3a5d70a3914e0dead2e8f38e8 (diff) | |
download | nextcloud-server-0d478a0b9c749612d9ef508f0472582fa07d5574.tar.gz nextcloud-server-0d478a0b9c749612d9ef508f0472582fa07d5574.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n/en_GB.js')
-rw-r--r-- | apps/files_sharing/l10n/en_GB.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index 20bf5e5e2f8..491c69cd55b 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -207,7 +207,6 @@ OC.L10N.register( "Note to recipient" : "Note to recipient", "Enter a note for the share recipient" : "Enter a note for the share recipient", "Create" : "Create", - "Update" : "Update", "Share" : "Share", "Delete share" : "Delete share", "Share with " : "Share with ", @@ -228,6 +227,7 @@ OC.L10N.register( "_Restore share_::_Restore shares_" : ["Restore share","Restore shares"], "Shared" : "Shared", "Shared by {ownerDisplayName}" : "Shared by {ownerDisplayName}", + "Show sharing options" : "Show sharing options", "Link to a file" : "Link to a file", "Error creating the share: {errorMessage}" : "Error creating the share: {errorMessage}", "Error creating the share" : "Error creating the share", @@ -297,13 +297,12 @@ OC.L10N.register( "Something happened. Unable to reject the share." : "Something happened. Unable to reject the share.", "No expiration date set" : "No expiration date set", "Sharing %s failed because the back end does not support sciencemesh shares" : "Sharing %s failed because the back end does not support sciencemesh shares", - "One or more of your shares will expire tomorrow" : "One or more of your shares will expire tomorrow", "Allow creating" : "Allow creating", "Allow deleting" : "Allow deleting", "Allow resharing" : "Allow resharing", "Expiration date enforced" : "Expiration date enforced", "Password protect" : "Password protect", "Science Mesh" : "Science Mesh", - "Error generating password from password_policy" : "Error generating password from password policy" + "Update" : "Update" }, "nplurals=2; plural=(n != 1);"); |