]> BookStack Code Mirror - bookstack/blob - resources/lang/he/passwords.php
Add footer element, styles, and associated settings
[bookstack] / resources / lang / he / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'הסיסמא חייבת להיות בעלת 6 תווים ולהתאים לאימות',
10     'user' => "לא ניתן למצוא משתמש עם המייל שסופק",
11     'token' => 'איפוס הסיסמא אינו תקין',
12     'sent' => 'נשלח אליך אי-מייל עם קישור לאיפוס הסיסמא',
13     'reset' => 'איפוס הסיסמא הושלם בהצלחה!',
14
15 ];