Merge branch 'install_21_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_21...
[moodle.git] / lang / en / block.php
blobc0b8f01c1f6a700daa554f1ff274dc1769cb9679
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 /**
19 * Strings for component 'block', language 'en', branch 'MOODLE_20_STABLE'
21 * @package block
22 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26 $string['addtodock'] = 'Move this to the dock';
27 $string['anypagematchingtheabove'] = 'Any page matching the above';
28 $string['appearsinsubcontexts'] = 'Appears in sub-contexts';
29 $string['blocksettings'] = 'Block settings';
30 $string['bracketfirst'] = '{$a} (first)';
31 $string['bracketlast'] = '{$a} (last)';
32 $string['contexts'] = 'Page contexts';
33 $string['contexts_help'] = 'Contexts are more specific types of pages where this block can be displayed within the original block location. You will have different options here depending on the original block location and your current location. For example, you can restrict a block to only appearing on forum pages in a course by adding the block to the course (making it appear on all sub-pages), then going into a forum and editing the block settings again to restrict display to just forum pages.';
34 $string['createdat'] = 'Original block location';
35 $string['createdat_help'] = 'The original location where the block was created. Block settings may cause it to appear in other locations (contexts) within the original location. For example, a block created on a course page could be displayed in activities within that course. A block created on the front page can be displayed throughout the site.';
36 $string['defaultregion'] = 'Default region';
37 $string['defaultregion_help'] = 'Themes may define one or more named block regions where blocks are displayed. This setting defines which of these you want this block to appear in by default. The region may be overridden on specific pages if required.';
38 $string['defaultweight'] = 'Default weight';
39 $string['defaultweight_help'] = 'The default weight allows you to choose roughly where you want the block to appear in the chosen region, either at the top or the bottom. The final location is calculated from all the blocks in that region (for example, only one block can actually be at the top). This value can be overridden on specific pages if required.';
40 $string['moveblockhere'] = 'Move block here';
41 $string['movingthisblockcancel'] = 'Moving this block ({$a})';
42 $string['onthispage'] = 'On this page';
43 $string['pagetypes'] = 'Page types';
44 $string['pagetypewarning'] = 'The previously specified page type is no longer selectable. Please choose the most appropriate page type below.';
45 $string['region'] = 'Region';
46 $string['showoncontextandsubs'] = 'Display on \'{$a}\' and any pages within it';
47 $string['showoncontextonly'] = 'Display on \'{$a}\' only';
48 $string['showonentiresite'] = 'Display throughout the entire site';
49 $string['showonfrontpageandsubs'] = 'Display on the front page and any pages added to the front page';
50 $string['showonfrontpageonly'] = 'Display on the front page only';
51 $string['site-*'] = 'Any top-level site page';
52 $string['subpages'] = 'Select pages';
53 $string['restrictpagetypes'] = 'Display on page types';
54 $string['thisspecificpage'] = 'This specific page';
55 $string['undockall'] = 'Undock all';
56 $string['undockitem'] = 'Undock this item';
57 $string['visible'] = 'Visible';
58 $string['weight'] = 'Weight';
59 $string['wherethisblockappears'] = 'Where this block appears';