Go to the documentation of this file.
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");
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");
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!");
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):');
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:');