diff options
author | erik <eeeeeee@utpost.se> | 2011-03-22 11:01:09 -0700 |
---|---|---|
committer | erik <eeeeeee@utpost.se> | 2011-03-22 11:01:09 -0700 |
commit | 091cecec021309e4f7815cb4efa8c3307f9bc6e7 (patch) | |
tree | 828d6b3e4ba7f0b23911b931e044f2cf25cd7658 /view/sv | |
parent | 0f61fa8de19c2dcc089b39618ab2b2e198955b10 (diff) | |
download | volse-hubzilla-091cecec021309e4f7815cb4efa8c3307f9bc6e7.tar.gz volse-hubzilla-091cecec021309e4f7815cb4efa8c3307f9bc6e7.tar.bz2 volse-hubzilla-091cecec021309e4f7815cb4efa8c3307f9bc6e7.zip |
Edited view/sv/mail_received_html_body_eml.tpl via GitHub
Diffstat (limited to 'view/sv')
-rw-r--r-- | view/sv/mail_received_html_body_eml.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/sv/mail_received_html_body_eml.tpl b/view/sv/mail_received_html_body_eml.tpl index 6b7eb8873..a9a34c23a 100644 --- a/view/sv/mail_received_html_body_eml.tpl +++ b/view/sv/mail_received_html_body_eml.tpl @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> <html> <head> - <title>Friendika Message</title> + <title>Meddelande på Friendika</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> </head> <body> @@ -9,16 +9,16 @@ <tbody> <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='$siteurl/images/friendika-32.png'><span style="padding:7px;">Friendika</span></td></tr> - <tr><td style="padding-top:22px;" colspan="2">$from sent you a new private message at $siteName.</td></tr> + <tr><td style="padding-top:22px;" colspan="2">$from har skickat ett personligt meddelande till dig på $siteName.</td></tr> <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> <tr><td style="font-weight:bold;padding-bottom:5px;">$title</td></tr> <tr><td style="padding-right:22px;">$htmlversion</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Please login at <a href="$siteurl">$siteurl</a> to read and reply to your private messages.</td></tr> - <tr><td></td><td>Thank You,</td></tr> - <tr><td></td><td>$siteName Administrator</td></tr> + <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Logga in på <a href="$siteurl">$siteurl</a> för att läsa och svara på personliga meddelanden.</td></tr> + <tr><td></td><td>Hälsningar,</td></tr> + <tr><td></td><td>$siteName admin</td></tr> </tbody> </table> </body> |