<?php
|
$wb['rulename_txt'] = 'Nombre';
|
$wb['action_txt'] = 'Acción';
|
$wb['target_txt'] = 'Carpeta';
|
$wb['active_txt'] = 'Activar';
|
$wb['rulename_error_empty'] = 'El nombre está vacío.';
|
$wb['searchterm_is_empty'] = 'El término de búsqueda está vacío.';
|
$wb['source_txt'] = 'Campo';
|
$wb['target_error_regex'] = 'La carpeta sólo puede contener los siguientes caracteres: a-z, 0-9, -, ., _, y {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';
|
?>
|