summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-03-08 12:27:27 -0500
committerJoramWilander <jwawilander@gmail.com>2016-03-08 12:27:27 -0500
commit5c29d4f64935d0516e9d72d1d8cc734bcf295a87 (patch)
tree72006c3fde510a8c6a6a7b02503ced2e6510ab51 /i18n
parent22470c2069eb21539540d19e80fd85394782c9a7 (diff)
downloadchat-5c29d4f64935d0516e9d72d1d8cc734bcf295a87.tar.gz
chat-5c29d4f64935d0516e9d72d1d8cc734bcf295a87.tar.bz2
chat-5c29d4f64935d0516e9d72d1d8cc734bcf295a87.zip
Deleting posts with files now renames the file so that public links to those files no longer work
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json20
1 files changed, 18 insertions, 2 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 5b261a770..244de5d56 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -456,8 +456,24 @@
"translation": "S3 is not supported for local storage export."
},
{
- "id": "api.export.write_file.app_error",
- "translation": "Unable to write to export file"
+ "id": "api.file.move_file.get_from_s3.app_error",
+ "translation": "Unable to get file from S3."
+ },
+ {
+ "id": "api.file.move_file.delete_from_s3.app_error",
+ "translation": "Unable to delete file from S3."
+ },
+ {
+ "id": "api.file.move_file.rename.app_error",
+ "translation": "Unable to move file locally."
+ },
+ {
+ "id": "api.file.move_file.configured.app_error",
+ "translation": "File storage not configured properly. Please configure for either S3 or local server file storage."
+ },
+ {
+ "id": "api.file.file_upload.exceeds",
+ "translation": "File exceeds max image size."
},
{
"id": "api.file.file_upload.exceeds",