Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 37... Línea 37...
37
$string['loginbackgroundimage'] = 'Login page background image';
37
$string['loginbackgroundimage'] = 'Login page background image';
38
$string['loginbackgroundimage_desc'] = 'The image to display as a background for the login page.';
38
$string['loginbackgroundimage_desc'] = 'The image to display as a background for the login page.';
39
$string['nobootswatch'] = 'None';
39
$string['nobootswatch'] = 'None';
40
$string['pluginname'] = 'Boost';
40
$string['pluginname'] = 'Boost';
41
$string['presetfiles'] = 'Additional theme preset files';
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.';
42
$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of a theme.';
43
$string['preset'] = 'Theme preset';
43
$string['preset'] = 'Theme preset';
44
$string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.';
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.';
45
$string['privacy:metadata'] = 'The Boost theme does not store any personal data about any user.';
46
$string['rawscss'] = 'Raw SCSS';
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.';
47
$string['rawscss_desc'] = 'Use this field to provide SCSS or CSS code which will be injected at the end of the style sheet.';
Línea 56... Línea 56...
56
$string['privacy:metadata:preference:draweropennav'] = 'The user\'s preference for hiding or showing the drawer menu navigation.';
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.';
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.';
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.';
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.';
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.';
-