Hi Domingo Sanchez,
You can change the language of registration form by opening the en-GB.tpl_sj_news17.ini or en-GB.tpl_sj_news25.ini file in "your_site/language/en-GB", finding:
; For Reigstration
COM_USERS_PROFILE_NAME_LABEL="Name:"
COM_USERS_REGISTER_USERNAME_LABEL="Username:"
COM_USERS_PROFILE_PASSWORD1_LABEL="Password:"
COM_USERS_PROFILE_PASSWORD2_LABEL="Confirm Password:"
COM_USERS_PROFILE_USERNAME_LABEL="Username:"
COM_USERS_REGISTER_EMAIL1_LABEL="Email Address:"
COM_USERS_REGISTER_EMAIL2_LABEL="Confirm email Address:"
COM_USERS_REGISTER_NAME_LABEL="Name:"
COM_USERS_REGISTER_PASSWORD1_LABEL="Password:"
COM_USERS_REGISTER_PASSWORD2_LABEL="Confirm Password:"
and change them to your language.
Thanks