From: Pierre Habouzit Date: Wed, 10 Sep 2003 16:28:24 +0000 (+0000) Subject: i18n X-Git-Tag: procmail~48 X-Git-Url: http://git.polytechnique.org/?p=old-projects.git;a=commitdiff_plain;h=5ae3e923e996cb1b613c57455d3df8d01cb74d54 i18n --- diff --git a/philter/philter/include/emails.inc.php b/philter/philter/include/emails.inc.php index 4ef2277..7c302f8 100644 --- a/philter/philter/include/emails.inc.php +++ b/philter/philter/include/emails.inc.php @@ -97,10 +97,11 @@ class EmailPool { * @return the string containing the form */ function to_form() { + global $philter; $res = "
\n" . "\n" - . "\n" - . " \n" + . "\n" + . " \n" . " \n" . "\n"; @@ -121,16 +122,18 @@ class EmailPool { $res .= "
EmailActive
".$philter->i18n('email')."".$philter->i18n('active')." 
\n" . "
\n" . " \n" - . " \n" + . " i18n('apply_changes')."\" />\n" . "
\n" . "
\n"; - $val = 'your email ...'; + $val = $philter->i18n('your_email'); $res .= "
\n" . "\n" - . "\n" + . "i18n('add')."\" />\n" . "
\n"; return $res; diff --git a/philter/philter/include/js_factory.inc.php b/philter/philter/include/js_factory.inc.php index 612cf49..71bbb9f 100644 --- a/philter/philter/include/js_factory.inc.php +++ b/philter/philter/include/js_factory.inc.php @@ -10,6 +10,11 @@