----------------
- added translations for french and dutch. [vincent]
- updated the validator to return an error if the PDF file can not be
transformed. [vincent]
- added is_transformable_pdf in utils, tells if the PDF file uploaded
can be transformed with pdf_to_image. [vincent]
- added validator called 'isValidImageOrPDF' that checks that the
submitted if is a PDF or an image (except BMP images as it can cause
problems). [vincent]
- added update_form in utils, that can be used in
the post_validate method of your Archetype objects. [vincent]
- Added transform to the portal_transform. [vincent]