From fed585e3f42578f133da66497c1720f9d47833d1 Mon Sep 17 00:00:00 2001 From: Quent-in Date: Mon, 8 May 2017 23:15:03 +0200 Subject: [PATCH] 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 --- .../confirmation_instructions.oc.html.erb | 14 ++++++++++++++ .../confirmation_instructions.oc.text.erb | 14 ++++++++++++++ app/views/user_mailer/password_change.oc.html.erb | 3 +++ app/views/user_mailer/password_change.oc.text.erb | 3 +++ .../reset_password_instructions.oc.html.erb | 8 ++++++++ .../reset_password_instructions.oc.text.erb | 8 ++++++++ 6 files changed, 50 insertions(+) create mode 100644 app/views/user_mailer/confirmation_instructions.oc.html.erb create mode 100644 app/views/user_mailer/confirmation_instructions.oc.text.erb create mode 100644 app/views/user_mailer/password_change.oc.html.erb create mode 100644 app/views/user_mailer/password_change.oc.text.erb create mode 100644 app/views/user_mailer/reset_password_instructions.oc.html.erb create mode 100644 app/views/user_mailer/reset_password_instructions.oc.text.erb diff --git a/app/views/user_mailer/confirmation_instructions.oc.html.erb b/app/views/user_mailer/confirmation_instructions.oc.html.erb new file mode 100644 index 000000000..0c3221e89 --- /dev/null +++ b/app/views/user_mailer/confirmation_instructions.oc.html.erb @@ -0,0 +1,14 @@ +

Bonjorn <%= @resource.email %> !

+ +

Venètz de vos crear un compte sus <%= @instance %> e vos mercegem :)

+ +

Per confirmar vòstre inscripcion, mercés de clicar sul ligam seguent :
+<%= link_to 'Confirmar mon compte', confirmation_url(@resource, confirmation_token: @token) %>

+ +

Aprèp vòstra primièra connexion, poiretz accedir a la documentacion de l’aisina.

+ +

Pensatz tanben a gaitar a nòstras <%= link_to 'conditions d\'utilisation', terms_url %>.

+ +

Amistosament,

+ +

La còla <%= @instance %>

diff --git a/app/views/user_mailer/confirmation_instructions.oc.text.erb b/app/views/user_mailer/confirmation_instructions.oc.text.erb new file mode 100644 index 000000000..4519e1229 --- /dev/null +++ b/app/views/user_mailer/confirmation_instructions.oc.text.erb @@ -0,0 +1,14 @@ +Bonjorn <%= @resource.email %> ! + +Venètz de vos crear un compte sus <%= @instance %> e vos mercegem :) + +er confirmar vòstre inscripcion, mercés de clicar sul ligam seguent : +<%= link_to 'Confirmar mon compte', confirmation_url(@resource, confirmation_token: @token) %> + +Aprèp vòstra primièra connexion, poiretz accedir a la documentacion de l’aisina. + +Pensatz tanben a gaitar a nòstras <%= link_to 'conditions d\'utilisation', terms_url %>. + +Amistosament, + +La còla <%= @instance %> diff --git a/app/views/user_mailer/password_change.oc.html.erb b/app/views/user_mailer/password_change.oc.html.erb new file mode 100644 index 000000000..a6b506f5e --- /dev/null +++ b/app/views/user_mailer/password_change.oc.html.erb @@ -0,0 +1,3 @@ +

Bonjorn <%= @resource.email %> !

+ +

Vos contactem per vos avisar que vòstre senhal per Mastodon es ben estat cambiat.

diff --git a/app/views/user_mailer/password_change.oc.text.erb b/app/views/user_mailer/password_change.oc.text.erb new file mode 100644 index 000000000..1caebde69 --- /dev/null +++ b/app/views/user_mailer/password_change.oc.text.erb @@ -0,0 +1,3 @@ +Bonjorn <%= @resource.email %> ! + +Vos contactem per vos avisar que vòstre senhal per Mastodon es ben estat cambiat. 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.

diff --git a/app/views/user_mailer/reset_password_instructions.oc.text.erb b/app/views/user_mailer/reset_password_instructions.oc.text.erb new file mode 100644 index 000000000..eee863c80 --- /dev/null +++ b/app/views/user_mailer/reset_password_instructions.oc.text.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.