[SOLVED] How can I change The form Text input in French?

GK User
Mon Feb 22, 2016 12:50 pm
Hi :D
How can I change The form Text input in French?
As you can see in the picture:
Image
Thank you ;)
User avatar
Fresh Boarder

GK User
Mon Feb 22, 2016 9:52 pm
Hello,

These phrases are placed in the plugin language file (language/en-GB/en-GB.plg_system_gkcontact.ini) at the following fragment:

Code: Select all
; Front-end

PLG_GKCONTACT_NAME_PLACEHOLDER="Name"
PLG_GKCONTACT_EMAIL_PLACEHOLDER="e-mail"
PLG_GKCONTACT_TITLE_PLACEHOLDER="Subject"
PLG_GKCONTACT_TEXT_PLACEHOLDER="Your message"
PLG_GKCONTACT_SEND_BTN="Send a message"
PLG_GKCONTACT_RECAPTCHA_ERROR="Invalid reCAPTCHA code"
PLG_GKCONTACT_MESSAGE_SENT_ERROR="An error occured during sending your message: "
PLG_GKCONTACT_MESSAGE_SENT_INFO="Your message has been sent!"
PLG_GKCONTACT_NO_RECIPENT_INFO="The owner of this website didn't specified the recipient of your message."
PLG_GKCONTACT_STANDARD_SUBJECT="Message from contact form on: "
PLG_GKCONTACT_MESSAGE_EMPTY_ERROR="You didn't filled all necessary fields - all fields are required."
PLG_GKCONTACT_NAME_LABEL="Name: "
PLG_GKCONTACT_EMAIL_LABEL="E-mail: "
PLG_GKCONTACT_TEXT_LABEL="Text: "


You can also override these phrases directly in the back-end: https://www.gavick.com/blog/language-ov ... -in-joomla
User avatar
Moderator

GK User
Tue Feb 23, 2016 12:08 pm
Thank you :)
User avatar
Fresh Boarder


cron