| 
									
										
										
										
											2015-05-14 11:31:54 +02:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2016-01-24 15:54:54 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * passwords.php | 
					
						
							| 
									
										
										
										
											2016-04-01 16:46:11 +02:00
										 |  |  |  * Copyright (C) 2016 thegrumpydictator@gmail.com | 
					
						
							| 
									
										
										
										
											2016-01-24 15:54:54 +01:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2016-10-05 06:52:15 +02:00
										 |  |  |  * 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. | 
					
						
							| 
									
										
										
										
											2016-01-24 15:54:54 +01:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-05-14 11:31:54 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							| 
									
										
										
										
											2016-03-03 12:15:18 +01:00
										 |  |  |     '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!', | 
					
						
							| 
									
										
										
										
											2016-02-18 06:57:25 +01:00
										 |  |  |     'blocked'  => 'Leuk geprobeerd wel.', | 
					
						
							| 
									
										
										
										
											2016-10-30 07:19:57 +01:00
										 |  |  | ]; |