mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -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['ua'] = 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