2016-07-11 11:59:50 +08:00
< ? php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Language file .
*
2016-09-19 10:47:02 +08:00
* @ package theme_boost
2016-07-11 11:59:50 +08:00
* @ copyright 2016 Frédéric Massart
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
defined ( 'MOODLE_INTERNAL' ) || die ();
2016-08-02 16:30:37 +08:00
$string [ 'advancedsettings' ] = 'Advanced settings' ;
$string [ 'brandcolor' ] = 'Brand colour' ;
$string [ 'brandcolor_desc' ] = 'The accent colour.' ;
2016-09-28 08:30:02 +02:00
$string [ 'choosereadme' ] = 'Boost is a modern highly customizable theme. This theme is intended to be used directly, or used as a parent theme when creating new themes utilising Boostrap 4.' ;
2016-08-08 16:16:38 +08:00
$string [ 'currentinparentheses' ] = '(current)' ;
2016-09-19 10:47:02 +08:00
$string [ 'configtitle' ] = 'Boost' ;
2016-08-02 16:30:37 +08:00
$string [ 'errorparsingscssvariables' ] = 'There was an error parsing the variable at line {$a}, please double check the syntax.' ;
$string [ 'generalsettings' ] = 'General settings' ;
2016-09-19 10:47:02 +08:00
$string [ 'pluginname' ] = 'Boost' ;
2016-08-02 16:30:37 +08:00
$string [ 'preset' ] = 'Theme preset' ;
$string [ 'preset_desc' ] = 'Pick a preset to broadly change the look of the theme.' ;
$string [ 'presetdefault' ] = 'Default' ;
2016-08-16 12:47:41 +08:00
$string [ 'presetflatly' ] = 'Flatly' ;
$string [ 'presetpaper' ] = 'Paper' ;
2016-09-19 10:34:23 +02:00
$string [ 'presetplain' ] = 'Plain' ;
2016-08-16 12:47:41 +08:00
$string [ 'presetreadable' ] = 'Readable' ;
2016-08-02 16:30:37 +08:00
$string [ 'rawscss' ] = 'Raw SCSS' ;
$string [ 'rawscss_desc' ] = 'Use this field to provide SCSS code which will be injected at the end of the the stylesheet.' ;
2016-07-11 11:59:50 +08:00
$string [ 'region-side-post' ] = 'Right' ;
$string [ 'region-side-pre' ] = 'Left' ;
2016-08-02 16:30:37 +08:00
$string [ 'scssvariables' ] = 'SCSS variables' ;
$string [ 'scssvariables_desc' ] = 'Use this field to set your own SCSS variable values. Define one variable per line. Syntax: $my-color: red;.' ;