From f6cfdf4af1bd7d5e153276155761df81b10c8283 Mon Sep 17 00:00:00 2001
From: fabrixxm <fabrix.xm@gmail.com>
Date: Sat, 20 Sep 2014 12:10:24 +0200
Subject: [PATCH] remove uneeded email templates

---
 view/ca/cmnt_received_eml.tpl                 | 18 -------------
 view/ca/mail_received_html_body_eml.tpl       | 24 -----------------
 view/ca/mail_received_text_body_eml.tpl       |  9 -------
 view/ca/smarty3/cmnt_received_eml.tpl         | 19 -------------
 .../smarty3/mail_received_html_body_eml.tpl   | 25 -----------------
 .../smarty3/mail_received_text_body_eml.tpl   | 10 -------
 view/ca/smarty3/wall_received_eml.tpl         | 19 -------------
 view/ca/wall_received_eml.tpl                 | 18 -------------
 view/cs/cmnt_received_eml.tpl                 | 14 ----------
 view/cs/cmnt_received_html_body_eml.tpl       | 25 -----------------
 view/cs/cmnt_received_text_body_eml.tpl       | 14 ----------
 view/cs/mail_received_html_body_eml.tpl       | 25 -----------------
 view/cs/mail_received_text_body_eml.tpl       | 10 -------
 view/cs/smarty3/cmnt_received_eml.tpl         | 15 -----------
 .../smarty3/cmnt_received_html_body_eml.tpl   | 26 ------------------
 .../smarty3/cmnt_received_text_body_eml.tpl   | 15 -----------
 .../smarty3/mail_received_html_body_eml.tpl   | 26 ------------------
 .../smarty3/mail_received_text_body_eml.tpl   | 11 --------
 view/cs/smarty3/wall_received_eml.tpl         | 15 -----------
 .../smarty3/wall_received_html_body_eml.tpl   | 25 -----------------
 .../smarty3/wall_received_text_body_eml.tpl   | 15 -----------
 view/cs/wall_received_eml.tpl                 | 14 ----------
 view/cs/wall_received_html_body_eml.tpl       | 24 -----------------
 view/cs/wall_received_text_body_eml.tpl       | 14 ----------
 view/de/cmnt_received_eml.tpl                 | 17 ------------
 view/de/cmnt_received_html_body_eml.tpl       | 25 -----------------
 view/de/cmnt_received_text_body_eml.tpl       | 16 -----------
 view/de/mail_received_html_body_eml.tpl       | 26 ------------------
 view/de/mail_received_text_body_eml.tpl       | 11 --------
 view/de/smarty3/cmnt_received_eml.tpl         | 18 -------------
 .../smarty3/cmnt_received_html_body_eml.tpl   | 26 ------------------
 .../smarty3/cmnt_received_text_body_eml.tpl   | 17 ------------
 .../smarty3/mail_received_html_body_eml.tpl   | 27 -------------------
 .../smarty3/mail_received_text_body_eml.tpl   | 12 ---------
 view/de/smarty3/wall_received_eml.tpl         | 19 -------------
 .../smarty3/wall_received_html_body_eml.tpl   | 25 -----------------
 .../smarty3/wall_received_text_body_eml.tpl   | 19 -------------
 view/de/wall_received_eml.tpl                 | 18 -------------
 view/de/wall_received_html_body_eml.tpl       | 24 -----------------
 view/de/wall_received_text_body_eml.tpl       | 18 -------------
 view/es/cmnt_received_eml.tpl                 | 18 -------------
 view/es/mail_received_html_body_eml.tpl       | 24 -----------------
 view/es/mail_received_text_body_eml.tpl       |  9 -------
 view/es/smarty3/cmnt_received_eml.tpl         | 19 -------------
 .../smarty3/mail_received_html_body_eml.tpl   | 25 -----------------
 .../smarty3/mail_received_text_body_eml.tpl   | 10 -------
 view/es/smarty3/wall_received_eml.tpl         | 19 -------------
 view/es/wall_received_eml.tpl                 | 18 -------------
 view/fr/cmnt_received_eml.tpl                 | 18 -------------
 view/fr/cmnt_received_html_body_eml.tpl       | 25 -----------------
 view/fr/cmnt_received_text_body_eml.tpl       | 15 -----------
 view/fr/mail_received_html_body_eml.tpl       | 25 -----------------
 view/fr/mail_received_text_body_eml.tpl       | 10 -------
 view/fr/smarty3/cmnt_received_eml.tpl         | 19 -------------
 .../smarty3/cmnt_received_html_body_eml.tpl   | 26 ------------------
 .../smarty3/cmnt_received_text_body_eml.tpl   | 16 -----------
 .../smarty3/mail_received_html_body_eml.tpl   | 26 ------------------
 .../smarty3/mail_received_text_body_eml.tpl   | 11 --------
 view/fr/smarty3/wall_received_eml.tpl         | 19 -------------
 view/fr/wall_received_eml.tpl                 | 18 -------------
 view/sv/cmnt_received_eml.tpl                 | 17 ------------
 view/sv/mail_received_html_body_eml.tpl       | 25 -----------------
 view/sv/mail_received_text_body_eml.tpl       | 10 -------
 view/sv/smarty3/cmnt_received_eml.tpl         | 18 -------------
 .../smarty3/mail_received_html_body_eml.tpl   | 26 ------------------
 .../smarty3/mail_received_text_body_eml.tpl   | 11 --------
 view/sv/smarty3/wall_received_eml.tpl         | 17 ------------
 view/sv/wall_received_eml.tpl                 | 16 -----------
 68 files changed, 1258 deletions(-)
 delete mode 100644 view/ca/cmnt_received_eml.tpl
 delete mode 100644 view/ca/mail_received_html_body_eml.tpl
 delete mode 100644 view/ca/mail_received_text_body_eml.tpl
 delete mode 100644 view/ca/smarty3/cmnt_received_eml.tpl
 delete mode 100644 view/ca/smarty3/mail_received_html_body_eml.tpl
 delete mode 100644 view/ca/smarty3/mail_received_text_body_eml.tpl
 delete mode 100644 view/ca/smarty3/wall_received_eml.tpl
 delete mode 100644 view/ca/wall_received_eml.tpl
 delete mode 100644 view/cs/cmnt_received_eml.tpl
 delete mode 100644 view/cs/cmnt_received_html_body_eml.tpl
 delete mode 100644 view/cs/cmnt_received_text_body_eml.tpl
 delete mode 100644 view/cs/mail_received_html_body_eml.tpl
 delete mode 100644 view/cs/mail_received_text_body_eml.tpl
 delete mode 100644 view/cs/smarty3/cmnt_received_eml.tpl
 delete mode 100644 view/cs/smarty3/cmnt_received_html_body_eml.tpl
 delete mode 100644 view/cs/smarty3/cmnt_received_text_body_eml.tpl
 delete mode 100644 view/cs/smarty3/mail_received_html_body_eml.tpl
 delete mode 100644 view/cs/smarty3/mail_received_text_body_eml.tpl
 delete mode 100644 view/cs/smarty3/wall_received_eml.tpl
 delete mode 100644 view/cs/smarty3/wall_received_html_body_eml.tpl
 delete mode 100644 view/cs/smarty3/wall_received_text_body_eml.tpl
 delete mode 100644 view/cs/wall_received_eml.tpl
 delete mode 100644 view/cs/wall_received_html_body_eml.tpl
 delete mode 100644 view/cs/wall_received_text_body_eml.tpl
 delete mode 100644 view/de/cmnt_received_eml.tpl
 delete mode 100644 view/de/cmnt_received_html_body_eml.tpl
 delete mode 100644 view/de/cmnt_received_text_body_eml.tpl
 delete mode 100644 view/de/mail_received_html_body_eml.tpl
 delete mode 100644 view/de/mail_received_text_body_eml.tpl
 delete mode 100644 view/de/smarty3/cmnt_received_eml.tpl
 delete mode 100644 view/de/smarty3/cmnt_received_html_body_eml.tpl
 delete mode 100644 view/de/smarty3/cmnt_received_text_body_eml.tpl
 delete mode 100644 view/de/smarty3/mail_received_html_body_eml.tpl
 delete mode 100644 view/de/smarty3/mail_received_text_body_eml.tpl
 delete mode 100644 view/de/smarty3/wall_received_eml.tpl
 delete mode 100644 view/de/smarty3/wall_received_html_body_eml.tpl
 delete mode 100644 view/de/smarty3/wall_received_text_body_eml.tpl
 delete mode 100644 view/de/wall_received_eml.tpl
 delete mode 100644 view/de/wall_received_html_body_eml.tpl
 delete mode 100644 view/de/wall_received_text_body_eml.tpl
 delete mode 100644 view/es/cmnt_received_eml.tpl
 delete mode 100644 view/es/mail_received_html_body_eml.tpl
 delete mode 100644 view/es/mail_received_text_body_eml.tpl
 delete mode 100644 view/es/smarty3/cmnt_received_eml.tpl
 delete mode 100644 view/es/smarty3/mail_received_html_body_eml.tpl
 delete mode 100644 view/es/smarty3/mail_received_text_body_eml.tpl
 delete mode 100644 view/es/smarty3/wall_received_eml.tpl
 delete mode 100644 view/es/wall_received_eml.tpl
 delete mode 100644 view/fr/cmnt_received_eml.tpl
 delete mode 100644 view/fr/cmnt_received_html_body_eml.tpl
 delete mode 100644 view/fr/cmnt_received_text_body_eml.tpl
 delete mode 100644 view/fr/mail_received_html_body_eml.tpl
 delete mode 100644 view/fr/mail_received_text_body_eml.tpl
 delete mode 100644 view/fr/smarty3/cmnt_received_eml.tpl
 delete mode 100644 view/fr/smarty3/cmnt_received_html_body_eml.tpl
 delete mode 100644 view/fr/smarty3/cmnt_received_text_body_eml.tpl
 delete mode 100644 view/fr/smarty3/mail_received_html_body_eml.tpl
 delete mode 100644 view/fr/smarty3/mail_received_text_body_eml.tpl
 delete mode 100644 view/fr/smarty3/wall_received_eml.tpl
 delete mode 100644 view/fr/wall_received_eml.tpl
 delete mode 100644 view/sv/cmnt_received_eml.tpl
 delete mode 100644 view/sv/mail_received_html_body_eml.tpl
 delete mode 100644 view/sv/mail_received_text_body_eml.tpl
 delete mode 100644 view/sv/smarty3/cmnt_received_eml.tpl
 delete mode 100644 view/sv/smarty3/mail_received_html_body_eml.tpl
 delete mode 100644 view/sv/smarty3/mail_received_text_body_eml.tpl
 delete mode 100644 view/sv/smarty3/wall_received_eml.tpl
 delete mode 100644 view/sv/wall_received_eml.tpl

