mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Updated translations [skip ci]
This commit is contained in:
17
resources/lang/hr_HR/passwords.php
Normal file
17
resources/lang/hr_HR/passwords.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* passwords.php
|
||||
* Copyright (C) 2016 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT 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.',
|
||||
];
|
||||
Reference in New Issue
Block a user