config['i18n'] = Array( // index.php 'up' => 'Up', 'dn' => 'Down', 'del' => 'Delete', 'submit' => 'Submit', 'del_email_q' => 'Do you really want to delete this email address ?', 'new_action' => 'New Action', 'new_match' => 'New Match', 'global_title' => 'Global configuration', 'pool_title' => 'Redirection addresses Pool', 'pool_err_already' => ' is already in the Email Pool', 'pool_err_not_valid' => ' is not a valid email', 'pool_err_active' => 'This email is still in use and can\'t be deleted !', 'pool_err_need_one' => 'you must have at least one active email !', 'filter_title' => 'Individuals Rules', 'filter_list_title' => 'Filter List', 'filter_err_empty' => 'You cannot add an empty rule', 'new_rule' => '[ new rule ]', 'filter_rule_conf' => 'Global Options', 'rule_name' => 'Name of this rule', 'all_matches' => 'each match must be true', 'one_match' => 'only one match need to be true', 'blocking_rule' => 'stop after this rule if matched', 'filter_matches_list' => 'Matches List', 'filter_actions_list' => 'Actions List', // include/email.php 'your_email' => 'your email ...', 'email' => 'Email', 'active' => 'Active', 'apply_changes' => 'Apply Changes', 'add' => 'Add' ); $handle = opendir('locales/plugins/'); while(($file = readdir($handle)) !== false) if(preg_match("/^.*\.en\.inc\.php$/",$file)) require_once('locales/plugins/'.$file); closedir($handle); // PHP 4.3.0 required !!! // foreach(glob("include/plugins/*.en.inc.php") as $file) require_once($file); /******************************************************************************** * $Id$ * vim: set expandtab shiftwidth=4 tabstop=4 softtabstop=4 textwidth=100: ********************************************************************************/ ?>