Check upload limits before trying to upload large files

This commit is contained in:
Will Hunt 2018-05-03 16:28:46 +01:00
parent 5b027c6410
commit c99f5c0df8
2 changed files with 55 additions and 13 deletions

View file

@ -1196,5 +1196,8 @@
"Import": "Import",
"Failed to set direct chat tag": "Failed to set direct chat tag",
"Failed to remove tag %(tagName)s from room": "Failed to remove tag %(tagName)s from room",
"Failed to add tag %(tagName)s to room": "Failed to add tag %(tagName)s to room"
"Failed to add tag %(tagName)s to room": "Failed to add tag %(tagName)s to room",
"File is too big. Maximum file size is %(fileSize)s": "File is too big. Maximum file size is %(fileSize)s",
"Reason": "Reason",
"The following files cannot be uploaded:": "The following files cannot be uploaded:"
}