From e68c0ce5f62dbe59dc1ef6d702b84ab9afa60517 Mon Sep 17 00:00:00 2001 From: Audun Larsen Date: Tue, 2 May 2017 20:18:43 +0200 Subject: 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 --- app/views/user_mailer/reset_password_instructions.no.html.erb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/views/user_mailer/reset_password_instructions.no.html.erb (limited to 'app/views/user_mailer/reset_password_instructions.no.html.erb') diff --git a/app/views/user_mailer/reset_password_instructions.no.html.erb b/app/views/user_mailer/reset_password_instructions.no.html.erb new file mode 100644 index 000000000..398e95e4e --- /dev/null +++ b/app/views/user_mailer/reset_password_instructions.no.html.erb @@ -0,0 +1,9 @@ + +

Hei <%= @resource.email %>!

+ +

Noen har forespurt en lenke til å bytte passord på din Mastodon-bruker. Du kan gjøre det ved å følge lenken under.

+ +

<%= link_to 'Endre mitt passord', edit_password_url(@resource, reset_password_token: @token) %>

+ +

Hvis du ikke vil endre ditt passord kan du ignorere denne epost.

+

Passordet ditt blir ikke endret før du følger lenken over og endrer det.

-- cgit