diff options
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 7b143308e9f..1b85269ab3b 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -217,6 +217,7 @@ OC.L10N.register( "Could not refresh storage stats" : "Could not refresh storage stats", "Your storage is full, files can not be updated or synced anymore!" : "Your storage is full, files can not be updated or synced anymore!", "Create" : "Create", + "This name is already in use." : "This name is already in use.", "Fill template fields" : "Fill template fields", "Submitting fields…" : "Submitting fields…", "Submit" : "Submit", @@ -275,16 +276,15 @@ OC.L10N.register( "Creating file" : "Creating file", "Blank" : "Blank", "Unable to create new file from template" : "Unable to create new file from template", + "Deletion cancelled" : "Deletion cancelled", "Delete permanently" : "Delete permanently", "Delete and unshare" : "Delete and unshare", "Leave these shares" : "Leave these shares", "Disconnect storages" : "Disconnect storages", "Delete files" : "Delete files", "Delete folders" : "Delete folders", - "You are about to delete {count} items." : "You are about to delete {count} items.", "Confirm deletion" : "Confirm deletion", "Cancel" : "Cancel", - "Deletion cancelled" : "Deletion cancelled", "Destination is not a folder" : "Destination is not a folder", "This file/folder is already in that directory" : "This file/folder is already in that directory", "You cannot move a file/folder onto itself or into a subfolder of itself" : "You cannot move a file/folder onto itself or into a subfolder of itself", |