XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
main.php
Go to the documentation of this file.
1 <?php
2 // $Id: main.php 11355 2013-04-07 03:14:28Z beckmi $
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 
7 //%%%%%% File Name readpmsg.php %%%%%
8 define("_PM_DELETED","Your message(s) has been deleted");
9 define("_PM_PRIVATEMESSAGE","Private Messages");
10 define("_PM_INBOX","Inbox");
11 define("_PM_FROM","From");
12 define("_PM_YOUDONTHAVE","You don't have any private messages");
13 define("_PM_FROMC","From: ");
14 define("_PM_SENTC","Sent: "); // The date of message sent
15 define("_PM_PROFILE","Profile");
16 
17 // %s is a username
18 define("_PM_PREVIOUS","Previous Message");
19 define("_PM_NEXT","Next Message");
20 
21 //%%%%%% File Name pmlite.php %%%%%
22 define("_PM_SORRY","Sorry! You are not a registered user.");
23 define("_PM_REGISTERNOW","Register Now!");
24 define("_PM_GOBACK","Go Back");
25 define("_PM_USERNOEXIST","The selected user doesn't exist in the database.");
26 define("_PM_PLZTRYAGAIN","Please check the name and try again.");
27 define("_PM_MESSAGEPOSTED","Your message has been posted");
28 define("_PM_CLICKHERE","You can click here to view your private messages");
29 define("_PM_ORCLOSEWINDOW","Or click here to close this window.");
30 define("_PM_USERWROTE","%s wrote:");
31 define("_PM_TO","To: ");
32 define("_PM_SUBJECTC","Subject: ");
33 define("_PM_MESSAGEC","Message: ");
34 define("_PM_CLEAR","Clear");
35 define("_PM_CANCELSEND","Cancel Send");
36 define("_PM_SUBMIT","Submit");
37 define("_PM_SAVEINOUTBOX","Save a copy in your outbox?");
38 
39 //%%%%%% File Name viewpmsg.php %%%%%
40 define("_PM_SUBJECT","Subject");
41 define("_PM_DATE","Date");
42 define("_PM_NOTREAD","Not Read");
43 define("_PM_SEND","Send new message");
44 define("_PM_DELETE","Delete");
45 define("_PM_TOSAVE","Move to Savebox");
46 define("_PM_UNSAVE","Move out of Savebox");
47 define("_PM_EMPTY","Empty");
48 define("_PM_REPLY","Reply");
49 define("_PM_PLZREG","Please register first to send private messages!");
50 define("_PM_SAVED_PART","You are allowed %d in your Savebox and you saved %d messages for this time");
51 define("_PM_SAVED_ALL","Messages have been moved to Savebox");
52 define("_PM_UNSAVED","Messages have been removed from Savebox");
53 define("_PM_EMPTIED","The box has been emptied");
54 define("_PM_RUSUREEMPTY","Are you sure to empty the box?");
55 define("_PM_SURE_TO_DELETE","Are you sure to delete these message(s)?");
56 
57 define("_PM_ONLINE","Online");
58 
59 define("_PM_OUTBOX","Outbox");
60 define("_PM_SAVEBOX","Savebox");
61 define("_PM_SAVE","SAVE");
62 
63 //WANISYS.NET PM HACK1.5
64 define("_PM_SORT","SORT");
65 define("_PM_ORDER","ORDER");
66 
67 define("_PM_TIME","Post Date");
68 define("_PM_ASC","ASC");
69 define("_PM_DESC","DESC");
70 define("_PM_LIMIT","PMs per Page");
71 define("_PM_BACKTOBOX","Back to Box");
72 define("_PM_SORTSUBMIT","Submit");
73 define("_PM_PREVIOUSP","Previous");
74 define("_PM_NEXTP","Next");
75 
76 define("_PM_MAILNOTIFY","%s-You've got a new PM from %s");
77 define("_PM_MAILMESSAGE","Hello!\nA New PM has arrived from %s\n\nTitle of PM is\n%s\n\nYou can view the PM here\n%s\n\n-----------\nYou are receiving this message because you selected to be notified when you receive a new PM\n\nYou can change your PM-Config\n%s\n\nPlease do not reply to this message\n\n---------\nBest Regards\n%s\n%s\n%s");
78 
79 define("_PM_EMAIL","Forward to email");
80 define("_PM_EMAIL_DESC","Dear %s, this is a message transfered from your account at ".$GLOBALS['xoopsConfig']['sitename']);
81 define("_PM_EMAIL_FROM","From %s");
82 define("_PM_EMAIL_TO","To %s");
83 define("_PM_EMAIL_SUBJECT","[message]%s");
84 define("_PM_EMAIL_MESSAGE","Message content");
85 
86 define("_PM_ACTION_DONE","Operation executed successfully");
87 define("_PM_ACTION_ERROR","Operation failed");
88 
89 //XOOPS 2.5.2
90 define("_PM_READ","Already Read");
91 define("_PM_SUBJECT_ICONS","Subject Icons: ");