tbrehm
2010-01-11 1f16ae51d9aeb092ca1294b73a66a9289ce608ea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?php
$wb['Email Alias'] = 'Alias demails';
$wb['Email Blacklist'] = 'Liste noire demails';
$wb['Blacklist'] = 'Liste noire';
$wb['Mail Content Filter'] = 'Filtre de contenu des mails';
$wb['Filter'] = 'Filtre';
$wb['Mail Domain'] = 'Domaine Mail';
$wb['Domain'] = 'Domaine';
$wb['Email Catchall'] = 'Email Catchall';
$wb['Email Forward'] = 'Email de suivi';
$wb['Get Email'] = 'Obtenir un Email';
$wb['Spamfilter'] = 'Filtre à spam';
$wb['Email Routing'] = 'Routage demails';
$wb['Email transport'] = 'Transport demails';
$wb['Mailbox'] = 'Boîte mails';
$wb['Autoresponder'] = 'Auto répondeur';
$wb['Mail Filter'] = 'Filtre mails';
$wb['Custom Rules'] = 'Règles personalisées';
$wb['Email filter'] = 'Filtre mails';
$wb['Email Whitelist'] = 'Liste blanche demails';
$wb['Whitelist'] = 'Liste blanche';
$wb['Spamfilter blacklist'] = 'Liste noire du filtre à spam';
$wb['Spamfilter Config'] = 'Configuration du filtre à spam';
$wb['Server'] = 'Serveur';
$wb['Spamfilter policy'] = 'Règles du filtre à spam';
$wb['Policy'] = 'Règles';
$wb['Quarantine'] = 'Quarantaine';
$wb['Tag-Level'] = 'Niveau du tag';
$wb['Other'] = 'Autre';
$wb['Spamfilter users'] = 'Utilisateurs du filtre à spam';
$wb['Users'] = 'Utilisateurs';
$wb['Spamfilter Whitelist'] = 'Liste blanche du filtre à spam';
$wb['Email'] = 'Email';
$wb['Email Mailbox'] = 'Boîte à mails';
$wb['Email Accounts'] = 'Comptes mails';
$wb['User / Domain'] = 'Utilisateur / Domaine';
$wb['Server Settings'] = 'Paramètres du serveur';
$wb['Fetchmail'] = 'Fetchmail';
$wb['Mailbox traffic'] = 'Traffic de la boîte à mails';
$wb['Statistics'] = 'Statistiques';
$wb['Postfix Whitelist'] = 'Liste blanche de Postfix';
$wb['Postfix Blacklist'] = 'Liste noire de Postfix';
$wb['Content Filter'] = 'Filtre de contenu';
$wb['Global Filters'] = 'Filtres globaux';
?>