PHP Classes

File: lang/pt_BR/passwords.php

Recommend this page to a friend!
  Classes of Celso   DB Sync   lang/pt_BR/passwords.php   Download  
File: lang/pt_BR/passwords.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: DB Sync
Synchronize databases between environments
Author: By
Last change:
Date: 3 months ago
Size: 730 bytes
 

 

Contents

Class file image Download
<?php

return [

   
/*
    |--------------------------------------------------------------------------
    | Password Reset Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are the default lines which match reasons
    | that are given by the password broker for a password update attempt
    | outcome such as failure due to an invalid password / reset token.
    |
    */

   
'reset' => 'Sua senha foi alterada.',
   
'sent' => 'Enviamos um link para seu email.',
   
'throttled' => 'Por favor espere antes de tentar novamente.',
   
'token' => 'Este token é inválido.',
   
'user' => 'Não encontramos um usuário com este email.',

];