0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
postnuke
/
0.764-3
/
standard
/
htdocs
/
modules
/
Messages
/
pnlang
/
eng
/
[
Home
]
File: user.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('_MESSAGESNOTREAD', 'unread message(s)'); define('_MESSAGESNOSUBJECT', '<no subject>'); define('_MESSAGES','Your private messages'); define('_MESSAGESSEND', 'Send Message'); define('_MESSAGESVIEW' ,'View Messages'); define('_MESSAGESSENDTO', 'Send a private message to'); define('_MESSAGESLOGINSENDTO', 'Login to send a private message to'); define('_MESSAGESDONTHAVEMESSAGES','You don\'t have any messages'); define('_MESSAGESSENDMSG','Send private message'); define('_MESSAGESABOUTPOSTING','About posting'); define('_MESSAGESALLREGCANPOST','All registered users can post private messages'); define('_MESSAGESSUBJECT', 'Subject'); define('_MESSAGESMESSAGE','Message'); define('_MESSAGESBBCODE','BBCode'); define('_MESSAGESCANCELREPLY','Cancel reply'); define('_MESSAGESCANCELSEND','Cancel send'); define('_MESSAGESPOSTED','Your message has been posted.'); define('_MESSAGESFROM','From'); define('_MESSAGESDELETED','Your message has been deleted.'); define('_MESSAGESWROTE','wrote'); define('_MESSAGESPROFILE','Profile'); define('_MESSAGESSENT','Sent'); define('_MESSAGESREPLY','Reply'); define('_MESSAGESPREVIOUS','Previous message'); define('_MESSAGESNEXT','Next message'); define('_MESSAGESNOSUCHMESSAGE', 'Message not found'); define('_MESSAGESNOSELECTED','No message(s) selected'); define('_MESSAGESNOTSENTTOYOU','You can\'t reply to that message. It wasn\'t sent to you.'); define('_MESSAGESUSERNOTINDB','Unknown user'); define('_MESSAGESCHECKNAMEANDTRY','Please check that the name of the user you are sending a message to is a real user and known by this system'); define('_MESSAGESICON', 'Icon'); define('_MESSAGESRE', 'Re'); ?>