You should change the file language/lang_spanish/lang_main.php. Near the end, you will find something like:
Code: Select all
// The humanizer MOD
$lang['Are_u_human'] = 'Are you human?';
$lang['Are_u_human_explain'] = 'Sorry but this stupid question shall keep away the bots from this forum...';
$lang['Are_u_human_wrong'] = 'Sorry, but the "humanizer" question must be answered.';
Code: Select all
// The humanizer MOD
$lang['Are_u_human'] = '¿Eres un humano?';
$lang['Are_u_human_explain'] = 'Perdona por esta pregunta estúpida, pero sirve para evitar problemas de registro';
$lang['Are_u_human_wrong'] = 'Perdona, pero debes responder la pregunta sobre si eres humano';
@Underhill:
I found the error, I pasted some code in the incorrect place in usercp_register.php.
Thank you for your patience, the mod is working perfectly now ^^ Thanks for this great mod!