From 99252d65bfd59fb704d32f7dde4c62b080303d33 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 16 Jun 2013 16:49:46 -0700 Subject: reset email templates to English --- view/sv/request_notify_eml.tpl | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'view/sv/request_notify_eml.tpl') diff --git a/view/sv/request_notify_eml.tpl b/view/sv/request_notify_eml.tpl index 893bce17c..d01b8ff27 100644 --- a/view/sv/request_notify_eml.tpl +++ b/view/sv/request_notify_eml.tpl @@ -1,13 +1,17 @@ -$myname, -Du har just fått en kontaktförfrågan på $sitename från '$requestor' +Dear {{$myname}}, -Profilen finns på $url. +You have just received a connection request at {{$sitename}} -Logga in för att se hela förfrågan och godkänna eller -avslå den. +from '{{$requestor}}'. -$siteurl +You may visit their profile at {{$url}}. -Hälsningar, -$sitename admin +Please login to your site to view the complete introduction +and approve or ignore/cancel the request. + +{{$siteurl}} + +Regards, + + {{$sitename}} administrator -- cgit v1.2.3 From b7992a554493ea2b34ef7717d12a3acba4f8ea52 Mon Sep 17 00:00:00 2001 From: Erik Lundin Date: Sat, 19 Apr 2014 00:05:13 +0200 Subject: Update Swedish email templates --- view/sv/request_notify_eml.tpl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'view/sv/request_notify_eml.tpl') diff --git a/view/sv/request_notify_eml.tpl b/view/sv/request_notify_eml.tpl index d01b8ff27..e0b165258 100644 --- a/view/sv/request_notify_eml.tpl +++ b/view/sv/request_notify_eml.tpl @@ -1,17 +1,17 @@ -Dear {{$myname}}, +Hej {{$myname}}, -You have just received a connection request at {{$sitename}} +Du har precis fått en kontaktförfrågan på {{$sitename}} -from '{{$requestor}}'. +från '{{$requestor}}'. -You may visit their profile at {{$url}}. +Du kan besöka profilen på {{$url}}. -Please login to your site to view the complete introduction -and approve or ignore/cancel the request. +Logga in på din server och se hela presentationen och +godkänn eller ignorera/avslå förfrågan. {{$siteurl}} -Regards, +Hälsningar, - {{$sitename}} administrator + {{$sitename}}-administratören -- cgit v1.2.3