Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
commit | author | age
2d870d 1 <?php
F 2 $wb['rulename_txt'] = 'Nombre';
3 $wb['action_txt'] = 'Acción';
4 $wb['target_txt'] = 'Carpeta';
2ab1e5 5 $wb['active_txt'] = 'Habilitado';
2d870d 6 $wb['rulename_error_empty'] = 'El nombre está vacío.';
2ab1e5 7 $wb['searchterm_is_empty'] = 'Termino de búsqueda vacío.';
2d870d 8 $wb['source_txt'] = 'Origen';
2ab1e5 9 $wb['target_error_regex'] = 'El destino solo puede contener los siguientes caracteres: a-z, 0-9, -, ., _, y {espacio}';
TB 10 $wb['limit_mailfilter_txt'] = 'Ha alcanzado el número máx. de filtros de correo.';
10b4c8 11 $wb['subject_txt'] = 'Asunto';
2ab1e5 12 $wb['from_txt'] = 'De';
TB 13 $wb['to_txt'] = 'Para';
10b4c8 14 $wb['contains_txt'] = 'Contiene';
T 15 $wb['is_txt'] = 'Es';
16 $wb['begins_with_txt'] = 'Comienza con';
2ab1e5 17 $wb['ends_with_txt'] = 'Termina con';
TB 18 $wb['delete_txt'] = 'Borrar';
19 $wb['move_stop_txt'] = 'Move to';
20 $wb['header_txt'] = 'Header';
21 $wb['size_over_txt'] = 'Email size over (KB)';
22 $wb['size_under_txt'] = 'Email size under (KB)';
23 $wb['localpart_txt'] = 'Localpart';
24 $wb['domain_txt'] = 'Domain';
25 $wb['keep_txt'] = 'Keep';
26 $wb['reject_txt'] = 'Reject';
27 $wb['stop_txt'] = 'Stop';
2d870d 28 ?>