Files
nexusphp/resources/lang/ru/signup.php
2025-04-22 19:35:05 +07:00

9 lines
570 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'passwords_unmatched' => "Пароли не совпадают! Нужно опечатать. Повторите попытку.",
'password_too_short' => "Извините, пароль слишком короткий (минимум 6 символов)",
'password_too_long' => "Извините, пароль слишком длинный (максимум 40 символов)",
'password_equals_username' => "К сожалению, пароль не может быть таким же, как имя пользователя.",
];