ccc3ff199b5986959ff8d03483ab5d3e9daf1a40
[moodle.git] / theme / boost / lang / en / theme_boost.php
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/>.
17 /**
18  * Language file.
19  *
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
23  */
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 customizable theme. This theme is intended to used directly, or used as a parent theme when creating new themes utilising Boostrap 4.';
31 $string['currentinparentheses'] = '(current)';
32 $string['configtitle'] = 'Boost';
33 $string['errorparsingscssvariables'] = 'There was an error parsing the variable at line {$a}, please double check the syntax.';
34 $string['generalsettings'] = 'General settings';
35 $string['pluginname'] = 'Boost';
36 $string['preset'] = 'Theme preset';
37 $string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.';
38 $string['presetdefault'] = 'Default';
39 $string['presetflatly'] = 'Flatly';
40 $string['presetpaper'] = 'Paper';
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 the stylesheet.';
44 $string['region-side-post'] = 'Right';
45 $string['region-side-pre'] = 'Left';
46 $string['scssvariables'] = 'SCSS variables';
47 $string['scssvariables_desc'] = 'Use this field to set your own SCSS variable values. Define one variable per line. Syntax: $my-color: red;.';