|
@@ -55,6 +55,10 @@ echo "<br />\n<br />\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."),'<a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">','</a>');
|
|
|
|
|
|
+// 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."),'<a href="http://www.squirrelmail.org/" target="_blank">','</a>');
|
|
|
?>
|