How can i translate the error messages, or the calendar elements, month?
for fields its: {l:.... } but the messages?
You mean messages like "This field is required" ? you just call the translation shortcode in the field settings:
{l:required_error}
and define the "required_error" message in the "Multi language" area in the form settings
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
and how do i know how the other errors are called?
you just do the same for any text you want to translate:
required_error=This field is required
email_error=An email address is required
Then use {l:required_error} or {l:email_error} anywhere you want
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.