diff options
Diffstat (limited to 'apps/files_sharing/l10n/en_GB.js')
-rw-r--r-- | apps/files_sharing/l10n/en_GB.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index 0422d6c6ac3..730b3ea9513 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -12,6 +12,7 @@ OC.L10N.register( "Files and folders you share by link will show up here" : "Files and folders you share by link will show up here", "Shares" : "Shares", "Restore" : "Restore", + "error" : "error", "Move or copy" : "Move or copy", "Download" : "Download", "Delete" : "Delete", @@ -135,8 +136,8 @@ OC.L10N.register( "Upload files to %s" : "Upload files to %s", "Note" : "Note", "Select or drop files" : "Select or drop files", - "Uploading files…" : "Uploading files…", "Uploaded files:" : "Uploaded files:", - "could not delete share" : "could not delete share" + "could not delete share" : "could not delete share", + "Uploading files…" : "Uploading files…" }, "nplurals=2; plural=(n != 1);"); |