0byt3m1n1
Path:
/
data
/
applications
/
aps
/
xoops
/
2.5.1a-0
/
standard
/
htdocs
/
language
/
english
/
[
Home
]
File: mail.php
<?php // $Id: mail.php 4897 2010-06-19 02:55:48Z phppp $ // _LANGCODE: en // _CHARSET : UTF-8 // Translator: XOOPS Translation Team define('_MAIL_MSGBODY', 'Message body is not set.'); define('_MAIL_FAILOPTPL', 'Failed opening template file.'); define('_MAIL_FNAMENG', 'From Name is not set.'); define('_MAIL_FEMAILNG', 'From Email is not set.'); define('_MAIL_SENDMAILNG', 'Could not send mail to %s.'); define('_MAIL_MAILGOOD', 'Mail sent to %s.'); define('_MAIL_SENDPMNG', 'Could not send private message to %s.'); define('_MAIL_PMGOOD', 'Private message sent to %s.'); ?>