Zikula_System_Modules
[ class tree: Zikula_System_Modules ] [ index: Zikula_System_Modules ] [ all elements ]

Source for file admin.php

Documentation is available at admin.php

  1. <?php
  2. /**
  3.  * Zikula Application Framework
  4.  *
  5.  * @copyright (c) 2002, Zikula Development Team
  6.  * @link http://www.zikula.org
  7.  * @version $Id: admin.php 24342 2008-06-06 12:03:14Z markwest $
  8.  * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
  9.  * @package Zikula_System_Modules
  10.  * @subpackage Blocks
  11.  */
  12.  
  13. // help texts
  14. define('_BLOCKS_ADMINHINT1''This is a list of all blocks that are present in your system (depending on the \'Show all blocks\' or \'Show active blocks\' option on top of this screen. This list does not reflect the block order in the block positions. If you want to adjust this, scroll down (or <a href="#blockpositions">click here</a>), then edit a block position.');
  15. define('_BLOCKS_ADMINHINT2''This list shows all block positions that have been created. To edit a block position or to reorder the blocks within a block position click on the edit icon.');
  16.  
  17. // singular/plural
  18. define('_BLOCKS_BLOCK''Block');
  19. define('_BLOCKS_BLOCK_LC''block');
  20. define('_BLOCKS_BLOCKS''Blocks');
  21. define('_BLOCKS_BLOCKPOSITION''Block Position');
  22. define('_BLOCKS_BLOCKPOSITION_LC''block position');
  23. define('_BLOCKS_BLOCKPOSITIONS''Block Positions');
  24.  
  25. // menu
  26. define('_BLOCKS_SHOWACTIVEBLOCKS',' Show active blocks');
  27. define('_BLOCKS_SHOWALLBLOCKS''Show all blocks');
  28. define('_BLOCKS_CREATEBLOCK''Create block');
  29. define('_BLOCKS_CREATEBLOCKPOSITION''Create block position');
  30. define('_BLOCKS_VIEWBLOCKS''View blocks');
  31. define('_BLOCKS_VIEWBLOCKPOSITIONS''View block positions');
  32. define('_BLOCKS_DELETEBLOCK''Delete block');
  33. define('_BLOCKS_CONFIRMDELETEBLOCK''Do you really want to delete this  block?');
  34. define('_BLOCKS_DELETEBLOCKPOSITION''Delete block position');
  35. define('_BLOCKS_CONFIRMDELETEBLOCKPOSITION''Do you really want to delete this block position?');
  36.  
  37. // new/modify
  38. define('_BLOCKS_ADVANCEDPLACEMENTTOGGLE''Click to show/hide advanced block placement options');
  39. define('_BLOCKS_COLLAPSABLE''Collapsible');
  40. define('_BLOCKS_COLLAPSED''Collapsed');
  41. define('_BLOCKS_COLLAPSIBILITY''Collapsibility');
  42. define('_BLOCKS_CUSTOMBLOCKSETTINGS''Block specific options');
  43. define('_BLOCKS_DEFAULTSTATE''Default state for block');
  44. define('_BLOCKS_EXPANDED''Expanded');
  45. define('_BLOCKS_FUNCTIONFILTERING''The following options allow the display of the block to be restricted to certain modules and module functions');
  46. define('_BLOCKS_PLACEMENT''Block placement filtering');
  47. define('_BLOCKS_POSITIONS','Position(s)');
  48. define('_BLOCKS_REFRESH','Refresh time for block (only used for blocks that retrieve information from outside sources)');
  49. define('_BLOCKS_CLICKTOACTIVATE''click to activate this block');
  50. define('_BLOCKS_CLICKTODEACTIVATE''click to deactivate this block');
  51.  
  52. // new/modify position
  53. define('_BLOCKS_ASSIGNEDBLOCKS''Blocks assigned to this position');
  54. define('_BLOCKS_BLOCKASSIGNMENTS''Block assignments');
  55. define('_BLOCKS_DRAGANDDROPHINT','Arrange your blocks for this position using drag and drop. The block order will also be saved when you drop an assigned block into another place.');
  56. define('_BLOCKS_UNASSIGNEDBLOCKS''Blocks not assigned to this position');
  57.  
  58. // modify config
  59. define('_BLOCKS_COLLAPSEABLE','Enable collapsible menu icons');
  60.  
  61. // view
  62. define('_BLOCKS_THEMETAG''Theme tag');
  63.  
  64. // time drop down
  65. define('_BLOCKS_HALFHOUR','Half an hour');
  66. define('_BLOCKS_HOUR','One hour');
  67. define('_BLOCKS_TWOHOURS','Two hours');
  68. define('_BLOCKS_FOURHOURS','Four hours');
  69. define('_BLOCKS_TWELVEHOURS','Twelve hours');
  70. define('_BLOCKS_ONEDAY','One day');
  71. define('_BLOCKS_TWODAY','Two days');
  72. define('_BLOCKS_THREEDAY','Three days');
  73. define('_BLOCKS_FOURDAY','Four days');
  74. define('_BLOCKS_FIVEDAY','Five days');
  75. define('_BLOCKS_SIXDAY','Six days');
  76. define('_BLOCKS_SEVENDAY','Seven days');
  77.  
  78. // errors/statuses
  79. define('_BLOCKS_ACTIVATED','Block now active');
  80. define('_BLOCKS_DEACTIVATED','Block now inactive');

Documentation generated on Fri, 18 Jul 2008 21:38:35 +0200 by phpDocumentor 1.4.1