diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index bead81eb94d..22845450b49 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -261,6 +261,7 @@ OC.L10N.register( "Show hidden files" : "Show hidden files", "Crop image previews" : "Crop image previews", "Enable the grid view" : "Enable the grid view", + "Enable folder tree" : "Enable folder tree", "Additional settings" : "Additional settings", "WebDAV" : "WebDAV", "WebDAV URL" : "WebDAV URL", @@ -287,7 +288,10 @@ OC.L10N.register( "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["You are about to delete {count} item","You are about to delete {count} items"], "Confirm deletion" : "Confirm deletion", "Cancel" : "Cancel", + "Edit file locally" : "Edit file locally", "The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system." : "The file should now open locally. If you don't see this happening, make sure that the desktop client is installed on your system.", + "Retry local edit" : "Retry local edit", + "Edit online" : "Edit online", "Destination is not a folder" : "Destination is not a folder", "This file/folder is already in that directory" : "This file/folder is already in that directory", "You cannot move a file/folder onto itself or into a subfolder of itself" : "You cannot move a file/folder onto itself or into a subfolder of itself", @@ -300,8 +304,8 @@ OC.L10N.register( "Choose destination" : "Choose destination", "Copy to {target}" : "Copy to {target}", "Move to {target}" : "Move to {target}", - "Cancelled move or copy operation" : "Cancelled move or copy operation", "Move or copy operation failed" : "Move or copy operation failed", + "Cancelled move or copy operation" : "Cancelled move or copy operation", "Open folder {displayName}" : "Open folder {displayName}", "Open in Files" : "Open in Files", "Open details" : "Open details", @@ -320,6 +324,7 @@ OC.L10N.register( "Videos" : "Videos", "Created new folder \"{name}\"" : "Created new folder \"{name}\"", "Unable to initialize the templates directory" : "Unable to initialize the templates directory", + "Create templates folder" : "Create templates folder", "Templates" : "Templates", "New template folder" : "New template folder", "In folder" : "In folder", |