Skip to content

Commit

Permalink
New translations register.php (Russian)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hkr32 committed Jan 27, 2025
1 parent bdb6a3e commit 185525b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/language/ru-ru/account/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
$_['error_telephone'] = 'Телефон должен быть от 3 до 32 символов!';
$_['error_custom_field'] = '%s обязательно к заполнению!';
$_['error_regex'] = '%s не является допустимым вводом!';
$_['error_password'] = 'Password must contain a %s and be between %d and 40 characters!';
$_['error_password'] = 'Пароль должен содержать %s и быть длиной от %d до 40 символов!';
$_['error_password_uppercase'] = 'верхний регистр';
$_['error_password_lowercase'] = 'нижний регистр';
$_['error_password_number'] = 'число';
Expand Down

0 comments on commit 185525b

Please sign in to comment.