diff options
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 9b2874287f3..b8ecac4ebc2 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -104,7 +104,7 @@ OC.L10N.register( "Direct link was copied (only works for people who have access to this file/folder)" : "Direct link was copied (only works for people who have access to this file/folder)", "Path" : "Path", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], - "Favorited" : "Added to Favouries", + "Favorited" : "Added to Favourites", "Favorite" : "Favourite", "Copy direct link (only works for people who have access to this file/folder)" : "Copy direct link (only works for people who have access to this file/folder)", "New folder" : "New folder", @@ -197,6 +197,7 @@ OC.L10N.register( "Toggle selection for all files and folders" : "Toggle selection for all files and folders", "\"{displayName}\" failed on some elements " : "\"{displayName}\" failed on some elements ", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" batch action executed successfully", + "{count} selected" : "{count} selected", "List of files and folders." : "List of files and folders.", "Column headers with buttons are sortable." : "Column headers with buttons are sortable.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.", |