Skip to content

Commit dddad8a

Browse files
authored
Merge pull request #69 from TeamEver/codex/traduire-le-module-en-plusieurs-langues
Fix translations and emails
2 parents 7e75e43 + 28d822a commit dddad8a

21 files changed

+1926
-1346
lines changed

mails/de/everpsblog.html

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
6+
<title>Nachricht von {shop_name}</title>
7+
8+
9+
<style> @media only screen and (max-width: 300px){
10+
body {
11+
width:218px !important;
12+
margin:auto !important;
13+
}
14+
thead, tbody{width: 100%}
15+
.table {width:195px !important;margin:auto !important;}
16+
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto !important;display: block !important;}
17+
span.title{font-size:20px !important;line-height: 23px !important}
18+
span.subtitle{font-size: 14px !important;line-height: 18px !important;padding-top:10px !important;display:block !important;}
19+
td.box p{font-size: 12px !important;font-weight: bold !important;}
20+
.table-recap table, .table-recap thead, .table-recap tbody, .table-recap th, .table-recap td, .table-recap tr {
21+
display: block !important;
22+
}
23+
.table-recap{width: 200px!important;}
24+
.table-recap tr td, .conf_body td{text-align:center !important;}
25+
.address{display: block !important;margin-bottom: 10px !important;}
26+
.space_address{display: none !important;}
27+
}
28+
@media only screen and (min-width: 301px) and (max-width: 500px) {
29+
body {width:425px!important;margin:auto!important;}
30+
thead, tbody{width: 100%}
31+
.table {margin:auto!important;}
32+
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto!important;display: block!important;}
33+
.table-recap{width: 295px !important;}
34+
.table-recap tr td, .conf_body td{text-align:center !important;}
35+
.table-recap tr th{font-size: 10px !important}
36+
37+
}
38+
@media only screen and (min-width: 501px) and (max-width: 768px) {
39+
body {width:478px!important;margin:auto!important;}
40+
thead, tbody{width: 100%}
41+
.table {margin:auto!important;}
42+
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto!important;display: block!important;}
43+
}
44+
@media only screen and (max-device-width: 480px) {
45+
body {width:340px!important;margin:auto!important;}
46+
thead, tbody{width: 100%}
47+
.table {margin:auto!important;}
48+
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto!important;display: block!important;}
49+
50+
.table-recap{width: 295px!important;}
51+
.table-recap tr td, .conf_body td{text-align:center!important;}
52+
.address{display: block !important;margin-bottom: 10px !important;}
53+
.space_address{display: none !important;}
54+
}
55+
</style>
56+
57+
</head>
58+
<body style="-webkit-text-size-adjust:none;background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto" >
59+
<table class="table table-mail" style="width:100%;margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid:DXImageTransform.Microsoft.Shadow(color=#afafaf,Direction=134,Strength=5)">
60+
<tr>
61+
<td class="space" style="width:20px;padding:7px 0">&nbsp;</td>
62+
<td align="center" style="padding:7px 0">
63+
<table class="table" bgcolor="#ffffff" style="width:100%">
64+
<tr>
65+
<td align="center" class="logo" style="border-bottom:4px solid #333333;padding:7px 0">
66+
<img src="{shop_logo}" alt="{shop_name}" />
67+
</td>
68+
</tr>
69+
<tr>
70+
<td align="center" class="titleblock" style="padding:7px 0">
71+
<font size="2" face="Open-sans, sans-serif" color="#555454">
72+
<p>A new comment has been posted by {email}</p><br/>
73+
<p>Here is the content</p><br/>
74+
</font>
75+
<table>
76+
<tr>
77+
<td>Comment: {comment}</td>
78+
</tr>
79+
</table>
80+
</td>
81+
<tr>
82+
<td align="center" class="titleblock" style="padding:7px 0">
83+
<font size="2" face="Open-sans, sans-serif" color="#555454">
84+
<p>You can contact this person at this email: <a href="mailto:{email}">{email}</a></p><br/>
85+
</font>
86+
</td>
87+
</tr>
88+
</tr>
89+
<tr>
90+
<tr>
91+
<td class="space_footer" style="padding:0!important">&nbsp;</td>
92+
</tr>
93+
</table>
94+
</td>
95+
<td class="space" style="width:20px;padding:7px 0">&nbsp;</td>
96+
</tr>
97+
</table>
98+
</body>
99+
</html>

mails/de/everpsblog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Ein neuer Kommentar wurde von {email} veröffentlicht
2+
Kommentar:
3+
4+
Bitte besuchen Sie {shop_name}, um ihn zu genehmigen oder zu löschen
5+
6+
{shop_name}

