Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
181529 1 <?php
L 2 $wb['rulename_txt'] = 'Nom';
3 $wb['action_txt'] = 'Action';
4 $wb['target_txt'] = 'Répertoire';
5 $wb['active_txt'] = 'Actif';
6 $wb['rulename_error_empty'] = 'Le nom est vide.';
7 $wb['searchterm_is_empty'] = 'Le terme recherché est vide.';
8 $wb['source_txt'] = 'Source';
407003 9 $wb['target_error_regex'] = 'La cible ne peut contenir que ces caractères : a-z, 0-9, -, ., _, et {espace}';
TB 10 $wb['limit_mailfilter_txt'] = 'Le nombre max de filtres e-mail est atteint.';
6882ab 11 $wb['subject_txt'] = 'Sujet';
T 12 $wb['from_txt'] = 'De';
13 $wb['to_txt'] = 'Pour';
14 $wb['contains_txt'] = 'Contient';
15 $wb['is_txt'] = 'Est';
16 $wb['begins_with_txt'] = 'Commence par';
17 $wb['ends_with_txt'] = 'Fini par';
18 $wb['delete_txt'] = 'Supprimer';
407003 19 $wb['move_stop_txt'] = 'Move to';
TB 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';
181529 28 ?>