moodle/lang/en_utf8/block.php
tjhunt 1d13c75c15 blocks editing ui: MDL-19398 Can how precisely control block positioning using the edit icon
This mostly works now, but ...
* The UI needs further work. In particular we need a non-advanced mode.
* This only works for blocks that use a new edit_form.php to replace config_instance.html.
* .. and so far I have only implemented edit_form.php for the HTML block so far.
* Needs to be enabled (with no block-specific config) for blocks without instance config, so you can control their positioning.
2009-07-16 10:50:19 +00:00

19 lines
801 B
PHP

<?php // $Id$
// block.php - created with Moodle 2.0 dev
$string['appearsinsubcontexts'] = 'Appears in sub-contexts';
$string['anypagematchingtheabove'] = 'Any page matching the above';
$string['blocksettings'] = 'Block settings';
$string['bracketfirst'] = '$a (first)';
$string['bracketlast'] = '$a (last)';
$string['defaultregion'] = 'Default region';
$string['defaultweight'] = 'Default weight';
$string['onthispage'] = 'On this page';
$string['pagetypes'] = 'Page types';
$string['region'] = 'Region';
$string['subpages'] = 'Specific sub-page';
$string['thisblockbelongsto'] = 'This block belongs to';
$string['thisspecificpage'] = 'This specific page (page $a)';
$string['visible'] = 'Visible';
$string['weight'] = 'Weight';
$string['wherethisblockappears'] = 'Where this block appears';