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_SMILIES_ACTION","Action");
23 define("_AM_SMILIES_ADD", "Add a new smilie");
24 define("_AM_SMILIES_CODE","Code");
25 define("_AM_SMILIES_DELETE","Delete smilie");
26 define("_AM_SMILIES_DELETED","Smilies deleted");
27 define("_AM_SMILIES_DESCRIPTION","Description");
28 define("_AM_SMILIES_DISPLAY","Display in form");
29 define("_AM_SMILIES_EDIT","Edit smilie");
30 define("_AM_SMILIES_FILE","Smilie file");
31 define("_AM_SMILIES_IMAGE_PATH","Files exist in: %s");
32 define("_AM_SMILIES_LIST", "List of smilies");
33 define("_AM_SMILIES_NBTOTAL","There are %s smilies in our database");
34 define("_AM_SMILIES_NBDISPLAY","There are %s visible smilies");
35 define("_AM_SMILIES_NBNOTDISPLAY","There are %s smilies not visible");
36 define("_AM_SMILIES_OFF","Display in the form ");
37 define("_AM_SMILIES_ON","Does not display in the form");
38 define("_AM_SMILIES_SAVE","Smilie saved");
39 define("_AM_SMILIES_SUREDEL","Are you sure you want to delete this smilie?");
40 define("_AM_SMILIES_SMILIE","Smilie");
41 define("_AM_SMILIES_UPLOADS","Upload");
42 
43 // Alert
44 define("_AM_SMILIES_ALERT_ERROR_TITLE","Errors");
45 define("_AM_SMILIES_ALERT_INFO_TITLE","Information for uploads");
46 define("_AM_SMILIES_ALERT_INFO_MAXFILE","Max uploaded files size: %s");
47 define("_AM_SMILIES_ALERT_INFO_MIMETYPES","Authorized mime types: %s");
48 
49 // Tips
50 define("_AM_SMILIES_TIPS","<ul><li>Add, update or delete smilies</li></ul>");