mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
password length verification
This commit is contained in:
parent
b82899e557
commit
878d239538
7 changed files with 31 additions and 0 deletions
|
@ -361,6 +361,7 @@ $LANG['es'] = array(
|
|||
'Passwords not match' => 'Las contraseñas no coinciden',
|
||||
'Please enter valid email address.' => 'Por favor ingrese un correo válido.',
|
||||
'Field "%s" can not be blank.' => 'El campo "%s" no puede estar en blanco.',
|
||||
'Password is too short.' => "La contraseña es demasiado corta (mínima es de 6 caracteres)",
|
||||
'Error code:' => 'Código de Error:',
|
||||
'SERVICE_ACTION_FAILED' => '"%s" "%s" fallo',
|
||||
'IP address is in use' => 'La IP esta en uso',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue