mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00

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.
19 lines
801 B
PHP
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';
|