diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 7a153836de8..c15ce6e37cb 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -201,14 +201,18 @@ OC.L10N.register( "Personal files" : "Personal files", "Sort favorites first" : "Sort favourites first", "Sort folders before files" : "Sort folders before files", + "Enable folder tree" : "Enable folder tree", + "Visual settings" : "Visual settings", "Show hidden files" : "Show hidden files", "Show file type column" : "Show file type column", "Crop image previews" : "Crop image previews", - "Enable folder tree" : "Enable folder tree", + "Show files extensions" : "Show files extensions", "Additional settings" : "Additional settings", "WebDAV" : "WebDAV", "WebDAV URL" : "WebDAV URL", "Copy to clipboard" : "Copy to clipboard", + "Use this address to access your Files via WebDAV." : "Use this address to access your Files via WebDAV.", + "Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client." : "Two-Factor Authentication is enabled for your account, and therefore you need to use an app password to connect an external WebDAV client.", "Warnings" : "Warnings", "Prevent warning dialogs from open or reenable them." : "Prevent warning dialogues from opening or reenable them.", "Show a warning dialog when changing a file extension." : "Show a warning dialog when changing a file extension.", @@ -330,6 +334,7 @@ OC.L10N.register( "Templates" : "Templates", "New template folder" : "New template folder", "In folder" : "In folder", + "Search in all files" : "Search in all files", "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", "Your browser does not support the Filesystem API. Directories will not be uploaded" : "Your browser does not support the Filesystem API. Directories will not be uploaded", @@ -363,7 +368,7 @@ OC.L10N.register( "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", "List of your files and folders." : "List of your files and folders.", - "All folders" : "All folders", + "Folder tree" : "Folder tree", "List of your files and folders that are not shared." : "List of your files and folders that are not shared.", "No personal files found" : "No personal files found", "Files that are not shared will show up here." : "Files that are not shared will show up here.", @@ -465,6 +470,7 @@ 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", + "All folders" : "All folders", "Personal Files" : "Personal Files", "Text file" : "Text file", "New text file.txt" : "New text file.txt", |