Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1.  
  2. Previous code
  3. [code type="markup"]
  4. <thead>
  5. <tr>
  6. <th>#</th>
  7. <th>Session</th>
  8. <th>Speaker(s)</th>
  9. <th>Time</th>
  10. <th>Venue</th>
  11. </tr>
  12. </thead>
  13. [/code]
  14. New code
  15. [code type="markup"]
  16. <thead>
  17. <tr>
  18. <th>#</th>
  19. <th><?php echo JText::_('COM_SPEVENTUM_SESSION'); ?></th>
  20. <th><?php echo JText::_('COM_SPEVENTUM_SPEAKERS'); ?></th>
  21. <th><?php echo JText::_('COM_SPEVENTUM_TIME'); ?></th>
  22. <th><?php echo JText::_('COM_SPEVENTUM_VENUE'); ?></th>
  23. </tr>
  24. </thead>
  25. [/code]
  26.  
  27. Added this language code inside the en-GB.tpl_shaper_eventum.ini file
  28. [code type="markup"]
  29. COM_SPEVENTUM_SESSION="Sesja"
  30. COM_SPEVENTUM_SPEAKERS="Głośniki"
  31. COM_SPEVENTUM_TIME="Godziny"
  32. COM_SPEVENTUM_VENUE="Miejsce"
  33. [/code]
  34.  
  35. -Thanks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement