diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 77da4e4afbd..7b143308e9f 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -187,10 +187,12 @@ OC.L10N.register( "Toggle selection for file \"{displayName}\"" : "Toggle selection for file \"{displayName}\"", "Toggle selection for folder \"{displayName}\"" : "Toggle selection for folder \"{displayName}\"", "Rename file" : "Rename file", - "File name" : "File name", + "Filename" : "Filename", "Folder name" : "Folder name", "This node is unavailable" : "This node is unavailable", "Download file {name}" : "Download file {name}", + "Another entry with the same name already exists." : "Another entry with the same name already exists.", + "Invalid filename." : "Invalid filename.", "Renamed \"{oldName}\" to \"{newName}\"" : "Renamed \"{oldName}\" to \"{newName}\"", "Could not rename \"{oldName}\", it does not exist any more" : "Could not rename \"{oldName}\", it does not exist any more", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name.", @@ -208,15 +210,15 @@ OC.L10N.register( "Column headers with buttons are sortable." : "Column headers with buttons are sortable.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.", "File not found" : "File not found", + "Storage information" : "Storage information", + "Storage quota" : "Storage quota", "{usedQuotaByte} used" : "{usedQuotaByte} used", "{relative}% used" : "{relative}% used", "Could not refresh storage stats" : "Could not refresh storage stats", "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!", "Create" : "Create", - "A file or folder with that name already exists." : "A file or folder with that name already exists.", - "Invalid file name" : "Invalid file name", - "\"{char}\" is not allowed inside a file name." : "\"{char}\" is not allowed inside a file name.", - "\"{name}\" is not an allowed filetype." : "\"{name}\" is not an allowed filetype.", + "Fill template fields" : "Fill template fields", + "Submitting fields…" : "Submitting fields…", "Submit" : "Submit", "Transfer ownership of a file or folder" : "Transfer ownership of a file or folder", "Choose file or folder to transfer" : "Choose file or folder to transfer", @@ -246,6 +248,7 @@ OC.L10N.register( "Error during upload: {message}" : "Error during upload: {message}", "Error during upload, status code {status}" : "Error during upload, status code {status}", "Unknown error during upload" : "Unknown error during upload", + "Filter filenames…" : "Filter filenames…", "Views" : "Views", "Files settings" : "Files settings", "File cannot be accessed" : "File cannot be accessed", @@ -302,11 +305,17 @@ OC.L10N.register( "Today" : "Today", "Last 7 days" : "Last 7 days", "Last 30 days" : "Last 30 days", + "This year ({year})" : "This year ({year})", + "Last year ({year})" : "Last year ({year})", "Documents" : "Documents", + "Spreadsheets" : "Spreadsheets", + "Presentations" : "Presentations", + "PDFs" : "PDFs", + "Folders" : "Folders", "Audio" : "Audio", + "Pictures and images" : "Pictures and images", "Videos" : "Videos", "Created new folder \"{name}\"" : "Created new folder \"{name}\"", - "Filename" : "Filename", "Unable to initialize the templates directory" : "Unable to initialize the templates directory", "Create new templates folder" : "Create new templates folder", "Templates" : "Templates", @@ -331,6 +340,11 @@ OC.L10N.register( "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} file and 1 folder","{fileCount} files and 1 folder"], "{fileCount} files and {folderCount} folders" : "{fileCount} files and {folderCount} folders", + "Filename must not be empty." : "Filename must not be empty.", + "\"{char}\" is not allowed inside a filename." : "\"{char}\" is not allowed inside a filename.", + "\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" is a reserved name and not allowed for filenames.", + "\"{extension}\" is not an allowed filetype." : "\"{extension}\" is not an allowed filetype.", + "Filenames must not end with \"{extension}\"." : "Filenames must not end with \"{extension}\".", "List of favorites files and folders." : "List of favourite files and folders.", "No favorites yet" : "No favourites yet", "Files and folders you mark as favorite will show up here" : "Files and folders you mark as favourite will show up here", @@ -376,9 +390,14 @@ OC.L10N.register( "Shared with you" : "Shared with you", "Deleted shares" : "Deleted shares", "Pending shares" : "Pending shares", + "File name" : "File name", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" is not allowed inside a file name.", + "\"{name}\" is not an allowed filetype." : "\"{name}\" is not an allowed filetype.", "{newName} already exists." : "{newName} already exists.", "Name cannot be empty" : "Name cannot be empty", "Another entry with the same name already exists" : "Another entry with the same name already exists", + "A file or folder with that name already exists." : "A file or folder with that name already exists.", + "Invalid file name" : "Invalid file name", "The files is locked" : "The files is locked" }, "nplurals=2; plural=(n != 1);"); |