nextcloud/apps/files/l10n/en_GB.json

134 lines
9.2 KiB
JSON
Raw Normal View History

{ "translations": {
"Storage invalid" : "Storage invalid",
"Unknown error" : "Unknown error",
"All files" : "All files",
2016-06-10 08:55:19 +03:00
"File could not be found" : "File could not be found",
2014-12-19 09:56:51 +03:00
"Home" : "Home",
2015-08-25 19:39:10 +03:00
"Close" : "Close",
2016-05-13 09:08:45 +03:00
"Favorites" : "Favourites",
2016-10-25 12:36:09 +03:00
"Could not create folder \"{dir}\"" : "Could not create folder \"{dir}\"",
2015-11-13 09:57:12 +03:00
"Upload cancelled." : "Upload cancelled.",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "Unable to upload {filename} as it is a directory or has 0 bytes",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "Not enough free space, you are uploading {size1} but only {size2} is left",
2016-05-15 08:55:34 +03:00
"Uploading..." : "Uploading...",
"..." : "...",
2016-05-17 08:54:56 +03:00
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
2015-08-25 19:39:10 +03:00
"Actions" : "Actions",
2015-01-13 09:56:58 +03:00
"Download" : "Download",
2015-09-28 12:07:18 +03:00
"Rename" : "Rename",
"Delete" : "Delete",
2015-12-12 09:55:39 +03:00
"Disconnect storage" : "Disconnect storage",
"Unshare" : "Unshare",
2017-01-28 04:06:59 +03:00
"Files" : "Files",
2015-09-28 12:07:18 +03:00
"Details" : "Details",
2014-12-20 09:56:24 +03:00
"Select" : "Select",
"Pending" : "Pending",
2014-12-16 09:55:32 +03:00
"Unable to determine date" : "Unable to determine date",
2016-02-25 09:58:06 +03:00
"This operation is forbidden" : "This operation is forbidden",
"This directory is unavailable, please check the logs or contact the administrator" : "This directory is unavailable, please check the logs or contact the administrator",
"Could not move \"{file}\", target exists" : "Could not move \"{file}\", target exists",
"Could not move \"{file}\"" : "Could not move \"{file}\"",
"{newName} already exists" : "{newName} already exists",
"Could not rename \"{fileName}\", it does not exist any more" : "Could not rename \"{fileName}\", it does not exist any more",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name.",
"Could not rename \"{fileName}\"" : "Could not rename \"{fileName}\"",
"Could not create file \"{file}\"" : "Could not create file \"{file}\"",
"Could not create file \"{file}\" because it already exists" : "Could not create file \"{file}\" because it already exists",
"Could not create folder \"{dir}\" because it already exists" : "Could not create folder \"{dir}\" because it already exists",
"Error deleting file \"{fileName}\"." : "Error deleting file \"{fileName}\".",
"Name" : "Name",
"Size" : "Size",
"Modified" : "Modified",
"_%n folder_::_%n folders_" : ["%n folder","%n folders"],
"_%n file_::_%n files_" : ["%n file","%n files"],
2015-08-25 19:39:10 +03:00
"{dirs} and {files}" : "{dirs} and {files}",
"You dont have permission to upload or create files here" : "You dont have permission to upload or create files here",
"_Uploading %n file_::_Uploading %n files_" : ["Uploading %n file","Uploading %n files"],
2015-09-08 08:55:56 +03:00
"New" : "New",
"\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.",
2015-03-11 08:55:38 +03:00
"File name cannot be empty." : "File name cannot be empty.",
2016-02-25 09:58:06 +03:00
"Storage of {owner} is full, files can not be updated or synced anymore!" : "Storage of {owner} is full, files can not be updated or synced anymore!",
"Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!",
2016-02-25 09:58:06 +03:00
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Storage of {owner} is almost full ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)",
2015-01-13 09:56:58 +03:00
"_matches '{filter}'_::_match '{filter}'_" : ["matches '{filter}'","match '{filter}'"],
2016-07-12 03:09:34 +03:00
"View in folder" : "View in folder",
2016-02-25 09:58:06 +03:00
"Path" : "Path",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
2014-12-20 09:56:24 +03:00
"Favorited" : "Favourited",
2014-12-17 09:56:41 +03:00
"Favorite" : "Favourite",
2015-09-08 08:55:56 +03:00
"Folder" : "Folder",
"New folder" : "New folder",
2015-11-13 09:57:12 +03:00
"Upload" : "Upload",
2015-02-11 09:55:07 +03:00
"An error occurred while trying to update the tags" : "An error occurred whilst trying to update the tags",
2015-02-20 09:55:01 +03:00
"A new file or folder has been <strong>created</strong>" : "A new file or folder has been <strong>created</strong>",
2015-04-23 08:54:51 +03:00
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limit notifications about creation and changes to your <strong>favourite files</strong> <em>(Stream only)</em>",
"Upload (max. %s)" : "Upload (max. %s)",
"File handling" : "File handling",
"Maximum upload size" : "Maximum upload size",
"max. possible: " : "max. possible: ",
"Save" : "Save",
2016-02-25 09:58:06 +03:00
"With PHP-FPM it might take 5 minutes for changes to be applied." : "With PHP-FPM it might take 5 minutes for changes to be applied.",
"Missing permissions to edit from here." : "Missing permissions to edit from here.",
2014-12-19 09:56:51 +03:00
"Settings" : "Settings",
2016-05-02 09:08:49 +03:00
"Show hidden files" : "Show hidden files",
"WebDAV" : "WebDAV",
2016-04-21 08:58:49 +03:00
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>",
2015-04-23 08:54:51 +03:00
"No files in here" : "No files in here",
2014-12-20 09:56:24 +03:00
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!",
2015-01-08 09:56:00 +03:00
"No entries found in this folder" : "No entries found in this folder",
2014-12-20 09:56:24 +03:00
"Select all" : "Select all",
"Upload too large" : "Upload too large",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "The files you are trying to upload exceed the maximum size for file uploads on this server.",
2014-12-20 09:56:24 +03:00
"No favorites" : "No favourites",
2015-11-24 09:56:32 +03:00
"Files and folders you mark as favorite will show up here" : "Files and folders you mark as favourite will show up here",
2016-02-25 09:58:06 +03:00
"Text file" : "Text file",
2016-10-04 03:06:56 +03:00
"New text file.txt" : "New text file.txt",
2016-10-26 03:07:12 +03:00
"Storage not available" : "Storage not available",
2016-10-25 12:36:09 +03:00
"Unable to set upload directory." : "Unable to set upload directory.",
"Invalid Token" : "Invalid Token",
"No file was uploaded. Unknown error" : "No file was uploaded. Unknown error",
"There is no error, the file uploaded with success" : "There is no error, the file uploaded successfully",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "The uploaded file exceeds the upload_max_filesize directive in php.ini: ",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form",
"The uploaded file was only partially uploaded" : "The uploaded file was only partially uploaded",
"No file was uploaded" : "No file was uploaded",
"Missing a temporary folder" : "Missing a temporary folder",
"Failed to write to disk" : "Failed to write to disk",
"Not enough storage available" : "Not enough storage available",
"The target folder has been moved or deleted." : "The target folder has been moved or deleted.",
"Upload failed. Could not find uploaded file" : "Upload failed. Could not find uploaded file",
"Upload failed. Could not get file info." : "Upload failed. Could not get file info.",
"Invalid directory." : "Invalid directory.",
2016-11-03 04:07:06 +03:00
"Total file size {size1} exceeds upload limit {size2}" : "Total file size {size1} exceeds upload limit {size2}",
2016-10-25 12:36:09 +03:00
"Error uploading file \"{fileName}\": {message}" : "Error uploading file \"{fileName}\": {message}",
"Could not get result from server." : "Could not get result from server.",
2016-12-26 04:09:23 +03:00
"{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} hour{plural_s} left",
"{hours}:{minutes}h" : "{hours}:{minutes}h",
"{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} minute{plural_s} left",
"{minutes}:{seconds}m" : "{minutes}:{seconds}m",
"{seconds} second{plural_s} left" : "{seconds} second{plural_s} left",
"{seconds}s" : "{seconds}s",
"Any moment now..." : "Any moment now...",
"Soon..." : "Soon...",
"File upload is in progress. Leaving the page now will cancel the upload." : "File upload is in progress. Leaving the page now will cancel the upload.",
2016-10-25 12:36:09 +03:00
"No entries in this folder match '{filter}'" : "No entries in this folder match '{filter}'",
2016-11-29 04:06:47 +03:00
"Local link" : "Local link",
2016-10-07 03:07:04 +03:00
"{newname} already exists" : "{newname} already exists",
2016-11-29 04:06:47 +03:00
"A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>",
"A file or folder has been <strong>deleted</strong>" : "A file or folder has been <strong>deleted</strong>",
"A file or folder has been <strong>restored</strong>" : "A file or folder has been <strong>restored</strong>",
"You created %1$s" : "You created %1$s",
"%2$s created %1$s" : "%2$s created %1$s",
"%1$s was created in a public folder" : "%1$s was created in a public folder",
"You changed %1$s" : "You changed %1$s",
"%2$s changed %1$s" : "%2$s changed %1$s",
"You deleted %1$s" : "You deleted %1$s",
"%2$s deleted %1$s" : "%2$s deleted %1$s",
"You restored %1$s" : "You restored %1$s",
"%2$s restored %1$s" : "%2$s restored %1$s",
"Changed by %2$s" : "Changed by %2$s",
"Deleted by %2$s" : "Deleted by %2$s",
"Restored by %2$s" : "Restored by %2$s"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}