_("Change Password"), 'url' => SM_PATH . 'plugins/change_pass/options.php', 'desc' => _("This connects to your local Password Server to change your email password."), 'js' => false ); bindtextdomain('squirrelmail', SM_PATH . 'locale'); textdomain('squirrelmail'); } function change_pass_save_pref() { if(sqgetGlobalVar('plugin_change_pass', $plugin_change_pass)) { include_once(SM_PATH . 'functions/i18n.php'); bindtextdomain('change_pass', SM_PATH . 'plugins/change_pass/locale'); textdomain('change_pass'); echo '

' . _("Password changed successfully.") . "

\n"; bindtextdomain('squirrelmail', SM_PATH . 'locale'); textdomain('squirrelmail'); } } function change_pass_version() { return '2.7a-1.4.x'; } ?>