error message i18n handling
[old-projects.git] / philter / philter / locales / philter.en.inc.php
index 184cf43..000101b 100644 (file)
@@ -21,9 +21,14 @@ $philter->config['i18n'] = Array(
     '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',