16 lines
		
	
	
		
			579 B
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			579 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' => 'Lozinka mora imati najmanje 8 znakova i biti potvrđena.',
 | |
|     'user' => "We can't find a user with that e-mail address.",
 | |
|     'token' => 'Ponovno postavljanje lozinke nemoguće putem ove adrese.',
 | |
|     'sent' => 'Na vašu email adresu poslana je poveznica za ponovno postavljanje!',
 | |
|     'reset' => 'Vaša je lozinka ponovno postavljena!',
 | |
| 
 | |
| ];
 |