nextcloud/apps/files/l10n/en_GB.php

93 lines
6.5 KiB
PHP
Raw Normal View History

2013-09-18 17:50:02 +02:00
<?php
$TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "Could not move %s - File with this name already exists",
"Could not move %s" => "Could not move %s",
2013-10-27 12:27:22 +01:00
"File name cannot be empty." => "File name cannot be empty.",
2014-03-12 06:57:17 +01:00
"\"%s\" is an invalid file name." => "\"%s\" is an invalid file name.",
2014-03-11 06:59:39 +01:00
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Invalid name: '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed.",
2014-03-12 06:57:17 +01:00
"The target folder has been moved or deleted." => "The target folder has been moved or deleted.",
2013-10-29 12:31:51 +01:00
"The name %s is already used in the folder %s. Please choose a different name." => "The name %s is already used in the folder %s. Please choose a different name.",
"Not a valid source" => "Not a valid source",
2013-12-22 07:56:05 +01:00
"Server is not allowed to open URLs, please check the server configuration" => "Server is not allowed to open URLs, please check the server configuration",
2013-10-29 12:31:51 +01:00
"Error while downloading %s to %s" => "Error whilst downloading %s to %s",
"Error when creating the file" => "Error when creating the file",
"Folder name cannot be empty." => "Folder name cannot be empty.",
"Error when creating the folder" => "Error when creating the folder",
2013-09-18 17:50:02 +02: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",
2013-09-24 18:59:48 +02:00
"Upload failed. Could not find uploaded file" => "Upload failed. Could not find uploaded file",
2014-03-11 06:59:39 +01:00
"Upload failed. Could not get file info." => "Upload failed. Could not get file info.",
2013-09-18 17:50:02 +02:00
"Invalid directory." => "Invalid directory.",
"Files" => "Files",
2013-09-24 18:59:48 +02:00
"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",
2014-03-12 06:57:17 +01:00
"Total file size {size1} exceeds upload limit {size2}" => "Total file size {size1} exceeds upload limit {size2}",
"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",
2013-09-18 17:50:02 +02:00
"Upload cancelled." => "Upload cancelled.",
2013-09-24 18:59:48 +02:00
"Could not get result from server." => "Could not get result from server.",
2013-09-18 17:50:02 +02:00
"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.",
2013-10-29 12:31:51 +01:00
"URL cannot be empty" => "URL cannot be empty",
2013-10-27 07:32:11 +01:00
"{new_name} already exists" => "{new_name} already exists",
2013-10-29 12:31:51 +01:00
"Could not create file" => "Could not create file",
"Could not create folder" => "Could not create folder",
2013-12-22 07:56:05 +01:00
"Error fetching URL" => "Error fetching URL",
2013-09-18 17:50:02 +02:00
"Share" => "Share",
"Delete permanently" => "Delete permanently",
"Rename" => "Rename",
2014-04-29 07:56:49 +02:00
"Your download is being prepared. This might take some time if the files are big." => "Your download is being prepared. This might take some time if the files are big.",
"Pending" => "Pending",
2014-04-30 07:57:53 +02:00
"Error moving file." => "Error moving file.",
2014-04-04 07:57:01 +02:00
"Error moving file" => "Error moving file",
"Error" => "Error",
2013-10-29 12:31:51 +01:00
"Could not rename file" => "Could not rename file",
2013-11-22 03:07:12 +01:00
"Error deleting file." => "Error deleting file.",
2014-04-29 07:56:49 +02:00
"Name" => "Name",
"Size" => "Size",
"Modified" => "Modified",
2013-09-18 17:50:02 +02:00
"_%n folder_::_%n folders_" => array("%n folder","%n folders"),
"_%n file_::_%n files_" => array("%n file","%n files"),
"_Uploading %n file_::_Uploading %n files_" => array("Uploading %n file","Uploading %n files"),
2014-03-12 06:57:17 +01:00
"\"{name}\" is an invalid file name." => "\"{name}\" is an invalid file name.",
2013-09-18 17:50:02 +02:00
"Your storage 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 almost full ({usedSpacePercent}%)" => "Your storage is almost full ({usedSpacePercent}%)",
2013-10-11 04:30:58 +02:00
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "Encryption App is enabled but your keys are not initialised, please log-out and log-in again",
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.",
2013-09-18 17:50:02 +02:00
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files.",
2014-04-29 07:56:49 +02:00
"{dirs} and {files}" => "{dirs} and {files}",
2013-09-18 17:50:02 +02:00
"%s could not be renamed" => "%s could not be renamed",
2014-04-24 07:55:33 +02:00
"Upload (max. %s)" => "Upload (max. %s)",
2013-09-18 17:50:02 +02:00
"File handling" => "File handling",
"Maximum upload size" => "Maximum upload size",
"max. possible: " => "max. possible: ",
"Needed for multi-file and folder downloads." => "Needed for multi-file and folder downloads.",
"Enable ZIP-download" => "Enable ZIP-download",
"0 is unlimited" => "0 is unlimited",
"Maximum input size for ZIP files" => "Maximum input size for ZIP files",
"Save" => "Save",
"New" => "New",
2013-12-02 23:28:29 +01:00
"New text file" => "New text file",
2013-09-18 17:50:02 +02:00
"Text file" => "Text file",
2013-12-02 23:28:29 +01:00
"New folder" => "New folder",
2013-09-18 17:50:02 +02:00
"Folder" => "Folder",
"From link" => "From link",
"Deleted files" => "Deleted files",
"Cancel upload" => "Cancel upload",
2013-10-29 12:31:51 +01:00
"You dont have permission to upload or create files here" => "You dont have permission to upload or create files here",
2013-09-18 17:50:02 +02:00
"Nothing in here. Upload something!" => "Nothing in here. Upload something!",
"Download" => "Download",
"Delete" => "Delete",
"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.",
"Files are being scanned, please wait." => "Files are being scanned, please wait.",
2014-04-24 07:55:33 +02:00
"Current scanning" => "Currently scanning"
2013-09-18 17:50:02 +02:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";