committed by
							
								
								GitHub
							
						
					
				
				 1 changed files with 23 additions and 0 deletions
			
			
		@ -0,0 +1,23 @@ | 
				
			|||
<?php | 
				
			|||
 | 
				
			|||
return [ | 
				
			|||
 | 
				
			|||
    /* | 
				
			|||
    |-------------------------------------------------------------------------- | 
				
			|||
    | Password Reset 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, such as for an invalid token or invalid new password. | 
				
			|||
    | | 
				
			|||
    */ | 
				
			|||
 | 
				
			|||
    /*'password' => 'Passwords must be at least six characters and match the confirmation.',*/ | 
				
			|||
    'password' => 'A jelszónak legalább hat karakter hosszúnak kell lennie.', | 
				
			|||
    'reset' => 'A jelszó vissza lett állítva', | 
				
			|||
    'sent' => 'A jelszó visszaállító e-mail elküldve!', | 
				
			|||
    'token' => 'A jelszó visszaállító token nem érvényes', | 
				
			|||
    'user' => "Ezzel az e-mail címmel felhasználó nem található", | 
				
			|||
 | 
				
			|||
]; | 
				
			|||
					Loading…
					
					
				
		Reference in new issue