diff --git a/resources/lang/fr/default.php b/resources/lang/fr/default.php index 220ca8f..369b9cb 100644 --- a/resources/lang/fr/default.php +++ b/resources/lang/fr/default.php @@ -1,6 +1,9 @@ [ + "forgot_password_link" => "Mot de passe oublié?", + ], "registration" => [ "title" => "S'inscrire", "heading" => "Créer un nouveau compte", @@ -14,6 +17,7 @@ "submit" => [ "label" => "Envoyer un e-mail de réinitialisation", ], + "notification_success" => "Vérifier votre e-mail!", ], "verification" => [ "title" => "Vérifier votre e-mail", @@ -21,5 +25,22 @@ "submit" => [ "label" => "Déconnexion", ], + "notification_success" => "Vérifier votre e-mail!", + ], + "profile" => [ + "personal_info" => [ + "heading" => "Personal Information", + "subheading" => "Manage your personal information.", + "submit" => [ + "label" => "Update", + ], + ], + "password" => [ + "heading" => "Mot de passe", + "subheading" => "Must be 8 characters.", + "submit" => [ + "label" => "Update", + ], + ], ], ];