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' ;
2017-01-06 13:48:07 +08:00
$string [ 'backgroundimage' ] = 'Background image' ;
$string [ 'backgroundimage_desc' ] = 'The image to display as a background of the site. The background image you upload here will override the background image in your theme preset files.' ;
2016-08-02 16:30:37 +08:00
$string [ 'brandcolor' ] = 'Brand colour' ;
$string [ 'brandcolor_desc' ] = 'The accent colour.' ;
2018-04-17 15:13:31 +02:00
$string [ 'bootswatch' ] = 'Bootswatch' ;
$string [ 'bootswatch_desc' ] = 'A bootswatch is a set of Bootstrap variables and css to style Bootstrap' ;
2016-10-25 20:12:52 +02:00
$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.' ;
2016-09-19 10:47:02 +08:00
$string [ 'configtitle' ] = 'Boost' ;
2016-08-02 16:30:37 +08:00
$string [ 'generalsettings' ] = 'General settings' ;
2022-04-01 11:46:55 +01:00
$string [ 'loginbackgroundimage' ] = 'Login page background image' ;
2021-10-13 09:35:58 +02:00
$string [ 'loginbackgroundimage_desc' ] = 'The image to display as a background for the login page.' ;
2018-04-17 15:13:31 +02:00
$string [ 'nobootswatch' ] = 'None' ;
2016-09-19 10:47:02 +08:00
$string [ 'pluginname' ] = 'Boost' ;
2016-10-21 13:58:05 +08:00
$string [ 'presetfiles' ] = 'Additional theme preset files' ;
2019-10-01 22:50:34 +02:00
$string [ 'presetfiles_desc' ] = 'Preset files can be used to dramatically alter the appearance of the theme. See <a href="https://docs.moodle.org/dev/Boost_Presets">Boost presets</a> for information on creating and sharing your own preset files, and see the <a href="https://archive.moodle.net/boost">Presets repository</a> for presets that others have shared.' ;
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.' ;
2018-03-03 20:21:38 +08:00
$string [ 'privacy:metadata' ] = 'The Boost theme does not store any personal data about any user.' ;
2016-08-02 16:30:37 +08:00
$string [ 'rawscss' ] = 'Raw SCSS' ;
2016-11-09 14:49:24 +00:00
$string [ 'rawscss_desc' ] = 'Use this field to provide SCSS or CSS code which will be injected at the end of the style sheet.' ;
2016-09-19 12:48:41 +02:00
$string [ 'rawscsspre' ] = 'Raw initial SCSS' ;
$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.' ;
2016-10-13 12:49:37 +08:00
$string [ 'region-side-pre' ] = 'Right' ;
2021-07-01 15:57:29 +02:00
$string [ 'showfooter' ] = 'Show footer' ;
2022-02-16 22:32:59 +00:00
$string [ 'unaddableblocks' ] = 'Unneeded blocks' ;
$string [ 'unaddableblocks_desc' ] = 'The blocks specified are not needed when using this theme and will not be listed in the \'Add a block\' menu.' ;
2022-01-18 09:40:55 +01:00
$string [ 'privacy:metadata:preference:draweropenblock' ] = 'The user\'s preference for hiding or showing the drawer with blocks.' ;
$string [ 'privacy:metadata:preference:draweropenindex' ] = 'The user\'s preference for hiding or showing the drawer with course index.' ;
2018-06-11 10:39:50 +08:00
$string [ 'privacy:metadata:preference:draweropennav' ] = 'The user\'s preference for hiding or showing the drawer menu navigation.' ;
2022-01-18 09:40:55 +01:00
$string [ 'privacy:drawerindexclosed' ] = 'The current preference for the index drawer is closed.' ;
$string [ 'privacy:drawerindexopen' ] = 'The current preference for the index drawer is open.' ;
2022-02-16 22:32:59 +00:00
$string [ 'privacy:drawerblockclosed' ] = 'The current preference for the block drawer is closed.' ;
$string [ 'privacy:drawerblockopen' ] = 'The current preference for the block drawer is open.' ;
2021-10-06 15:28:11 +07:00
// Deprecated since Moodle 4.0.
2019-10-31 16:28:49 +01:00
$string [ 'totop' ] = 'Go to top' ;
2022-04-29 18:30:22 +01:00
// Deprecated since Moodle 4.1.
2022-06-18 18:52:31 +10:00
$string [ 'currentinparentheses' ] = '(current)' ;
2022-04-29 18:30:22 +01:00
$string [ 'privacy:drawernavclosed' ] = 'The current preference for the navigation drawer is closed.' ;
$string [ 'privacy:drawernavopen' ] = 'The current preference for the navigation drawer is open.' ;