Hello Niels,
True say that must go from Joomla.
But you may open file:
{yours site}/administrator/components/com_vehiclemanager/includes/html.php
find row:
Code: |
<?php echo JText::_( 'BACK' ); ?></a>
|
to
Code: |
<?php echo Com_veicle_BACK; ?></a>
|
after that go to yours language file, folder:
{yours site}/components/com_vehiclemanager/language/
and add Com_veicle_BACK constants anr translate for it
Thanks,
OrdaSoft team