1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/resources/lang/sv/reminders.php

25 lines
730 B
PHP
Raw Normal View History

2015-04-12 12:12:18 +02:00
<?php
return array(
2016-01-26 21:22:33 +01:00
/*
|--------------------------------------------------------------------------
| 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.
|
*/
2015-04-12 12:12:18 +02:00
2016-01-26 21:22:33 +01:00
"password" => "Passwords must be at least six characters and match the confirmation.",
2015-04-12 12:12:18 +02:00
2016-01-26 21:22:33 +01:00
"user" => "We can't find a user with that e-mail address.",
2015-04-12 12:12:18 +02:00
2016-01-26 21:22:33 +01:00
"token" => "This password reset token is invalid.",
2015-04-12 12:12:18 +02:00
2016-01-26 21:22:33 +01:00
"sent" => "Password reminder sent!",
2015-04-12 12:12:18 +02:00
2016-01-26 21:22:33 +01:00
);