XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
admin.php
Go to the documentation of this file.
1 <?php
2 // $Id: admin.php 11355 2013-04-07 03:14:28Z beckmi $
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 
7 define("_PM_AM_PRUNE","Prune");
8 define("_PM_AM_PRUNEAFTER","Prune messages posted after this date (leave blank for no start date)");
9 define("_PM_AM_PRUNEBEFORE","Prune messages posted before this date (leave blank for no end date)");
10 define("_PM_AM_ONLYREADMESSAGES","Prune only read messages");
11 define("_PM_AM_INCLUDESAVE","Include messages in users' \"save\" folders");
12 define("_PM_AM_NOTIFYUSERS","Notify affected users about the prune?");
13 
14 define("_PM_AM_MESSAGESPRUNED","%u Messages Pruned");
15 define("_PM_AM_ERRORWHILEPRUNING","An error occurred during prune");