- Posts: 170
- Thank you received: 1
Translation on "Modify event from Frontend"
- Lionel Charrier
- Topic Author
- Offline
- Elite Member
-
Less
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
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
-
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
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
-
Less
More
- Posts: 170
- Thank you received: 1
9 years 1 month ago - 9 years 1 month ago #94064
by Lionel Charrier
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
Replied by Lionel Charrier on topic Translation on "Modify event from Frontend"
Thanks Tuan for your fast reply.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
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
-
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
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.