You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lang/en/theme_boost_union.php
+16
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@
45
45
$string['settingsoverview_content_desc'] = 'Settings for the global content of your Moodle site are located here: Footer, static pages, info banners, advertisement tiles and sliders.';
46
46
$string['settingsoverview_functionality_desc'] = 'Settings for additional useful global or course-related functionality on your Moodle site are located here.';
47
47
$string['settingsoverview_flavours_desc'] = 'With flavours, you can diversify the look of your Moodle site between cohorts and / or course categories.';
48
+
$string['settingsoverview_snippets_desc'] = 'With CSS snippets, you can TODO.';
48
49
$string['settingsoverview_smartmenus_desc'] = 'With smart menus, you can extend the navigation items of your Moodle site in the main menu and the user menus well as introduce a bottom menu or a top menu.';
49
50
$string['settingsoverview_all'] = 'All settings on one page';
50
51
$string['settingsoverview_all_desc'] = 'Here, you can open the standard Moodle category settings page for Boost Union that shows all settings on one page. But beware, it is really packed.';
@@ -1102,6 +1103,21 @@
1102
1103
$string['flavourstitle'] = 'Title';
1103
1104
$string['flavourstitle_help'] = 'The flavour\'s title is just used internally to allow you to document a particular flavour in the list of flavours.';
1104
1105
1106
+
// Settings: CSS snippets page.
1107
+
$string['configtitlesnippets'] = 'CSS snippets';
1108
+
$string['snippetsdescription'] = 'Description';
1109
+
$string['snippetsenable'] = 'Enable';
1110
+
$string['snippetsdisable'] = 'Disable';
1111
+
$string['snippetsscope'] = 'Scope';
1112
+
$string['snippetsscopeglobal'] = 'Global';
1113
+
$string['snippetsgoal'] = 'Goal';
1114
+
$string['snippetsgoaleyecandy'] = 'Eye candy';
1115
+
$string['snippetsgoalbugfix'] = 'Bugfix';
1116
+
$string['snippetssnippets'] = 'CSS snippets';
1117
+
$string['snippetsnothingtodisplay'] = 'There aren\'t any CSS snippets which can be used.';
1118
+
$string['snippetsoverview_desc'] = '<p>Boost Union\'s CSS snippets offer a possibility to TODO.</p>';
1119
+
$string['snippetstitle'] = 'Title';
1120
+
1105
1121
// Settings: Smart menus page.
1106
1122
$string['smartmenus'] = 'Smart menus';
1107
1123
$string['error:smartmenusmenuitemnotfound'] = 'Smart menu item not found';
0 commit comments