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 / blocksadmin.php < prev    next >
Encoding:
PHP Script  |  2006-05-27  |  3.0 KB  |  71 lines

  1. <?php
  2. // $Id: blocksadmin.php 506 2006-05-26 23:10:37Z skalpa $
  3. //%%%%%%    Admin Module Name  Blocks     %%%%%
  4. define("_AM_DBUPDATED",_MD_AM_DBUPDATED);
  5.  
  6. //%%%%%%    blocks.php     %%%%%
  7. define("_AM_BADMIN","Blocks Administration");
  8. define("_AM_ADDBLOCK","Add a new block");
  9. define("_AM_LISTBLOCK","List all blocks");
  10. define("_AM_SIDE","Side");
  11. define("_AM_BLKDESC","Block Description");
  12. define("_AM_TITLE","Title");
  13. define("_AM_WEIGHT","Weight");
  14. define("_AM_ACTION","Action");
  15. define("_AM_BLKTYPE","Block Type");
  16. define("_AM_LEFT","Left");
  17. define("_AM_RIGHT","Right");
  18. define("_AM_CENTER","Center");
  19. define("_AM_VISIBLE","Visible");
  20. define("_AM_POSCONTT","Position of the additional content");
  21. define("_AM_ABOVEORG","Above the original content");
  22. define("_AM_AFTERORG","After the original content");
  23. define("_AM_EDIT","Edit");
  24. define("_AM_DELETE","Delete");
  25. define("_AM_SBLEFT","Side Block - Left");
  26. define("_AM_SBRIGHT","Side Block - Right");
  27. define("_AM_CBLEFT","Center Block - Left");
  28. define("_AM_CBRIGHT","Center Block - Right");
  29. define("_AM_CBCENTER","Center Block - Center");
  30. define("_AM_CBBOTTOMLEFT","Center Block - Bottom left");
  31. define("_AM_CBBOTTOMRIGHT","Center Block - Bottom right");
  32. define("_AM_CBBOTTOM","Center Block - Bottom");
  33. define("_AM_CONTENT","Content");
  34. define("_AM_OPTIONS","Options");
  35. define("_AM_CTYPE","Content Type");
  36. define("_AM_HTML","HTML");
  37. define("_AM_PHP","PHP Script");
  38. define("_AM_AFWSMILE","Auto Format (smilies enabled)");
  39. define("_AM_AFNOSMILE","Auto Format (smilies disabled)");
  40. define("_AM_SUBMIT","Submit");
  41. define("_AM_CUSTOMHTML","Custom Block (HTML)");
  42. define("_AM_CUSTOMPHP","Custom Block (PHP)");
  43. define("_AM_CUSTOMSMILE","Custom Block (Auto Format + smilies)");
  44. define("_AM_CUSTOMNOSMILE","Custom Block (Auto Format)");
  45. define("_AM_DISPRIGHT","Display only rightblocks");
  46. define("_AM_SAVECHANGES","Save Changes");
  47. define("_AM_EDITBLOCK","Edit a block");
  48. define("_AM_SYSTEMCANT","System blocks cannot be deleted!");
  49. define("_AM_MODULECANT","This block cannot be deleted directly! If you wish to disable this block, deactivate the module.");
  50. define("_AM_RUSUREDEL","Are you sure you want to delete block <b>%s</b>?");
  51. define("_AM_NAME","Name");
  52. define("_AM_USEFULTAGS","Useful Tags:");
  53. define("_AM_BLOCKTAG1","%s will print %s");
  54. define('_AM_SVISIBLEIN', 'Show blocks visible in %s');
  55. define('_AM_TOPPAGE', 'Top Page');
  56. define('_AM_VISIBLEIN', 'Visible in');
  57. define('_AM_ALLPAGES', 'All Pages');
  58. define('_AM_TOPONLY', 'Top Page Only');
  59. define('_AM_ADVANCED', 'Advanced Settings');
  60. define('_AM_BCACHETIME', 'Cache lifetime');
  61. define('_AM_BALIAS', 'Alias name');
  62. define('_AM_CLONE', 'Clone');  // clone a block
  63. define('_AM_CLONEBLK', 'Clone'); // cloned block
  64. define('_AM_CLONEBLOCK', 'Create a clone block');
  65. define('_AM_NOTSELNG', "'%s' is not selected!"); // error message
  66. define('_AM_EDITTPL', 'Edit Template');
  67. define('_AM_MODULE', 'Module');
  68. define('_AM_GROUP', 'Group');
  69. define('_AM_UNASSIGNED', 'Unassigned');
  70. ?>
  71.