tbrehm
2013-01-03 10b4c85a7686da07bddb5779f8ceea48acdf412e
interface/web/mail/lib/lang/es_mail_user_filter.lng
@@ -6,15 +6,15 @@
$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'] = 'Origen';
$wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
$wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.';
$wb['subject_txt'] = 'Subject';
$wb['from_txt'] = 'From';
$wb['to_txt'] = 'To';
$wb['contains_txt'] = 'Contains';
$wb['is_txt'] = 'Is';
$wb['begins_with_txt'] = 'Begins with';
$wb['ends_with_txt'] = 'Ends with';
$wb['move_to_txt'] = 'Move to';
$wb['delete_txt'] = 'Delete';
$wb['target_error_regex'] = 'El Objetivo sólo pueden contener los siguientes caracteres: a-z, 0-9, -, ., _, y {espacio}';
$wb['limit_mailfilter_txt'] = 'El máx. número de mailfilters se alcanzó';
$wb['subject_txt'] = 'Asunto';
$wb['from_txt'] = 'Desde';
$wb['to_txt'] = 'para';
$wb['contains_txt'] = 'Contiene';
$wb['is_txt'] = 'Es';
$wb['begins_with_txt'] = 'Comienza con';
$wb['ends_with_txt'] = 'Terminar con';
$wb['move_to_txt'] = 'Mover a';
$wb['delete_txt'] = 'Eliminar';
?>