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 8779889cd2a..b877e49dcf3 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -6,13 +6,13 @@ OC.L10N.register( "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.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Unable to upload {filename} as it is a directory or has 0 bytes", @@ -148,9 +148,6 @@ OC.L10N.register( "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", - "Shared with you" : "Shared with you", - "Shared with others" : "Shared with others", - "Shared by link" : "Shared by link", "Tags" : "Tags", "Deleted files" : "Deleted files", "Text file" : "Text file", @@ -158,6 +155,9 @@ OC.L10N.register( "Move" : "Move", "A new file or folder has been <strong>deleted</strong>" : "A new file or folder has been <strong>deleted</strong>", "A new file or folder has been <strong>restored</strong>" : "A new file or folder has been <strong>restored</strong>", - "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>", + "Shared with you" : "Shared with you", + "Shared with others" : "Shared with others", + "Shared by link" : "Shared by link" }, "nplurals=2; plural=(n != 1);"); |