0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
postnuke
/
0.764-3
/
standard
/
htdocs
/
modules
/
MailUsers
/
lang
/
eng
/
[
Home
]
File: global.php
<?php // Generated: $d$ by $id$ // ---------------------------------------------------------------------- // PostNuke Content Management System // Copyright (C) 2001 by The PostNuke Development Team. // http://www.postnuke.com/ // ---------------------------------------------------------------------- // Based on: // PHP-NUKE Web Portal System - http://phpnuke.org/ // Thatware - http://thatware.org/ // ---------------------------------------------------------------------- // LICENSE // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License (GPL) // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // To read the license please visit http://www.gnu.org/copyleft/gpl.html // ---------------------------------------------------------------------- // Original Author of file: Everyone // Purpose of file: Translation files // Translation team: Read credits in /docs/CREDITS.txt // ---------------------------------------------------------------------- define('_MAILUSERSNOAUTH','Sorry! You do not have authorization to mail users'); define('_NB_ERRORCOLOR','#FF0000'); define('_NM_CHOOSEUSER','Choose user'); define('_NM_ERROR1','Sorry! Error! You didn\'t choose a user'); define('_NM_ERROR2','Sorry! Error! You didn\'t specify the \'From\' name'); define('_NM_ERROR3','Sorry! Error! You didn\'t specify the \'From\' e-mail address'); define('_NM_ERROR4','Sorry! Error! You didn\'t specify a subject'); define('_NM_ERROR5','Sorry! Error! You didn\'t specify a message to send to the user(s)'); define('_NM_FROM','From:'); define('_NM_MAILALLUSERS','Mail all registered users'); define('_NM_MAILUSER','Mail user(s)'); define('_NM_MESSAGE','Message:'); define('_NM_REMEMBER','Did you remember to fill-out all fields?'); define('_NM_REPLYTOADDRESS','Reply-to address:'); define('_NM_SEND_MAIL','Send mail'); define('_NM_SUBJECT','Subject:'); define('_NM_USERNAME','Mail user:'); define('_NM_MAILSENT', 'Message(s) sent'); ?>