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 
22 define("_AM_USERRANK_ACTION","Action");
23 define("_AM_USERRANK_ADD","Add a new rank");
24 define("_AM_USERRANK_DELETE","Delete rank");
25 define("_AM_USERRANK_EDIT","Edit rank");
26 define("_AM_USERRANK_IMAGE","Image");
27 define("_AM_USERRANK_IMAGE_PATH","Files exist in: %s");
28 define("_AM_USERRANK_LIST","List of ranks");
29 define("_AM_USERRANK_MAXPOST","Max. Posts");
30 define("_AM_USERRANK_MINPOST","Min. Posts");
31 define("_AM_USERRANK_OFF","Special rank");
32 define("_AM_USERRANK_ON","Does not special rank");
33 define("_AM_USERRANK_SAVE","User rank saved Successfully!");
34 define("_AM_USERRANK_SPECIAL","Special Ranks");
35 define("_AM_USERRANK_SPECIAL_CAN","(Special ranks can be assigned to users irrespective of the number of user posts)");
36 define("_AM_USERRANK_SUREDEL","Are you sure you want to delete this ranking?");
37 define("_AM_USERRANK_TITLE","Title");
38 define("_AM_USERRANK_UPLOAD","Upload");
39 define("_AM_USERRANK_ERROR_POST","You need a positive integer");
40 
41 // Info
42 define("_AM_USERRANK_NBTOTAL","There are %s ranks in our database");
43 define("_AM_USERRANK_NBSPECIAL","There are %s special rank");
44 // Tips
45 define("_AM_USERRANK_TIPS","<ul><li>Add, update or delete user rank</li></ul>");
46 define("_AM_USERRANK_TIPS_FORM1","<ul><li>Authorized mime types: %s</li>");
47 define("_AM_USERRANK_TIPS_FORM2","<li>Max uploaded files size: %s KB</li></ul>");