Till Brehm
2014-05-30 ba8b73bd762032d724f84c5ef94968a7b3af6bec
interface/web/mail/lib/lang/se_mail_content_filter.lng
@@ -1,9 +1,10 @@
<?php
$wb['server_id_txt'] = 'Server';
$wb['type_txt'] = 'Filter';
$wb['pattern_txt'] = 'Regexp. Pattern';
$wb['pattern_txt'] = 'Regexp.-matchning';
$wb['data_txt'] = 'Data';
$wb['action_txt'] = 'Action';
$wb['active_txt'] = 'Active';
$wb['pattern_error_empty'] = 'Pattern is empty.';
$wb['action_txt'] = 'Händelse';
$wb['active_txt'] = 'Aktiv';
$wb['pattern_error_empty'] = 'Matchningsfältet är tomt.';
?>