Skip to content

Commit

Permalink
feature: french for #323
Browse files Browse the repository at this point in the history
  • Loading branch information
caouecs committed Jan 29, 2015
1 parent a87bbfa commit 38a9934
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ Laravel 5.0
New validation file with array for PHP 5.4 and with new tag ( filled ). This version in `laravel5` branch.
The `reminders` file is now `passwords` file.

In `passwords` file [#311](https://github.com/caouecs/Laravel4-lang/issues/311) :
In `passwords` file [#323](https://github.com/caouecs/Laravel4-lang/issues/323) :

"sent" => "Password reset link sent!"
"sent" => "We have e-mailed your password reset link!"
"reset" => "Your password has been reset!"

Laravel 4.0
---
Expand Down
4 changes: 2 additions & 2 deletions fr/passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

"token" => "Ce jeton de réinitialisation du mot de passe n'est pas valide.",

"sent" => "Lien de réinitialisation du mot de passe envoyé !",
"sent" => "Nous vous avons envoyé par courriel le lien de réinitialisation du mot de passe !",

"reset" => "Le mot de passe a été réinitialisé !",
"reset" => "Votre mot de passe a été réinitialisé !",

];

0 comments on commit 38a9934

Please sign in to comment.