Dear David DESTOMBES,
1. With the issue in Image 1:
Please go to the module SJ K2 Slider -> Check 'Item Options' -> You can change 'Read More' in field 'Read more text'
2. With the issue in Image 2:
+ Create a folder 'fr-FR' in: your_site\modules\mod_sj_contact_ajax\language
+ copy file: your_site\modules\mod_sj_contact_ajax\language\en-GB\en-GB.mod_sj_contact_ajax.ini paste to your_site\modules\mod_sj_contact_ajax\language\fr-FR
+ Rename file 'en-GB.mod_sj_contact_ajax.ini' in 'fr-FR' folder to: 'fr-FR.mod_sj_contact_ajax.ini'
+ open file fr-FR.mod_sj_contact_ajax.ini and find:
NAME_LABEL="Name*"
EMAIL_LABEL="Email*"
SUBJECT_LABEL="Subject*"
MESSAGE_LABEL="Message*"
CAPTCHA_LABEL="Captcha*"
=> Please translate words.
+ Go to file: your_site\templates\sj_kampe\html\mod_sj_contact_ajax\default.php and find:
<input type="submit" value="<?php echo JText::_('Contact Us'); ?>" id="cainput_submit">
=> Change to:
<input type="submit" value="<?php echo JText::_('CONTACT_US'); ?>" id="cainput_submit">
Go to file your_site\modules\mod_sj_contact_ajax\language\en-GB\en-GB.mod_sj_contact_ajax.ini, add the code:
CONTACT_US = "Contact Us"
Go to the file: Go to file your_site\modules\mod_sj_contact_ajax\language\fr-FR\fr-FR.mod_sj_contact_ajax.ini, add the code:
CONTACT_US = "Contactez nous"
Thanks