home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / xoops-2.0.18.1.exe / xoops-2.0.18.1 / htdocs / language / english / mail.php < prev    next >
Encoding:
PHP Script  |  2005-11-03  |  458 b   |  10 lines

  1. <?php
  2. define("_MAIL_MSGBODY", "Message body is not set.");
  3. define("_MAIL_FAILOPTPL", "Failed opening template file.");
  4. define("_MAIL_FNAMENG", "From Name is not set.");
  5. define("_MAIL_FEMAILNG", "From Email is not set.");
  6. define("_MAIL_SENDMAILNG", "Could not send mail to %s.");
  7. define("_MAIL_MAILGOOD", "Mail sent to %s.");
  8. define("_MAIL_SENDPMNG", "Could not send private message to %s.");
  9. define("_MAIL_PMGOOD", "Private message sent to %s.");
  10. ?>