Skip to content

Commit a28e2e8

Browse files
author
latham
committed
Language updates for Engish and Spanish Mail User form
1 parent 2696e12 commit a28e2e8

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

interface/web/mail/lib/lang/en_mail_user.lng

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $wb["autoresponder_end_date_isgreater"] = 'End date must be set and be later tha
1515
$wb["no_domain_perm"] = 'You have no permission for this domain.';
1616
$wb["error_no_pwd"] = 'Password is empty.';
1717
$wb["quota_error_isint"] = 'Mailbox size must be a number.';
18-
$wb["quota_txt"] = 'Quota';
18+
$wb["quota_txt"] = 'Quota (0 for unlimited)';
1919
$wb["server_id_txt"] = 'Aerver_id';
2020
$wb["password_txt"] = 'Password';
2121
$wb["maildir_txt"] = 'Maildir';
@@ -29,12 +29,12 @@ $wb["disableimap_txt"] = 'Disable IMAP';
2929
$wb["disablepop3_txt"] = 'Disable POP3';
3030
$wb["duplicate_alias_or_forward_txt"] = 'There is already an alias or forward with this email address.';
3131
$wb["quota_error_value"] = 'Invalid quota value. Allowed values are: 0 for unlimited or numbers > 1';
32-
$wb["move_junk_txt"] = 'Move Spam Emails to Junk directory';
33-
$wb["name_txt"] = 'Realname';
32+
$wb["move_junk_txt"] = 'Move Spam Emails to Junk directory.';
33+
$wb["name_txt"] = 'Name';
3434
$wb["name_optional_txt"] = '(Optional)';
3535
$wb['autoresponder_active'] = 'Enable the autoresponder';
3636
$wb['cc_txt'] = 'Send copy to';
37-
$wb['cc_error_isemail'] = 'The -Send copy to- field does not conatin a valid email address';
37+
$wb['cc_error_isemail'] = 'The -Send copy to- field does not contain a valid email address';
3838
$wb['domain_txt'] = 'Domain';
3939
$wb['now_txt']='Now';
4040
$wb['login_error_unique'] = 'Login is already taken.';

interface/web/mail/lib/lang/es_mail_user.lng

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $wb['autoresponder_txt'] = 'Autorespondedor';
1111
$wb['no_domain_perm'] = 'No tiene permiso para administrar este dominio.';
1212
$wb['error_no_pwd'] = 'La contraseña está vacía.';
1313
$wb['quota_error_isint'] = 'El tamaño del buzón de correo debe ser un número.';
14-
$wb['quota_txt'] = 'cuota en MB';
14+
$wb['quota_txt'] = 'cuota en MB (0 para ilimitado)';
1515
$wb['server_id_txt'] = 'server_id';
1616
$wb['password_txt'] = 'contraseña';
1717
$wb['maildir_txt'] = 'maildir';
@@ -25,20 +25,20 @@ $wb['disableimap_txt'] = 'Inhabilitar IMAP';
2525
$wb['disablepop3_txt'] = 'Inhabilitar POP3';
2626
$wb['duplicate_alias_or_forward_txt'] = 'Ya existe un alias o reenvío con esta dirección de correo electrónico.';
2727
$wb['quota_error_value'] = 'Valor de cuota no válido. Los valores permitidos son: 0 para ilimitado o números > 1';
28-
$wb['autoresponder_start_date_txt'] = 'Start on';
29-
$wb['autoresponder_start_date_isfuture'] = 'Start date cannot be in the past.';
30-
$wb['autoresponder_end_date_txt'] = 'End by';
31-
$wb['autoresponder_end_date_isgreater'] = 'End date must be set and be later than start date.';
32-
$wb['move_junk_txt'] = 'Move Spam Emails to Junk directory';
33-
$wb['name_txt'] = 'Realname';
34-
$wb['name_optional_txt'] = '(Optional)';
35-
$wb['autoresponder_active'] = 'Enable the autoresponder';
36-
$wb['cc_txt'] = 'Send copy to';
37-
$wb['cc_error_isemail'] = 'The Send copy to field does not conatin a valid email address';
38-
$wb['domain_txt'] = 'Domain';
39-
$wb['now_txt'] = 'Now';
40-
$wb['login_error_unique'] = 'Login is already taken.';
41-
$wb['login_error_regex'] = 'Valid characters are A-Z, a-z, 0-9, ., _ and -.';
42-
$wb['login_txt'] = 'Login (optional)';
43-
$wb['error_login_email_txt'] = 'This login is not allowed. Please enter a different login or use the mail address as login.';
28+
$wb['autoresponder_start_date_txt'] = 'Comenzará el';
29+
$wb['autoresponder_start_date_isfuture'] = 'Fecha de inicio no puede ser en el pasado.';
30+
$wb['autoresponder_end_date_txt'] = 'Finalizará el';
31+
$wb['autoresponder_end_date_isgreater'] = 'Fecha de finalización se debe establecer y ser posterior a la fecha de inicio.';
32+
$wb['move_junk_txt'] = 'Mover mensajes de spam en el directorio deseado.';
33+
$wb['name_txt'] = 'Nombre';
34+
$wb['name_optional_txt'] = '(opcional)';
35+
$wb['autoresponder_active'] = 'Activar la respuesta automática';
36+
$wb['cc_txt'] = 'Enviar una copia a';
37+
$wb['cc_error_isemail'] = 'La copia Enviar a campo no contiene una dirección válida de correo electrónico';
38+
$wb['domain_txt'] = 'Dominio';
39+
$wb['now_txt'] = 'Ahora';
40+
$wb['login_error_unique'] = 'Inicio de sesión ya está tomada.';
41+
$wb['login_error_regex'] = 'Los caracteres válidos son A-Z, a-z, 0-9, ., _ y -.';
42+
$wb['login_txt'] = 'Login (opcional)';
43+
$wb['error_login_email_txt'] = 'Este inicio de sesión no está permitido. Por favor, introduzca un nombre de usuario diferente o utilizar la dirección de correo electrónico como nombre de usuario';
4444
?>

0 commit comments

Comments
 (0)