Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 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
 * 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
 */
24
 
25
defined('MOODLE_INTERNAL') || die();
26
 
27
$string['advancedsettings'] = 'Advanced settings';
28
$string['backgroundimage'] = 'Background image';
29
$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.';
30
$string['brandcolor'] = 'Brand colour';
31
$string['brandcolor_desc'] = 'The accent colour.';
32
$string['bootswatch'] = 'Bootswatch';
33
$string['bootswatch_desc'] = 'A bootswatch is a set of Bootstrap variables and css to style Bootstrap';
34
$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.';
35
$string['configtitle'] = 'Boost';
36
$string['generalsettings'] = 'General settings';
37
$string['loginbackgroundimage'] = 'Login page background image';
38
$string['loginbackgroundimage_desc'] = 'The image to display as a background for the login page.';
39
$string['nobootswatch'] = 'None';
40
$string['pluginname'] = 'Boost';
41
$string['presetfiles'] = 'Additional theme preset files';
42
$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://moodle.net/search?q=boost+presets">Presets repository</a> for presets that others have shared.';
43
$string['preset'] = 'Theme preset';
44
$string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.';
45
$string['privacy:metadata'] = 'The Boost theme does not store any personal data about any user.';
46
$string['rawscss'] = 'Raw SCSS';
47
$string['rawscss_desc'] = 'Use this field to provide SCSS or CSS code which will be injected at the end of the style sheet.';
48
$string['rawscsspre'] = 'Raw initial SCSS';
49
$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.';
50
$string['region-side-pre'] = 'Right';
51
$string['showfooter'] = 'Show footer';
52
$string['unaddableblocks'] = 'Unneeded blocks';
53
$string['unaddableblocks_desc'] = 'The blocks specified are not needed when using this theme and will not be listed in the \'Add a block\' menu.';
54
$string['privacy:metadata:preference:draweropenblock'] = 'The user\'s preference for hiding or showing the drawer with blocks.';
55
$string['privacy:metadata:preference:draweropenindex'] = 'The user\'s preference for hiding or showing the drawer with course index.';
56
$string['privacy:metadata:preference:draweropennav'] = 'The user\'s preference for hiding or showing the drawer menu navigation.';
57
$string['privacy:drawerindexclosed'] = 'The current preference for the index drawer is closed.';
58
$string['privacy:drawerindexopen'] = 'The current preference for the index drawer is open.';
59
$string['privacy:drawerblockclosed'] = 'The current preference for the block drawer is closed.';
60
$string['privacy:drawerblockopen'] = 'The current preference for the block drawer is open.';
61
 
62
// Deprecated since Moodle 4.1.
63
$string['currentinparentheses'] = '(current)';
64
$string['privacy:drawernavclosed'] = 'The current preference for the navigation drawer is closed.';
65
$string['privacy:drawernavopen'] = 'The current preference for the navigation drawer is open.';