diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index f6a651b2848..c52e0f6f837 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -175,8 +175,6 @@ OC.L10N.register( "Drag and drop files here to upload" : "Drag and drop files here to upload", "Your have used your space quota and cannot upload files anymore" : "Your have used your space quota and cannot upload files anymore", "You don’t have permission to upload or create files here" : "You don’t have permission to upload or create files here", - "Some files could not be uploaded" : "Some files could not be uploaded", - "Files uploaded successfully" : "Files uploaded successfully", "\"{displayName}\" action executed successfully" : "\"{displayName}\" action executed successfully", "\"{displayName}\" action failed" : "\"{displayName}\" action failed", "Toggle selection for file \"{displayName}\"" : "Toggle selection for file \"{displayName}\"", @@ -290,9 +288,6 @@ OC.L10N.register( "Open folder {displayName}" : "Open folder {displayName}", "Open in Files" : "Open in Files", "Open details" : "Open details", - "An error occurred while uploading. Please try again later." : "An error occurred while uploading. Please try again later.", - "Could not copy {file}. {message}" : "Could not copy {file}. {message}", - "Could not move {file}. {message}" : "Could not move {file}. {message}", "Created new folder \"{name}\"" : "Created new folder \"{name}\"", "Filename" : "Filename", "Unable to initialize the templates directory" : "Unable to initialize the templates directory", @@ -302,7 +297,9 @@ OC.L10N.register( "In folder" : "In folder", "Search in folder: {folder}" : "Search in folder: {folder}", "One of the dropped files could not be processed" : "One of the dropped files could not be processed", - "Uploading \"{filename}\" failed" : "Uploading \"{filename}\" failed", + "Some files could not be uploaded" : "Some files could not be uploaded", + "Files uploaded successfully" : "Files uploaded successfully", + "Some files could not be moved" : "Some files could not be moved", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} files"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"], |