From 4569cae57f127afd093794310ccd290d2d9fdf36 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Wed, 20 Apr 2016 10:58:46 -0400
Subject: [PATCH] Merge branch 'stable-3.1'

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

diff --git a/interface/web/mailuser/lib/lang/es_index.lng b/interface/web/mailuser/lib/lang/es_index.lng
old mode 100644
new mode 100755
index 8fb4067..7516f91
--- a/interface/web/mailuser/lib/lang/es_index.lng
+++ b/interface/web/mailuser/lib/lang/es_index.lng
@@ -1,12 +1,12 @@
 <?php
-$wb['page_head_txt'] = 'Configuración del buzón';
-$wb['page_desc_txt'] = 'Aquí puedes editar la configuración de tu cuenta de correo.';
-$wb['email_txt'] = 'Dirección de correo';
-$wb['login_txt'] = 'Usuario';
-$wb['server_address_txt'] = 'Servidor de correo';
 $wb['cc_txt'] = 'Enviar copia a (CC)';
-$wb['quota_txt'] = 'Espacio del buzón';
-$wb['unlimited_txt'] = 'Ilimitado';
+$wb['email_txt'] = 'Dirección de correo';
+$wb['login_txt'] = 'Iniciar sesión';
 $wb['mb_txt'] = 'MB';
-$wb['none_txt'] = 'Ninguna';
-?>
+$wb['none_txt'] = 'Ninguno';
+$wb['page_desc_txt'] = 'Aquí puede editar la configuración de la cuenta de correo.';
+$wb['page_head_txt'] = 'Configuración del buzón';
+$wb['quota_txt'] = 'Tamaño del buzón';
+$wb['server_address_txt'] = 'Dirección del servidor de correo';
+$wb['unlimited_txt'] = 'Ilimitado';
+?>
\ No newline at end of file

--
Gitblit v1.9.1