PHP Classes

File: htdocs/modules/pm/language/english/admin.php

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/modules/pm/language/english/admin.php   Download  
File: htdocs/modules/pm/language/english/admin.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 659 bytes
 

Contents

Class file image Download
<?php
//
// _LANGCODE: en
// _CHARSET : UTF-8
// Translator: XOOPS Translation Team
define('_PM_AM_PRUNE', 'Prune');
define('_PM_AM_PRUNEAFTER', 'Prune messages posted after this date (leave blank for no start date)');
define('_PM_AM_PRUNEBEFORE', 'Prune messages posted before this date (leave blank for no end date)');
define('_PM_AM_ONLYREADMESSAGES', 'Prune only read messages');
define('_PM_AM_INCLUDESAVE', "Include messages in users' \"save\" folders");
define('_PM_AM_NOTIFYUSERS', 'Notify affected users about the prune?');
define('_PM_AM_MESSAGESPRUNED', '%u Messages Pruned');
define('_PM_AM_ERRORWHILEPRUNING', 'An error occurred during prune');