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 
21 //index.php
22 define("_AM_IMAGES_NBCAT","There are <span class='red bold'>%s</span> categories in our database");
23 define("_AM_IMAGES_NBIMAGES","There are <span class='red bold'>%s</span> images in our database");
24 
25 // Common
26 define("_AM_IMAGES_ACTIONS","Actions");
27 define("_AM_IMAGES_NAME","Name");
28 define("_AM_IMAGES_DISPLAY","Display");
29 define("_AM_IMAGES_WEIGHT","Display order in image manager:");
30 define("_AM_IMAGES_VIEW","View");
31 
32 // Categories.php
33 define("_AM_IMAGES_CAT_ADD", "Add a new category");
34 define("_AM_IMAGES_CAT_EDIT","Edit Category");
35 define("_AM_IMAGES_CAT_SAVE", "Category saved");
36 define("_AM_IMAGES_CAT_NOTSAVE", "Category not saved");
37 define("_AM_IMAGES_CAT_DELETE", "Are you sure to delete the category : <span class='bold red'>%s</span><br />and all of its images files?");
38 define("_AM_IMAGES_CAT_SELECT", "Select category");
39 define("_AM_IMAGES_CAT_NBIMAGES","Images");
40 define("_AM_IMAGES_CAT_MAXSIZE","Max size");
41 define("_AM_IMAGES_CAT_MAXWIDTH","Max width");
42 define("_AM_IMAGES_CAT_MAXHEIGHT","Max height");
43 define("_AM_IMAGES_CAT_OFF","Display in image manager");
44 define("_AM_IMAGES_CAT_ON","Does not display in image manager");
45 define("_AM_IMAGES_CAT_INDB",' Store in the database (as binary "blob" data)');
46 define("_AM_IMAGES_CAT_ASFILE"," Store as files (in uploads directory)<br />");
47 define("_AM_IMAGES_CAT_NAME","Category Name:");
48 define("_AM_IMAGES_CAT_READ_GRP",'Select groups for image manager use:<br /><br /><span style="font-weight: normal;">These are groups allowed to use the image manager for selecting images but not uploading. Webmaster has automatic access.</span>');
49 define("_AM_IMAGES_CAT_WRITE_GRP",'Select groups allowed to upload images:<br /><br /><span style="font-weight: normal;">Typical usage is for moderator and admin groups.</span>');
50 define("_AM_IMAGES_CAT_DISPLAY","Display this category ?");
51 define("_AM_IMAGES_CAT_STR_TYPE","Images are uploaded to:");
52 define("_AM_IMAGES_CAT_STR_TYOPENG","This can not be changed afterwards!");
53 
54 define('_AM_IMAGES_CAT_SIZE','Max size allowed (bytes):');
55 define('_AM_IMAGES_CAT_WIDTH','Max width allowed (pixels):');
56 define('_AM_IMAGES_CAT_HEIGHT','Max height allowed (pixels):');
57 
58 // images.php
59 define("_AM_IMAGES_IMG_ADD", "Add a new images");
60 define("_AM_IMAGES_IMG_EDIT","Edit Image");
61 define("_AM_IMAGES_IMG_SAVE", "Image saved");
62 define("_AM_IMAGES_IMG_DELETE","Are you sure to delete the image : <span class='bold red'>%s</span>?");
63 define("_AM_IMAGES_IMG_URL", "Image url");
64 define('_AM_IMAGES_IMG_FILE','Image file:');