Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.
/lang/en/ -> block.php (source)

Differences Between: [Versions 39 and 311] [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'block', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   core_block
  21   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['anypagematchingtheabove'] = 'Any page matching the above';
  26  $string['appearsinsubcontexts'] = 'Appears in sub-contexts';
  27  $string['assignrolesinblock'] = 'Assign roles in {$a} block';
  28  $string['blocksdrawertoggle'] = 'Hide/show blocks drawer';
  29  $string['blocksettings'] = 'Block settings';
  30  $string['bracketfirst'] = '{$a} (first)';
  31  $string['bracketlast'] = '{$a} (last)';
  32  $string['configureblock'] = 'Configure {$a} block';
  33  $string['contexts'] = 'Page contexts';
  34  $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.';
  35  $string['createdat'] = 'Original block location';
  36  $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.';
  37  $string['defaultregion'] = 'Default region';
  38  $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.';
  39  $string['defaultweight'] = 'Default weight';
  40  $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.';
  41  $string['deletecheck'] = 'Delete {$a} block?';
  42  $string['deleteblock'] = 'Delete {$a} block';
  43  $string['deleteblockcheck'] = 'Are you sure that you want to delete this block titled {$a}?';
  44  $string['deleteblockwarning'] = '<p>You are about to delete a block that appears elsewhere.</p><p>Original block location: {$a->location}<br />Display on page types: {$a->pagetype}</p><p>Are you sure you want to continue?</p>';
  45  $string['hideblock'] = 'Hide {$a} block';
  46  $string['hidepanel'] = 'Hide panel';
  47  $string['moveblock'] = 'Move {$a} block';
  48  $string['moveblockafter'] = 'Move block to after {$a} block';
  49  $string['moveblockbefore'] = 'Move block to before {$a} block';
  50  $string['moveblockinregion'] = 'Move block to {$a} region';
  51  $string['movingthisblockcancel'] = 'Moving this block ({$a})';
  52  $string['myblocks'] = 'My blocks';
  53  $string['onthispage'] = 'On this page';
  54  $string['pagetypes'] = 'Page types';
  55  $string['pagetypewarning'] = 'The previously specified page type is no longer selectable. Please choose the most appropriate page type below.';
  56  $string['privacy:metadata:userpref:dockedinstance'] = 'Records when the user docked a block';
  57  $string['privacy:metadata:userpref:hiddenblock'] = 'Records when the user collapsed/hid a block';
  58  $string['privacy:request:blockisdocked'] = 'Indicates whether the block was docked';
  59  $string['privacy:request:blockishidden'] = 'Indicates whether the block was hidden/collapsed';
  60  $string['region'] = 'Region';
  61  $string['showblock'] = 'Show {$a} block';
  62  $string['showoncontextandsubs'] = 'Display on \'{$a}\' and any pages within it';
  63  $string['showoncontextonly'] = 'Display on \'{$a}\' only';
  64  $string['showonentiresite'] = 'Display throughout the entire site';
  65  $string['showonfrontpageandsubs'] = 'Display on the front page and any pages added to the front page';
  66  $string['showonfrontpageonly'] = 'Display on the front page only';
  67  $string['site-*'] = 'Any top-level site page';
  68  $string['subpages'] = 'Select pages';
  69  $string['restrictpagetypes'] = 'Display on page types';
  70  $string['thisspecificpage'] = 'This specific page';
  71  $string['visible'] = 'Visible';
  72  $string['weight'] = 'Weight';
  73  $string['wherethisblockappears'] = 'Where this block appears';
  74  
  75  // Deprecated since Moodle 3.7.
  76  $string['addtodock'] = 'Move this to the dock';
  77  $string['dockblock'] = 'Dock {$a} block';
  78  $string['hidedockpanel'] = 'Hide the dock panel';
  79  $string['undockall'] = 'Undock all';
  80  $string['undockblock'] = 'Undock {$a} block';
  81  $string['undockitem'] = 'Undock this item';