PHP Classes

File: htdocs/language/english/mail.php

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/language/english/mail.php   Download  
File: htdocs/language/english/mail.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 526 bytes
 

Contents

Class file image Download
<?php
//
// _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.');