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/confirmation_instructions.no.html.erb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/views/user_mailer/confirmation_instructions.no.html.erb (limited to 'app/views/user_mailer/confirmation_instructions.no.html.erb') diff --git a/app/views/user_mailer/confirmation_instructions.no.html.erb b/app/views/user_mailer/confirmation_instructions.no.html.erb new file mode 100644 index 000000000..366d9a4d3 --- /dev/null +++ b/app/views/user_mailer/confirmation_instructions.no.html.erb @@ -0,0 +1,12 @@ +

Velkommen <%= @resource.email %> !

+ +

Du har akkurat opprettet en konto på <%= @instance %>.

+ +

For å bekrefte innskriving i manntallet vennligst trykk på følgende lenke :
+<%= link_to 'Bekreft min bruker', confirmation_url(@resource, confirmation_token: @token) %> + +

Vennligst også les våre <%= link_to 'brukervilkår', terms_url %>.

+ +

Med vennlig hilsen,

+ +

Gjengen bak <%= @instance %>

-- cgit