diff options
Diffstat (limited to 'apps/files_sharing/l10n/en_GB.js')
-rw-r--r-- | apps/files_sharing/l10n/en_GB.js | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index bb3e48f901b..03e8fd90aee 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -102,6 +102,7 @@ OC.L10N.register( "Share must at least have READ or CREATE permissions" : "Share must at least have READ or CREATE permissions", "Share must have READ permission if UPDATE or DELETE permission is set" : "Share must have READ permission if UPDATE or DELETE permission is set", "\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled.", + "Wrong password" : "Incorrect password", "shared by %s" : "shared by %s", "Download all files" : "Download all files", "Direct link" : "Direct link", @@ -115,6 +116,19 @@ OC.L10N.register( "Accept" : "Accept", "Decline" : "Decline", "This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation.", + "Expiration date" : "Expiration date", + "Set a password" : "Set a password", + "Password" : "Password", + "Share link" : "Share link", + "Copy to clipboard" : "Copy to clipboard", + "Send link via email" : "Send link via email", + "Link copied to clipboard" : "Link copied to clipboard", + "Select" : "Select", + "Cancel" : "Cancel", + "Continue" : "Continue", + "Close" : "Close", + "Error creating the share: {errorMessage}" : "Error creating the share: {errorMessage}", + "Error creating the share" : "Error creating the share", "Sharing" : "Sharing", "Accept shares from other accounts and groups by default" : "Accept shares from other accounts and groups by default", "Error while toggling options" : "Error while toggling options", @@ -149,7 +163,6 @@ OC.L10N.register( "Expiration date (enforced)" : "Expiration date (enforced)", "Enter a date" : "Enter a date", "Create share" : "Create share", - "Cancel" : "Cancel", "Customize link" : "Customise link", "Generate QR code" : "Generate QR code", "Add another link" : "Add another link", @@ -159,7 +172,6 @@ OC.L10N.register( "Mail share ({label})" : "Mail share ({label})", "Share link ({label})" : "Share link ({label})", "Share link ({index})" : "Share link ({index})", - "Share link" : "Share link", "Actions for \"{title}\"" : "Actions for \"{title}\"", "Copy public link of \"{title}\" to clipboard" : "Copy public link of \"{title}\" to clipboard", "Error, please enter proper password and/or expiration date" : "Error, please enter proper password and/or expiration date", @@ -168,7 +180,6 @@ OC.L10N.register( "Quick share options, the current selected is \"{selectedOption}\"" : "Quick share options, the current selected is \"{selectedOption}\"", "View only" : "View only", "Can edit" : "Can edit", - "File drop" : "File drop", "Custom permissions" : "Custom permissions", "Search for share recipients" : "Search for share recipients", "No recommendations. Start typing." : "No recommendations. Start typing.", @@ -192,12 +203,10 @@ OC.L10N.register( "Advanced settings" : "Advanced settings", "Share label" : "Share label", "Set password" : "Set password", - "Password" : "Password", "Password expires {passwordExpirationTime}" : "Password expires {passwordExpirationTime}", "Password expired" : "Password expired", "Video verification" : "Video verification", "Set expiration date" : "Set expiration date", - "Expiration date" : "Expiration date", "Hide download" : "Hide download", "Allow download" : "Allow download", "Note to recipient" : "Note to recipient", @@ -234,8 +243,6 @@ OC.L10N.register( "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", "Error updating the share: {errorMessage}" : "Error updating the share: {errorMessage}", "Error updating the share" : "Error updating the share", "File \"{path}\" has been unshared" : "File \"{path}\" has been unshared", @@ -302,6 +309,7 @@ OC.L10N.register( "Bundled permissions" : "Bundled permissions", "Only works for users with access to this folder" : "Only works for users with access to this folder", "Only works for users with access to this file" : "Only works for users with access to this file", + "File drop" : "File drop", "Circle" : "Circle", "Update" : "Update", "Share with " : "Share with ", |