]> BookStack Code Mirror - bookstack/commitdiff
Update passwords.php 1636/head
authorkostefun <redacted>
Thu, 5 Sep 2019 02:52:24 +0000 (09:52 +0700)
committerGitHub <redacted>
Thu, 5 Sep 2019 02:52:24 +0000 (09:52 +0700)
Corresponds to the English version

resources/lang/ru/passwords.php

index 28bc6d7544d438c74476b3e4be804a1eb7699f56..760509a6aa576ce64a685bf2ea2e6fd416ca8193 100644 (file)
@@ -1,22 +1,15 @@
 <?php
-
+/**
+ * Password Reminder Language Lines
+ * The following language lines are the default lines which match reasons
+ * that are given by the password broker for a password update attempt has failed.
+ */
 return [
 
-    /*
-    |--------------------------------------------------------------------------
-    | Password Reminder Language Lines
-    |--------------------------------------------------------------------------
-    |
-    | The following language lines are the default lines which match reasons
-    | that are given by the password broker for a password update attempt
-    | has failed, such as for an invalid token or invalid new password.
-    |
-    */
-
-    'password' => 'Пароль должен содержать не менее шести символов для применения.',
-    'user' => 'Невозможно найти пользователя с указанным email адресом.',
-    'token' => 'Этот токен для сброса пароля недействителен.',
-    'sent' => 'Ссылка для сброса пароля была отправлена на электронную почту!',
+    'password' => 'Пароль должен содержать не менее шести символов и совпадать с подтверждением.',
+    'user' => 'Пользователь с указаным email отсутствует.',
+    'token' => 'Токен сброса пароля недействителен.',
+    'sent' => 'Ссылка для сброса пароля отправлена на email!',
     'reset' => 'Ваш пароль был сброшен!',
 
 ];