Fr translation of pagination.php and passwords.php

This commit is contained in:
Bastien 2018-10-06 19:19:10 +02:00
parent eb7303ef29
commit d6c7b698b2
2 changed files with 41 additions and 0 deletions

View File

@ -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' => '&laquo; Précédent',
'next' => 'Suivant &raquo;',
];

View File

@ -0,0 +1,22 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder 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 être d\'au moins six caractères et correspondre à la confirmation.',
'user' => "We ne pouvons pas trop un utilisateur avec cette adresse de courriel.",
'token' => 'Ce jeton de réinitialisation de mot de passe est invalide.',
'sent' => 'Nous vous avons envoyé votre lien de réinitialisation de mot de passe !',
'reset' => 'Votre mot de passe a été réinitialisé !',
];