16 lines
		
	
	
		
			623 B
		
	
	
	
		
			PHP
		
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			623 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' => 'Pasahitzak gutxienez sei karaktere izan behar ditu eta baldintzak bete behar ditu.', | ||
|  |     'user' => "Ezin izan dugu erabiltzailerik topatu posta-helbide honekin.", | ||
|  |     'token' => 'Pasahitza berritzeko token hau ez da baliagarria email helbide honentzat.', | ||
|  |     'sent' => 'Zure pasahitza berrezartzeko esteka email bidez bidali dizugu!', | ||
|  |     'reset' => 'Zure pasahitza berrezarri da!', | ||
|  | 
 | ||
|  | ]; |