X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=philter%2Fphilter%2Flocales%2Fphilter.en.inc.php;h=18a06636e7465925a76980ba668d72eec516e826;hb=5ae3e923e996cb1b613c57455d3df8d01cb74d54;hp=b5ad432915e26160605f350a1427462e8ea3a805;hpb=d821a8ac1e53741f9342a8c3b60acf91d7b85404;p=old-projects.git diff --git a/philter/philter/locales/philter.en.inc.php b/philter/philter/locales/philter.en.inc.php index b5ad432..18a0663 100644 --- a/philter/philter/locales/philter.en.inc.php +++ b/philter/philter/locales/philter.en.inc.php @@ -1,7 +1,6 @@ config['i18n'] = Array( 'del' => 'Delete', 'submit' => 'Submit', + 'del_email_q' => 'Do you really want to delete this email address ?', + 'new_action' => 'New Action', 'new_match' => 'New Match', @@ -41,12 +42,12 @@ $philter->config['i18n'] = Array( 'add' => 'Add' ); -$handle = opendir('locales/plugins'); + +$handle = opendir('locales/plugins/'); while(($file = readdir($handle)) !== false) if(preg_match("/^.*\.en\.inc\.php$/",$file)) - require_once('include/plugins/'.$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);