From fed585e3f42578f133da66497c1720f9d47833d1 Mon Sep 17 00:00:00 2001 From: Quent-in Date: Mon, 8 May 2017 23:15:03 +0200 Subject: i18n mailer files for Occitan language (#2924) * Create reset_password_instructions.oc.html.erb * Create reset_password_instructions.oc.text.erb * Create password_change.oc.html.erb * Create password_change.oc.text.erb * Create confirmation_instructions.oc.html.erb * Create confirmation_instructions.oc.text.erb --- app/views/user_mailer/reset_password_instructions.oc.html.erb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/views/user_mailer/reset_password_instructions.oc.html.erb (limited to 'app/views/user_mailer/reset_password_instructions.oc.html.erb') diff --git a/app/views/user_mailer/reset_password_instructions.oc.html.erb b/app/views/user_mailer/reset_password_instructions.oc.html.erb new file mode 100644 index 000000000..290d7575b --- /dev/null +++ b/app/views/user_mailer/reset_password_instructions.oc.html.erb @@ -0,0 +1,8 @@ +

Bonjorn <%= @resource.email %> !

+ +

Qualqu’un a demandat una reĩnicializacion de vòstre senhal per Mastodon. Podètz realizar la reĩnicializacion ne clicant sul ligam çai-jos.

+ +

<%= link_to 'Modificar mon senhal', edit_password_url(@resource, reset_password_token: @token) %>

+ +

S’avètz pas res demandat, fasquètz pas cas a aqueste corrièl.

+

Vòstre senhal cambiarà pas se clicatz pas sul ligam e que ne causissètz pas un nòu.

-- cgit