diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 0c8017c7b61..abd9d9c36d9 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -4,15 +4,13 @@ OC.L10N.register( "Storage is temporarily not available" : "Storage is temporarily not available", "Storage invalid" : "Storage invalid", "Unknown error" : "Unknown error", - "All files" : "All files", - "Recent" : "Recent", - "Favorites" : "Favourites", "File could not be found" : "File could not be found", "Move or copy" : "Move or copy", "Download" : "Download", "Delete" : "Delete", "Home" : "Home", "Close" : "Close", + "Favorites" : "Favourites", "Could not create folder \"{dir}\"" : "Could not create folder \"{dir}\"", "Upload cancelled." : "Upload cancelled.", "…" : "…", @@ -84,6 +82,7 @@ OC.L10N.register( "Favorite" : "Favourite", "New folder" : "New folder", "Upload file" : "Upload file", + "Recent" : "Recent", "Not favorited" : "Not favourited", "Remove from favorites" : "Remove from favourites", "Add to favorites" : "Add to favourites", @@ -125,6 +124,7 @@ OC.L10N.register( "A file or folder has been <strong>deleted</strong>" : "A file or folder has been <strong>deleted</strong>", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limit notifications about creation and changes to your <strong>favourite files</strong> <em>(Stream only)</em>", "A file or folder has been <strong>restored</strong>" : "A file or folder has been <strong>restored</strong>", + "All files" : "All files", "Unlimited" : "Unlimited", "Upload (max. %s)" : "Upload (max. %s)", "Accept" : "Accept", |