mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 14:42:42 +01:00
24 lines
691 B
PHP
24 lines
691 B
PHP
|
<?php
|
|||
|
|
|||
|
return array(
|
|||
|
|
|||
|
/*
|
|||
|
|--------------------------------------------------------------------------
|
|||
|
| 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" => "Passord m<> v<>re minst seks tegn og samsvare med bekreftelsen.",
|
|||
|
|
|||
|
"user" => "Vi kan ikke finne en bruker med den e-postadressen.",
|
|||
|
|
|||
|
"token" => "Denne tilbakestillingsn<73>kkelen er ugyldig.",
|
|||
|
|
|||
|
"sent" => "Passord p<>minnelse sendt!",
|
|||
|
|
|||
|
);
|