diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 7976dd34210..364b17947d3 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -208,6 +208,7 @@ OC.L10N.register( "{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", "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", "Change" : "Change", @@ -256,7 +257,6 @@ OC.L10N.register( "Unable to change the favourite state of the file" : "Unable to change the favourite state of the file", "Error while loading the file data" : "Error while loading the file data", "Pick a template for {name}" : "Pick a template for {name}", - "Create" : "Create", "Create a new file with the selected template" : "Create a new file with the selected template", "Creating file" : "Creating file", "Blank" : "Blank", @@ -286,10 +286,11 @@ OC.L10N.register( "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", "Create new templates folder" : "Create new templates folder", "Templates" : "Templates", - "Unable to initialize the templates directory" : "Unable to initialize the templates directory", - "Created new folder \"{name}\"" : "Created new folder \"{name}\"", "One of the dropped files could not be processed" : "One of the dropped files could not be processed", "Uploading \"{filename}\" failed" : "Uploading \"{filename}\" failed", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"], |