Hello,
in the login form, the warning message "You must log in!" is not translated in my french version. I suppose this is due to the presence in the file inc/_init_login.inc.php of an additional "N" letter before the standard "T_" in this part of the code :
elseif( $login_required )
{ /*
* ---------------------------------------------------------
* User was not logged in at all, but login is required
* ---------------------------------------------------------
*/
// echo ' NOT logged in...';
$Debuglog->add( 'Login: NOT logged in... (did not try)', 'request' );
$login_error = NT_('You must log in!');
}
If I remove this "N" then it works normally.
Thank you for your comments.
Regards.
Jacques
Thank you for the info. I will check that.