MDL-56542 lang: Merge English strings from the en_fix language pack
[moodle.git] / theme / boost / lang / en / theme_boost.php
blobb6cbb93a0cfe67deceb17dbcf2c739639d5b35c0
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.
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/>.
17 /**
18 * Language file.
20 * @package theme_boost
21 * @copyright 2016 Frédéric Massart
22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25 defined('MOODLE_INTERNAL') || die();
27 $string['advancedsettings'] = 'Advanced settings';
28 $string['brandcolor'] = 'Brand colour';
29 $string['brandcolor_desc'] = 'The accent colour.';
30 $string['choosereadme'] = 'Boost is a modern highly-customisable theme. This theme is intended to be used directly, or as a parent theme when creating new themes utilising Bootstrap 4.';
31 $string['currentinparentheses'] = '(current)';
32 $string['configtitle'] = 'Boost';
33 $string['generalsettings'] = 'General settings';
34 $string['pluginname'] = 'Boost';
35 $string['preset'] = 'Theme preset';
36 $string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.';
37 $string['presetdefault'] = 'Default';
38 $string['presetflatly'] = 'Flatly';
39 $string['presetpaper'] = 'Paper';
40 $string['presetplain'] = 'Plain';
41 $string['presetreadable'] = 'Readable';
42 $string['rawscss'] = 'Raw SCSS';
43 $string['rawscss_desc'] = 'Use this field to provide SCSS code which will be injected at the end of the style sheet.';
44 $string['rawscsspre'] = 'Raw initial SCSS';
45 $string['rawscsspre_desc'] = 'In this field you can provide initialising SCSS code, it will be injected before everything else. Most of the time you will use this setting to define variables.';
46 $string['region-side-post'] = 'Right';
47 $string['region-side-pre'] = 'Left';