Reject attachments that exceed the allowed size

Closes #1468
This commit is contained in:
Torsten Grote
2019-02-18 15:05:04 -03:00
parent 6167ba5c46
commit f76f9be4ed
9 changed files with 125 additions and 30 deletions

View File

@@ -130,6 +130,7 @@
<string name="image_caption_hint">Add a caption (optional)</string>
<string name="image_attach">Attach image</string>
<string name="image_attach_error">Could not attach image(s)</string>
<string name="image_attach_error_too_big">Image too big. Limit is %d MB.</string>
<string name="set_contact_alias">Change contact name</string>
<string name="set_contact_alias_hint">Contact name</string>
<string name="set_alias_button">Change</string>