Source for file admin.php
Documentation is available at admin.php
* Zikula Application Framework
* @copyright (c) 2002, Zikula Development Team
* @link http://www.zikula.org
* @version $Id: admin.php 24342 2008-06-06 12:03:14Z markwest $
* @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
* @package Zikula_System_Modules
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.');
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.');
define('_BLOCKS_BLOCK', 'Block');
define('_BLOCKS_BLOCK_LC', 'block');
define('_BLOCKS_BLOCKS', 'Blocks');
define('_BLOCKS_BLOCKPOSITION', 'Block Position');
define('_BLOCKS_BLOCKPOSITION_LC', 'block position');
define('_BLOCKS_BLOCKPOSITIONS', 'Block Positions');
define('_BLOCKS_SHOWACTIVEBLOCKS',' Show active blocks');
define('_BLOCKS_SHOWALLBLOCKS', 'Show all blocks');
define('_BLOCKS_CREATEBLOCK', 'Create block');
define('_BLOCKS_CREATEBLOCKPOSITION', 'Create block position');
define('_BLOCKS_VIEWBLOCKS', 'View blocks');
define('_BLOCKS_VIEWBLOCKPOSITIONS', 'View block positions');
define('_BLOCKS_DELETEBLOCK', 'Delete block');
define('_BLOCKS_CONFIRMDELETEBLOCK', 'Do you really want to delete this block?');
define('_BLOCKS_DELETEBLOCKPOSITION', 'Delete block position');
define('_BLOCKS_CONFIRMDELETEBLOCKPOSITION', 'Do you really want to delete this block position?');
define('_BLOCKS_ADVANCEDPLACEMENTTOGGLE', 'Click to show/hide advanced block placement options');
define('_BLOCKS_COLLAPSABLE', 'Collapsible');
define('_BLOCKS_COLLAPSED', 'Collapsed');
define('_BLOCKS_COLLAPSIBILITY', 'Collapsibility');
define('_BLOCKS_CUSTOMBLOCKSETTINGS', 'Block specific options');
define('_BLOCKS_DEFAULTSTATE', 'Default state for block');
define('_BLOCKS_EXPANDED', 'Expanded');
define('_BLOCKS_FUNCTIONFILTERING', 'The following options allow the display of the block to be restricted to certain modules and module functions');
define('_BLOCKS_PLACEMENT', 'Block placement filtering');
define('_BLOCKS_POSITIONS','Position(s)');
define('_BLOCKS_REFRESH','Refresh time for block (only used for blocks that retrieve information from outside sources)');
define('_BLOCKS_CLICKTOACTIVATE', 'click to activate this block');
define('_BLOCKS_CLICKTODEACTIVATE', 'click to deactivate this block');
define('_BLOCKS_ASSIGNEDBLOCKS', 'Blocks assigned to this position');
define('_BLOCKS_BLOCKASSIGNMENTS', 'Block assignments');
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.');
define('_BLOCKS_UNASSIGNEDBLOCKS', 'Blocks not assigned to this position');
define('_BLOCKS_COLLAPSEABLE','Enable collapsible menu icons');
define('_BLOCKS_THEMETAG', 'Theme tag');
define('_BLOCKS_HALFHOUR','Half an hour');
define('_BLOCKS_HOUR','One hour');
define('_BLOCKS_TWOHOURS','Two hours');
define('_BLOCKS_FOURHOURS','Four hours');
define('_BLOCKS_TWELVEHOURS','Twelve hours');
define('_BLOCKS_ONEDAY','One day');
define('_BLOCKS_TWODAY','Two days');
define('_BLOCKS_THREEDAY','Three days');
define('_BLOCKS_FOURDAY','Four days');
define('_BLOCKS_FIVEDAY','Five days');
define('_BLOCKS_SIXDAY','Six days');
define('_BLOCKS_SEVENDAY','Seven days');
define('_BLOCKS_ACTIVATED','Block now active');
define('_BLOCKS_DEACTIVATED','Block now inactive');
|