firefly-iii/resources/lang/hr_HR/passwords.php
2016-10-30 07:20:17 +01:00

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.',
];