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