Updated translations [skip ci]

This commit is contained in:
James Cole
2016-10-10 08:19:00 +02:00
parent 1500018ccc
commit 62aa1eb487
18 changed files with 1536 additions and 174 deletions

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