SquirrelMail Logo



\n"; // i18n: %s tags are used in order to remove html URL attributes from translation echo sprintf(_("They can assist you adequately with these issues. The SquirrelMail Project Team cannot help you with that. The %shelp system%s provides answers to frequently asked questions."),'',''); echo "
\n
\n"; // i18n: %s tags are used in order to remove html URL attributes from translation echo sprintf(_("SquirrelMail is a feature rich, standards compliant webmail application written in PHP. It was made by a group of volunteers united in the SquirrelMail Project Team and is released as open source, free software under the %sGNU General Public License%s."),'',''); // add space between two sentences. // Don't want to join two sprintf strings. echo ' '; // i18n: %s tags are used in order to remove html URL attributes from translation echo sprintf(_("For more information about SquirrelMail and the SquirrelMail Project Team, see %sthe SquirrelMail website%s."),'',''); ?>




\n"; echo _("The administrator installed the following plugins:"); echo "
\n"; if ( isset($plugins) && count ($plugins) > 0 ) { sort($plugins); echo "
    \n"; foreach($plugins as $plugin) { echo "
  • " . $plugin . "
  • \n"; } echo "
\n\n"; } else { echo ''._("none installed")."\n\n"; } ?>


© The SquirrelMail Project Team

display('footer.tpl');