mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			667 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			667 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| /**
 | |
|  * passwords.php
 | |
|  * Copyright (C) 2016 thegrumpydictator@gmail.com
 | |
|  *
 | |
|  * This software may be modified and distributed under the terms of the
 | |
|  * Creative Commons Attribution-ShareAlike 4.0 International License.
 | |
|  *
 | |
|  * See the LICENSE file for details.
 | |
|  */
 | |
| 
 | |
| return [
 | |
|     'password' => 'Passwords must be at least six characters and match the confirmation.',
 | |
|     'user'     => 'Ne možemo naći korisnika s tom e-mail adresom.',
 | |
|     'token'    => 'Token za promjenu lozinke je nevažeći.',
 | |
|     'sent'     => 'Na e-mail smo ti poslali poveznicu za promjenu lozinke!',
 | |
|     'reset'    => 'Tvoja lozinka je promijenjena!',
 | |
|     'blocked'  => 'Lijep pokušaj.',
 | |
| ]; |