diff options
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/en_GB.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/en_GB.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 40e75dfce8b..084928a8364 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -74,6 +74,7 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "Favourited", "Favorite" : "Favourite", + "You can only favorite a single file or folder at a time" : "You can only favourite a single file or folder at a time", "New folder" : "New folder", "Upload file" : "Upload file", "Recent" : "Recent", @@ -114,6 +115,7 @@ OC.L10N.register( "{user} moved {oldfile} to {newfile}" : "{user} moved {oldfile} to {newfile}", "A file has been added to or removed from your <strong>favorites</strong>" : "A file has been added to or removed from your <strong>favourites</strong>", "A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>", + "A favorite file or folder has been <strong>changed</strong>" : "A favourite file or folder has been <strong>changed</strong>", "All files" : "All files", "Unlimited" : "Unlimited", "Upload (max. %s)" : "Upload (max. %s)", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index 9a76a89ca95..a1a83a42cb0 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -72,6 +72,7 @@ "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "Favourited", "Favorite" : "Favourite", + "You can only favorite a single file or folder at a time" : "You can only favourite a single file or folder at a time", "New folder" : "New folder", "Upload file" : "Upload file", "Recent" : "Recent", @@ -112,6 +113,7 @@ "{user} moved {oldfile} to {newfile}" : "{user} moved {oldfile} to {newfile}", "A file has been added to or removed from your <strong>favorites</strong>" : "A file has been added to or removed from your <strong>favourites</strong>", "A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>", + "A favorite file or folder has been <strong>changed</strong>" : "A favourite file or folder has been <strong>changed</strong>", "All files" : "All files", "Unlimited" : "Unlimited", "Upload (max. %s)" : "Upload (max. %s)", |