// Fix translations mails errors for each languages

// Now, Subject for reply_msg.html is translated
// Now use sprintf() in subject mails
This commit is contained in:
lLefevre
2012-05-24 09:57:48 +00:00
parent b0e9c7a6f9
commit 3ccc4c5013
202 changed files with 4523 additions and 4540 deletions
+9 -9
View File
@@ -5,15 +5,15 @@
<title>Mensaje de {shop_name}</title>
</head>
<body>
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
<tbody>
<tr>
<td style="border: 1px solid #CCCCCC; background-color: #ffffff; padding: 10px; color: #383838; font-size: 12px;">
<p>{employee} desea seguir el chat con isted. <br /><br />{messages} <br /><br />{employee} added "{comment}".</p>
<p>Historial de discusion:</p>
</td>
</tr>
</tbody>
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
<tbody>
<tr>
<td style="border: 1px solid #CCCCCC; background-color: #ffffff; padding: 10px; color: #383838; font-size: 12px;">
<p>{employee} desea seguir el chat con isted. <br /><br />{messages} <br /><br />{employee} added "{comment}".</p>
<p>Historial de discusion:</p>
</td>
</tr>
</tbody>
</table>
</body>
</html>