XOOPS  2.6.0
admin.php
Go to the documentation of this file.
1 <?php
2 /*
3  You may not change or alter any portion of this comment or credits
4  of supporting developers from this source code or any supporting source code
5  which is considered copyrighted (c) material of the original comment or credit authors.
6 
7  This program is distributed in the hope that it will be useful,
8  but WITHOUT ANY WARRANTY; without even the implied warranty of
9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10  */
11 
19 // Manager
20 //define("_AM_COMMENTS_NAV_MANAGER","Comment Management");
21 //define("_AM_COMMENTS_NAV_MAIN","List");
22 //define("_AM_COMMENTS_NAV_PURGE","Purge");
23 
24 // Nav
25 //define("_AM_COMMENTS_MODULE_ADMIN","Modules Administration");
26 
27 // Tips
28 define("_AM_COMMENTS_NAV_TIPS","
29 <ul>
30 <li>Manage comments for all your modules.</li>
31 <li>Delete comments easily with the purge.</li>
32 </ul>");
33 
34 // Form
35 //define("_AM_COMMENTS_FORM_LIST_COMMENTS","List Comments");
36 define("_AM_COMMENTS_FORM_ALL_MODS","All modules");
37 define("_AM_COMMENTS_FORM_ALL_STATUS","Any status");
38 
39 define("_AM_COMMENTS_FORM_PURGE","Purge");
40 define("_AM_COMMENTS_FORM_PURGE_DATE_AFTER","After this date (leave empty for any date)");
41 define("_AM_COMMENTS_FORM_PURGE_DATE_BEFORE","Before this date (leave empty for any date)");
42 define("_AM_COMMENTS_FORM_PURGE_GROUPS","Groups");
43 define("_AM_COMMENTS_FORM_PURGE_USER","User name");
44 define("_AM_COMMENTS_FORM_PURGE_STATUS","Status");
45 define("_AM_COMMENTS_FORM_PURGE_MODULES","Modules");
46 
47 // Tab
48 define("_AM_COMMENTS_TITLE","Title");
49 define("_AM_COMMENTS_POSTED","Author");
50 define("_AM_COMMENTS_IP","IP");
51 define("_AM_COMMENTS_MODULE","Module");
52 define("_AM_COMMENTS_STATUS","Status");
53 define("_AM_COMMENTS_ACTION","Action");
54 define("_AM_COMMENTS_VIEW","See comment");
55 
56 define("_AM_COMMENTS_NO_COMMENTS","No comments");
57 //define("_AM_COMMENTS_COMMENTS_FOUND","%s comment(s) found.");
58 
59 //since 2.6
60 define("_AM_COMMENTS_DELETE_LIMIT","Sorry, you can delete only 4000 comments at a time.");