diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-07 00:07:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-07 00:07:04 +0000 |
commit | 838e258b44154b0a04b4b588764ad1b94242db58 (patch) | |
tree | 52c8310d3a5bf1f997f25ff905b0492a5771d9b4 /apps/files/l10n/en_GB.js | |
parent | 6278d3bbfdc406a5f5c790472336d4c515f70894 (diff) | |
download | nextcloud-server-838e258b44154b0a04b4b588764ad1b94242db58.tar.gz nextcloud-server-838e258b44154b0a04b4b588764ad1b94242db58.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 579ff4a768d..3a6784c64c3 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -94,7 +94,6 @@ OC.L10N.register( "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 +130,7 @@ OC.L10N.register( "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", - "{newname} already exists" : "{newname} already exists" + "{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);"); |