summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-04-11 13:45:03 -0400
committerChristopher Speller <crspeller@gmail.com>2016-04-11 13:45:03 -0400
commit49ab8b216191749bd39694d79f687a84ad24adf0 (patch)
tree27b4966d437b15ddcd8d420b8a1afc1881455c13 /i18n/en.json
parent5b96ad59c502d435dbca95950c4590a575b2c5b9 (diff)
downloadchat-49ab8b216191749bd39694d79f687a84ad24adf0.tar.gz
chat-49ab8b216191749bd39694d79f687a84ad24adf0.tar.bz2
chat-49ab8b216191749bd39694d79f687a84ad24adf0.zip
Add custom branding functionality (#2667)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index c730f5711..27f9a680a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -48,6 +48,66 @@
"translation": "September"
},
{
+ "id": "api.admin.upload_brand_image.storage.app_error",
+ "translation": "Unable to upload image. Image storage is not configured."
+ },
+ {
+ "id": "api.admin.upload_brand_image.too_large.app_error",
+ "translation": "Unable to upload file. File is too large."
+ },
+ {
+ "id": "api.admin.upload_brand_image.parse.app_error",
+ "translation": "Could not parse multipart form"
+ },
+ {
+ "id": "api.admin.upload_brand_image.no_file.app_error",
+ "translation": "No file under 'image' in request"
+ },
+ {
+ "id": "api.admin.upload_brand_image.array.app_error",
+ "translation": "Empty array under 'image' in request"
+ },
+ {
+ "id": "api.admin.upload_brand_image.not_available.app_error",
+ "translation": "Custom branding is not configured or supported on this server"
+ },
+ {
+ "id": "api.admin.get_brand_image.storage.app_error",
+ "translation": "Image storage is not configured."
+ },
+ {
+ "id": "api.admin.get_brand_image.not_available.app_error",
+ "translation": "Custom branding is not configured or supported on this server"
+ },
+ {
+ "id": "store.sql_system.get_by_name.app_error",
+ "translation": "We couldn't find the system variable."
+ },
+ {
+ "id": "ent.brand.save_brand_image.open.app_error",
+ "translation": "Unable to open the image."
+ },
+ {
+ "id": "ent.brand.save_brand_image.decode_config.app_error",
+ "translation": "Unable to decode image config."
+ },
+ {
+ "id": "ent.brand.save_brand_image.too_large.app_error",
+ "translation": "Unable to open image. Image is too large."
+ },
+ {
+ "id": "ent.brand.save_brand_image.decode.app_error",
+ "translation": "Unable to decode image."
+ },
+ {
+ "id": "ent.brand.save_brand_image.encode.app_error",
+ "translation": "Unable to encode image as PNG."
+ },
+ {
+ "id": "ent.brand.save_brand_image.save_image.app_error",
+ "translation": "Unable to save image"
+ },
+ {
"id": "api.admin.file_read_error",
"translation": "Error reading log file"
},