German language files
- Tuan Pham Ngoc
- Away
- Administrator
-
Less
More
13 years 5 months ago #12077
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: German language files
@w3bservice : Thanks so much for your contribution !
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- hitrix
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
12 years 10 months ago #15678
by hitrix
Net-Studios.de - Webdesign Stuttgart
Replied by hitrix on topic Re: German language files
Also replace the following lines in /components/com_eventbooking/helper/helper.php (LINE 1249 - 1314)
to get a German translation of the subnavigation in the backend panel.
to get a German translation of the subnavigation in the backend panel.
Code:
/**
* Add submenus, only used for Joomla 1.6
*
* @param string $vName
*/
function addSubMenus($vName = 'events') {
JSubMenuHelper::addEntry(
JText::_('Konfiguration'),
'index.php?option=com_eventbooking&view=configuration',
$vName == 'configuration'
);
JSubMenuHelper::addEntry(
JText::_('Kategorien'),
'index.php?option=com_eventbooking&view=categories',
$vName == 'forms'
);
JSubMenuHelper::addEntry(
JText::_('Events'),
'index.php?option=com_eventbooking&view=events',
$vName == 'events'
);
JSubMenuHelper::addEntry(
JText::_('Anmeldungen'),
'index.php?option=com_eventbooking&view=registrants',
$vName == 'registrants'
);
JSubMenuHelper::addEntry(
JText::_('Benutzerdefinierte Felder'),
'index.php?option=com_eventbooking&view=fields',
$vName == 'fields'
);
JSubMenuHelper::addEntry(
JText::_('Veranstaltungsorte'),
'index.php?option=com_eventbooking&view=locations',
$vName == 'locations'
);
JSubMenuHelper::addEntry(
JText::_('Coupons'),
'index.php?option=com_eventbooking&view=coupons',
$vName == 'coupons'
);
JSubMenuHelper::addEntry(
JText::_('Zahlungs-Plugins'),
'index.php?option=com_eventbooking&view=plugins',
$vName == 'plugins'
);
JSubMenuHelper::addEntry(
JText::_('Übersetzungen'),
'index.php?option=com_eventbooking&view=language',
$vName == 'language'
);
JSubMenuHelper::addEntry(
JText::_('Anmeldungen exportieren'),
'index.php?option=com_eventbooking&task=csv_export',
false
);
JSubMenuHelper::addEntry(
JText::_('Warteliste'),
'index.php?option=com_eventbooking&view=waitings',
$vName == 'waitings'
);
JSubMenuHelper::addEntry(
JText::_('Massen-Mail'),
'index.php?option=com_eventbooking&view=massmail',
$vName == 'massmail'
);
Net-Studios.de - Webdesign Stuttgart
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 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.