diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-31 00:34:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-31 00:34:53 +0000 |
commit | 3d13383e9b1ed39a754295915587ebdb5f56ec6d (patch) | |
tree | c2e6a133b53c6407e0dcaf8972b244dae35f8b25 /apps/files_sharing/l10n/en_GB.js | |
parent | 03da441629816bc01feed061818e6d7de3838481 (diff) | |
download | nextcloud-server-3d13383e9b1ed39a754295915587ebdb5f56ec6d.tar.gz nextcloud-server-3d13383e9b1ed39a754295915587ebdb5f56ec6d.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 | 41 |
1 files changed, 23 insertions, 18 deletions
diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index 2b0e89ec822..5d870eaacfa 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -133,14 +133,6 @@ OC.L10N.register( "Upload" : "Upload", "Edit" : "Edit", "Bundled permissions" : "Bundled permissions", - "Allow creating" : "Allow creating", - "Allow deleting" : "Allow deleting", - "Allow resharing" : "Allow resharing", - "Expiration date enforced" : "Expiration date enforced", - "Set expiration date" : "Set expiration date", - "Enter a date" : "Enter a date", - "Note to recipient" : "Note to recipient", - "Unshare" : "Unshare", "group" : "group", "conversation" : "conversation", "remote" : "remote", @@ -149,9 +141,9 @@ OC.L10N.register( "Shared with the group {user} by {owner}" : "Shared with the group {user} by {owner}", "Shared with the conversation {user} by {owner}" : "Shared with the conversation {user} by {owner}", "Shared with {user} by {owner}" : "Shared with {user} by {owner}", - "Allow download" : "Allow download", "Added by {initiator}" : "Added by {initiator}", "Via “{folder}”" : "Via “{folder}”", + "Unshare" : "Unshare", "Internal link" : "Internal link", "Cannot copy, please copy the link manually" : "Cannot copy, please copy the link manually", "Copy internal link to clipboard" : "Copy internal link to clipboard", @@ -163,15 +155,9 @@ OC.L10N.register( "Password protection" : "Password protection", "Enter a password" : "Enter a password", "Expiration date (enforced)" : "Expiration date (enforced)", + "Enter a date" : "Enter a date", "Create share" : "Create share", "Cancel" : "Cancel", - "Share label" : "Share label", - "Hide download" : "Hide download", - "Password protect" : "Password protect", - "Password expires {passwordExpirationTime}" : "Password expires {passwordExpirationTime}", - "Password expired" : "Password expired", - "Video verification" : "Video verification", - "Enter a note for the share recipient" : "Enter a note for the share recipient", "Add another link" : "Add another link", "Create a new share link" : "Create a new share link", "{shareWith} by {initiator}" : "{shareWith} by {initiator}", @@ -185,6 +171,8 @@ OC.L10N.register( "Error, please enter proper password and/or expiration date" : "Error, please enter proper password and/or expiration date", "Link share created" : "Link share created", "Error while creating the share" : "Error while creating the share", + "View only" : "View only", + "File drop" : "File drop", "Search for share recipients" : "Search for share recipients", "No recommendations. Start typing." : "No recommendations. Start typing.", "Resharing is not allowed" : "Resharing is not allowed", @@ -201,6 +189,18 @@ OC.L10N.register( "Deck board" : "Deck board", "ScienceMesh" : "ScienceMesh", "on {server}" : "on {server}", + "Advanced settings" : "Advanced settings", + "Share label" : "Share label", + "Password expires {passwordExpirationTime}" : "Password expires {passwordExpirationTime}", + "Password expired" : "Password expired", + "Set expiration date" : "Set expiration date", + "Expiration date" : "Expiration date", + "Hide download" : "Hide download", + "Video verification" : "Video verification", + "Note to recipient" : "Note to recipient", + "Create" : "Create", + "Update" : "Update", + "Share" : "Share", "Others with access" : "Others with access", "No other users with access found" : "No other users with access found", "Toggle list of others with access to this directory" : "Toggle list of others with access to this directory", @@ -223,7 +223,6 @@ OC.L10N.register( "Folder \"{path}\" has been unshared" : "Folder \"{path}\" has been unshared", "Share {propertyName} saved" : "Share {propertyName} saved", "Shared" : "Shared", - "Share" : "Share", "Shared by" : "Shared by", "Shared with" : "Shared with", "Password created successfully" : "Password created successfully", @@ -259,7 +258,6 @@ OC.L10N.register( "No entries found in this folder" : "No entries found in this folder", "Name" : "Name", "Share time" : "Share time", - "Expiration date" : "Expiration date", "Sorry, this link does not seem to work anymore." : "Sorry, this link does not seem to work any more.", "Reasons might be:" : "Reasons might be:", "the item was removed" : "the item was removed", @@ -287,6 +285,13 @@ OC.L10N.register( "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", + "Allow download" : "Allow download", + "Password protect" : "Password protect", + "Enter a note for the share recipient" : "Enter a note for the share recipient", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generating password from password policy" }, |