palosutca
Hi
Open site language folder/en-GB/en-GB.tpl_ja_company.ini
Define a new value
**TPL_BACK_TO_TOP = "Back to top"**
Now open "/tpls/blocks/footer.php" in template "ja_company".
Find this code
title="Back to Top"
Replace it with
title="<?php echo JText::_('TPL_BACK_TO_TOP') ?>"
Do the same for other language files.
I created a ticket to add this improvement in the next update of template
Regards