16 lines
		
	
	
		
			549 B
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			549 B
		
	
	
	
		
			PHP
		
	
	
	
| <?php
 | |
| /**
 | |
|  * 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.
 | |
|  */
 | |
| return [
 | |
| 
 | |
|     'password' => 'Lykilorð verður að vera að lágmarki 8 stafir og stemma saman.',
 | |
|     'user' => "Enginn notandi finnst með þetta netfang.",
 | |
|     'token' => 'Tókinn er ógildur fyrir þetta netfang.',
 | |
|     'sent' => 'Þér hefur verið sendur hlekkur í tölvupósti!',
 | |
|     'reset' => 'Lykilorðinu hefur verið breytt!',
 | |
| 
 | |
| ];
 |