| 
									
										
										
										
											2015-05-14 11:31:54 +02:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2016-01-24 15:54:54 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * passwords.php | 
					
						
							|  |  |  |  * Copyright (C) 2016 Sander Dorigo | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This software may be modified and distributed under the terms | 
					
						
							|  |  |  |  * of the MIT license.  See the LICENSE file for details. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-05-14 11:31:54 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     /* | 
					
						
							|  |  |  |     |-------------------------------------------------------------------------- | 
					
						
							|  |  |  |     |-------------------------------------------------------------------------- | 
					
						
							|  |  |  |     | | 
					
						
							|  |  |  |     | 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.", | 
					
						
							| 
									
										
										
										
											2016-02-18 06:57:25 +01:00
										 |  |  |     "token"    => "Ongeldig token! Sorry.", | 
					
						
							| 
									
										
										
										
											2015-05-14 11:31:54 +02:00
										 |  |  |     "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.', | 
					
						
							| 
									
										
										
										
											2015-05-14 11:31:54 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | ]; |