Package: phpbb2 Version: 2.0.21-5 When using the Spanish translation of the site and trying to register a new user, a blank line appears instead of the text explaining what the CAPTCHA is all about. The following variables are missing in lang_spanish/lang_main.php and lang_spanish_argentina/lang_main.php (sorry I tried to make a patch file but in the end just pasting them in an email worked best):
// // Visual confirmation system strings // $lang['Confirm_code_wrong'] = "El código de confirmación ingresado no es correcto"; $lang['Too_many_registers'] = "Ha superado el número máximo de intentos de registro para esta sesión. Por favor intentelo de nuevo más tarde."; $lang['Confirm_code_impaired'] = "Si tiene problemas de visión o no puede leer el código por algún otro motivo, por favor contacte con el %sAdministrador%s."; $lang['Confirm_code'] = "Código de confirmación"; $lang['Confirm_code_explain'] = "Ingrese el código tal cual se ve. Las mayúsculas importan y el número cero tiene una diagonal en el centro."; I also found these other missing lines and translated them: $lang['Admin_reauthenticate'] = "Para administrar el foro debe volverse a identificar."; $lang['Login_attempts_exceeded'] = "El número máximo de %s intentos de ingreso ha sido excedido. No se le permitirá ingresar en los siguientes %s minutos."; $lang['Please_remove_install_contrib'] = "Por favor asegúrese de eliminar los directorios install/ y contrib/."; Thank you.

