added gettext support.
[squirrelmail.git] / src / options_submit.php
index 7b7d8238ead6690ef41a11701c22146bff77affb..b8228e9898d7db3e8796d0f3b84e2313d99c735b 100644 (file)
    setSig($data_dir, $username, stripslashes($signature_edit));
 
    echo "<FONT FACE=\"Arial,Helvetica\">";
-   echo "<BR><BR><BR><CENTER><B>Options Saved!</B><BR><BR>";
-   echo "Your options have been saved.<BR><A HREF=\"webmail.php\" TARGET=_top>Click here</A> to continue.";
+   echo "<BR><BR><BR><CENTER><B>";
+   echo _("Options Saved!");
+   echo "</B><BR><BR>";
+   echo _("Your options have been saved.");
+   echo "<BR><A HREF=\"webmail.php\" TARGET=_top>";
+   echo _("Click here");
+   echo "</A>";
+   echo _("to continue.");
    echo "</CENTER></FONT>";
    echo "</BODY></HTML>";
-?>
\ No newline at end of file
+?>