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
|
@ -363,6 +363,7 @@ $LANG['ru'] = array(
|
|||
'Passwords not match' => 'Пароли не совпадают',
|
||||
'Please enter valid email address.' => 'Пожалуйста, введите реальный email адрес.',
|
||||
'Field "%s" can not be blank.' => 'Поле "%s" не может быть пустым.',
|
||||
'Password is too short.' => 'Пароль слишком короткий. Используйте не менее 6 символов.',
|
||||
'Error code:' => 'Код ошибки: %s',
|
||||
'SERVICE_ACTION_FAILED' => 'Не удалось "%s" "%s"',
|
||||
'IP address is in use' => 'IP адрес используется',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue