Go to the documentation of this file.
11 define(
"_AM_SYSTEM_IMAGES_MANAGER",
"Image Manager");
12 define(
"_AM_SYSTEM_IMAGES_MAIN",
"Main");
13 define(
"_AM_SYSTEM_IMAGES_IMGLIST",
"Image List");
16 define(
"_AM_SYSTEM_IMAGES_ADDCAT",
"Add Category");
17 define(
"_AM_SYSTEM_IMAGES_ADDIMG",
"Add Image");
18 define(
"_AM_SYSTEM_IMAGES_EDITIMG",
"Edit Image");
19 define(
"_AM_SYSTEM_IMAGES_CATLIST",
"Category List");
20 define(
"_AM_SYSTEM_IMAGES_NOCAT",
"No Category Available");
21 define(
"_AM_SYSTEM_IMAGES_NAME",
"Name");
22 define(
"_AM_SYSTEM_IMAGES_NBIMAGES",
"Images");
23 define(
"_AM_SYSTEM_IMAGES_MAXSIZE",
"Max size");
24 define(
"_AM_SYSTEM_IMAGES_MAXWIDTH",
"Max width");
25 define(
"_AM_SYSTEM_IMAGES_MAXHEIGHT",
"Max height");
26 define(
"_AM_SYSTEM_IMAGES_DISPLAY",
"Display");
27 define(
"_AM_SYSTEM_IMAGES_ACTIONS",
"Actions");
28 define(
"_AM_SYSTEM_IMAGES_VIEW",
"View");
29 define(
"_AM_SYSTEM_IMAGES_INDB",
' Store in the database (as binary "blob" data)');
30 define(
"_AM_SYSTEM_IMAGES_ASFILE",
" Store as files (in uploads directory)<br />");
31 define(
"_AM_SYSTEM_IMAGES_IMGCATNAME",
"Category Name:");
32 define(
"_AM_SYSTEM_IMAGES_IMGCATRGRP",
'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>');
33 define(
"_AM_SYSTEM_IMAGES_IMGCATWGRP",
'Select groups allowed to upload images:<br /><br /><span style="font-weight: normal;">Typical usage is for moderator and admin groups.</span>');
34 define(
"_AM_SYSTEM_IMAGES_IMGCATDISPLAY",
"Display this category ?");
35 define(
"_AM_SYSTEM_IMAGES_IMGCATSTRTYPE",
"Images are uploaded to:");
36 define(
"_AM_SYSTEM_IMAGES_STRTYOPENG",
"This can not be changed afterwards!");
37 define(
"_AM_SYSTEM_IMAGES_IMGCATWEIGHT",
"Display order in image manager:");
38 define(
"_AM_SYSTEM_IMAGES_OFF",
"Display in image manager");
39 define(
"_AM_SYSTEM_IMAGES_ON",
"Does not display in image manager");
40 define(
"_AM_SYSTEM_IMAGES_URL",
"Show image URL");
43 define(
"_AM_SYSTEM_IMAGES_RUDELIMG",
"Are you sure that you want to delete this images file ?");
44 define(
"_AM_SYSTEM_IMAGES_FAILSAVE",
"Failed save image %s into the database");
45 define(
"_AM_SYSTEM_IMAGES_RUDELIMGCAT",
"Are you sure that you want to delete this category and all of its images files?");
46 define(
"_AM_SYSTEM_IMAGES_FAILDEL",
"Failed deleting image %s from the database");
47 define(
"_AM_SYSTEM_IMAGES_FAILDELCAT",
"Failed deleting image category %s from the database");
48 define(
"_AM_SYSTEM_IMAGES_FAILUNLINK",
"Failed deleting image %s from the server directory");
51 define(
"_AM_SYSTEM_IMAGES_TIPS",
"<ul><li>Manage categories of images and users permissions</li></ul>");