1<?php 2/** 3 * English language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Nuno Flores <nuno.flores@gmail.com> 7 */ 8 9// for the langiguration manager 10$lang['max_directions'] = "Maximum number of visible results for a single page directions table."; 11$lang['hitslog'] = "relative path to hits logfile"; 12$lang['registered_only'] = "Show only data for registered users only."; 13$lang['trim_limit'] = "Visible chars when page title is too big."; 14$lang['banned_ip'] = "Banned ip to ignore (list of ips separated by commas)"; 15$lang['banned_users'] = "Banned users to ignore (list of login separated by commas)"; 16$lang['banned_agents'] = "Banned agents to ignore (list of strings to detect separated by commas)"; 17 18//Setup VIM: ex: et ts=2 enc=utf-8 : 19