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
This commit is contained in:
Audun Larsen
2017-05-02 20:18:43 +02:00
committed by Eugen Rochko
parent 54dddfe9b8
commit e68c0ce5f6
6 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<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>