Translation on "Modify event from Frontend"

  • Lionel Charrier
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
9 years 1 month ago - 9 years 1 month ago #94007 by Lionel Charrier
Translation on "Modify event from Frontend" was created by Lionel Charrier
It seems that all language strings are no all available in the translation files. Some might be still "hidden" in program files.
When I authorizes user to modify their own events from font end, I find the sentence "Press Ctrl to select multiple categories" displayed on a non-English (French) site.
Scanning the language files in English I have not been able too find out the sentence and therefore cannot translate it.
Can you add the corresponding language string in the language files in a future release?
Meanwhile, can you tell me in which file is located the sentence "Press Ctrl to select multiple categories" for me to modify it ?

Kind Regards
Lionel
Last edit: 9 years 1 month ago by Lionel Charrier.

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
9 years 1 month ago #94044 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Translation on "Modify event from Frontend"
Hi Lionel

The file is components/com_eventbooking/view/event/tmpl/form.php, please check and change it for now. I will add it to language file in next release

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Lionel Charrier
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
9 years 1 month ago - 9 years 1 month ago #94064 by Lionel Charrier
Replied by Lionel Charrier on topic Translation on "Modify event from Frontend"

Tuan Pham Ngoc wrote: Hi Lionel

The file is components/com_eventbooking/view/event/tmpl/form.php, please check and change it for now. I will add it to language file in next release

Regards,

Tuan

Thanks Tuan for your fast reply.
By the same token, I have found that localized parameters were not called by Administration/Eventbooking/View/registrant/html.php
Can you change line 87 to 90
$options[] = JHtml::_('select.option', 0, JText::_('Pending'));
$options[] = JHtml::_('select.option', 1, JText::_('Paid'));
$options[] = JHtml::_('select.option', 3, JText::_('EB_WAITING_LIST'));
$options[] = JHtml::_('select.option', 2, JText::_('Cancelled'));
by
$options[] = JHtml::_('select.option', 0, JText::_('EB_PENDING'));
$options[] = JHtml::_('select.option', 1, JText::_('EB_PAID'));
$options[] = JHtml::_('select.option', 3, JText::_('EB_WAITING_LIST'));
$options[] = JHtml::_('select.option', 2, JText::_('EB_CANCELLED'));
I discover the solution to the issue thanks to another user, and corrected the file at each update. However it would be better to integrate the changes in your files.
Best Regards
Lionel
Last edit: 9 years 1 month ago by Lionel Charrier.

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
9 years 1 month ago #94104 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Translation on "Modify event from Frontend"
Done and thanks. It will be included in next release

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc