XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
main.php
1
<?php
2
3
define(
'_MD_MESSAGE_NEWMESSAGE'
,
'You have {0} messages.'
);
4
5
define(
'_MD_MESSAGE_FORMERROR1'
,
'Name is required.'
);
6
define(
'_MD_MESSAGE_FORMERROR2'
,
'Add a name with a maximum of 30 characters.'
);
7
define(
'_MD_MESSAGE_FORMERROR3'
,
'Subject is required.'
);
8
define(
'_MD_MESSAGE_FORMERROR4'
,
'Add a subject with a maximum of 100 characters.'
);
9
define(
'_MD_MESSAGE_FORMERROR5'
,
'Message is required.'
);
10
define(
'_MD_MESSAGE_FORMERROR6'
,
'The selected user doesn\'t exist.'
);
11
12
define(
'_MD_MESSAGE_ACTIONMSG1'
,
'The message doesn\'t exist.'
);
13
define(
'_MD_MESSAGE_ACTIONMSG2'
,
'You don\'t have the required permissions.'
);
14
define(
'_MD_MESSAGE_ACTIONMSG3'
,
'The Message was deleted.'
);
15
define(
'_MD_MESSAGE_ACTIONMSG4'
,
'Delete fail!'
);
16
define(
'_MD_MESSAGE_ACTIONMSG5'
,
'Message could not be sent.'
);
17
define(
'_MD_MESSAGE_ACTIONMSG6'
,
'Fail adding to the Sent Box.'
);
18
define(
'_MD_MESSAGE_ACTIONMSG7'
,
'Message was sent.'
);
19
define(
'_MD_MESSAGE_ACTIONMSG8'
,
'You don\'t have the required permissions.'
);
20
define(
'_MD_MESSAGE_ACTIONMSG9'
,
'The user you reply to doesn\'t exist.'
);
21
22
define(
'_MD_MESSAGE_TEMPLATE0'
,
'Cancel'
);
23
define(
'_MD_MESSAGE_TEMPLATE1'
,
'Send message'
);
24
define(
'_MD_MESSAGE_TEMPLATE2'
,
'User name'
);
25
define(
'_MD_MESSAGE_TEMPLATE3'
,
'Subject'
);
26
define(
'_MD_MESSAGE_TEMPLATE4'
,
'Message'
);
27
define(
'_MD_MESSAGE_TEMPLATE5'
,
'Preview'
);
28
define(
'_MD_MESSAGE_TEMPLATE6'
,
'Submit'
);
29
define(
'_MD_MESSAGE_TEMPLATE7'
,
'Sent Box'
);
30
define(
'_MD_MESSAGE_TEMPLATE8'
,
'New message'
);
31
define(
'_MD_MESSAGE_TEMPLATE9'
,
'To'
);
32
define(
'_MD_MESSAGE_TEMPLATE10'
,
'Date'
);
33
define(
'_MD_MESSAGE_TEMPLATE11'
,
'Message Read'
);
34
define(
'_MD_MESSAGE_TEMPLATE12'
,
'From'
);
35
define(
'_MD_MESSAGE_TEMPLATE13'
,
'Reply'
);
36
define(
'_MD_MESSAGE_TEMPLATE14'
,
'Delete'
);
37
define(
'_MD_MESSAGE_TEMPLATE15'
,
'Inbox'
);
38
define(
'_MD_MESSAGE_TEMPLATE16'
,
'Unread'
);
39
define(
'_MD_MESSAGE_TEMPLATE17'
,
'Read'
);
40
define(
'_MD_MESSAGE_TEMPLATE18'
,
'Order'
);
41
define(
'_MD_MESSAGE_TEMPLATE19'
,
'Lock'
);
42
define(
'_MD_MESSAGE_TEMPLATE20'
,
'Unlock'
);
43
define(
'_MD_MESSAGE_TEMPLATE21'
,
'Forward to email'
);
44
define(
'_MD_MESSAGE_TEMPLATE22'
,
'Status'
);
45
46
define(
'_MD_MESSAGE_ADDFAVORITES'
,
'Add to favorites'
);
47
48
define(
'_MD_MESSAGE_FAVORITES0'
,
'Select an user to add.'
);
49
define(
'_MD_MESSAGE_FAVORITES1'
,
'Fail adding!'
);
50
define(
'_MD_MESSAGE_FAVORITES2'
,
'Add'
);
51
define(
'_MD_MESSAGE_FAVORITES3'
,
'Fail Updating!'
);
52
define(
'_MD_MESSAGE_FAVORITES4'
,
'Update'
);
53
define(
'_MD_MESSAGE_FAVORITES5'
,
'Delete Favorite'
);
54
55
define(
'_MD_MESSAGE_SETTINGS'
,
'Private Message Settings'
);
56
define(
'_MD_MESSAGE_SETTINGS_MSG1'
,
'Use private message'
);
57
define(
'_MD_MESSAGE_SETTINGS_MSG2'
,
'Forward to Email'
);
58
define(
'_MD_MESSAGE_SETTINGS_MSG3'
,
'change settings'
);
59
define(
'_MD_MESSAGE_SETTINGS_MSG4'
,
'Fail updating !'
);
60
define(
'_MD_MESSAGE_SETTINGS_MSG5'
,
'You cannot use private message. Please modify settings.'
);
61
define(
'_MD_MESSAGE_SETTINGS_MSG6'
,
'The selected user cannot receive the message.'
);
62
define(
'_MD_MESSAGE_SETTINGS_MSG7'
,
'Display message in the email.'
);
63
define(
'_MD_MESSAGE_SETTINGS_MSG8'
,
'Messages per page'
);
64
define(
'_MD_MESSAGE_SETTINGS_MSG9'
,
'Default settings (15) if value is 0.'
);
65
define(
'_MD_MESSAGE_SETTINGS_MSG10'
,
'Blacklist'
);
66
define(
'_MD_MESSAGE_SETTINGS_MSG11'
,
'Separate User IDs with a comma.'
);
67
define(
'_MD_MESSAGE_SETTINGS_MSG12'
,
'{0} was added to the blacklist.'
);
68
define(
'_MD_MESSAGE_SETTINGS_MSG13'
,
'Fail adding {0}\'s to blacklist.'
);
69
define(
'_MD_MESSAGE_SETTINGS_MSG14'
,
'{0} already exists.'
);
70
define(
'_MD_MESSAGE_SETTINGS_MSG15'
,
'Blacklist management'
);
71
define(
'_MD_MESSAGE_SETTINGS_MSG16'
,
'The user was removed.'
);
72
define(
'_MD_MESSAGE_SETTINGS_MSG17'
,
'Fail removing user.'
);
73
define(
'_MD_MESSAGE_SETTINGS_MSG18'
,
'Details'
);
74
define(
'_MD_MESSAGE_SETTINGS_MSG19'
,
'The user does not exist.'
);
75
76
define(
'_MD_MESSAGE_MAILSUBJECT'
,
'You have a New Private Message'
);
77
define(
'_MD_MESSAGE_MAILBODY'
,
'{0} login, please.'
);
78
79
define(
'_MD_MESSAGE_ADDBLACKLIST'
,
'Blacklist User'
);
80
81
define(
'_MD_MESSAGE_DELETEMSG1'
,
'The parameter is incorrect.'
);
82
define(
'_MD_MESSAGE_DELETEMSG2'
,
'No Items Selected.'
);
83
define(
'_MD_MESSAGE_DELETE_CONFIRM'
,
'Are you sure you want to delete?'
);
84
85
define(
'_MD_MESSAGE_SEARCH'
,
'Search'
);
86
define(
'_MD_MESSAGE_PREV'
,
'Previous'
);
87
define(
'_MD_MESSAGE_NEXT'
,
'Next'
);
88
define(
'_MD_MESSAGE_DELETEMSG_SUCCESS_NUM'
,
'Deleted Messages: {0}'
);
89
define(
'_MD_MESSAGE_DELETEMSG_FAIL_NUM'
,
'Deleted Messages: {0}'
);
90
91
if
(!defined(
'LEGACY_MAIL_LANG'
)) {
92
define(
'LEGACY_MAIL_LANG'
,
'en'
);
93
define(
'LEGACY_MAIL_CHAR'
,
'UTF-8'
);
94
define(
'LEGACY_MAIL_ENCO'
,
'7bit'
);
95
}
html
modules
message
language
english
main.php
Generated by
1.13.2