getData(['config', 'i18n', 'langAdmin']); switch ($val) { case 'fr' : $text[0] = 'Retour'; $text[1] = 'Aide'; $text[2] = 'Enregistrer'; $text[3] = 'module/statislite/view/advanced/advanced.help.html'; $text[4] = 'Filtrage des IP'; $text[5] = 'Liste des adresses IP filtrées'; $text[6] = 'IP à filtrer'; $text[7] = 'Saisir une adresse IP V4 au format décimal pointé, celle qui apparaît par défaut est votre adresse IP.'; $text[8] = 'Ajouter à la liste'; $text[9] = 'Cochez pour ajouter l\'adresse IP saisie à la liste'; $text[10] = 'Cochez pour supprimer de la liste l\'adresse IP saisie'; $text[11] = 'Filtrage des pages'; $text[12] = 'Filtrage des robots'; $text[13] = 'Liste des pages à exclure'; $text[14] = 'Les pages ajoutées à la liste seront exclues des statistiques'; $text[15] = 'Page à filtrer'; $text[16] = 'Ajouter à la liste'; $text[17] = 'Cochez pour ajouter la page saisie à la liste'; $text[18] = 'Supprimer de la liste'; $text[19] = 'Cochez pour supprimer de la liste la page saisie'; $text[20] = 'Liste des robots à exclure'; $text[21] = 'Robot à filtrer'; $text[22] = 'Les robots sont filtrés grâce à un fichier complexe fourni avec le module. S\'il s\'avérait insuffisant vous pouvez ajouter ici des robots à filtrer.'; $text[23] = 'Ajouter à la liste'; $text[24] = 'Cochez pour ajouter le robot saisi à la liste'; $text[25] = 'Supprimer de la liste'; $text[26] = 'Cochez pour supprimer de la liste le robot'; $text[27] = 'Module Statislite version n°'; break; case 'en' : $text[0] = 'Back'; $text[1] = 'Help'; $text[2] = 'Submit'; $text[3] = 'module/statislite/view/advanced/advanced.help_en.html'; $text[4] = 'IP filtering'; $text[5] = 'List of filtered IP addresses'; $text[6] = 'IP to filter'; $text[7] = 'Enter a V4 IP address in dotted decimal format, the default is your IP address'; $text[8] = 'Add to list'; $text[9] = 'Check to add the entered IP address to the list'; $text[10] = 'Check to remove the entered IP address from the list'; $text[11] = 'Filter pages'; $text[12] = 'Robot filtering'; $text[13] = 'List of pages to exclude'; $text[14] = 'Pages added to the list will be excluded from the statistics'; $text[15] = 'Page to filter'; $text[16] = 'Add to list'; $text[17] = 'Check to add the entered page to the list'; $text[18] = 'Remove from list'; $text[19] = 'Check to remove the entered page from the list'; $text[20] = 'List of robots to exclude'; $text[21] = 'Robot to filter'; $text[22] = 'Robots are filtered using a complex file provided with the module. If it is insufficient you can add robots to be filtered here'; $text[23] = 'Add to list'; $text[24] = 'Check to add the entered robot to the list'; $text[25] = 'Remove from list'; $text[26] = 'Check to remove the robot from the list'; $text[27] = 'Statislite module version #'; break; } ?>
'buttonGrey', 'href' => helper::baseUrl() .$this->getUrl(0), 'ico' => 'left', 'value' => $text[0] ]); ?>
'buttonHelp', 'ico' => 'help', 'value' => $text[1] ]); ?>
$text[2] ]); ?>

$module::$listeIP, 'help' => $text[5] ]);?>
'off', 'label' => $text[6], 'help' => $text[7], 'value' => $module::$yourIP ]); ?>
false, 'help' => $text[9] ]); ?>
false, 'help' => $text[10] ]); ?>

$module::$listeQS, 'help' => $text[13] ]);?>
$text[14], 'label' => $text[15], 'selected' => $module::$listePages[0] ]); ?>
false, 'help' => $text[17] ]); ?>
false, 'help' => $text[19] ]); ?>

$module::$listeBot, 'help' => $text[20] ]);?>
$text[21], 'help' => $text[22], 'value' => '' ]); ?>
false, 'help' => $text[24] ]); ?>
false, 'help' => $text[26] ]); ?>