XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
modinfo.php
Go to the documentation of this file.
1 <?php
2 // $Id: modinfo.php 10054 2012-08-11 10:06:44Z beckmi $
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 
7 define("_PM_MI_NAME","Private Messaging");
8 define("_PM_MI_DESC","Module for private messaging between users");
9 
10 define("_PM_MI_INDEX","Home");
11 define("_PM_MI_PRUNE","Prune Messages");
12 
13 define("_PM_MI_LINK_TITLE","PM Link");
14 define("_PM_MI_LINK_DESCRIPTION","Shows a link to send a private message to the user");
15 define("_PM_MI_MESSAGE","Write a message to");
16 
17 define("_PM_MI_PRUNESUBJECT","Prune PM subject line");
18 define("_PM_MI_PRUNESUBJECT_DESC","This will be the subject of the PM to the user, received after a PM prune");
19 define("_PM_MI_PRUNEMESSAGE","Prune PM body message");
20 define("_PM_MI_PRUNEMESSAGE_DESC","This message will be in the body of the message to users after one or more of their messages have been removed from their inbox during a PM prune. Use {PM_COUNT} in the text to be replaced with the number of messages removed from this user's inbox");
21 define("_PM_MI_PRUNESUBJECTDEFAULT","Messages deleted during cleanup");
22 define("_PM_MI_PRUNEMESSAGEDEFAULT","During a cleanup of the Private Messaging, XOOPS has deleted {PM_COUNT} messages from your inbox to save space and resources");
23 
24 define("_PM_MI_MAXSAVE","Maximum items in savebox");
25 define("_PM_MI_MAXSAVE_DESC","");
26 
27 define("_PM_MI_PERPAGE","Messages per page");
28 define("_PM_MI_PERPAGE_DESC","");
29 
30 //1.07
31 define("_PM_MI_ABOUT","About");