1<?php
2
3define("LAN_PM", "Private Message");
4define("LAN_PM_1", "Send Private Message");
5define("LAN_PM_2", "To");
6define("LAN_PM_3", "Preview");
7define("LAN_PM_4", "Userclass");
8define("LAN_PM_5", "Subject");
9define("LAN_PM_6", "Message");
10define("LAN_PM_7", "Emotes");
11define("LAN_PM_8", "Attachments");
12define("LAN_PM_9", "Read receipt");
13define("LAN_PM_10", "Send me an email when this PM is read");
14define("LAN_PM_11", "add new upload");
15define("LAN_PM_12", "You are not authorized to use the PM system");
16define("LAN_PM_13", "Your outbox is currently {PERCENT}% full, you are unable to send PMs until you delete some");
17define("LAN_PM_14", "ERROR: Possible duplicate post, PM not sent");
18define("LAN_PM_15", "You are not allowed to send to userclass");
19define("LAN_PM_16", "Must be member of class");
20define("LAN_PM_17", "User not found");
21define("LAN_PM_18", "You are not allowed to send PMs to: ");
22define("LAN_PM_19", "Your outbox is full, you are not allowed to send PMs");
23define("LAN_PM_21", "Adding this PM will exceed your maximum outbox size, PM not posted");
24define("LAN_PM_22", "File upload failed");
25define("LAN_PM_23", "You are not allowed to send attachments");
26define("LAN_PM_24", "Deleting PM");
27// define("LAN_PM_25", "Inbox");
28// define("LAN_PM_26", "Outbox");
29define("LAN_PM_27", "Unread");
30define("LAN_PM_28", "N/A");
31define("LAN_PM_29", "Message Sent");
32define("LAN_PM_30", "Message Read");
33define("LAN_PM_31", "From");
34define("LAN_PM_32", "Received");
35define("LAN_PM_33", "Sent");
36define("LAN_PM_34", "No Messages");
37define("LAN_PM_35", "Send new message");
38define("LAN_PM_36", "total");
39define("LAN_PM_37", "unread");
40define("LAN_PM_38", "PM Sent to userclass");
41define("LAN_PM_39", "Failed to send PM to");
42define("LAN_PM_40", "PM Sent to user");
43define("LAN_PM_41", "Failed to post PM to your Outbox");
44
45define("LAN_PM_42", "PM deleted from inbox");
46define("LAN_PM_43", "PM deleted from outbox");
47define("LAN_PM_44", "Block removed: {UNAME} is now allowed to send you PMs");
48define("LAN_PM_45", "ERROR: Block not removed, unknown error");
49define("LAN_PM_46", "Block not in place for {UNAME}");
50define("LAN_PM_47", "Block added: {UNAME} is no longer allowed to send you PMs");
51define("LAN_PM_48", "ERROR: Block not added, unknown error");
52define("LAN_PM_49", "ERROR: Block already in place for {UNAME}");
53define("LAN_PM_50", "Block User");
54define("LAN_PM_51", "Unblock User");
55//define("LAN_PM_52", "Delete"); "" new > LAN_DELETE
56define("LAN_PM_53", "Delete Selected");
57define("LAN_PM_54", "Quote original");
58define("LAN_PM_55", "Send Reply");
59define("LAN_PM_56", "You are not permitted to reply to this message");
60define("LAN_PM_57", "Message not found");
61define("LAN_PM_58", "Re: ");
62define("LAN_PM_59", "Go to page: ");
63define("LAN_PM_60", "You are not permitted to view this message");
64define("LAN_PM_61", "No subject");
65define("LAN_PM_62", "File: [{FILENAME}] exceeds size limit - not attached");
66define("LAN_PM_63", "class:");
67define("LAN_PM_64", "ERROR: You are not permitted to block messages from site administrators");
68define("LAN_PM_65", "ERROR: Nothing to send");
69define("LAN_PM_66", "Blocked Senders");
70define("LAN_PM_67", "No users blocked");
71define("LAN_PM_68", "User Name");
72define("LAN_PM_69", "Date blocked");
73define("LAN_PM_70", "Deleting block on user");
74define("LAN_PM_71", "[x] attachment(s) deleted. [y] failure(s)");
75
76
77define("LAN_PM_100", "New PM from ");
78define("LAN_PM_101", "You have received a new Private Message from ");
79define("LAN_PM_102", "Message sent from: ");
80define("LAN_PM_103", "Message subject: ");
81define("LAN_PM_104", "Number of attachments: ");
82define("LAN_PM_105", "You can view the PM at: ");
83define("LAN_PM_106", "PM read by ");
84define("LAN_PM_107", "The Private Message you sent to {UNAME} was read on ");
85define("LAN_PM_108", "Message sent on: ");
86define("LAN_PM_109", "New Message(s)");
87define("LAN_PM_111", "Read");
88define("LAN_PM_112", "User(s)");
89
90define("LAN_PM_113", "Read Message");
91define("LAN_PM_114", "You do not have access to send to this user.");
92define("LAN_PM_115", "User Not Found");
93
94