Babasile
4 years ago
4 changed files with 80 additions and 1 deletions
@ -0,0 +1,19 @@ |
|||||
|
<?php |
||||
|
|
||||
|
return [ |
||||
|
|
||||
|
/* |
||||
|
|-------------------------------------------------------------------------- |
||||
|
| Authentication Language Lines |
||||
|
|-------------------------------------------------------------------------- |
||||
|
| |
||||
|
| The following language lines are used during authentication for various |
||||
|
| messages that we need to display to the user. You are free to modify |
||||
|
| these language lines according to your application's requirements. |
||||
|
| |
||||
|
*/ |
||||
|
|
||||
|
'failed' => 'Ces informations d\'identification ne correspondent pas à nos enregistrements.', |
||||
|
'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.', |
||||
|
|
||||
|
]; |
@ -0,0 +1,19 @@ |
|||||
|
<?php |
||||
|
|
||||
|
return [ |
||||
|
|
||||
|
/* |
||||
|
|-------------------------------------------------------------------------- |
||||
|
| Pagination Language Lines |
||||
|
|-------------------------------------------------------------------------- |
||||
|
| |
||||
|
| The following language lines are used by the paginator library to build |
||||
|
| the simple pagination links. You are free to change them to anything |
||||
|
| you want to customize your views to better match your application. |
||||
|
| |
||||
|
*/ |
||||
|
|
||||
|
'previous' => '« précédents', |
||||
|
'next' => '» suivants', |
||||
|
|
||||
|
]; |
@ -0,0 +1,22 @@ |
|||||
|
<?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 |
||||
|
| has failed, such as for an invalid token or invalid new password. |
||||
|
| |
||||
|
*/ |
||||
|
|
||||
|
'password' => 'Les mots de passe doivent comporter au moins six caractères et correspondre à la confirmation.', |
||||
|
'reset' => 'Votre mot de passe a été réinitialisé!', |
||||
|
'sent' => 'Nous avons envoyé votre lien de réinitialisation de mot de passe par e-mail!', |
||||
|
'token' => 'Ce jeton de réinitialisation de mot de passe n\'est pas valide.', |
||||
|
'user' => "Nous ne pouvons pas trouver un utilisateur avec cette adresse e-mail.", |
||||
|
|
||||
|
]; |
Loading…
Reference in new issue