Need help with Joomla? We are available for hire to help with Joomla customization, upgrades, maintenance, and custom development.
Explore our services

German language files

More
14 years 10 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

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

More
14 years 4 months ago #15678 by hitrix
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.
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