diff --git a/view/ca/cmnt_received_eml.tpl b/view/ca/cmnt_received_eml.tpl
deleted file mode 100644
index ca61ca492e..0000000000
--- a/view/ca/cmnt_received_eml.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-
-Apreciat/da $username,
-
-	'$from' ha comentat un element/conversació que estàs seguint.
-
------
-$body
------
-
-Accedeix a $siteurl per a veure la conversa completa:
-
-$display
-
-
-	$sitename
-
- 
-
diff --git a/view/ca/mail_received_html_body_eml.tpl b/view/ca/mail_received_html_body_eml.tpl
deleted file mode 100644
index c3a74054fb..0000000000
--- a/view/ca/mail_received_html_body_eml.tpl
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Mensaje de Friendica</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<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/friendica-32.png'><span style="padding:7px;">Friendica</span></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">Has rebut un nou missatge privat de '$from' en $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">Accedeix a <a href="$siteurl">$siteurl</a> per a llegir i respondre als teus missatges privats.</td></tr>
-	<tr><td></td><td>$siteName</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/ca/mail_received_text_body_eml.tpl b/view/ca/mail_received_text_body_eml.tpl
deleted file mode 100644
index b343c4e6d2..0000000000
--- a/view/ca/mail_received_text_body_eml.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-Has rebut un nou missatge privat de '$from' en $siteName.
-	
-$title
-
-$textversion
-				
-Accedeix a $siteurl per a llegir i respondre als teus missatges privats.
-
-	$siteName
diff --git a/view/ca/smarty3/cmnt_received_eml.tpl b/view/ca/smarty3/cmnt_received_eml.tpl
deleted file mode 100644
index 406eaaeb67..0000000000
--- a/view/ca/smarty3/cmnt_received_eml.tpl
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-Apreciat/da {{$username}},
-
-	'{{$from}}' ha comentat un element/conversació que estàs seguint.
-
------
-{{$body}}
------
-
-Accedeix a {{$siteurl}} per a veure la conversa completa:
-
-{{$display}}
-
-
-	{{$sitename}}
-
- 
-
diff --git a/view/ca/smarty3/mail_received_html_body_eml.tpl b/view/ca/smarty3/mail_received_html_body_eml.tpl
deleted file mode 100644
index 8c22fb867e..0000000000
--- a/view/ca/smarty3/mail_received_html_body_eml.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Mensaje de Friendica</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<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/friendica-32.png'><span style="padding:7px;">Friendica</span></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">Has rebut un nou missatge privat de '{{$from}}' en {{$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">Accedeix a <a href="{{$siteurl}}">{{$siteurl}}</a> per a llegir i respondre als teus missatges privats.</td></tr>
-	<tr><td></td><td>{{$siteName}}</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/ca/smarty3/mail_received_text_body_eml.tpl b/view/ca/smarty3/mail_received_text_body_eml.tpl
deleted file mode 100644
index 4addb7d6e8..0000000000
--- a/view/ca/smarty3/mail_received_text_body_eml.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-
-Has rebut un nou missatge privat de '{{$from}}' en {{$siteName}}.
-	
-{{$title}}
-
-{{$textversion}}
-				
-Accedeix a {{$siteurl}} per a llegir i respondre als teus missatges privats.
-
-	{{$siteName}}
diff --git a/view/ca/smarty3/wall_received_eml.tpl b/view/ca/smarty3/wall_received_eml.tpl
deleted file mode 100644
index 2540957751..0000000000
--- a/view/ca/smarty3/wall_received_eml.tpl
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-Apreciat/da {{$username}},
-
-	'{{$from}}' ha escrit quelcom en el mur del teu perfil.
-
------
-{{$body}}
------
-
-Accedeix a  {{$siteurl}} per a veure o esborrar l'element:
-
-{{$display}}
-
-
-	{{$sitename}}
-
- 
-
diff --git a/view/ca/wall_received_eml.tpl b/view/ca/wall_received_eml.tpl
deleted file mode 100644
index 0b5c150fd4..0000000000
--- a/view/ca/wall_received_eml.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-
-Apreciat/da $username,
-
-	'$from' ha escrit quelcom en el mur del teu perfil.
-
------
-$body
------
-
-Accedeix a  $siteurl per a veure o esborrar l'element:
-
-$display
-
-
-	$sitename
-
- 
-
diff --git a/view/cs/cmnt_received_eml.tpl b/view/cs/cmnt_received_eml.tpl
deleted file mode 100644
index ff44923222..0000000000
--- a/view/cs/cmnt_received_eml.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-Milý/Milá $username,
-
-        '$from' okommentoval položku/konverzaci, kterou následujete.
-
------
-$body
------
-
-Přihlaste se na $siteurl pro zobrazení kompletní konverzace:
-
-$display
-
-Díky,
-        $sitename administrátor
diff --git a/view/cs/cmnt_received_html_body_eml.tpl b/view/cs/cmnt_received_html_body_eml.tpl
deleted file mode 100644
index e18129697b..0000000000
--- a/view/cs/cmnt_received_html_body_eml.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Friendica zpráva</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<tbody>
-	<tr><td colspan="2" style="background:#084769; 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; float:left;" src='$siteurl/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">$from okomentoval položku/konverzaci, kterou následujete.</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="padding-bottom:5px;"></td></tr>
-	<tr><td style="padding-right:22px;">$body</td></tr>
-	<tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Přihlaste se na <a href="$display">pro zobrazení kompletní konverzace</a>.</td></tr>
-	<tr><td></td><td>Díky,</td></tr>
-	<tr><td></td><td>$sitename administrátor</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/cs/cmnt_received_text_body_eml.tpl b/view/cs/cmnt_received_text_body_eml.tpl
deleted file mode 100644
index ff44923222..0000000000
--- a/view/cs/cmnt_received_text_body_eml.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-Milý/Milá $username,
-
-        '$from' okommentoval položku/konverzaci, kterou následujete.
-
------
-$body
------
-
-Přihlaste se na $siteurl pro zobrazení kompletní konverzace:
-
-$display
-
-Díky,
-        $sitename administrátor
diff --git a/view/cs/mail_received_html_body_eml.tpl b/view/cs/mail_received_html_body_eml.tpl
deleted file mode 100644
index be59ecd228..0000000000
--- a/view/cs/mail_received_html_body_eml.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Friendica Zpráva</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<tbody>
-	<tr><td colspan="2" style="background:#084769; 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; float:left;" src='$siteurl/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr>
-
-        <tr><td style="padding-top:22px;" colspan="2">$from Vám poslal(a) novou soukromou zprávu na $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">Přihlaste se na <a href="$siteurl">$siteurl<a/> pro čtení a zaslání odpovědí na Vaše soukromé zprávy.</td></tr>
-        <tr><td></td><td>Díky,</td></tr>
-        <tr><td></td><td>$siteName administrátor</td></tr>
-        </tbody>
-</table>
-</body>
-</html>
diff --git a/view/cs/mail_received_text_body_eml.tpl b/view/cs/mail_received_text_body_eml.tpl
deleted file mode 100644
index c698723773..0000000000
--- a/view/cs/mail_received_text_body_eml.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-$from Vám poslal(a) novou soukromou zprávu na $siteName.
-
-$title
-
-$textversion
-
-Přihlaste se na $siteurl pro čtení a zaslání odpovědí na Vaše soukromé zprávy.
-
-Díky,
-$siteName administrátor
diff --git a/view/cs/smarty3/cmnt_received_eml.tpl b/view/cs/smarty3/cmnt_received_eml.tpl
deleted file mode 100644
index 87d379d2eb..0000000000
--- a/view/cs/smarty3/cmnt_received_eml.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
-Milý/Milá {{$username}},
-
-        '{{$from}}' okommentoval položku/konverzaci, kterou následujete.
-
------
-{{$body}}
------
-
-Přihlaste se na {{$siteurl}} pro zobrazení kompletní konverzace:
-
-{{$display}}
-
-Díky,
-        {{$sitename}} administrátor
diff --git a/view/cs/smarty3/cmnt_received_html_body_eml.tpl b/view/cs/smarty3/cmnt_received_html_body_eml.tpl
deleted file mode 100644
index c512a317e7..0000000000
--- a/view/cs/smarty3/cmnt_received_html_body_eml.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Friendica zpráva</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<tbody>
-	<tr><td colspan="2" style="background:#084769; 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; float:left;" src='{{$siteurl}}/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">{{$from}} okomentoval položku/konverzaci, kterou následujete.</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="padding-bottom:5px;"></td></tr>
-	<tr><td style="padding-right:22px;">{{$body}}</td></tr>
-	<tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Přihlaste se na <a href="{{$display}}">pro zobrazení kompletní konverzace</a>.</td></tr>
-	<tr><td></td><td>Díky,</td></tr>
-	<tr><td></td><td>{{$sitename}} administrátor</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/cs/smarty3/cmnt_received_text_body_eml.tpl b/view/cs/smarty3/cmnt_received_text_body_eml.tpl
deleted file mode 100644
index 87d379d2eb..0000000000
--- a/view/cs/smarty3/cmnt_received_text_body_eml.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
-Milý/Milá {{$username}},
-
-        '{{$from}}' okommentoval položku/konverzaci, kterou následujete.
-
------
-{{$body}}
------
-
-Přihlaste se na {{$siteurl}} pro zobrazení kompletní konverzace:
-
-{{$display}}
-
-Díky,
-        {{$sitename}} administrátor
diff --git a/view/cs/smarty3/mail_received_html_body_eml.tpl b/view/cs/smarty3/mail_received_html_body_eml.tpl
deleted file mode 100644
index 5d7564dc58..0000000000
--- a/view/cs/smarty3/mail_received_html_body_eml.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Friendica Zpráva</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<tbody>
-	<tr><td colspan="2" style="background:#084769; 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; float:left;" src='{{$siteurl}}/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr>
-
-        <tr><td style="padding-top:22px;" colspan="2">{{$from}} Vám poslal(a) novou soukromou zprávu na {{$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">Přihlaste se na <a href="{{$siteurl}}">{{$siteurl}}<a/> pro čtení a zaslání odpovědí na Vaše soukromé zprávy.</td></tr>
-        <tr><td></td><td>Díky,</td></tr>
-        <tr><td></td><td>{{$siteName}} administrátor</td></tr>
-        </tbody>
-</table>
-</body>
-</html>
diff --git a/view/cs/smarty3/mail_received_text_body_eml.tpl b/view/cs/smarty3/mail_received_text_body_eml.tpl
deleted file mode 100644
index a15fd6c4ab..0000000000
--- a/view/cs/smarty3/mail_received_text_body_eml.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-
-{{$from}} Vám poslal(a) novou soukromou zprávu na {{$siteName}}.
-
-{{$title}}
-
-{{$textversion}}
-
-Přihlaste se na {{$siteurl}} pro čtení a zaslání odpovědí na Vaše soukromé zprávy.
-
-Díky,
-{{$siteName}} administrátor
diff --git a/view/cs/smarty3/wall_received_eml.tpl b/view/cs/smarty3/wall_received_eml.tpl
deleted file mode 100644
index b225513017..0000000000
--- a/view/cs/smarty3/wall_received_eml.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
-Milý/Milá {{$username}},
-
-        '{{$from}}' obohatil Vaši profilovou zeď.
-
------
-{{$body}}
------
-
-Přihlaste se na  {{$siteurl}} k zobrazení nebo smazání této položky:
-
-{{$display}}
-
-Díky,
-        {{$sitename}} administrátor
diff --git a/view/cs/smarty3/wall_received_html_body_eml.tpl b/view/cs/smarty3/wall_received_html_body_eml.tpl
deleted file mode 100644
index 6d6b06b03d..0000000000
--- a/view/cs/smarty3/wall_received_html_body_eml.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Friendica zpráva</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<tbody>
-	<tr><td colspan="2" style="background:#084769; 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; float:left;" src='{{$siteurl}}/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">{{$from}} obohatil Vaši profilovou zeď.</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="padding-right:22px;">{{$body}}</td></tr>
-	<tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Přihlaste se na <a href="{{$siteurl}}">{{$siteurl}}</a> k <a href="{{$display}}">zobrazení nebo smazání této položky.</a></td></tr>
-	<tr><td></td><td>Díky,</td></tr>
-	<tr><td></td><td>{{$sitename}} administrátor</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/cs/smarty3/wall_received_text_body_eml.tpl b/view/cs/smarty3/wall_received_text_body_eml.tpl
deleted file mode 100644
index 9646db63dc..0000000000
--- a/view/cs/smarty3/wall_received_text_body_eml.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
-Milý/Milá {{$username}},
-
-        '{{$from}}' obohatil Vaši profilovou zeď.
-
------
-{{$body}}
------
-
-Přihlaste se na  {{$siteurl}} k zobrazení nebo smazání této položky:
-
-{{$display}}
-
-Díky,
-	{{$sitename}} administrátor
diff --git a/view/cs/wall_received_eml.tpl b/view/cs/wall_received_eml.tpl
deleted file mode 100644
index 9fb27ddd8b..0000000000
--- a/view/cs/wall_received_eml.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-Milý/Milá $username,
-
-        '$from' obohatil Vaši profilovou zeď.
-
------
-$body
------
-
-Přihlaste se na  $siteurl k zobrazení nebo smazání této položky:
-
-$display
-
-Díky,
-        $sitename administrátor
diff --git a/view/cs/wall_received_html_body_eml.tpl b/view/cs/wall_received_html_body_eml.tpl
deleted file mode 100644
index 043d5f8d2a..0000000000
--- a/view/cs/wall_received_html_body_eml.tpl
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Friendica zpráva</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<tbody>
-	<tr><td colspan="2" style="background:#084769; 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; float:left;" src='$siteurl/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">$from obohatil Vaši profilovou zeď.</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="padding-right:22px;">$body</td></tr>
-	<tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Přihlaste se na <a href="$siteurl">$siteurl</a> k <a href="$display">zobrazení nebo smazání této položky.</a></td></tr>
-	<tr><td></td><td>Díky,</td></tr>
-	<tr><td></td><td>$sitename administrátor</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/cs/wall_received_text_body_eml.tpl b/view/cs/wall_received_text_body_eml.tpl
deleted file mode 100644
index 088f7f9db5..0000000000
--- a/view/cs/wall_received_text_body_eml.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-Milý/Milá $username,
-
-        '$from' obohatil Vaši profilovou zeď.
-
------
-$body
------
-
-Přihlaste se na  $siteurl k zobrazení nebo smazání této položky:
-
-$display
-
-Díky,
-	$sitename administrátor
diff --git a/view/de/cmnt_received_eml.tpl b/view/de/cmnt_received_eml.tpl
deleted file mode 100644
index 500c93eb48..0000000000
--- a/view/de/cmnt_received_eml.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-
-Hallo $username,
-
-'$from' hat einen Pinnwandeintrag kommentiert dem du auch folgst.
-
------
-$body
------
-
-Um die gesamte Konversation zu sehen melde dich bitte bei $siteurl an:
-
-$display
-
-Danke für die Aufmerksamkeit
-        $sitename Administrator
- 
-
diff --git a/view/de/cmnt_received_html_body_eml.tpl b/view/de/cmnt_received_html_body_eml.tpl
deleted file mode 100644
index db7f829bce..0000000000
--- a/view/de/cmnt_received_html_body_eml.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Friendica Nachricht</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<tbody>
-	<tr><td colspan="2" style="background:#084769; 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; float:left;" src='$siteurl/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">$from hat einen Beitrag kommentiert dem du auch folgst.</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="padding-bottom:5px;"></td></tr>
-	<tr><td style="padding-right:22px;">$body</td></tr>
-	<tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Bitte melde dich an um <a href="$display">die komplette Unterhaltung anzuzeigen</a>.</td></tr>
-	<tr><td></td><td>Beste Gr&uuml;&szlig;e,</td></tr>
-	<tr><td></td><td>$sitename Administrator</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/de/cmnt_received_text_body_eml.tpl b/view/de/cmnt_received_text_body_eml.tpl
deleted file mode 100644
index e00a868af2..0000000000
--- a/view/de/cmnt_received_text_body_eml.tpl
+++ /dev/null
@@ -1,16 +0,0 @@
-Hallo $username,
-
-'$from' hat einen Pinnwandeintrag kommentiert dem du auch folgst.
-
------
-$body
------
-
-Um die gesamte Konversation zu sehen melde dich bitte bei $siteurl an:
-
-$display
-
-Danke f�r die Aufmerksamkeit
-        $sitename Administrator
- 
-
diff --git a/view/de/mail_received_html_body_eml.tpl b/view/de/mail_received_html_body_eml.tpl
deleted file mode 100644
index 34eea59dac..0000000000
--- a/view/de/mail_received_html_body_eml.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Friendica Nachricht</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<tbody>
-	<tr><td colspan="2" style="background:#084769; 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; float:left;" src='$siteurl/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr>
-
-
-	<tr><td style="padding-top:22px;" colspan="2">$fromi hat dir eine private Nachricht auf $siteName gesendet.</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">Bitte melde dich auf <a href="$siteurl/message">$siteurl/message</a> an um die Nachricht zu bearbeiten.</td></tr>
-	<tr><td></td><td>Beste Gr&uuml;&szlig;e,</td></tr>
-	<tr><td></td><td>$siteName Administrator</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/de/mail_received_text_body_eml.tpl b/view/de/mail_received_text_body_eml.tpl
deleted file mode 100644
index f5c90cfed2..0000000000
--- a/view/de/mail_received_text_body_eml.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-Du hast eine neue private Nachricht von '$from' auf '$siteName' erhhalten.
-	
-$title
-
-$textversion
-
-Bitte melde dich unter $siteurl an um deine privaten Nachrichte zu lesen und zu
-beantworten.
-
-Viele Gr��e,
-$siteName Administrator
diff --git a/view/de/smarty3/cmnt_received_eml.tpl b/view/de/smarty3/cmnt_received_eml.tpl
deleted file mode 100644
index 6e5eab7ab6..0000000000
--- a/view/de/smarty3/cmnt_received_eml.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-Hallo {{$username}},
-
-'{{$from}}' hat einen Pinnwandeintrag kommentiert dem du auch folgst.
-
------
-{{$body}}
------
-
-Um die gesamte Konversation zu sehen melde dich bitte bei {{$siteurl}} an:
-
-{{$display}}
-
-Danke für die Aufmerksamkeit
-        {{$sitename}} Administrator
- 
-
diff --git a/view/de/smarty3/cmnt_received_html_body_eml.tpl b/view/de/smarty3/cmnt_received_html_body_eml.tpl
deleted file mode 100644
index 39f08073ce..0000000000
--- a/view/de/smarty3/cmnt_received_html_body_eml.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Friendica Nachricht</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<tbody>
-	<tr><td colspan="2" style="background:#084769; 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; float:left;" src='{{$siteurl}}/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">{{$from}} hat einen Beitrag kommentiert dem du auch folgst.</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="padding-bottom:5px;"></td></tr>
-	<tr><td style="padding-right:22px;">{{$body}}</td></tr>
-	<tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Bitte melde dich an um <a href="{{$display}}">die komplette Unterhaltung anzuzeigen</a>.</td></tr>
-	<tr><td></td><td>Beste Gr&uuml;&szlig;e,</td></tr>
-	<tr><td></td><td>{{$sitename}} Administrator</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/de/smarty3/cmnt_received_text_body_eml.tpl b/view/de/smarty3/cmnt_received_text_body_eml.tpl
deleted file mode 100644
index b99432a764..0000000000
--- a/view/de/smarty3/cmnt_received_text_body_eml.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-
-Hallo {{$username}},
-
-'{{$from}}' hat einen Pinnwandeintrag kommentiert dem du auch folgst.
-
------
-{{$body}}
------
-
-Um die gesamte Konversation zu sehen melde dich bitte bei {{$siteurl}} an:
-
-{{$display}}
-
-Danke f�r die Aufmerksamkeit
-        {{$sitename}} Administrator
- 
-
diff --git a/view/de/smarty3/mail_received_html_body_eml.tpl b/view/de/smarty3/mail_received_html_body_eml.tpl
deleted file mode 100644
index ecea1bfc04..0000000000
--- a/view/de/smarty3/mail_received_html_body_eml.tpl
+++ /dev/null
@@ -1,27 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Friendica Nachricht</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<tbody>
-	<tr><td colspan="2" style="background:#084769; 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; float:left;" src='{{$siteurl}}/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr>
-
-
-	<tr><td style="padding-top:22px;" colspan="2">{{$fromi}} hat dir eine private Nachricht auf {{$siteName}} gesendet.</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">Bitte melde dich auf <a href="{{$siteurl}}/message">{{$siteurl}}/message</a> an um die Nachricht zu bearbeiten.</td></tr>
-	<tr><td></td><td>Beste Gr&uuml;&szlig;e,</td></tr>
-	<tr><td></td><td>{{$siteName}} Administrator</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/de/smarty3/mail_received_text_body_eml.tpl b/view/de/smarty3/mail_received_text_body_eml.tpl
deleted file mode 100644
index a09dafc6e9..0000000000
--- a/view/de/smarty3/mail_received_text_body_eml.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-
-Du hast eine neue private Nachricht von '{{$from}}' auf '{{$siteName}}' erhhalten.
-	
-{{$title}}
-
-{{$textversion}}
-
-Bitte melde dich unter {{$siteurl}} an um deine privaten Nachrichte zu lesen und zu
-beantworten.
-
-Viele Gr��e,
-{{$siteName}} Administrator
diff --git a/view/de/smarty3/wall_received_eml.tpl b/view/de/smarty3/wall_received_eml.tpl
deleted file mode 100644
index 19e314135a..0000000000
--- a/view/de/smarty3/wall_received_eml.tpl
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-Hallo {{$username}},
-
-'{{$from}}' hat etwas auf deiner Profilwand gepostet.
-
------
-{{$body}}
------
-
-Bitte melde dich unter {{$siteurl}} an um den Eintrag anzusehen oder zu löschen.
-
-{{$display}}
-
-Besten Dank!
-        {{$sitename}} Administrator
-
- 
-
diff --git a/view/de/smarty3/wall_received_html_body_eml.tpl b/view/de/smarty3/wall_received_html_body_eml.tpl
deleted file mode 100644
index e8d8dd2cda..0000000000
--- a/view/de/smarty3/wall_received_html_body_eml.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Friendica Nachricht</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<tbody>
-	<tr><td colspan="2" style="background:#084769; 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; float:left;" src='{{$siteurl}}/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">{{$from}} hat etwas auf deine Pinnwand gepostet.</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="padding-right:22px;">{{$body}}</td></tr>
-	<tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Bitte melde dich auf <a href="{{$siteurl}}">{{$siteurl}}</a> an um <a href="{{$display}}">den Eintrag anzusehen oder ihn zu l&ouml;schen</a>.</td></tr>
-	<tr><td></td><td>Beste Gr&uuml;&szlig;e,</td></tr>
-	<tr><td></td><td>{{$sitename}} Administrator</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/de/smarty3/wall_received_text_body_eml.tpl b/view/de/smarty3/wall_received_text_body_eml.tpl
deleted file mode 100644
index 1ecba1dd7e..0000000000
--- a/view/de/smarty3/wall_received_text_body_eml.tpl
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-Hallo {{$username}},
-
-        '{{$from}}' hat etwas auf deiner Pinnwand gepostet.
-
------
-{{$body}}
------
-
-Bitte melde dich auf {{$siteurl}} an um den Beitrag anzusehen oder ihn zu löschen:
-
-{{$display}}
-
-Besten Dank!
-    {{$sitename}} Administrator
-
- 
-
diff --git a/view/de/wall_received_eml.tpl b/view/de/wall_received_eml.tpl
deleted file mode 100644
index b0ca45b244..0000000000
--- a/view/de/wall_received_eml.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-
-Hallo $username,
-
-'$from' hat etwas auf deiner Profilwand gepostet.
-
------
-$body
------
-
-Bitte melde dich unter $siteurl an um den Eintrag anzusehen oder zu löschen.
-
-$display
-
-Besten Dank!
-        $sitename Administrator
-
- 
-
diff --git a/view/de/wall_received_html_body_eml.tpl b/view/de/wall_received_html_body_eml.tpl
deleted file mode 100644
index 407e4fdce7..0000000000
--- a/view/de/wall_received_html_body_eml.tpl
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Friendica Nachricht</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<tbody>
-	<tr><td colspan="2" style="background:#084769; 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; float:left;" src='$siteurl/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">$from hat etwas auf deine Pinnwand gepostet.</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="padding-right:22px;">$body</td></tr>
-	<tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Bitte melde dich auf <a href="$siteurl">$siteurl</a> an um <a href="$display">den Eintrag anzusehen oder ihn zu l&ouml;schen</a>.</td></tr>
-	<tr><td></td><td>Beste Gr&uuml;&szlig;e,</td></tr>
-	<tr><td></td><td>$sitename Administrator</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/de/wall_received_text_body_eml.tpl b/view/de/wall_received_text_body_eml.tpl
deleted file mode 100644
index c627b0c7e2..0000000000
--- a/view/de/wall_received_text_body_eml.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-
-Hallo $username,
-
-        '$from' hat etwas auf deiner Pinnwand gepostet.
-
------
-$body
------
-
-Bitte melde dich auf $siteurl an um den Beitrag anzusehen oder ihn zu löschen:
-
-$display
-
-Besten Dank!
-    $sitename Administrator
-
- 
-
diff --git a/view/es/cmnt_received_eml.tpl b/view/es/cmnt_received_eml.tpl
deleted file mode 100644
index abf2d95dff..0000000000
--- a/view/es/cmnt_received_eml.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-
-Estimado/a $username,
-
-	'$from' ha comentado un elemento/conversación que estás siguiendo.
-
------
-$body
------
-
-Accede a $siteurl para ver la conversación completa:
-
-$display
-
-
-	$sitename
-
- 
-
diff --git a/view/es/mail_received_html_body_eml.tpl b/view/es/mail_received_html_body_eml.tpl
deleted file mode 100644
index fe2f267424..0000000000
--- a/view/es/mail_received_html_body_eml.tpl
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Mensaje de Friendica</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<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/friendica-32.png'><span style="padding:7px;">Friendica</span></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">Has recibido un nuevo mensaje privado de '$from' en $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">Accede a <a href="$siteurl">$siteurl</a> para leer y responder a tus mensajes privados.</td></tr>
-	<tr><td></td><td>$siteName</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/es/mail_received_text_body_eml.tpl b/view/es/mail_received_text_body_eml.tpl
deleted file mode 100644
index 8400b9d014..0000000000
--- a/view/es/mail_received_text_body_eml.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-Has recibido un nuevo mensaje privado de '$from' en $siteName.
-	
-$title
-
-$textversion
-				
-Accede a $siteurl para leer y responder a tus mensajes privados.
-
-	$siteName
diff --git a/view/es/smarty3/cmnt_received_eml.tpl b/view/es/smarty3/cmnt_received_eml.tpl
deleted file mode 100644
index 2f40e523d3..0000000000
--- a/view/es/smarty3/cmnt_received_eml.tpl
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-Estimado/a {{$username}},
-
-	'{{$from}}' ha comentado un elemento/conversación que estás siguiendo.
-
------
-{{$body}}
------
-
-Accede a {{$siteurl}} para ver la conversación completa:
-
-{{$display}}
-
-
-	{{$sitename}}
-
- 
-
diff --git a/view/es/smarty3/mail_received_html_body_eml.tpl b/view/es/smarty3/mail_received_html_body_eml.tpl
deleted file mode 100644
index d837084d46..0000000000
--- a/view/es/smarty3/mail_received_html_body_eml.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Mensaje de Friendica</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<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/friendica-32.png'><span style="padding:7px;">Friendica</span></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">Has recibido un nuevo mensaje privado de '{{$from}}' en {{$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">Accede a <a href="{{$siteurl}}">{{$siteurl}}</a> para leer y responder a tus mensajes privados.</td></tr>
-	<tr><td></td><td>{{$siteName}}</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/es/smarty3/mail_received_text_body_eml.tpl b/view/es/smarty3/mail_received_text_body_eml.tpl
deleted file mode 100644
index 43ea2fa3c1..0000000000
--- a/view/es/smarty3/mail_received_text_body_eml.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-
-Has recibido un nuevo mensaje privado de '{{$from}}' en {{$siteName}}.
-	
-{{$title}}
-
-{{$textversion}}
-				
-Accede a {{$siteurl}} para leer y responder a tus mensajes privados.
-
-	{{$siteName}}
diff --git a/view/es/smarty3/wall_received_eml.tpl b/view/es/smarty3/wall_received_eml.tpl
deleted file mode 100644
index daa5b4116b..0000000000
--- a/view/es/smarty3/wall_received_eml.tpl
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-Estimado/a {{$username}},
-
-	'{{$from}}' ha escrito algo en el muro de tu perfil.
-
------
-{{$body}}
------
-
-Accede a  {{$siteurl}} para ver o borrar el elemento:
-
-{{$display}}
-
-
-	{{$sitename}}
-
- 
-
diff --git a/view/es/wall_received_eml.tpl b/view/es/wall_received_eml.tpl
deleted file mode 100644
index 4cd253c724..0000000000
--- a/view/es/wall_received_eml.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-
-Estimado/a $username,
-
-	'$from' ha escrito algo en el muro de tu perfil.
-
------
-$body
------
-
-Accede a  $siteurl para ver o borrar el elemento:
-
-$display
-
-
-	$sitename
-
- 
-
diff --git a/view/fr/cmnt_received_eml.tpl b/view/fr/cmnt_received_eml.tpl
deleted file mode 100644
index 762a0c4cdd..0000000000
--- a/view/fr/cmnt_received_eml.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-
-Cher(e) $username,
-
-	« $from » a commenté un élément ou une conversation que vous suivez.
-
------
-$body
------
-
-Connectez-vous à $siteurl si vous souhaitez voir la conversation complète :
-
-$display
-
-Merci,
-	L'administrateur de $sitename
-
- 
-
diff --git a/view/fr/cmnt_received_html_body_eml.tpl b/view/fr/cmnt_received_html_body_eml.tpl
deleted file mode 100644
index 9da52dd61f..0000000000
--- a/view/fr/cmnt_received_html_body_eml.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Message de Friendica</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<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/friendica-32.png'><span style="padding:7px;">Friendica</span></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">$from a commenté un élément ou une conversation que vous suivez.</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="padding-bottom:5px;"></td></tr>
-	<tr><td style="padding-right:22px;">$body</td></tr>
-	<tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2"><a href="$display">Connectez-vous à $siteurl si vous souhaitez voir la conversation complète</a></td></tr>
-	<tr><td></td><td>Merci,</td></tr>
-	<tr><td></td><td>L'administrateur de $sitename</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
\ No newline at end of file
diff --git a/view/fr/cmnt_received_text_body_eml.tpl b/view/fr/cmnt_received_text_body_eml.tpl
deleted file mode 100644
index 876b53e126..0000000000
--- a/view/fr/cmnt_received_text_body_eml.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
-Cher(e) $username,
-
-	� $from � a comment� un �l�ment ou une conversation que vous suivez.
-
------
-$body
------
-
-Connectez-vous � $siteurl si vous souhaitez voir la conversation compl�te :
-
-$display
-
-Merci,
-	L'administrateur de $sitename
\ No newline at end of file
diff --git a/view/fr/mail_received_html_body_eml.tpl b/view/fr/mail_received_html_body_eml.tpl
deleted file mode 100644
index 74956ea801..0000000000
--- a/view/fr/mail_received_html_body_eml.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Message de Friendica</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<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/friendica-32.png'><span style="padding:7px;">Friendica</span></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">$from vous a envoyé un message à $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">Veuillez Ouvrir une session sur <a href="$siteurl">$siteurl</a> pour lire et répondre à vos messages privés.</td></tr>
-	<tr><td></td><td>Merci,</td></tr>
-	<tr><td></td><td>$siteName Administrateur</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/fr/mail_received_text_body_eml.tpl b/view/fr/mail_received_text_body_eml.tpl
deleted file mode 100644
index 65d034c159..0000000000
--- a/view/fr/mail_received_text_body_eml.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-$from vous a envoy� un message � $siteName.
-	
-$title
-
-$textversion
-
-Veuillez ouvrir une session sur $siteurl pour lire et r�pondre � vos messages priv�s.
-
-Merci,
-$siteName Administrateur
diff --git a/view/fr/smarty3/cmnt_received_eml.tpl b/view/fr/smarty3/cmnt_received_eml.tpl
deleted file mode 100644
index 05a71d5aa6..0000000000
--- a/view/fr/smarty3/cmnt_received_eml.tpl
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-Cher(e) {{$username}},
-
-	« {{$from}} » a commenté un élément ou une conversation que vous suivez.
-
------
-{{$body}}
------
-
-Connectez-vous à {{$siteurl}} si vous souhaitez voir la conversation complète :
-
-{{$display}}
-
-Merci,
-	L'administrateur de {{$sitename}}
-
- 
-
diff --git a/view/fr/smarty3/cmnt_received_html_body_eml.tpl b/view/fr/smarty3/cmnt_received_html_body_eml.tpl
deleted file mode 100644
index d879e4cd03..0000000000
--- a/view/fr/smarty3/cmnt_received_html_body_eml.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Message de Friendica</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<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/friendica-32.png'><span style="padding:7px;">Friendica</span></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">{{$from}} a commenté un élément ou une conversation que vous suivez.</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="padding-bottom:5px;"></td></tr>
-	<tr><td style="padding-right:22px;">{{$body}}</td></tr>
-	<tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2"><a href="{{$display}}">Connectez-vous à {{$siteurl}} si vous souhaitez voir la conversation complète</a></td></tr>
-	<tr><td></td><td>Merci,</td></tr>
-	<tr><td></td><td>L'administrateur de {{$sitename}}</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
\ No newline at end of file
diff --git a/view/fr/smarty3/cmnt_received_text_body_eml.tpl b/view/fr/smarty3/cmnt_received_text_body_eml.tpl
deleted file mode 100644
index e5bae0ac11..0000000000
--- a/view/fr/smarty3/cmnt_received_text_body_eml.tpl
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-Cher(e) {{$username}},
-
-	� {{$from}} � a comment� un �l�ment ou une conversation que vous suivez.
-
------
-{{$body}}
------
-
-Connectez-vous � {{$siteurl}} si vous souhaitez voir la conversation compl�te :
-
-{{$display}}
-
-Merci,
-	L'administrateur de {{$sitename}}
\ No newline at end of file
diff --git a/view/fr/smarty3/mail_received_html_body_eml.tpl b/view/fr/smarty3/mail_received_html_body_eml.tpl
deleted file mode 100644
index 55622cd92d..0000000000
--- a/view/fr/smarty3/mail_received_html_body_eml.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Message de Friendica</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<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/friendica-32.png'><span style="padding:7px;">Friendica</span></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">{{$from}} vous a envoyé un message à {{$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">Veuillez Ouvrir une session sur <a href="{{$siteurl}}">{{$siteurl}}</a> pour lire et répondre à vos messages privés.</td></tr>
-	<tr><td></td><td>Merci,</td></tr>
-	<tr><td></td><td>{{$siteName}} Administrateur</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
diff --git a/view/fr/smarty3/mail_received_text_body_eml.tpl b/view/fr/smarty3/mail_received_text_body_eml.tpl
deleted file mode 100644
index a232112984..0000000000
--- a/view/fr/smarty3/mail_received_text_body_eml.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-
-{{$from}} vous a envoy� un message � {{$siteName}}.
-	
-{{$title}}
-
-{{$textversion}}
-
-Veuillez ouvrir une session sur {{$siteurl}} pour lire et r�pondre � vos messages priv�s.
-
-Merci,
-{{$siteName}} Administrateur
diff --git a/view/fr/smarty3/wall_received_eml.tpl b/view/fr/smarty3/wall_received_eml.tpl
deleted file mode 100644
index 0c537c5b87..0000000000
--- a/view/fr/smarty3/wall_received_eml.tpl
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-Cher(e) {{$username}},
-
-	« {{$from}} » a posté quelque chose sur le mur de votre profil.
-
------
-{{$body}}
------
-
-Connectez-vous à {{$siteurl}} pour voir et/ou supprimer l'élément :
-
-{{$display}}
-
-Merci,
-	l'administrateur de {{$sitename}}
-
- 
-
diff --git a/view/fr/wall_received_eml.tpl b/view/fr/wall_received_eml.tpl
deleted file mode 100644
index ad365a9518..0000000000
--- a/view/fr/wall_received_eml.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-
-Cher(e) $username,
-
-	« $from » a posté quelque chose sur le mur de votre profil.
-
------
-$body
------
-
-Connectez-vous à $siteurl pour voir et/ou supprimer l'élément :
-
-$display
-
-Merci,
-	l'administrateur de $sitename
-
- 
-
diff --git a/view/sv/cmnt_received_eml.tpl b/view/sv/cmnt_received_eml.tpl
deleted file mode 100644
index d87c7a1d14..0000000000
--- a/view/sv/cmnt_received_eml.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-
-$username,
-
-'$from' har kommenterat något som du följer.
-
------
-$body
------
-
-Logga in på $siteurl för att se hela konversationen:
-
-$display
-
-Hälsningar,
-$sitename admin
-
- 
diff --git a/view/sv/mail_received_html_body_eml.tpl b/view/sv/mail_received_html_body_eml.tpl
deleted file mode 100644
index f72e4af5c4..0000000000
--- a/view/sv/mail_received_html_body_eml.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Meddelande p&aring; Friendica</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<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/friendica-32.png'><span style="padding:7px;">Friendica</span></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">$from har skickat ett personligt meddelande till dig p&aring; $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">Logga in p&aring; <a href="$siteurl">$siteurl</a> f&ouml;r att l&auml;sa och svara p&aring; personliga meddelanden.</td></tr>
-	<tr><td></td><td>H&auml;lsningar,</td></tr>
-	<tr><td></td><td>$siteName admin</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
\ No newline at end of file
diff --git a/view/sv/mail_received_text_body_eml.tpl b/view/sv/mail_received_text_body_eml.tpl
deleted file mode 100644
index ac2857b587..0000000000
--- a/view/sv/mail_received_text_body_eml.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-$from har skickat ett personligt meddelande till dig på $siteName.
-	
-$title
-
-$textversion
-				
-Logga in på $siteurl för att läsa och svara på personliga meddelanden.
-
-Hälsningar,
-$siteName admin
diff --git a/view/sv/smarty3/cmnt_received_eml.tpl b/view/sv/smarty3/cmnt_received_eml.tpl
deleted file mode 100644
index 372e6e7040..0000000000
--- a/view/sv/smarty3/cmnt_received_eml.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-{{$username}},
-
-'{{$from}}' har kommenterat något som du följer.
-
------
-{{$body}}
------
-
-Logga in på {{$siteurl}} för att se hela konversationen:
-
-{{$display}}
-
-Hälsningar,
-{{$sitename}} admin
-
- 
diff --git a/view/sv/smarty3/mail_received_html_body_eml.tpl b/view/sv/smarty3/mail_received_html_body_eml.tpl
deleted file mode 100644
index 6b6e5ba2d2..0000000000
--- a/view/sv/smarty3/mail_received_html_body_eml.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
-<html>
-<head>
-	<title>Meddelande p&aring; Friendica</title>
-	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-</head>
-<body>
-<table style="border:1px solid #ccc">
-	<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/friendica-32.png'><span style="padding:7px;">Friendica</span></td></tr>
-
-	<tr><td style="padding-top:22px;" colspan="2">{{$from}} har skickat ett personligt meddelande till dig p&aring; {{$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">Logga in p&aring; <a href="{{$siteurl}}">{{$siteurl}}</a> f&ouml;r att l&auml;sa och svara p&aring; personliga meddelanden.</td></tr>
-	<tr><td></td><td>H&auml;lsningar,</td></tr>
-	<tr><td></td><td>{{$siteName}} admin</td></tr>
-	</tbody>
-</table>
-</body>
-</html>
\ No newline at end of file
diff --git a/view/sv/smarty3/mail_received_text_body_eml.tpl b/view/sv/smarty3/mail_received_text_body_eml.tpl
deleted file mode 100644
index fea4a74f02..0000000000
--- a/view/sv/smarty3/mail_received_text_body_eml.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-
-{{$from}} har skickat ett personligt meddelande till dig på {{$siteName}}.
-	
-{{$title}}
-
-{{$textversion}}
-				
-Logga in på {{$siteurl}} för att läsa och svara på personliga meddelanden.
-
-Hälsningar,
-{{$siteName}} admin
diff --git a/view/sv/smarty3/wall_received_eml.tpl b/view/sv/smarty3/wall_received_eml.tpl
deleted file mode 100644
index 7a3d673dc4..0000000000
--- a/view/sv/smarty3/wall_received_eml.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-
-{{$username}},
-
-'{{$from}}' har skrivit på din profilsida.
-
------
-{{$body}}
------
-
-Logga in på {{$siteurl}} för att kolla eller ta bort:
-
-{{$display}}
-
-Hälsningar,
-{{$sitename}} admin
-
- 
diff --git a/view/sv/wall_received_eml.tpl b/view/sv/wall_received_eml.tpl
deleted file mode 100644
index fc450a06df..0000000000
--- a/view/sv/wall_received_eml.tpl
+++ /dev/null
@@ -1,16 +0,0 @@
-$username,
-
-'$from' har skrivit på din profilsida.
-
------
-$body
------
-
-Logga in på $siteurl för att kolla eller ta bort:
-
-$display
-
-Hälsningar,
-$sitename admin
-
-