mastodon/app/views/user_mailer/confirmation_instructions.no.html.erb
Audun Larsen e68c0ce5f6 Norwegian translation for email notifications (#2673)
* Create confirmation_instructions.no.html.erb

* Create confirmation_instructions.no.text.erb

* Create password_change.no.html.erb

* Create password_change.no.text.erb

* Create reset_password_instructions.no.html.erb

* Create reset_password_instructions.no.text.erb

* Translates html welcome email

* Translates welcome email

* Translates html password changed email

* Translates password changed email

* Translates html reset password email

* Translates reset password email

* Fixes typo in translation

* Fixes typo in translation
2017-05-02 20:18:43 +02:00

13 lines
429 B
Plaintext

<p>Velkommen <%= @resource.email %> !</p>
<p>Du har akkurat opprettet en konto på <%= @instance %>.</p>
<p>For å bekrefte innskriving i manntallet vennligst trykk på følgende lenke : <br>
<%= link_to 'Bekreft min bruker', confirmation_url(@resource, confirmation_token: @token) %>
<p>Vennligst også les våre <%= link_to 'brukervilkår', terms_url %>.</p>
<p>Med vennlig hilsen,<p>
<p>Gjengen bak <%= @instance %> </p>