XOOPS  2.6.0
main.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 define('_MD_COMMENTS_TITLE', 'Title');
20 define('_MD_COMMENTS_MESSAGE', 'Message');
21 define('_MD_COMMENTS_DOSMILEY', 'Enable Smiley Icons');
22 define('_MD_COMMENTS_DOHTML', 'Enable HTML Tags');
23 define('_MD_COMMENTS_DOAUTOWRAP', 'Auto wrap lines');
24 define('_MD_COMMENTS_DOXCODE', 'Enable XOOPS Codes');
25 define('_MD_COMMENTS_REFRESH', 'Refresh');
26 define('_MD_COMMENTS_PENDING', 'Pending');
27 define('_MD_COMMENTS_HIDDEN', 'Hidden');
28 define('_MD_COMMENTS_ACTIVE', 'Active');
29 define('_MD_COMMENTS_STATUS', 'Status');
30 define('_MD_COMMENTS_POSTCOMMENT', 'Publish Comment');
31 define('_MD_COMMENTS_REPLIES', 'Replies');
32 define('_MD_COMMENTS_PARENT', 'Parent');
33 define('_MD_COMMENTS_TOP', 'Top');
34 //define('_MD_COMMENTS_BOTTOM', 'Bottom');
35 define('_MD_COMMENTS_ONLINE', 'Online!');
36 define('_MD_COMMENTS_POSTED', 'Published'); // Posted date
37 define('_MD_COMMENTS_UPDATED', 'Updated');
38 define('_MD_COMMENTS_THREAD', 'Thread');
39 define('_MD_COMMENTS_POSTER', 'Author');
40 define('_MD_COMMENTS_JOINED', 'Joined');
41 define('_MD_COMMENTS_POSTS', 'Comments');
42 define('_MD_COMMENTS_FROM', 'From');
43 define('_MD_COMMENTS_COMDELETED', 'Comment(s) deleted.');
44 define('_MD_COMMENTS_COMDELETENG', 'Could not delete comment.');
45 define('_MD_COMMENTS_DELETESELECT', 'Delete all its child comments?');
46 define('_MD_COMMENTS_DELETEONE', 'No, delete only this comment');
47 define('_MD_COMMENTS_DELETEALL', 'Yes, delete all');
48 define('_MD_COMMENTS_THANKSPOST', 'Thanks for your comments!');
49 define('_MD_COMMENTS_NOTICE', "The comments are owned by the author. We aren't responsible for their content.");
50 define('_MD_COMMENTS_COMRULES', 'Comment Rules');
51 define('_MD_COMMENTS_COMAPPROVEALL', 'Comments are always approved');
52 define('_MD_COMMENTS_COMAPPROVEUSER', 'Comments by registered users are always approved');
53 define('_MD_COMMENTS_COMAPPROVEADMIN', 'All comments need to be approved by administrator');
54 define('_MD_COMMENTS_COMANONPOST', 'Allow anonymous comments?');
55 define('_MD_COMMENTS_COMNOCOM', 'Disable comments');
56 
57 //For uninstall
58 define("_MD_COMMENTS_DELETE","Deleting comments...");
59 define("_MD_COMMENTS_DELETE_ERROR","ERROR: Could not delete comments");
60 define("_MD_COMMENTS_DELETED","Comments deleted");