home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / xoops-2.0.18.1.exe / xoops-2.0.18.1 / htdocs / modules / system / language / english / admin / images.php < prev    next >
Encoding:
PHP Script  |  2005-11-03  |  1.5 KB  |  25 lines

  1. <?php
  2. // $Id: images.php 2 2005-11-02 18:23:29Z skalpa $
  3. //%%%%%% Image Manager %%%%%
  4.  
  5.  
  6. define('_MD_IMGMAIN','Image Manager Main');
  7.  
  8. define('_MD_ADDIMGCAT','Add Image Category:');
  9. define('_MD_EDITIMGCAT','Edit Image Category:');
  10. define('_MD_IMGCATNAME','Category Name:');
  11. define('_MD_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>');
  12. define('_MD_IMGCATWGRP','Select groups allowed to upload images:<br /><br /><span style="font-weight: normal;">Typical usage is for moderator and admin groups.</span>');
  13. define('_MD_IMGCATWEIGHT','Display order in image manager:');
  14. define('_MD_IMGCATDISPLAY','Display this category?');
  15. define('_MD_IMGCATSTRTYPE','Images are uploaded to:');
  16. define('_MD_STRTYOPENG','This can not be changed afterwards!');
  17. define('_MD_INDB',' Store in the database (as binary "blob" data)');
  18. define('_MD_ASFILE',' Store as files (in uploads directory)<br />');
  19. define('_MD_RUDELIMGCAT','Are you sure that you want to delete this category and all of its images files?');
  20. define('_MD_RUDELIMG','Are you sure that you want to delete this images file?');
  21.  
  22. define('_MD_FAILDEL', 'Failed deleting image %s from the database');
  23. define('_MD_FAILDELCAT', 'Failed deleting image category %s from the database');
  24. define('_MD_FAILUNLINK', 'Failed deleting image %s from the server directory');
  25. ?>