Hi, I have a problem with the translation of "You can not re-register while you are already signed in" on cf_joomla_registration.php
My site is in Italian and English, how can I put a string of translation?
Or otherwise how can I fix this?
$user = JFactory::getUser();
$db =& JFactory::getDBO();
if ( ($user->id) && ($mainframe->isSite()) ) {
$html_string = 'You can not re-register while you are already signed in';
}
return $html_string ;
My site is in Italian and English, how can I put a string of translation?
Or otherwise how can I fix this?