From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 30 May 2012 07:30:44 -0400
Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons).

---
 interface/web/mail/lib/lang/es.lng |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/interface/web/mail/lib/lang/es.lng b/interface/web/mail/lib/lang/es.lng
index fef3e3e..154c8a8 100644
--- a/interface/web/mail/lib/lang/es.lng
+++ b/interface/web/mail/lib/lang/es.lng
@@ -6,7 +6,7 @@
 $wb['Filter'] = 'Filtro';
 $wb['Mail Domain'] = 'Dominio de correo';
 $wb['Domain'] = 'Dominio';
-$wb['Email Catchall'] = 'Correo recogetodo';
+$wb['Email Catchall'] = 'Correo recoge-todo';
 $wb['Email Forward'] = 'ReenvĂ­o de correo';
 $wb['Get Email'] = 'Recoger correo';
 $wb['Spamfilter'] = 'Filtro de spam';
@@ -42,5 +42,6 @@
 $wb['Postfix Blacklist'] = 'Lista negra Postfix';
 $wb['Content Filter'] = 'Filtro de contenido';
 $wb['Global Filters'] = 'Filtros globales';
+$wb['Domain Alias'] = 'Alias de dominio';
+$wb['Relay Recipients'] = 'Enrutar Destinatarios';
 ?>
-

--
Gitblit v1.9.1