diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index c1bce1c524f..20229e55de4 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -212,7 +212,7 @@ OC.L10N.register( "Select file or folder to link to" : "Select file or folder to link to", "Loading current folder" : "Loading current folder", "No files in here" : "No files in here", - "No files or folders have been deleted yet" : "No files or folders have been deleted yet", + "Upload some content or sync with your devices!" : "Upload some content or sync with your devices!", "Go to the previous folder" : "Go to the previous folder", "Go back" : "Go back", "Open the files app settings" : "Open the files app settings", @@ -245,14 +245,13 @@ OC.L10N.register( "Create new templates folder" : "Create new templates folder", "Unable to initialize the templates directory" : "Unable to initialize the templates directory", "List of favorites files and folders." : "List of favourites 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", "Toggle %1$s sublist" : "Toggle %1$s sublist", "Toggle grid view" : "Toggle grid view", - "Upload some content or sync with your devices!" : "Upload some content or sync with your devices!", "No entries found in this folder" : "No entries found in this folder", "Upload too large" : "Upload too large", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "The files you are trying to upload exceed the maximum size for file uploads on this server.", - "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", "Text file" : "Text file", "New text file.txt" : "New text file.txt", "Storage invalid" : "Storage invalid", @@ -271,6 +270,7 @@ OC.L10N.register( "Deleted shares" : "Deleted shares", "Pending shares" : "Pending shares", "Open folder {name}" : "Open folder {name}", - "Search for an account" : "Search for an account" + "Search for an account" : "Search for an account", + "No files or folders have been deleted yet" : "No files or folders have been deleted yet" }, "nplurals=2; plural=(n != 1);"); |