nextcloud/apps/files_sharing/l10n/en_GB.json

107 lines
7.3 KiB
JSON
Raw Normal View History

{ "translations": {
"Shared with others" : "Shared with others",
2018-07-18 03:12:04 +03:00
"Shared with you" : "Shared with you",
"Shared by link" : "Shared by link",
2014-12-20 09:56:24 +03:00
"Nothing shared with you yet" : "Nothing shared with you yet",
"Files and folders others share with you will show up here" : "Files and folders others share with you will show up here",
"Nothing shared yet" : "Nothing shared yet",
"Files and folders you share will show up here" : "Files and folders you share will show up here",
"No shared links" : "No shared links",
"Files and folders you share by link will show up here" : "Files and folders you share by link will show up here",
2018-08-10 03:12:26 +03:00
"Download" : "Download",
2015-04-23 08:54:51 +03:00
"You can upload into this folder" : "You can upload into this folder",
2017-05-25 03:08:04 +03:00
"No compatible server found at {remote}" : "No compatible server found at {remote}",
"Invalid server URL" : "Invalid server URL",
"Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud",
2016-07-12 03:09:34 +03:00
"No expiration date set" : "No expiration date set",
"Shared by" : "Shared by",
2017-05-25 03:08:04 +03:00
"File shares" : "File shares",
"Downloaded via public link" : "Downloaded via public link",
"Downloaded by {email}" : "Downloaded by {email}",
"{file} downloaded via public link" : "{file} downloaded via public link",
"{email} downloaded {file}" : "{email} downloaded {file}",
"Shared with group {group}" : "Shared with group {group}",
"Removed share for group {group}" : "Removed share for group {group}",
"{actor} shared with group {group}" : "{actor} shared with group {group}",
"{actor} removed share for group {group}" : "{actor} removed share for group {group}",
"You shared {file} with group {group}" : "You shared {file} with group {group}",
"You removed group {group} from {file}" : "You removed group {group} from {file}",
"{actor} shared {file} with group {group}" : "{actor} shared {file} with group {group}",
"{actor} removed group {group} from {file}" : "{actor} removed group {group} from {file}",
"Shared as public link" : "Shared as public link",
"Removed public link" : "Removed public link",
"Public link expired" : "Public link expired",
"{actor} shared as public link" : "{actor} shared as public link",
"{actor} removed public link" : "{actor} removed public link",
"Public link of {actor} expired" : "Public link of {actor} expired",
"You shared {file} as public link" : "You shared {file} as public link",
"You removed public link for {file}" : "You removed public link for {file}",
"Public link expired for {file}" : "Public link expired for {file}",
"{actor} shared {file} as public link" : "{actor} shared {file} as public link",
"{actor} removed public link for {file}" : "{actor} removed public link for {file}",
"Public link of {actor} for {file} expired" : "Public link of {actor} for {file} expired",
"{user} accepted the remote share" : "{user} accepted the remote share",
"{user} declined the remote share" : "{user} declined the remote share",
"You received a new remote share {file} from {user}" : "You received a new remote share {file} from {user}",
"{user} accepted the remote share of {file}" : "{user} accepted the remote share of {file}",
"{user} declined the remote share of {file}" : "{user} declined the remote share of {file}",
"{user} unshared {file} from you" : "{user} unshared {file} from you",
"Shared with {user}" : "Shared with {user}",
"Removed share for {user}" : "Removed share for {user}",
"{actor} shared with {user}" : "{actor} shared with {user}",
"{actor} removed share for {user}" : "{actor} removed share for {user}",
"Shared by {actor}" : "Shared by {actor}",
"{actor} removed share" : "{actor} removed share",
"You shared {file} with {user}" : "You shared {file} with {user}",
"You removed {user} from {file}" : "You removed {user} from {file}",
"{actor} shared {file} with {user}" : "{actor} shared {file} with {user}",
"{actor} removed {user} from {file}" : "{actor} removed {user} from {file}",
"{actor} shared {file} with you" : "{actor} shared {file} with you",
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "A file or folder shared by mail or by public link was <strong>downloaded</strong>",
"A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>",
"A file or folder has been <strong>shared</strong>" : "A file or folder has been <strong>shared</strong>",
2016-06-03 09:19:30 +03:00
"Wrong share ID, share doesn't exist" : "Wrong share ID, share doesn't exist",
"Could not delete share" : "Could not delete share",
"Please specify a file or folder path" : "Please specify a file or folder path",
"Wrong path, file/folder doesn't exist" : "Wrong path, file/folder doesn't exist",
2017-05-25 03:08:04 +03:00
"Could not create share" : "Could not create share",
"invalid permissions" : "invalid permissions",
2016-06-03 09:19:30 +03:00
"Please specify a valid user" : "Please specify a valid user",
"Group sharing is disabled by the administrator" : "Group sharing is disabled by the administrator",
"Please specify a valid group" : "Please specify a valid group",
"Public link sharing is disabled by the administrator" : "Public link sharing is disabled by the administrator",
"Public upload disabled by the administrator" : "Public upload disabled by the administrator",
"Public upload is only possible for publicly shared folders" : "Public upload is only possible for publicly shared folders",
"Invalid date, date format must be YYYY-MM-DD" : "Invalid date, date format must be YYYY-MM-DD",
2017-05-25 03:08:04 +03:00
"You cannot share to a Circle if the app is not enabled" : "You cannot share to a Circle if the app is not enabled",
"Please specify a valid circle" : "Please specify a valid circle",
2016-06-03 09:19:30 +03:00
"Unknown share type" : "Unknown share type",
"Not a directory" : "Not a directory",
"Could not lock path" : "Could not lock path",
"Wrong or no update parameter given" : "Wrong or no update parameter given",
2016-08-09 03:10:11 +03:00
"Can't change permissions for public share links" : "Can't change permissions for public share links",
2018-02-28 04:12:31 +03:00
"shared by %s" : "shared by %s",
"Direct link" : "Direct link",
"Add to your Nextcloud" : "Add to your Nextcloud",
2016-08-09 03:10:11 +03:00
"Share API is disabled" : "Share API is disabled",
2018-02-13 00:33:37 +03:00
"File sharing" : "File sharing",
2019-02-20 04:11:55 +03:00
"Sharing" : "Sharing",
2019-11-01 10:46:26 +03:00
"Share" : "Share",
2015-01-08 09:56:00 +03:00
"No entries found in this folder" : "No entries found in this folder",
"Name" : "Name",
"Share time" : "Share time",
2016-07-12 03:09:34 +03:00
"Expiration date" : "Expiration date",
"Sorry, this link doesnt seem to work anymore." : "Sorry, this link doesnt seem to work anymore.",
"Reasons might be:" : "Reasons might be:",
"the item was removed" : "the item was removed",
"the link expired" : "the link expired",
"sharing is disabled" : "sharing is disabled",
"For more info, please ask the person who sent this link." : "For more info, please ask the person who sent this link.",
2017-11-03 04:09:06 +03:00
"Download %s" : "Download %s",
2016-07-06 16:28:06 +03:00
"Upload files to %s" : "Upload files to %s",
"Select or drop files" : "Select or drop files",
"Uploading files…" : "Uploading files…",
2019-10-05 05:15:04 +03:00
"Uploaded files:" : "Uploaded files:",
"could not delete share" : "could not delete share"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}