Browse Source

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
closed-social-glitch-2
Quent-in 7 years ago
committed by Eugen Rochko
parent
commit
fed585e3f4
6 changed files with 50 additions and 0 deletions
  1. +14
    -0
      app/views/user_mailer/confirmation_instructions.oc.html.erb
  2. +14
    -0
      app/views/user_mailer/confirmation_instructions.oc.text.erb
  3. +3
    -0
      app/views/user_mailer/password_change.oc.html.erb
  4. +3
    -0
      app/views/user_mailer/password_change.oc.text.erb
  5. +8
    -0
      app/views/user_mailer/reset_password_instructions.oc.html.erb
  6. +8
    -0
      app/views/user_mailer/reset_password_instructions.oc.text.erb

+ 14
- 0
app/views/user_mailer/confirmation_instructions.oc.html.erb View File

@ -0,0 +1,14 @@
<p>Bonjorn <%= @resource.email %>&nbsp;!<p>
<p>Venètz de vos crear un compte sus <%= @instance %> e vos mercegem :)</p>
<p>Per confirmar vòstre inscripcion, mercés de clicar sul ligam seguent : <br>
<%= link_to 'Confirmar mon compte', confirmation_url(@resource, confirmation_token: @token) %></p>
<p>Aprèp vòstra primièra connexion, poiretz accedir a la documentacion de l’aisina.</p>
<p>Pensatz tanben a gaitar a nòstras <%= link_to 'conditions d\'utilisation', terms_url %>.</p>
<p>Amistosament,</p>
<p>La còla <%= @instance %></p>

+ 14
- 0
app/views/user_mailer/confirmation_instructions.oc.text.erb View File

@ -0,0 +1,14 @@
Bonjorn <%= @resource.email %>&nbsp;!
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 %>

+ 3
- 0
app/views/user_mailer/password_change.oc.html.erb View File

@ -0,0 +1,3 @@
<p>Bonjorn <%= @resource.email %>&nbsp;!</p>
<p>Vos contactem per vos avisar que vòstre senhal per Mastodon es ben estat cambiat.</p>

+ 3
- 0
app/views/user_mailer/password_change.oc.text.erb View File

@ -0,0 +1,3 @@
Bonjorn <%= @resource.email %>&nbsp;!
Vos contactem per vos avisar que vòstre senhal per Mastodon es ben estat cambiat.

+ 8
- 0
app/views/user_mailer/reset_password_instructions.oc.html.erb View File

@ -0,0 +1,8 @@
<p>Bonjorn <%= @resource.email %>&nbsp;!</p>
<p>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.</p>
<p><%= link_to 'Modificar mon senhal', edit_password_url(@resource, reset_password_token: @token) %></p>
<p>S’avètz pas res demandat, fasquètz pas cas a aqueste corrièl.</p>
<p>Vòstre senhal cambiarà pas se clicatz pas sul ligam e que ne causissètz pas un nòu.</p>

+ 8
- 0
app/views/user_mailer/reset_password_instructions.oc.text.erb View File

@ -0,0 +1,8 @@
Bonjorn <%= @resource.email %>&nbsp;!
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.</p>
<%= 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.

Loading…
Cancel
Save