mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-09 10:25:40 +00:00
15 lines
549 B
PHP
15 lines
549 B
PHP
<?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' => 'Lykilorð verður að vera að lágmarki 8 stafir og stemma saman.',
|
|
'user' => "Enginn notandi finnst með þetta netfang.",
|
|
'token' => 'Tókinn er ógildur fyrir þetta netfang.',
|
|
'sent' => 'Þér hefur verið sendur hlekkur í tölvupósti!',
|
|
'reset' => 'Lykilorðinu hefur verið breytt!',
|
|
|
|
];
|