mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Small edits to buttons and others. [skip ci]
This commit is contained in:
22
resources/lang/nl/passwords.php
Normal file
22
resources/lang/nl/passwords.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 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" => "Wachtwoorden moeten zes karakters lang zijn, en natuurlijk 2x hetzelfde invoeren.",
|
||||
"user" => "Geen gebruiker met dat e-mailadres.",
|
||||
"token" => "Ongeldig token! Sorry",
|
||||
"sent" => "Je krijgt een mailtje met een linkje om je wachtwoord te herstellen!",
|
||||
"reset" => "Je wachtwoord is hersteld!",
|
||||
|
||||
];
|
Reference in New Issue
Block a user