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 d97a6b45551..3a6784c64c3 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -91,11 +91,9 @@ OC.L10N.register( "Local link" : "Local link", "Folder" : "Folder", "New folder" : "New folder", - "{newname} already exists" : "{newname} already exists", "Upload" : "Upload", "An error occurred while trying to update the tags" : "An error occurred whilst trying to update the tags", "A new file or folder has been <strong>created</strong>" : "A new file or folder has been <strong>created</strong>", - "A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</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>deleted</strong>" : "A file or folder has been <strong>deleted</strong>", "A file or folder has been <strong>restored</strong>" : "A file or folder has been <strong>restored</strong>", @@ -131,6 +129,8 @@ OC.L10N.register( "No favorites" : "No favourites", "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" + "New text file.txt" : "New text file.txt", + "{newname} already exists" : "{newname} already exists", + "A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>" }, "nplurals=2; plural=(n != 1);"); |