This repository was archived by the owner on Oct 17, 2018. It is now read-only.

Description
I18n misses error resource keys for :
FileUploadSizeValidator
FileUploadMediaTypeValidator (to be checked)
The keys needed should be the following (en then fr) :
FileUploadSizeValidator=The maximum file size for the file « ${clientFileName} » is exceeded (${size} > ${maximum}).
FileUploadSizeValidator=La taille maximum pour le fichier « ${clientFileName} » est dépassée (${size} > ${maximum}).
Note : issue should be fixed on owsi-core-0.9-MAINTENANCE branch and all after it