XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
pmsg.php
Go to the documentation of this file.
1 <?php
2 // $Id: pmsg.php 10054 2012-08-11 10:06:44Z beckmi $
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 //%%%%%% File Name readpmsg.php %%%%%
7 define('_PM_DELETED','Your message(s) has been deleted');
8 define('_PM_PRIVATEMESSAGE','Private Messages');
9 define('_PM_INBOX','Inbox');
10 define('_PM_FROM','From');
11 define('_PM_YOUDONTHAVE','You don\'t have any private messages');
12 define('_PM_FROMC','From: ');
13 define('_PM_SENTC','Sent: '); // The date of message sent
14 define('_PM_PROFILE','Profile');
15 // %s is a username
16 define('_PM_PREVIOUS','Previous Message');
17 define('_PM_NEXT','Next Message');
18 //%%%%%% File Name pmlite.php %%%%%
19 define('_PM_SORRY','Sorry! You are not a registered user.');
20 define('_PM_REGISTERNOW','Register Now!');
21 define('_PM_GOBACK','Go Back');
22 define('_PM_USERNOEXIST','The selected user doesn\'t exist in the database.');
23 define('_PM_PLZTRYAGAIN','Please check the name and try again.');
24 define('_PM_MESSAGEPOSTED','Your message has been posted');
25 define('_PM_CLICKHERE','You can click here to view your private messages');
26 define('_PM_ORCLOSEWINDOW','Or click here to close this window.');
27 define('_PM_USERWROTE','%s wrote:');
28 define('_PM_TO','To: ');
29 define('_PM_SUBJECTC','Subject: ');
30 define('_PM_MESSAGEC','Message: ');
31 define('_PM_CLEAR','Clear');
32 define('_PM_CANCELSEND','Cancel Send');
33 define('_PM_SUBMIT','Submit');
34 //%%%%%% File Name viewpmsg.php %%%%%
35 define('_PM_SUBJECT','Subject');
36 define('_PM_DATE','Date');
37 define('_PM_NOTREAD','Not Read');
38 define('_PM_SEND','Send');
39 define('_PM_DELETE','Delete');
40 define('_PM_REPLY','Reply');
41 define('_PM_PLZREG','Please register first to send private messages!');
42 define('_PM_ONLINE','Online');
43 //XOOPS 2.5.2
44 define('_PM_SURE_TO_DELETE',"Are you sure you want to delete these message(s)?");
45 //XOOPS 2.5.5
46 define('_PM_READ','Already Read');