Seditio Source
Root |
./othercms/dotclear-2.22/plugins/antispam/locales/fr/resources.php
<?php
/**
 * @package Dotclear
 * @subpackage Plugins
 *
 * @copyright Olivier Meunier & Association Dotclear
 * @copyright GPL-2.0-only
 */
if (!isset($__resources['help']['antispam'])) {
   
$__resources['help']['antispam'] = __DIR__ . '/help/help.html';
}
if (!isset(
$__resources['help']['antispam-filters'])) {
   
$__resources['help']['antispam-filters'] = __DIR__ . '/help/filters.html';
}
if (!isset(
$__resources['help']['ip-filter'])) {
   
$__resources['help']['ip-filter'] = __DIR__ . '/help/ip.html';
}
if (!isset(
$__resources['help']['iplookup-filter'])) {
   
$__resources['help']['iplookup-filter'] = __DIR__ . '/help/iplookup.html';
}
if (!isset(
$__resources['help']['words-filter'])) {
   
$__resources['help']['words-filter'] = __DIR__ . '/help/words.html';
}
if (!isset(
$__resources['help']['antispam_comments'])) {
   
$__resources['help']['antispam_comments'] = __DIR__ . '/help/comments.html';
}