mails/de/pending.html

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
6+
<title>Nachricht von {shop_name}</title>
7+
8+
9+
<style> @media only screen and (max-width: 300px){
10+
body {
11+
width:218px !important;
12+
margin:auto !important;
13+
}
14+
thead, tbody{width: 100%}
15+
.table {width:195px !important;margin:auto !important;}
16+
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto !important;display: block !important;}
17+
span.title{font-size:20px !important;line-height: 23px !important}
18+
span.subtitle{font-size: 14px !important;line-height: 18px !important;padding-top:10px !important;display:block !important;}
19+
td.box p{font-size: 12px !important;font-weight: bold !important;}
20+
.table-recap table, .table-recap thead, .table-recap tbody, .table-recap th, .table-recap td, .table-recap tr {
21+
display: block !important;
22+
}
23+
.table-recap{width: 200px!important;}
24+
.table-recap tr td, .conf_body td{text-align:center !important;}
25+
.address{display: block !important;margin-bottom: 10px !important;}
26+
.space_address{display: none !important;}
27+
}
28+
@media only screen and (min-width: 301px) and (max-width: 500px) {
29+
body {width:425px!important;margin:auto!important;}
30+
thead, tbody{width: 100%}
31+
.table {margin:auto!important;}
32+
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto!important;display: block!important;}
33+
.table-recap{width: 295px !important;}
34+
.table-recap tr td, .conf_body td{text-align:center !important;}
35+
.table-recap tr th{font-size: 10px !important}
36+
37+
}
38+
@media only screen and (min-width: 501px) and (max-width: 768px) {
39+
body {width:478px!important;margin:auto!important;}
40+
thead, tbody{width: 100%}
41+
.table {margin:auto!important;}
42+
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto!important;display: block!important;}
43+
}
44+
@media only screen and (max-device-width: 480px) {
45+
body {width:340px!important;margin:auto!important;}
46+
thead, tbody{width: 100%}
47+
.table {margin:auto!important;}
48+
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto!important;display: block!important;}
49+
50+
.table-recap{width: 295px!important;}
51+
.table-recap tr td, .conf_body td{text-align:center!important;}
52+
.address{display: block !important;margin-bottom: 10px !important;}
53+
.space_address{display: none !important;}
54+
}
55+
</style>
56+
57+
</head>
58+
<body style="-webkit-text-size-adjust:none;background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto" >
59+
<table class="table table-mail" style="width:100%;margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid:DXImageTransform.Microsoft.Shadow(color=#afafaf,Direction=134,Strength=5)">
60+
<tr>
61+
<td class="space" style="width:20px;padding:7px 0">&nbsp;</td>
62+
<td align="center" style="padding:7px 0">
63+
<table class="table" bgcolor="#ffffff" style="width:100%">
64+
<tr>
65+
<td align="center" class="logo" style="border-bottom:4px solid #333333;padding:7px 0">
66+
<img src="{shop_logo}" alt="{shop_name}" />
67+
</td>
68+
</tr>
69+
<tr>
70+
<td align="center" class="titleblock" style="padding:7px 0">
71+
<font size="2" face="Open-sans, sans-serif" color="#555454">
72+
<p>Posts are awaiting review</p><br/>
73+
<p>Here are the posts:</p><br/>
74+
</font>
75+
<table>
76+
<tr>
77+
<td>{posts}</td>
78+
</tr>
79+
</table>
80+
</td>
81+
<tr>
82+
<td align="center" class="titleblock" style="padding:7px 0">
83+
<font size="2" face="Open-sans, sans-serif" color="#555454">
84+
<p>Please go to {shop_name} to approve or delete them</p><br/>
85+
</font>
86+
</td>
87+
</tr>
88+
</tr>
89+
<tr>
90+
<tr>
91+
<td class="space_footer" style="padding:0!important">&nbsp;</td>
92+
</tr>
93+
</table>
94+
</td>
95+
<td class="space" style="width:20px;padding:7px 0">&nbsp;</td>
96+
</tr>
97+
</table>
98+
</body>
99+
</html>

mails/de/pending.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Beiträge warten auf Prüfung
2+
{posts}
3+
4+
Bitte besuchen Sie {shop_name}, um sie zu genehmigen oder zu löschen
5+
6+
{shop_name}

