tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
commit | author | age
d7be27 1 <?php
10b4c8 2 $wb['limit_mailmailinglist_txt'] = 'Lìmite alcanzado';
T 3 $wb['domain_error_empty'] = 'El dominio está vacío.';
4 $wb['listname_error_empty'] = 'Nombre de la lista está vacío.';
5 $wb['domain_error_regex'] = 'Nombre de dominio no válido.';
6 $wb['email_in_use_txt'] = 'El correo electrónico esta en uso';
7 $wb['no_domain_perm'] = 'Usted no tiene permiso para este dominio.';
8 $wb['password_strength_txt'] = 'Fortaleza de contraseña';
9 $wb['server_id_txt'] = 'Servidor';
10 $wb['domain_txt'] = 'Dominio';
11 $wb['listname_txt'] = 'Nombre de la lista';
12 $wb['client_txt'] = 'Cliente';
13 $wb['email_txt'] = 'Ecorreo';
14 $wb['password_txt'] = 'Contraseña';
142907 15 $wb['generate_password_txt'] = 'Generate Password';
T 16 $wb['repeat_password_txt'] = 'Repeat Password';
17 $wb['password_mismatch_txt'] = 'The passwords do not match.';
18 $wb['password_match_txt'] = 'The passwords do match.';
10b4c8 19 $wb['listname_error_unique'] = 'There is already a mailinlist with name on the server. Please choose a different listname.';
T 20 $wb['email_error_isemail'] = 'Email address is invalid.';
526b99 21 $wb['mailinglist_txt'] = 'Mailing list';
522ef8 22 ?>