]> BookStack Code Mirror - bookstack/blob - resources/lang/bg/passwords.php
Fixed failing webhook test cases
[bookstack] / resources / lang / bg / 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' => 'Паролите трябва да имат поне 8 символа и да съвпадат с потвърждението.',
10     'user' => "Не можем да намерим потребител с този имейл адрес.",
11     'token' => 'Кодът за зануляване на паролата е невалиден за този емейл адрес.',
12     'sent' => 'Пратихме връзка за нулиране на паролата до имейла ви!',
13     'reset' => 'Вашата парола е нулирана!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.