Add rudimentary check for filesize, fix #497

This commit is contained in:
Pieter Vander Vennet 2021-10-09 23:51:04 +02:00
parent 6a821acd14
commit adf02af5fe
4 changed files with 3648 additions and 3629 deletions

View file

@ -13,7 +13,8 @@
"uploadDone": "<span class='thanks'>Your picture has been added. Thanks for helping out!</span>",
"dontDelete": "Cancel",
"doDelete": "Remove image",
"isDeleted": "Deleted"
"isDeleted": "Deleted",
"toBig": "Your image is too large as it is {actual_size}. Please use images of at most {max_size}"
},
"centerMessage": {
"loadingData": "Loading data…",