mirror of
https://github.com/moodle/moodle.git
synced 2025-02-20 16:15:54 +01:00
This does all the UI. It does not yet update the DB when you click to complete the action.
22 lines
908 B
PHP
22 lines
908 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['moveblockhere'] = 'Move block here';
|
|
$string['movingthisblockcancel'] = 'Moving this block ($a)';
|
|
$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';
|