avec le bon chemin, ça ira mieux ;-)
[old-projects.git] / philter / philter / locales / plugins / bogofilter.fr.inc.php
1 <?php
2 /********************************************************************************
3 * i18n file
4 *
5 * This file is part of the philter distribution
6 * Copyright: See COPYING files that comes with this distribution
7 ********************************************************************************/
8
9 $philter->config['i18n']['1_bogo'] = 'AntiSpam';
10 $philter->config['i18n']['1_bogo_off'] = 'le filtre anti-spam est coupé';
11 $philter->config['i18n']['1_bogo_on'] = 'le filtre anti-spam est activé, et marque les mails';
12 $philter->config['i18n']['1_bogo_drop'] = 'le filtre anti-spam est activé, et jette les mails détectés comme spams';
13
14 /********************************************************************************
15 * $Id$
16 * vim: set expandtab shiftwidth=4 tabstop=4 softtabstop=4 textwidth=100:
17 ********************************************************************************/
18 ?>