diff options
author | W1lkins <wilkins@linux.com> | 2018-07-29 23:11:31 +0100 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-07-29 20:29:07 -0700 |
commit | efd64d842d82404612baef58d9debe1af7515a66 (patch) | |
tree | 16f6383636c6e76e77def53ea554b6e4d9014335 /app/Locale/ru_RU | |
parent | f88b8bdc31891b41f68263f8f7fcf0e24f8d4d96 (diff) |
Change 'entered' to 'enter'
Diffstat (limited to 'app/Locale/ru_RU')
-rw-r--r-- | app/Locale/ru_RU/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index a887f7a6..13d16acd 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1241,7 +1241,7 @@ return array( 'This username is already taken' => 'Это имя пользователя занято', 'A link to reset your password has been sent by email.' => 'Ссылка для сброса пароля была отправлена на ваш e-mail.', 'Your profile must have a valid email address.' => 'В вашем профиле должен быть указан корректный адрес e-mail.', - 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => 'К сожалению, мы не смогли сбросить Ваш пароль. Возможно, Вы ошиблись при вводе имени пользователя или к аккаунту не привязан e-mail адрес.', + 'Unfortunately, we are unable to reset your password. Did you enter a valid username? Do you have an email address in your profile?' => 'К сожалению, мы не смогли сбросить Ваш пароль. Возможно, Вы ошиблись при вводе имени пользователя или к аккаунту не привязан e-mail адрес.', 'TRL - Turkish Lira' => 'TRL - Турецкая лира', 'The project email is optional and could be used by several plugins.' => 'E-mail проекта является необязательным атрибутом и может быть использован некоторыми плагинами', 'The project email must be unique across all projects' => 'E-mail проекта должен быть уникальным для каждого проекта', |