mails/en/everpsblog.html

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
6+
<title>Message from {shop_name}</title>
7+
8+
9+
<style> @media only screen and (max-width: 300px){
10+
body {
11+
width:218px !important;
12+
margin:auto !important;
13+
}
14+
thead, tbody{width: 100%}
15+
.table {width:195px !important;margin:auto !important;}
16+
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto !important;display: block !important;}
17+
span.title{font-size:20px !important;line-height: 23px !important}
18+
span.subtitle{font-size: 14px !important;line-height: 18px !important;padding-top:10px !important;display:block !important;}
19+
td.box p{font-size: 12px !important;font-weight: bold !important;}
20+
.table-recap table, .table-recap thead, .table-recap tbody, .table-recap th, .table-recap td, .table-recap tr {
21+
display: block !important;
22+
}
23+
.table-recap{width: 200px!important;}
24+
.table-recap tr td, .conf_body td{text-align:center !important;}
25+
.address{display: block !important;margin-bottom: 10px !important;}
26+
.space_address{display: none !important;}
27+
}
28+
@media only screen and (min-width: 301px) and (max-width: 500px) {
29+
body {width:425px!important;margin:auto!important;}
30+
thead, tbody{width: 100%}
31+
.table {margin:auto!important;}
32+
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto!important;display: block!important;}
33+
.table-recap{width: 295px !important;}
34+
.table-recap tr td, .conf_body td{text-align:center !important;}
35+
.table-recap tr th{font-size: 10px !important}
36+
37+
}
38+
@media only screen and (min-width: 501px) and (max-width: 768px) {
39+
body {width:478px!important;margin:auto!important;}
40+
thead, tbody{width: 100%}
41+
.table {margin:auto!important;}
42+
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto!important;display: block!important;}
43+
}
44+
@media only screen and (max-device-width: 480px) {
45+
body {width:340px!important;margin:auto!important;}
46+
thead, tbody{width: 100%}
47+
.table {margin:auto!important;}
48+
.logo, .titleblock, .linkbelow, .box, .footer, .space_footer{width:auto!important;display: block!important;}
49+
50+
.table-recap{width: 295px!important;}
51+
.table-recap tr td, .conf_body td{text-align:center!important;}
52+
.address{display: block !important;margin-bottom: 10px !important;}
53+
.space_address{display: none !important;}
54+
}
55+
</style>
56+
57+
</head>
58+
<body style="-webkit-text-size-adjust:none;background-color:#fff;width:650px;font-family:Open-sans, sans-serif;color:#555454;font-size:13px;line-height:18px;margin:auto" >
59+
<table class="table table-mail" style="width:100%;margin-top:10px;-moz-box-shadow:0 0 5px #afafaf;-webkit-box-shadow:0 0 5px #afafaf;-o-box-shadow:0 0 5px #afafaf;box-shadow:0 0 5px #afafaf;filter:progid:DXImageTransform.Microsoft.Shadow(color=#afafaf,Direction=134,Strength=5)">
60+
<tr>
61+
<td class="space" style="width:20px;padding:7px 0">&nbsp;</td>
62+
<td align="center" style="padding:7px 0">
63+
<table class="table" bgcolor="#ffffff" style="width:100%">
64+
<tr>
65+
<td align="center" class="logo" style="border-bottom:4px solid #333333;padding:7px 0">
66+
<img src="{shop_logo}" alt="{shop_name}" />
67+
</td>
68+
</tr>
69+
<tr>
70+
<td align="center" class="titleblock" style="padding:7px 0">
71+
<font size="2" face="Open-sans, sans-serif" color="#555454">
72+
<p>A new comment has been posted by {email}</p><br/>
73+
<p>Here is the content</p><br/>
74+
</font>
75+
<table>
76+
<tr>
77+
<td>Comment: {comment}</td>
78+
</tr>
79+
</table>
80+
</td>
81+
<tr>
82+
<td align="center" class="titleblock" style="padding:7px 0">
83+
<font size="2" face="Open-sans, sans-serif" color="#555454">
84+
<p>You can contact this person at this email: <a href="mailto:{email}">{email}</a></p><br/>
85+
</font>
86+
</td>
87+
</tr>
88+
</tr>
89+
<tr>
90+
<tr>
91+
<td class="space_footer" style="padding:0!important">&nbsp;</td>
92+
</tr>
93+
</table>
94+
</td>
95+
<td class="space" style="width:20px;padding:7px 0">&nbsp;</td>
96+
</tr>
97+
</table>
98+
</body>
99+
</html>

mails/en/everpsblog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
A new comment has been posted by {email}
3+
Comment:
4+
5+
Please go to {shop_name} to approve or delete it
6+
7+
{shop_name}

0 commit comments

Comments
 (0)