Hallo,
hier stelle ich euch die deutschen Sprachfiles für PollXT 2.00.05 (Frontend + Backend) zur Verfügung!
Falls ihr Fehler bemerkt, meldet mir diese bitte.
- Frontend (site) in <joomlaroot>/language/de-DE/
- Backend (admin) in <joomlaroot>/administrator/language/de-DE/
yaqwer
Es treten leider kleine Layout-Bugs auf, die folgendermaßen behoben werden können:
In: <joomlaroot>/administrator/components/com_pollxt/admin.pollxt.html.php
Diesen Code:
durch diesen Code:Code:<td valign="top"> <select class="inputbox" name="config[button_style]" > <option <?php if ($config['button_style'] == '0') echo 'selected';?> value='0'><?php echo JText::_('ADMIN_GS_BUTTON_STYLING_STA'); ?></option> <option <?php if ($config['button_style'] == '1') echo 'selected';?> value='1'><?php echo JText::_('ADMIN_GS_BUTTON_STYLING_BIT'); ?></option> <option <?php if ($config['button_style'] == '2') echo 'selected';?> value='2'><?php echo JText::_('ADMIN_GS_BUTTON_STYLING_IS'); ?></option> </select> </td>
Code:<td valign="top" width="220"> <select class="inputbox" name="config[button_style]" > <option <?php if ($config['button_style'] == '0') echo 'selected';?> value='0'><?php echo JText::_('ADMIN_GS_BUTTON_STYLING_STA'); ?></option> <option <?php if ($config['button_style'] == '1') echo 'selected';?> value='1'><?php echo JText::_('ADMIN_GS_BUTTON_STYLING_BIT'); ?></option> <option <?php if ($config['button_style'] == '2') echo 'selected';?> value='2'><?php echo JText::_('ADMIN_GS_BUTTON_STYLING_IS'); ?></option> </select> </td>


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen