You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lang/en/block.php
+8-3
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,13 @@
30
30
$string['bracketfirst'] = '{$a} (first)';
31
31
$string['bracketlast'] = '{$a} (last)';
32
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'] = 'This is the original location where the block was created, even though other block settings may cause it to appear in other locations (contexts) within this original location. For example, a block created in a course could be displayed on one or more pages within that course only. A block created on the front page, however, could be displayed throughout the site.';
33
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.';
34
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.';
35
40
$string['moveblockhere'] = 'Move block here';
36
41
$string['movingthisblockcancel'] = 'Moving this block ({$a})';
37
42
$string['onthispage'] = 'On this page';
@@ -43,9 +48,9 @@
43
48
$string['showonfrontpageandsubs'] = 'Display on the front page and any pages added to the front page';
44
49
$string['showonfrontpageonly'] = 'Display on the front page only';
45
50
$string['site-*'] = 'Any top-level site page';
46
-
$string['subpages'] = 'Specific sub-page';
47
-
$string['restrictpagetypes'] = 'Restrict to these page types';
48
-
$string['thisspecificpage'] = 'This specific page (page {$a})';
51
+
$string['subpages'] = 'Select pages';
52
+
$string['restrictpagetypes'] = 'Display on page types';
53
+
$string['thisspecificpage'] = 'This specific page';
$string['parentcategory_help'] = 'The parent category is the one in which the new category will be placed. "Top" means that this category is not contained in any other category. Category contexts are shown in bold type. There must be at least one category in each context.';
0 commit comments