XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
modinfo.php
1
<?php
2
3
define(
'_MI_MESSAGE_NAME'
,
'Message'
);
4
define(
'_MI_MESSAGE_DESC'
,
'This module provides Private Message functionality.'
);
5
define(
'_MI_MESSAGE_SUB_NEW'
,
'Compose Message'
);
6
define(
'_MI_MESSAGE_SUB_SEND'
,
'Sent Box'
);
7
define(
'_MI_MESSAGE_SUB_SEARCH'
,
'User search'
);
8
define(
'_MI_MESSAGE_SUB_FAVORITES'
,
'Favorite Users'
);
9
define(
'_MI_MESSAGE_SUB_SETTINGS'
,
'Settings'
);
10
11
define(
'_MI_MESSAGE_PAGENUM'
,
'Row number'
);
12
define(
'_MI_MESSAGE_PAGENUM_DESC'
,
'Messages displayed per page.'
);
13
define(
'_MI_MESSAGE_SAVEDAYS'
,
'Message purge schedule'
);
14
define(
'_MI_MESSAGE_SAVEDAYS_DESC'
,
'How many Days a message should be preserved?'
);
15
define(
'_MI_MESSAGE_NEWALERT'
,
'Use block : New Messages'
);
16
define(
'_MI_MESSAGE_NEWALERT_DESC'
,
'Requires installation of module MyFriend and the block New Messages.'
);
17
define(
'_MI_MESSAGE_USERINFO'
,
'Replace user_userinfo.html?'
);
18
define(
'_MI_MESSAGE_USERINFO_DESC'
,
'Change User profile template user_userinfo.html to the one of this module?'
);
19
define(
'_MI_MESSAGE_DELTYPE'
,
'Purge unread messages?'
);
20
define(
'_MI_MESSAGE_DELTYPE_DESC'
,
'The unread messages are automatically deleted during purge process.'
);
21
define(
'_MI_MESSAGE_DEFAULT_USEPM'
,
'Default setting: Use private message'
);
22
define(
'_MI_MESSAGE_DEFAULT_USEPM_DESC'
,
'Set up "Use private message" by default to all users.'
);
23
define(
'_MI_MESSAGE_DEFAULT_TOMAIL'
,
'Default setting: Forward to email'
);
24
define(
'_MI_MESSAGE_DEFAULT_TOMAIL_DESC'
,
'Set up "Forward to email" for the person who is not set up.'
);
25
define(
'_MI_MESSAGE_DEFAULT_VIEWMSM'
,
'Default setting: Include the original message in mail'
);
26
define(
'_MI_MESSAGE_DEFAULT_VIEWMSM_DESC'
,
'Set up "Include the original message in mail" by default to all users.'
);
27
28
define(
'_MI_MESSAGE_BLOCK_NAME'
,
'New Messages'
);
29
define(
'_MI_INQUIRY_INSTALL_ERROR'
,
'This module only works with PHP7+.'
);
30
define(
'_MI_MESSAGE_INSTALL_ERROR2'
,
'Please uninstall the default PM module of XCL package.'
);
html
modules
message
language
english
modinfo.php
Generated by
1.13.2