From 41f8fde83e62bd20d3c0a2bb6cff1ed8b3279a4a Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 8 Apr 2017 13:11:16 +0200 Subject: Update french translation (#1148) Add french translation for emails sent Signed-off-by: Thomas Citharel Add non-breaking spaces Signed-off-by: Thomas Citharel changes and fixes to the nbsps Signed-off-by: Thomas Citharel French update a few fixes Signed-off-by: Thomas Citharel fixes Signed-off-by: Thomas Citharel --- app/views/user_mailer/reset_password_instructions.fr.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/views/user_mailer/reset_password_instructions.fr.html.erb (limited to 'app/views/user_mailer/reset_password_instructions.fr.html.erb') diff --git a/app/views/user_mailer/reset_password_instructions.fr.html.erb b/app/views/user_mailer/reset_password_instructions.fr.html.erb new file mode 100644 index 000000000..95789e387 --- /dev/null +++ b/app/views/user_mailer/reset_password_instructions.fr.html.erb @@ -0,0 +1,8 @@ +

Bonjour <%= @resource.email %> !

+ +

Quelqu'un a demandé à réinitialiser votre mot de passe sur Mastodon. Vous pouvez effectuer la réinitialisation en cliquant sur le lien ci-dessous.

+ +

<%= link_to 'Modifier mon mot de passe', edit_password_url(@resource, reset_password_token: @token) %>

+ +

Si vous n'êtes pas à l'origine de cette demande, vous pouvez ignorer ce message.

+

Votre mot de passe ne sera pas modifié tant que vous n'accéderez pas au lien ci-dessus et n'en choisirez pas un nouveau.

-- cgit