mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			662 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			662 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /**
 | |
|  * passwords.php
 | |
|  * Copyright (C) 2016 thegrumpydictator@gmail.com
 | |
|  *
 | |
|  * This software may be modified and distributed under the terms of the
 | |
|  * Creative Commons Attribution-ShareAlike 4.0 International License.
 | |
|  *
 | |
|  * See the LICENSE file for details.
 | |
|  */
 | |
| 
 | |
| return [
 | |
|     '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!',
 | |
|     'blocked'  => 'Leuk geprobeerd wel.',
 | |
| ]; |