From 9df44a90fd7fd57693899ccbe2231955a48fe64b Mon Sep 17 00:00:00 2001
From: Sergio Cambra <sergio@programatica.es>
Date: Fri, 27 Jun 2014 09:43:39 -0400
Subject: [PATCH] update spanish translation

---
 interface/web/mailuser/lib/lang/es_mail_user_filter.lng |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/interface/web/mailuser/lib/lang/es_mail_user_filter.lng b/interface/web/mailuser/lib/lang/es_mail_user_filter.lng
index 2e74ffd..af9fe5e 100644
--- a/interface/web/mailuser/lib/lang/es_mail_user_filter.lng
+++ b/interface/web/mailuser/lib/lang/es_mail_user_filter.lng
@@ -1,20 +1,20 @@
 <?php
-$wb['rulename_txt'] = 'Name';
-$wb['action_txt'] = 'Action';
-$wb['target_txt'] = 'Folder';
-$wb['active_txt'] = 'Active';
-$wb['rulename_error_empty'] = 'Name is empty.';
-$wb['searchterm_is_empty'] = 'Search term is empty.';
-$wb['source_txt'] = 'Source';
-$wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
-$wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.';
-$wb['subject_txt'] = 'Subject';
-$wb['from_txt'] = 'From';
-$wb['to_txt'] = 'To';
-$wb['contains_txt'] = 'Contains';
-$wb['is_txt'] = 'Is';
-$wb['begins_with_txt'] = 'Begins with';
-$wb['ends_with_txt'] = 'Ends with';
-$wb['move_to_txt'] = 'Move to';
-$wb['delete_txt'] = 'Delete';
+$wb['rulename_txt'] = 'Nombre';
+$wb['action_txt'] = 'Acción';
+$wb['target_txt'] = 'Carpeta';
+$wb['active_txt'] = 'Activar';
+$wb['rulename_error_empty'] = 'Nombre está vacío';
+$wb['searchterm_is_empty'] = 'Término de búsqueda está vacío.';
+$wb['source_txt'] = 'Campo';
+$wb['target_error_regex'] = 'La carpeta solo puede contener estos caracteres: a-z, 0-9, -, ., _, and {espacio}';
+$wb['limit_mailfilter_txt'] = 'Se ha alcanzado el número máximo de filtros.';
+$wb['subject_txt'] = 'Asunto';
+$wb['from_txt'] = 'Remitente';
+$wb['to_txt'] = 'Destinatario';
+$wb['contains_txt'] = 'Contiene';
+$wb['is_txt'] = 'Es';
+$wb['begins_with_txt'] = 'Comienza con';
+$wb['ends_with_txt'] = 'Termina con';
+$wb['move_to_txt'] = 'Mover a';
+$wb['delete_txt'] = 'Eliminar';
 ?>

--
Gitblit v1.9.1