New translations.

This commit is contained in:
James Cole
2016-01-24 15:54:54 +01:00
parent 935dc3ff9f
commit a7ecdf715f
8 changed files with 72 additions and 20 deletions

View File

@@ -1,4 +1,11 @@
<?php
/**
* passwords.php
* Copyright (C) 2016 Sander Dorigo
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
return [
@@ -17,6 +24,6 @@ return [
"token" => "Este token de redefinição de senha é inválido.",
"sent" => "Nós te enviamos um email com um link para trocar a senha!",
"reset" => "Sua senha foi redefinida!",
'blocked' => 'Nice try though.',
'blocked' => 'Boa tentativa.',
];