handle require_once and include_once, allow single quotes
[old-projects.git] / philter / philter / locales / plugins / bogofilter.en.inc.php
CommitLineData
de47756d
PH
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'] = 'AntiSpam is off';
11$philter->config['i18n']['1_bogo_on'] = 'AntiSpam is on, and only marks emails';
12$philter->config['i18n']['1_bogo_drop'] = 'AntiSpam is on, and drops the emails considered as spams';
13
14/********************************************************************************
15* $Id$
16* vim: set expandtab shiftwidth=4 tabstop=4 softtabstop=4 textwidth=100:
17********************************************************************************/
18?>