]> BookStack Code Mirror - bookstack/blob - resources/lang/lt/passwords.php
Update auth.php
[bookstack] / resources / lang / lt / 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' => 'Slaptažodis privalo būti mažiausiai aštuonių simbolių ir atitikti patvirtinimą.',
10     'user' => "We can't find a user with that e-mail address.",
11     'token' => 'Slaptažodžio nustatymo raktas yra neteisingas šiam elektroninio pašto adresui.',
12     'sent' => 'Elektroniu paštu jums atsiuntėme slaptažodžio atkūrimo nuorodą!',
13     'reset' => 'Jūsų slaptažodis buvo atkurtas!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.