Proyectos de Subversion Moodle

Rev

Rev 922 | Rev 924 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
922 ariadna 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/>.
1 efrain 16
 
922 ariadna 17
/**
18
 * Language file.
19
 *
20
 * @package   theme_universe
21
 * @copyright 2023 Marcin Czaja (https://rosea.io)
22
 * @license   Commercial https://themeforest.net/licenses
23
 */
24
 
25
defined('MOODLE_INTERNAL') || die();
26
$siteurl = $CFG->wwwroot;
27
 
1 efrain 28
// A description shown in the admin theme selector.
922 ariadna 29
$string['choosereadme'] = 'Theme universe child is a child theme of Universe. It adds the ability to upload background photos.';
30
// The name of our plugin.
31
$string['pluginname'] = 'Universe Child';
1 efrain 32
// We need to include a lang string for each block region.
922 ariadna 33
$string['region-side-pre'] = 'Right';
34
 
35
$string['bootswatch'] = 'Bootswatch';
36
$string['bootswatch_desc'] = 'A bootswatch is a set of Bootstrap variables and css to style Bootstrap';
37
$string['currentinparentheses'] = '(current)';
38
$string['configtitle'] = 'Universe';
39
$string['hgeneralnav'] = 'Main navgation items';
40
$string['hgeneralnav_desc'] = 'Here you can turn off elements of the main navigation.';
41
$string['generalsettings'] = 'General settings';
42
$string['displaysitehome'] = 'Site home';
43
$string['displaydashboard'] = 'Dashboard';
44
$string['displaycalendar'] = 'Calendar';
45
$string['displayprivatefiles'] = 'Private files';
46
$string['displaycontentbank'] = 'Content Bank';
47
$string['displaynavitems_desc'] = '';
923 ariadna 48
$string['presetfiles'] = 'Additional theme preset files';
49
$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.';
50
$string['preset'] = 'Theme preset';
51
$string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.';
52
$string['brandcolor'] = 'Brand colour';
53
$string['brandcolor_desc'] = 'The accent colour.';
922 ariadna 54
 
55
$string['nobootswatch'] = 'None';
56
$string['privacy:metadata'] = 'The universe theme does not store any personal data about any user.';
57
$string['rawscss'] = 'Raw SCSS';
58
$string['rawscss_desc'] = 'Use this field to provide SCSS or CSS code which will be injected at the end of the style sheet.
59
<a class="underline--anim" href="https://rosea.gitbook.io/universe/demo-content/front-page-blocks/advanced-options/custom-css-scss-for-blocks" target="_blank" class="btn btn-sm btn-secondary m-2">Learn more</a>';
60
$string['rawscsspre'] = 'Raw initial SCSS';
61
$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.';
62
 
63
$string['empty_desc'] = '';
64
 
65
// Navigation improvements.
66
$string['myactivecourses'] = 'My active courses';
67
$string['coursesections'] = 'Course sections';
68
 
69
// Privacy.
70
$string['privacy:metadata:preference:sidebaropen'] = 'The user\'s preference for hiding or showing the right sidebar.';
71
$string['privacy:metadata:preference:darkmodeon'] = 'The user\'s preference for dark mode';
72
$string['privacy:rightdrawerclosed'] = 'The current preference for the navigation drawer is closed.';
73
$string['privacy:rightdraweropen'] = 'The current preference for the navigation drawer is open.';
74
$string['privacy:darkmodeoff'] = 'The current preference for the dark mode is off.';
75
$string['privacy:darkmodeon'] = 'The current preference for the dark mode is on.';
76
$string['privacy:metadata:preference:draweropennav'] = 'The user\'s preference for hiding or showing the drawer menu navigation.';
77
$string['privacy:drawernavclosed'] = 'The current preference for the navigation drawer is closed.';
78
$string['privacy:drawernavopen'] = 'The current preference for the navigation drawer is open.';
79
 
80
$string['totop'] = 'Go to top';
81
 
82
$string['region-fpblocks-t'] = 'Frontpage Blocks Area #1 (Top)';
83
$string['region-fpblocks-b'] = 'Frontpage Blocks Area #2 (Bottom)';
84
$string['region-dtopblocks'] = 'Dashboard Top Blocks';
85
$string['region-dbottomblocks'] = 'Dashboard Bottom Blocks';
86
$string['region-ctopbl'] = 'Course - Top Blocks';
87
$string['region-cbottombl'] = 'Course - Bottom Blocks';
88
$string['region-cstopbl'] = 'Course Sections - Top Blocks';
89
$string['region-csbottombl'] = 'Course Sections - Bottom Blocks';
90
$string['region-sidebartopblocks'] = 'Sidebar - Top Blocks';
91
$string['region-sidebarbottomblocks'] = 'Sidebar - Bottom Blocks';
92
$string['region-coursetab-a'] = 'Course Tab #1';
93
$string['region-coursetab-b'] = 'Course Tab #2';
94
$string['region-coursetab-c'] = 'Course Tab #3';
95
$string['region-coursetab-d'] = 'Course Tab #4';
96
$string['region-coursetab-e'] = 'Course Tab #5';
97
 
98
$string['darkmodetheme'] = 'Dark Mode Switcher';
99
$string['darkmodetheme_desc'] = '';
100
$string['topbareditmode'] = 'Edit mode button on the top bar';
101
$string['topbareditmode_desc'] = 'Similar to the default Moodle theme.<br />
102
<img src="{$a->siteurl}/theme/universe/doc/topbar-universe.png" class="my-3 rounded" height="70" alt="universe Moodle Theme" />';
103
$string['darkmodefirst'] = 'Only Dark Mode UI';
104
$string['darkmodefirst_desc'] = 'Force Dark Interface Only. When enabled the Dark Mode Switcher will not be displayed.';
105
$string['sdarkmode'] = 'Dark Mode (Button Title/Tooltip)';
106
$string['sdarkmode_desc'] = '<span class="badge-sq badge-info mb-2">FAQ</span> <ul><li><span>Displaying text in multiple languages </span><a class="underline--anim" href="https://docs.moodle.org/400/en/Multi-language_content_filter" target="_blank">Learn more</a></li></ul>';
107
$string['slightmode'] = 'Light Mode (Button Title/Tooltip)';
108
$string['slightmode_desc'] = '<span class="badge-sq badge-info mb-2">FAQ</span> <ul><li><span>Displaying text in multiple languages </span><a class="underline--anim" href="https://docs.moodle.org/400/en/Multi-language_content_filter" target="_blank">Learn more</a></li></ul>';
109
$string['topbarscss'] = 'Logo and navigation size';
110
$string['topbarscss_desc'] = 'To customize size of the logo please use this code below (Go to Advanced Tab - Raw SCSS and Save):<br /><br />
111
<h4>Logo (Text)</h4>
112
<pre><code>.rui-topbar .site-name { font-size: 14px; }</code></pre>
113
<h4>Navigation</h4>
114
<pre><code>.rui-topbar ..primary-navigation .navigation .nav-link { font-size: 14px; }</code></pre>';
115
 
116
$string['themeauthor'] = 'Theme Author';
117
$string['themeauthor_desc'] = 'Show information about the author of the theme - in the source code.';
118
 
119
$string['fontawesome'] = 'FontAwesome (v6.5)';
120
$string['fontawesome_desc'] = 'Self-hosted - Web Fonts.';
121
 
122
$string['showcolorcoursecardmask'] = 'Display Course Card Image Mask';
123
$string['colorcoursecardmask'] = 'Course Card Image Mask Color';
124
 
125
$string['courselistview'] = 'Simple list (Course List)';
126
$string['courselistview_desc'] = 'Display a simple list instead default course cards. Only on the /course/index.php';
127
 
128
$string['thiscourse'] = 'Course Sections';
129
$string['nothiscourse'] = 'We cannot identify any course sections or topics';
130
 
131
$string['showhintcoursehiddensetting'] = 'Show hints in hidden courses';
132
$string['showhintcoursehiddensetting_desc'] = 'With this setting a hint will appear in the course header as long as the visibility of the course is hidden. This helps to identify the visibility state of a course at a glance without the need for looking at the course settings.';
133
$string['showhintcoursehiddensettingslink'] = 'You can change the visibility in the <a class="underline--anim" href="{$a->url}">course settings</a>.';
134
$string['showhintcoursehiddengeneral'] = 'This course is currently <strong>hidden</strong>. Only enrolled teachers can access this course when hidden.';
135
$string['showhintcourseguestaccesslink'] = 'To have full access to the course, you can <a class="underline--anim" href="{$a->url}">self enrol into this course</a>.';
136
 
137
 
138
// Edit Button Text.
139
$string['editon'] = 'Turn Edit On';
140
$string['editoff'] = 'Turn Edit Off';
141
$string['left'] = 'Left';
142
$string['center'] = 'Center';
143
$string['right'] = 'Right';
144
 
145
 
146
// Custom Alert.
147
$string['alertsettings'] = 'Custom Alert';
148
$string['displaycustomalert'] = 'Display Custom Alert';
149
$string['displaycustomalert_desc'] = '';
150
$string['closecustomalert'] = 'Close Custom Alert Permanently';
151
$string['closecustomalert_desc'] = '<p class="small">Remember to clear the browsing data to see the alert again.</p>';
152
$string['customalerthtml'] = 'Custom Alert Content';
153
$string['customalerthtml_desc'] = '';
154
 
155
// SEO.
156
$string['seosettings'] = 'SEO';
157
$string['seometadesc'] = 'Meta Description';
158
$string['seometadesc_desc'] = '';
159
$string['seoappletouchicon'] = 'Apple Touch Icon';
160
$string['seoappletouchicon_desc'] = '';
161
$string['seothemecolor'] = 'SEO Theme Color';
162
$string['seothemecolor_desc'] = 'The theme-color value for the name attribute of the <meta> element indicates a suggested color that user agents should use to customize the display of the page or of the surrounding user interface.
163
<a class="underline--anim" href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta/name/theme-color" target="_blank">Learn more about theme-color tag</a>';
164
$string['seomanifestjson'] = 'Manifest JSON';
165
$string['seomanifestjson_desc'] = '';
166
 
167
// Course Card.
168
$string['cccteachers'] = 'Display teachers section';
169
$string['cccteachers_desc'] = 'Display teachers section <strong>on the main course page.</strong>';
170
 
171
$string['cccteacherslist'] = 'Display teachers list section';
172
$string['cccteacherslist_desc'] = 'Auto-generated teachers list in tab #5';
173
 
174
$string['cccsummary'] = 'Display Course Summary';
175
$string['cccsummary_desc'] = '';
176
 
177
$string['coursecarddesclimit'] = 'Course Card Description - Text Limit';
178
$string['coursecarddesclimit_desc'] = '<span class="badge-sm badge-secondary"><strong class="mr-1">Example (text length - letters):</strong> 120</span>';
179
 
180
$string['cccdesc'] = 'Display course description';
181
$string['cccdesc_desc'] = 'Display course description on the course card.';
182
 
183
$string['cccteacheravatar'] = 'Display teachers (Course Card)';
184
$string['cccteacheravatar_desc'] = '';
185
 
186
$string['cccfooter'] = 'Display "Get access" buttons';
187
$string['cccfooter_desc'] = '';
188
 
189
$string['stringaccess'] = 'Get access';
190
$string['stringaccess_desc'] = '';
191
 
192
$string['cccdfooter'] = 'Show Course Card Footer <small>(Get access)</small>';
193
$string['cccdfooter_desc'] = '';
194
 
195
$string['coursecarddesclimit'] = 'Course Card Description - Text Limit';
196
$string['coursecarddesclimit_desc'] = '<span class="badge-sm badge-secondary"><strong class="mr-1">Example (text length - letters):</strong> 120</span>';
197
 
198
$string['maxcoursecardtextheight'] = 'Course Card Description - Max Height';
199
$string['maxcoursecardtextheight_desc'] = '<span class="badge-sm badge-secondary"><strong class="mr-1">Default:</strong> 127px</span>';
200
 
201
 
202
// Course Index Page.
203
$string['ipcoursesummary'] = 'Display course summary (Course Index Page)';
204
$string['ipcoursesummary_desc'] = '';
205
$string['ipcourseimage'] = 'Display Course Image (Course Index Page)';
206
$string['ipcourseimage_desc'] = '';
207
$string['courseimagefw'] = 'Course Image (Full Width)';
208
$string['courseimagefw_desc'] = '';
209
$string['ipcoursedetails'] = 'Display course details (Course Index Page)';
210
$string['ipcoursedetails_desc'] = 'Course start date, Modification date and Course end date';
211
 
212
$string['coursetablayout'] = 'Course Tab Layout';
213
$string['coursetablayout_desc'] = '<span class="badge-sq badge-info mb-2">FAQ</span> <ul><li><span>Displaying text in multiple languages </span>
214
<a class="underline--anim" href="https://docs.moodle.org/400/en/Multi-language_content_filter" target="_blank">Learn more</a></li></ul>';
215
 
216
// $string['coursedescwidth'] = 'Custom width of the Course Description Wrapper (First Tab)';
217
// $string['coursedescwidth_desc'] = 'If empty then the container will be full width.';
218
 
219
// $string['incoursedescwidth'] = 'Custom width of the Course Description Wrapper (Course subpages)';
220
// $string['incoursedescwidth_desc'] = 'If empty then the container will be full width.';
221
 
222
$string['courselangbadge'] = 'Course Language Badge';
223
$string['courselangbadge_desc'] = '<p>(Course - Settings - Appearance - Force Language)</p><img src="{$a->siteurl}/theme/universe/doc/course-lang-badge.jpg" class="img-fluid mt-2 rounded" width="100%" alt="Course Simple List" />';
224
 
225
$string['titlecoursetab1'] = 'Course Tab #1';
226
$string['titlecoursetab1_desc'] = '';
227
$string['titlecoursetab2'] = 'Course Tab #2';
228
$string['titlecoursetab2_desc'] = '';
229
$string['titlecoursetab3'] = 'Course Tab #3';
230
$string['titlecoursetab3_desc'] = '';
231
$string['titlecoursetab4'] = 'Course Tab #4';
232
$string['titlecoursetab4_desc'] = '';
233
$string['titlecoursetab5'] = 'Course Tab #5';
234
$string['titlecoursetab5_desc'] = '';
235
 
236
$string['coursetab1content'] = 'Course Tab #1 (Repeatable Content)';
237
$string['coursetab2content'] = 'Course Tab #2 (Repeatable Content)';
238
$string['coursetab3content'] = 'Course Tab #3 (Repeatable Content)';
239
$string['coursetab4content'] = 'Course Tab #4 (Repeatable Content)';
240
 
241
 
242
// Headings.
243
$string['hlogin'] = 'Login Page';
244
$string['hlogin_desc'] = 'Login page customization. You can select three layouts, add background and more.';
245
$string['hsignup'] = 'Sign up Page';
246
$string['hsignup_desc'] = 'Customization of the sign up page.';
247
$string['hcoursecard'] = 'Course Card';
248
$string['hcoursecard_desc'] = 'Customize course card e.g Get access label.';
249
$string['loginidprovtop'] = 'Display list of identity providers before the login form';
250
$string['loginidprovtop_desc'] = '';
251
$string['hcoursemainpage'] = 'Course Main Page';
252
$string['hcoursemainpage_desc'] = 'Customize course page.';
253
$string['hcoursepagetabs'] = 'Course Tabs';
254
$string['hcoursepagetabs_desc'] = 'Customize course tabs layout.';
255
$string['hactivityicons'] = 'Activity Icons';
256
$string['hactivityicons_desc'] = 'Customize activity icon colors.';
257
 
258
$string['hlogoarea'] = 'Logo';
259
$string['hlogoarea_desc'] = '';
260
 
261
$string['hlogoareageneral'] = 'General';
262
$string['hlogoareageneral_desc'] = '';
263
 
264
$string['hadditionalbtn'] = 'Additional Button';
265
$string['hadditionalbtn_desc'] = '';
266
 
267
// Settings -- Advanced.
268
$string['advancedsettings'] = 'Advanced settings';
269
$string['googleanalytics'] = 'Google Analytics V4 Code';
270
$string['googleanalyticsdesc'] = 'Please enter your Google Analytics V4 code to enable analytics on your website. The code format should be like [G-XXXXXXXXXX]';
271
$string['favicon'] = 'Custom favicon';
272
$string['favicon_desc'] = 'Upload your own favicon. It should be an <strong>.ico</strong> file. <a class="underline--anim" href="https://www.favicon-generator.org/" target="_blank">Favicon generator</a>';
273
$string['fontfilessetting'] = 'Font files';
274
$string['fontfilessetting_desc'] = 'With this dialogue you can upload own font files. The uplaod is resricted to the font files of type .eot, .woff, .woff2, .ttf and .svg. <br/>
275
<strong>Important:</strong> To be able to use the uploaded fonts within this theme, you have to add related code to your "Raw SCSS" area in the tab "Advanced Tab". <a class="underline--anim" href="https://rosea.gitbook.io/universe/theme-settings/google-custom-fonts-and-gdpr" target="_blank">Learn more</a>';
276
$string['favicon16'] = 'Custom favicon (16x16)';
277
$string['favicon32'] = 'Custom favicon (32x32)';
278
$string['favicon32'] = 'Custom favicon (32x32)';
279
$string['faviconsafaritab'] = 'Safari Pinned Tab (svg)';
280
$string['faviconsafaritabcolor'] = 'Safari Pinned Tab (color)';
281
 
282
// Settings -- Login page.
283
$string['settingslogin'] = 'Login Page';
284
$string['setloginlayout'] = 'Login Page Image Position';
285
$string['setloginlayout_desc'] = '';
286
$string['loginlayout1'] = '#1 - Box - Background image (middle)';
287
$string['loginlayout2'] = '#2 - Box - Image on the right (middle)';
288
$string['loginlayout3'] = '#3 - Box - Image on the left (middle)';
289
$string['loginlayout4'] = '#4 - Full height (left)';
290
$string['loginlayout5'] = '#5 - Full height (right)';
291
$string['loginhtmlcontent1'] = 'HTML Content #1';
292
$string['loginhtmlcontent1_desc'] = 'Custom HTML content<br />
293
<ul>
294
<li>for layout #1: before the logo</li>
295
<li>for layout #2, #3: before the login box</li>
296
</ul>';
297
$string['loginhtmlcontent2'] = 'HTML Content #2';
298
$string['loginhtmlcontent2_desc'] = 'Custom HTML content<br />
299
<ul>
300
<li>for layout #1: after HTML content #2</li>
301
<li>for layout #2, #3: next to the login form</li>
302
</ul>';
303
$string['loginhtmlcontent3'] = 'HTML Content #3';
304
$string['loginhtmlcontent3_desc'] = 'Custom HTML content<br />
305
<ul>
306
<li>for layout #1: after the login form</li>
307
<li>for layout #2, #3: under the login box</li>
308
</ul>';
309
$string['logincustomfooterhtml'] = 'Custom Footer HTML or JS';
310
$string['logincustomfooterhtml_desc'] = '';
311
$string['loginhtmlblockbottom'] = 'Custom HTML Block (under the login form)';
312
$string['loginhtmlblockbottom_desc'] = '';
313
$string['loginfootercontent'] = 'Footer Content';
314
$string['loginfootercontent_desc'] = 'Custom HTML content<br />
315
<ul>
316
<li>for layout #1: after the login form and HTML Content #2</li>
317
<li>for layout #2, #3: under the login box</li>
318
</ul>';
319
$string['loginbg'] = 'Login Page Background';
320
$string['loginbg_desc'] = '';
321
$string['loginbgcolor'] = 'Login Background Color (Image Container)';
322
$string['loginbgcolor_desc'] = '';
323
$string['customloginlogo'] = 'Custom Logo on the Login Page';
324
$string['customloginlogo_desc'] = '<strong>Recommendation:</strong> SVG files or png files with transparent background.';
325
$string['loginintrotext'] = 'Log in - Introduction';
326
$string['loginintrotext_desc'] = 'Code snippet:
327
<pre class="rui-pre">&lt;div class="alert alert--sm alert-light"&gt;Hi there!&lt;br&gt;
328
Use demo account to check how this theme works.
329
&lt;br&gt;Login: &lt;strong&gt;student&lt;/strong&gt;, password: &lt;strong&gt;Demo123#&lt;/strong&gt;
330
&lt;/div&gt;
331
&lt;hr class="hr-small"&gt;</pre>';
332
$string['stringca'] = 'Label next to "Create an account" button.';
333
$string['stringca_desc'] = 'Label displays on the Sign in page';
334
$string['stringbacktologin'] = 'Label next to "Log in"';
335
$string['stringbacktologin_desc'] = 'Label displays on the Sign up page';
336
$string['signuptext'] = 'Sign up Content';
337
$string['signuptext_desc'] = '';
338
$string['signupintrotext'] = 'Sign up - Introduction';
339
$string['signupintrotext_desc'] = '';
340
$string['loginlogooutside'] = 'Logo outside the container';
341
$string['loginlogooutside_desc'] = '';
342
$string['customsignupoutside'] = 'Sign up link outside the container';
343
$string['customsignupoutside_desc'] = 'Display the sign-up link on the right top corner. If disabled, the sign-up button will be displayed under the log-in button.';
344
$string['hideforgotpassword'] = 'Hide remember password link';
345
$string['hideforgotpassword_desc'] = '';
346
$string['logininfobox'] = 'Additional content under the password input field.';
347
$string['logininfobox_desc'] = 'Code snippet:<pre class="rui-pre"><code>&#x3C;div class=&#x22;mt-3&#x22;&#x3E;&#x3C;p class=&#x22;small&#x22;&#x3E;Sample text&#x3C;/p&#x3E;&#x3C;/div&#x3E;</code></pre>
348
<br /><h5>Available content fields areas.</h5>
349
<a href="{$a->siteurl}/theme/universe/doc/login-area-info.jpg" target="_blank" class="mt-3"><img src="{$a->siteurl}/theme/universe/doc/login-area-info.jpg" class="img-fluid rounded" alt="Login area" width="200" /></a>';
350
 
351
// Repeatable.
352
$string['none'] = 'None';
353
$string['haccordionend'] = '';
354
$string['haccordionend_desc'] = '';
355
$string['blockintrosubtitle'] = 'Subheading';
356
$string['blockintrosubtitle_desc'] = '';
357
$string['blockintrotitle'] = 'Heading';
358
$string['blockintrotitle_desc'] = '';
359
$string['blockintrocontent'] = 'Intro Content';
360
$string['blockintrocontent_desc'] = '';
361
$string['blockhtmlcontent'] = 'HTML Content';
362
$string['blockhtmlcontent_desc'] = '<a href="https://rosea.gitbook.io/universe/demo-content/front-page-blocks" target="_blank" class="btn btn-sm btn-info">HTML Code Snippets Library</a>';
363
$string['blockfootercontent'] = 'Footer Content';
364
$string['blockfootercontent_desc'] = '';
365
$string['turnon'] = 'Turn on';
366
$string['turnon_desc'] = '';
367
$string['blockfw'] = 'Full-width container';
368
$string['blockfw_desc'] = '';
369
 
370
 
371
// Settings -- Course page.
372
$string['settingscourses'] = 'Course Page';
373
$string['courseprogressbar'] = 'Display Course Progress Bar';
374
$string['courseprogressbar_desc'] = 'Course progress bar displays on the course index sidebar<br /><div class="mt-2 w-100 text-left"><img src="{$a->siteurl}/theme/universe/doc/course-progress.png" class="img-fluid rounded" alt="universe Moodle Theme" /></div>';
375
 
376
$string['coursecoverheight'] = 'Course Cover Image Height';
377
$string['coursecoverheight_desc'] = 'use px, vh, or rem';
378
 
379
$string['coursecoverstyle'] = 'Course Cover Style';
380
$string['coursecoverstyle_desc'] = '<strong>Style #1</strong> - Default<br />
381
<strong>Style #2</strong> - Parallax Effect<br />
382
<strong>Style #3</strong> - Change height on hover';
383
 
384
$string['istab2active'] = 'Course Tab #2 Course Content (active by default)';
385
$string['istab2active_desc'] = '';
386
 
387
// Settings -- Top Bar.
388
$string['settingstopbar'] = 'Top Bar';
389
$string['hidenodesprimarynavigationsetting'] = 'Hide nodes in the primary navigation';
390
$string['hidenodesprimarynavigationsetting_desc'] = 'With this setting, you can hide one or multiple nodes from the primary navigation.';
391
 
392
$string['navbarlogobox'] = 'Logo as an icon (40x40 rounded container with border)';
393
$string['navbarlogobox_desc'] = 'You have the option to customize this element by using your own CSS code. The element in question is the <code>.rui-logo-box</code><br /><img src="{$a->siteurl}/theme/universe/doc/topbar-logo-icon.png" class="my-3 rounded" height="120" alt="universe Moodle Theme" />';
394
 
395
$string['hmycoursesbtn'] = 'My Courses';
396
$string['hmycoursesbtn_desc'] = 'Customize the sidebar "My Courses" area.';
397
$string['stringmycourses'] = 'My Courses';
398
$string['stringmycourses_desc'] = '';
399
$string['stringdetails'] = 'Details';
400
$string['stringdetails_desc'] = '';
401
$string['stringallcourses'] = 'List of all available courses';
402
$string['stringallcourses_desc'] = 'Leave this field empty if you want to hide this button.';
403
$string['stringnocourses'] = 'You are not enrolled in any courses.';
404
$string['stringnocourses_desc'] = '';
405
$string['topbarcustomhtml'] = 'Custom HTML Area';
406
$string['topbarcustomhtml_desc'] = '
407
<img src="{$a->siteurl}/theme/universe/doc/additional-area.jpg" class="my-3 rounded" height="60" alt="universe Moodle Theme" />
408
<p>Sample code snippets:</p><br /><pre class="rui-pre">&lt;span class="d-inline-flex align-items-center"&gt;
409
&lt;span class="mr-3"&gt;
410
    &lt;svg width="24px" height="24px" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="currentColor"&gt;
411
        &lt;path d="M12 11.5v5M12 7.51l.01-.011M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"&gt;&lt;/path&gt;
412
    &lt;/svg&gt;
413
&lt;/span&gt;
414
&lt;span&gt;universe 1.1 is there!&lt;br&gt;&lt;a href="#" class="underline--anim" target="_blank"&gt;Get this theme today!&lt;/a&gt;
415
&lt;/span&gt;
416
&lt;/span&gt;</pre>';
417
 
418
$string['topbaradditionalbtn'] = 'Additional Button *';
419
$string['topbaradditionalbtn_desc'] = 'The button will be displayed next to the "Log in" button, only for non-logged-in users.<br /><span class="badge-sq badge-info mb-2">How to revert the buttons?</span><span class="badge-sq badge-light mb-2">Add this custom CSS code to: Advanced - Raw SCSS</span><pre class="rui-pre">.notloggedin .rui-icon-menu { flex-direction: row-reverse; }</pre>';
420
$string['stopbaradditionalbtn'] = 'Button Label';
421
$string['stopbaradditionalbtn_desc'] = '<span class="badge-sq badge-info mb-2">FAQ</span> <ul><li><span>Displaying text in multiple languages </span><a class="underline--anim" href="https://docs.moodle.org/400/en/Multi-language_content_filter" target="_blank">Learn more</a></li></ul>';
422
$string['topbaradditionalbtnurl'] = 'Button URL';
423
$string['topbaradditionalbtnurl_desc'] = 'Button URL';
424
$string['topbaradditionalbtnhtml'] = 'Custom HTML';
425
$string['topbaradditionalbtnhtml_desc'] = 'You can use also custom HTML code';
426
 
427
$string['htopbarcolors'] = 'Color Customization';
428
$string['htopbarcolors_desc'] = '';
429
$string['colortopbarbg1'] = 'Topbar Gradient Color #1';
430
$string['colortopbarbg2'] = 'Topbar Gradient Color #2';
431
$string['dmcolortopbarbg1'] = 'Topbar Gradient Color #1 <span class="badge badge-xs badge-dark mx-2">Dark Mode</span>';
432
$string['dmcolortopbarbg2'] = 'Topbar Gradient Color #2 <span class="badge badge-xs badge-dark mx-2">Dark Mode</span>';
433
$string['colortopbartext'] = 'Text';
434
$string['colortopbarlink'] = 'Link Color';
435
$string['colortopbarlink_desc'] = 'Link color inside "Custom HTML Area"';
436
$string['colortopbarlinkhover'] = 'Link (Hover)';
437
$string['colortopbarbtntext'] = 'Button Text';
438
$string['colortopbarbtnhover'] = 'Button Background Hover';
439
$string['colortopbarbtnhovertext'] = 'Button Hover Text';
440
 
441
 
442
 
443
// Settings -- Footer.
444
$string['settingsfooter'] = 'Footer';
445
$string['footerfw'] = 'Footer Full Width';
446
$string['footerfw_desc'] = '';
447
$string['footerblock1'] = 'Footer Block #1';
448
$string['footerblock1_desc'] = '';
449
$string['footerblock1hr'] = 'Display Footer Block #1 separator (hr)';
450
$string['footerblock1hr_desc'] = '<span class="small">CSS class: .rui-footer-hr--1</small>';
451
$string['footerblock2'] = 'Footer Block #2';
452
$string['footerblock2_desc'] = '';
453
$string['footerblock2hr'] = 'Display Footer Block #2 separator (hr)';
454
$string['footerblock2hr_desc'] = '<span class="small">CSS class: .rui-footer-hr--2</small>';
455
$string['footerblock3'] = 'Footer Block #3';
456
$string['footerblock3_desc'] = '';
457
$string['footercopy'] = 'Footer Copy';
458
$string['footercopy_desc'] = '';
459
$string['hfootercolors'] = 'Footer Color Customization';
460
$string['hfootercolors_desc'] = '';
461
$string['colorfooterbg'] = 'Footer Background Color';
462
$string['colorfootertext'] = 'Footer Text Color';
463
$string['colorfooterlink'] = 'Footer Link Color';
464
$string['colorfooterlinkhover'] = 'Footer Link Hover Color';
465
$string['colorfooterborder'] = 'Footer Border Color';
466
$string['footerbgimg'] = 'Footer Background (Image)';
467
$string['footerbgimg_desc'] = '';
468
$string['footercustomcss'] = 'Footer Custom CSS';
469
$string['showfooterbuttons'] = 'Display Footer Buttons';
470
$string['showfooterbuttons_desc'] = 'Default Moodle buttons on the footer like: Moodle Doc, Data retention summary, etc.';
471
$string['hfooterblocks'] = 'Footer Custom Blocks';
472
$string['hfooterblocks_desc'] = '';
473
$string['hfootersocial'] = 'Footer Social Icons';
474
$string['hfootersocial_desc'] = '';
475
$string['showbasicinfolist'] = 'Display footer info list';
476
$string['showbasicinfolist_desc'] = 'Website, Mail, Mobile';
477
$string['showsociallist'] = 'Display footer social list';
478
$string['showsociallist_desc'] = 'Check this field to show up social icons list.';
479
$string['website'] = 'Website Title';
480
$string['website_desc'] = 'Main company Website Title';
481
$string['cwebsiteurl'] = 'Website URL';
482
$string['cwebsiteurl_desc'] = 'Main company Website';
483
$string['mobile'] = 'Mobile';
484
$string['mobile_desc'] = 'Enter Mobile Number';
485
$string['mail'] = 'E-Mail';
486
$string['mail_desc'] = 'Enter E-Mail ID';
487
$string['facebook'] = 'Facebook URL';
488
$string['facebook_desc'] = 'Enter the URL of your Facebook. (i.e http://www.facebook.com/moodlehq)';
489
$string['customsocialicon'] = 'More icons';
490
$string['customsocialicon_desc'] = '<br>More icons you can find here:
491
<ul>
492
<li><a class="underline--anim" href="https://fontawesome.com/icons" target="_blank">FontAwesome</a></li>
493
<li><a class="underline--anim" href="https://iconic.app/" target="_blank">iconic</a></li>
494
<li><a class="underline--anim" href="https://css.gg/" target="_blank">css.gg</a></li>
495
<li><a class="underline--anim" href="https://coolicons.cool/" target="_blank">coolicons</a></li>
496
</ul>
497
<br><strong>Sample code snippet (remember to switch Atto editor to HTML view): </strong> <pre class="rui-pre"><code>&#x3C;li&#x3E;
498
&#x3C;a href=&#x22;#URL&#x22; target=&#x22;_blank&#x22; class=&#x22;youtube&#x22;&#x3E;
499
    &#x3C;svg width=&#x22;30&#x22; height=&#x22;30&#x22; fill=&#x22;none&#x22; viewBox=&#x22;0 0 24 24&#x22;&#x3E;
500
        &#x3C;path stroke=&#x22;currentColor&#x22; stroke-linecap=&#x22;round&#x22; stroke-linejoin=&#x22;round&#x22; stroke-width=&#x22;1.5&#x22; d=&#x22;M4.75 6.75C4.75 5.64543 5.64543 4.75 6.75 4.75H17.25C18.3546 4.75 19.25 5.64543 19.25 6.75V17.25C19.25 18.3546 18.3546 19.25 17.25 19.25H6.75C5.64543 19.25 4.75 18.3546 4.75 17.25V6.75Z&#x22;&#x3E;&#x3C;/path&#x3E;
501
        &#x3C;path stroke=&#x22;currentColor&#x22; stroke-linecap=&#x22;round&#x22; stroke-linejoin=&#x22;round&#x22; stroke-width=&#x22;1.5&#x22; d=&#x22;M15.25 12L9.75 8.75V15.25L15.25 12Z&#x22;&#x3E;&#x3C;/path&#x3E;
502
    &#x3C;/svg&#x3E;
503
&#x3C;/a&#x3E;
504
&#x3C;/li&#x3E;</code></pre>';
505
$string['twitter'] = 'Twitter URL';
506
$string['twitter_desc'] = 'Enter the URL of your twitter. (i.e http://www.twitter.com/moodlehq)';
507
$string['linkedin'] = 'Linkedin URL';
508
$string['linkedin_desc'] = 'Enter the URL of your LinkedIn. (i.e http://www.linkedin.com/moodlehq)';
509
$string['youtube'] = 'Youtube URL';
510
$string['youtube_desc'] = 'Enter the URL of your Youtube. (i.e https://www.youtube.com/user/moodlehq)';
511
$string['instagram'] = 'Instagram URL';
512
$string['instagram_desc'] = 'Enter the URL of your Instagram. (i.e https://www.instagram.com/moodlehq)';
513
 
514
 
515
// Content Builder.
516
$string['scbsettings'] = 'Blocks Order';
517
$string['block0'] = 'Block #0<br /><span class="mt-1 small d-block text-light w-100">Main Moodle Content</span><br /><span class="badge-xs badge-light mt-2">Go to the settings - <a class="underline--anim" href="{$a->siteurl}/admin/settings.php?section=frontpagesettings" target="_blank">Edit</a></span>';
518
$string['block0_desc'] = '';
519
$string['block1'] = 'Block #1<br /><span class="mt-1 small d-block text-light w-100">Hero Slider #1</span>';
520
$string['block1_desc'] = '';
521
$string['block2'] = 'Block #2<br /><span class="mt-1 small d-block text-light w-100">Hero Video</span>';
522
$string['block2_desc'] = '';
523
$string['block3'] = 'Block #3<br /><span class="mt-1 small d-block text-light w-100">Hero Image</span>';
524
$string['block3_desc'] = '';
525
$string['block4'] = 'Block #4<br /><span class="mt-1 small d-block text-light w-100">Hero Slider #2</span>';
526
$string['block4_desc'] = '';
527
$string['block5'] = 'Block #5<br /><span class="mt-1 small d-block text-light w-100">Grid Content #1</span>';
528
$string['block5_desc'] = '';
529
$string['block6'] = 'Block #6<br /><span class="mt-1 small d-block text-light w-100">Grid Content #2</span>';
530
$string['block6_desc'] = '';
531
$string['block7'] = 'Block #7<br /><span class="mt-1 small d-block text-light w-100">Grid Content #3</span>';
532
$string['block7_desc'] = '';
533
$string['block8'] = 'Block #8<br /><span class="mt-1 small d-block text-light w-100">Grid Content #4</span>';
534
$string['block8_desc'] = '';
535
$string['block9'] = 'Block #9<br /><span class="mt-1 small d-block text-light w-100">Grid Content #5</span>';
536
$string['block9_desc'] = '';
537
$string['block10'] = 'Block #10<br /><span class="mt-1 small d-block text-light w-100">Grid Content #6</span>';
538
$string['block10_desc'] = '';
539
$string['block11'] = 'Block #11<br /><span class="mt-1 small d-block text-light w-100">Grid Content #7</span>';
540
$string['block11_desc'] = '';
541
$string['block12'] = 'Block #12<br /><span class="mt-1 small d-block text-light w-100">Content #1</span>';
542
$string['block12_desc'] = '';
543
$string['block13'] = 'Block #13<br /><span class="mt-1 small d-block text-light w-100">Content #2</span>';
544
$string['block13_desc'] = '';
545
$string['block14'] = 'Block #14<br /><span class="mt-1 small d-block text-light w-100">Testimonials</span>';
546
$string['block14_desc'] = '';
547
$string['block15'] = 'Block #15<br /><span class="mt-1 small d-block text-light w-100">Logotypes</span>';
548
$string['block15_desc'] = '';
549
$string['block16'] = 'Block #16<br /><span class="mt-1 small d-block text-light w-100">Stats #1</span>';
550
$string['block16_desc'] = '';
551
$string['block17'] = 'Block #17<br /><span class="mt-1 small d-block text-light w-100">Team</span>';
552
$string['block17_desc'] = '';
553
$string['block18'] = 'Block #18<br /><span class="mt-1 small d-block text-light w-100">FAQ</span>';
554
$string['block18_desc'] = '';
555
$string['block19'] = 'Block #19<br /><span class="mt-1 small d-block text-light w-100">Categories List #1</span>';
556
$string['block19_desc'] = '';
557
$string['block20'] = 'Block #20<br /><span class="mt-1 small d-block text-light w-100">CTA #1</span>';
558
$string['block20_desc'] = '';
559
$string['block21'] = 'Block #21<br /><span class="mt-1 small d-block text-light w-100">CTA #2</span>';
560
$string['block21_desc'] = '';
561
$string['block22'] = 'Block #22<br /><span class="mt-1 small d-block text-light w-100">CTA #3</span>';
562
$string['block22_desc'] = '';
563
$string['block23'] = 'Block #23<br /><span class="mt-1 small d-block text-light w-100">Blocks area</span>';
564
$string['block23_desc'] = '';
565
 
566
$string['displayblockhr'] = 'Show Block Separator (hr)';
567
$string['displayblockhr_desc'] = '';
568
 
569
 
570
// Block 0 - Main Moodle Content.
571
$string['settingsblock0'] = 'Block #0';
572
$string['displayblock0_desc'] = '';
573
 
574
// Block 1.
575
$string['settingsblock1'] = 'Block #1 (Hero Slider #1)';
576
$string['displayblock1_desc'] = '<small>Script: <a class="underline--anim" href="https://swiperjs.com/" target="_blank">Swiper</a>.
577
MIT Licensed, v7.0.8 released on October 4, 2021<br /><a class="underline--anim" href="https://rosea.gitbook.io/universe/demo-content/front-page-blocks/hero-blocks/block-1-hero-slider">Learn how to set up this block</a></small>';
578
$string['hblock1slide'] = 'Slide';
579
$string['hblock1slide_desc'] = '';
580
$string['block1count'] = 'Slider count';
581
$string['block1count_desc'] = '';
582
$string['block1slideimg'] = 'Slide Image';
583
$string['block1slideimg_desc'] = '';
584
$string['block1slidesubtitle'] = 'Slide Subheading';
585
$string['block1slidesubtitle_desc'] = '';
586
$string['block1slidetitle'] = 'Slide Heading';
587
$string['block1slidetitle_desc'] = '';
588
$string['block1slidecaption'] = 'Slide Caption';
589
$string['block1slidecaption_desc'] = '<br />If you want to display or hide some elements for non-logged-in users use dedicated class names:<br /><ul><li>For non-logged-in users: <strong>hidefornotloggedin</strong></li><li>For logged-in users: <strong>hideforloggedin</strong></li></ul>';
590
$string['block1slidecss'] = 'Slide Custom CSS';
591
$string['block1slidecss_desc'] = '<a class="underline--anim" href="https://css-tricks.com/almanac/properties/b/background/" target="_blank">Learn more about CSS background properties</a>';
592
$string['showblock1sliderwrapper'] = 'Show Colorized Content Wrapper';
593
$string['showblock1sliderwrapper_desc'] = '';
594
$string['block1sliderwrapperbg'] = 'Content Wrapper Color';
595
$string['block1sliderwrapperbg_desc'] = '';
596
$string['block1wrapperalign'] = 'Content Wrapper Alignment';
597
$string['block1wrapperalign_desc'] = '';
598
 
599
// Block 2.
600
$string['settingsblock2'] = 'Block #2 (Hero Video)';
601
$string['displayblock2_desc'] = '<small>Script: <strong>vidbg.js v2.1</strong> is licensed under The MIT License.<br />
602
<a class="underline--anim" href="https://rosea.gitbook.io/universe/demo-content/front-page-blocks/hero-blocks/block-2-video-hero">Learn how to set up this block</a></small>';
603
$string['showblock2wrapper'] = 'Show Colorized Content Wrapper';
604
$string['showblock2wrapper_desc'] = '';
605
$string['block2wrapperbg'] = 'Content Wrapper Color';
606
$string['block2wrapperbg_desc'] = '';
607
$string['block2wrapperalign'] = 'Content Wrapper Alignment';
608
$string['block2wrapperalign_desc'] = '';
609
$string['block2videoposter'] = 'Video Background<br />(poster)';
610
$string['block2videoposter_desc'] = '';
611
$string['block2videomp4'] = 'Video Background<br />(mp4)';
612
$string['block2videomp4_desc'] = '';
613
$string['block2videowebm'] = 'Video Background<br />(webm)';
614
$string['block2videowebm_desc'] = '';
615
$string['block2herotitle'] = 'Heading';
616
$string['block2herotitle_desc'] = '';
617
$string['block2herocaption'] = 'Caption';
618
$string['block2herocaption_desc'] = '<br />If you want to display or hide some elements for non-logged-in users use dedicated class names:<br /><ul><li>For non-logged-in users: <strong>hidefornotloggedin</strong></li><li>For logged-in users: <strong>hideforloggedin</strong></li></ul>';
619
 
620
 
621
// Block 3.
622
$string['settingsblock3'] = 'Block #3 (Hero Image)';
623
$string['displayblock3_desc'] = '<small><a class="underline--anim" href="https://rosea.gitbook.io/universe/demo-content/front-page-blocks/hero-blocks/block-3-hero-image">Learn how to set up this block</a></small>';
624
$string['showblock3wrapper'] = 'Show Colorized Content Wrapper';
625
$string['showblock3wrapper_desc'] = '';
626
$string['block3wrapperbg'] = 'Content Wrapper Color';
627
$string['block3wrapperbg_desc'] = '';
628
$string['block3wrapperalign'] = 'Content Wrapper Alignment';
629
$string['block3wrapperalign_desc'] = '';
630
$string['block3img'] = 'Hero Image';
631
$string['block3img_desc'] = '';
632
$string['block3videowebm_desc'] = '';
633
$string['block3herotitle'] = 'Heading';
634
$string['block3herotitle_desc'] = '';
635
$string['block3herocaption'] = 'Caption';
636
$string['block3herocaption_desc'] = '<br />If you want to display or hide some elements for non-logged-in users use dedicated class names:<br /><ul><li>For non-logged-in users: <strong>hidefornotloggedin</strong></li><li>For logged-in users: <strong>hideforloggedin</strong></li></ul>';
637
 
638
// Block 4.
639
$string['settingsblock4'] = 'Block #4 (Hero Slider #2)';
640
$string['displayblock4_desc'] = '<small>Script: <a class="underline--anim" href="https://swiperjs.com/" target="_blank">Swiper</a>.
641
MIT Licensed, v7.0.8 released on October 4, 2021<br /><a class="underline--anim" href="https://rosea.gitbook.io/universe/demo-content/front-page-blocks/hero-blocks/block-1-hero-slider">Tutorial</a></small>';
642
$string['hblock4slide'] = 'Slide';
643
$string['hblock4slide_desc'] = '';
644
$string['block4count'] = 'Slider count';
645
$string['block4count_desc'] = '';
646
$string['block4slideimg'] = 'Slide Image';
647
$string['block4slideimg_desc'] = '';
648
$string['block4slidesubtitle'] = 'Slide Subheading';
649
$string['block4slidesubtitle_desc'] = '';
650
$string['block4slidetitle'] = 'Slide Heading';
651
$string['block4slidetitle_desc'] = '';
652
$string['block4slidecaption'] = 'Slide Caption';
653
$string['block4slidecaption_desc'] = '<br />If you want to display or hide some elements for non-logged-in users use dedicated class names:<br /><ul><li>For non-logged-in users: <strong>hidefornotloggedin</strong></li><li>For logged-in users: <strong>hideforloggedin</strong></li></ul>';
654
$string['block4slidecss'] = 'Slide Custom CSS';
655
$string['block4slidecss_desc'] = '<a class="underline--anim" href="https://css-tricks.com/almanac/properties/b/background/" target="_blank">Learn more about CSS background properties</a>';
656
$string['showblock4sliderwrapper'] = 'Show Colorized Content Wrapper';
657
$string['showblock4sliderwrapper_desc'] = '';
658
$string['block4sliderwrapperbg'] = 'Content Wrapper Color';
659
$string['block4sliderwrapperbg_desc'] = '';
660
$string['block4wrapperalign'] = 'Content Wrapper Alignment';
661
$string['block4wrapperalign_desc'] = '';
662
$string['sliderinterval'] = 'Slider interval';
663
$string['sliderinterval_desc'] = 'Units: 1000 -> 1s. Enable slider interval must be checked.';
664
 
665
// Block 5.
666
$string['settingsblock5'] = 'Block #5 (Grid Content #1)';
667
$string['displayblock5_desc'] = '';
668
 
669
// Block 6.
670
$string['settingsblock6'] = 'Block #6 (Grid Content #2)';
671
$string['displayblock6_desc'] = '';
672
 
673
// Block 7.
674
$string['settingsblock7'] = 'Block #7 (Grid Content #3)';
675
$string['displayblock7_desc'] = '';
676
 
677
// Block 8.
678
$string['settingsblock8'] = 'Block #8 (Grid Content #4)';
679
$string['displayblock8_desc'] = '';
680
 
681
// Block 9.
682
$string['settingsblock9'] = 'Block #9 (Grid Content #5)';
683
$string['displayblock9_desc'] = '';
684
 
685
// Block 10.
686
$string['settingsblock10'] = 'Block #10 (Grid Content #6)';
687
$string['displayblock10_desc'] = '';
688
 
689
// Block 11.
690
$string['settingsblock11'] = 'Block #11 (Grid Content #7)';
691
$string['displayblock11_desc'] = '';
692
 
693
// Block 12.
694
$string['settingsblock12'] = 'Block #12 (Content #1)';
695
$string['displayblock12_desc'] = '';
696
$string['hblock12item'] = 'Item';
697
$string['hblock12item_desc'] = '';
698
$string['settingsblock12'] = 'Block #12 (Content)';
699
$string['displayblock12_desc'] = '';
700
$string['block12slidesperrow'] = 'Sldies per row';
701
$string['block12slidesperrow_desc'] = '';
702
$string['block12count'] = 'Number of items';
703
$string['block12count_desc'] = '';
704
$string['block12itemimg'] = 'Image';
705
$string['block12itemimg_desc'] = '';
706
$string['block12itemtitle'] = 'Title (Alt)';
707
$string['block12itemtitle_desc'] = '';
708
$string['block12itemurl'] = 'URL with (https:// or http://)';
709
$string['block12itemurl_desc'] = '';
710
 
711
 
712
// Block 13.
713
$string['settingsblock13'] = 'Block #13 (Content #2)';
714
$string['displayblock13_desc'] = '';
715
 
716
// Block 14.
717
$string['settingsblock14'] = 'Block #14 (Testimonials)';
718
$string['displayblock14_desc'] = '';
719
 
720
// Block 15.
721
$string['settingsblock15'] = 'Block #15 (Logotypes)';
722
$string['displayblock15_desc'] = '';
723
 
724
// Block 16.
725
$string['settingsblock16'] = 'Block #16 (Stats)';
726
$string['displayblock16_desc'] = '';
727
 
728
// Block 17.
729
$string['settingsblock17'] = 'Block #17 (Team)';
730
$string['displayblock17_desc'] = '';
731
 
732
// Block 18.
733
$string['settingsblock18'] = 'Block #18 (FAQ)';
734
$string['displayblock18_desc'] = '';
735
$string['hblock18'] = 'Custom HTML';
736
$string['hblock18_desc'] = 'You can use HTML to display accordion items or just add it using simple form below.';
737
$string['hblock18_2'] = 'FAQ Items';
738
$string['hblock18_2_desc'] = 'Add FAQ items manually.';
739
$string['block18count'] = 'Number of items';
740
$string['block18count_desc'] = 'Number of items';
741
$string['block18answer'] = 'Answer';
742
$string['block18answer_desc'] = '';
743
$string['block18question'] = 'Question';
744
$string['block18question_desc'] = '';
745
 
746
// Block 19.
747
$string['settingsblock19'] = 'Block #19 (Categories List)';
748
$string['displayblock19_desc'] = '';
749
 
750
// Block 20.
751
$string['settingsblock20'] = 'Block #20 (CTA #1)';
752
$string['displayblock20_desc'] = '';
753
 
754
// Block 21.
755
$string['settingsblock21'] = 'Block #21 (CTA #2)';
756
$string['displayblock21_desc'] = '';
757
 
758
// Block 22.
759
$string['settingsblock22'] = 'Block #22 (CTA #3)';
760
$string['displayblock22_desc'] = '';
761
 
762
$string['blockbg'] = 'Background Image';
763
$string['blockbg_desc'] = '';
764
$string['blockcustomcss'] = 'Custom CSS';
765
$string['blockcustomcss_desc'] = '<p class="mb-3">Tutorial:
766
<a class="underline--anim" href="https://css-tricks.com/almanac/properties/b/background/" target="_blank">css-tricks - background properties</a>.</p>
767
<p class="mt-3">Sample code:</p>
768
<pre>background-position: bottom center; background-size: 100%; background-color: #000; background-repeat: no-repeat;</pre>
769
<p class="mt-3">Background Gradient Generator - <a class="underline--anim" href="https://mycolor.space/gradient" target="_blank">mycolor.space/gradient</a></p>';
770
$string['blocktextalign'] = 'Text alignment';
771
$string['blocktextalign_desc'] = '';
772
$string['blocktitle'] = 'Heading';
773
$string['blocktitle_desc'] = '';
774
$string['blocktitlesize'] = 'Heading Size';
775
$string['blocktitlesize_desc'] = 'Normal: 40px , Large: 60px , Extra large: 80px';
776
$string['blocktitleweight'] = 'Heading Font Weight';
777
$string['blocktitleweight_desc'] = '';
778
$string['blocktitlecolor'] = 'Heading Color';
779
$string['blocktitlecolor_desc'] = '';
780
 
781
// Block 23.
782
$string['settingsblock23'] = 'Block #23 (Blocks Area)';
783
$string['displayblock23_desc'] = '';
784
 
785
// Customization.
786
$string['settingscustomization'] = 'Customization';
787
$string['hfontsettings'] = 'Fonts Settings';
788
$string['hfontsettings_desc'] = 'Customize Font Properties';
789
$string['hgooglefont'] = 'Google Font';
790
$string['hgooglefont_desc'] = 'Google Fonts is a library of 1,284 free licensed font families.
791
<a class="underline--anim" href="https://fonts.google.com" target="_blank">Google Fonts Library</a>.';
792
$string['googlefonturl'] = 'Google Font URL';
793
$string['googlefonturl_desc'] = "Leave empty if you don't want to use Google Font.";
794
$string['fontbody'] = 'Font Name (Body)';
795
$string['fontbody_desc'] = "";
796
$string['fontheadings'] = 'Font Name (Headings)';
797
$string['fontheadings_desc'] = "Leave empty if you don't use additional font for headings.";
798
$string['fontweightregular'] = 'Font weight: Regular';
799
$string['fontweightregular_desc'] = 'e.g 400';
800
$string['fontweightmedium'] = 'Font weight: Medium';
801
$string['fontweightmedium_desc'] = 'e.g 500, 600';
802
$string['fontweightbold'] = 'Font weight: Bold';
803
$string['fontweightbold_desc'] = 'e.g 700, 800, 900<br />';
804
$string['fontweightheadings'] = 'Font weight (Headings)';
805
$string['fontweightheadings_desc'] = 'e.g 700, 800, 900';
806
 
807
$string['hgeneral'] = 'General';
808
$string['hgeneral_desc'] = '';
809
$string['colorbodybg'] = 'Body Background Color';
810
$string['colorborder'] = 'Border Color (Global)';
811
$string['btnborderradius'] = 'Button Border Radius (px)';
812
 
813
$string['topbarlogoareaon'] = 'Turn on a logo area';
814
$string['topbarlogoareaon_desc'] = 'Select to turn on a logo area on the top bar. You can upload an image, use
815
<a class="underline--anim" href="#admin-customlogotxt">custom text</a>
816
or <a class="underline--anim" href="{$a->siteurl}/admin/settings.php?section=frontpagesettings" target="_blank">default moodle site name (shortname).</a>';
817
$string['customlogo'] = 'Logo (Top Bar)';
818
$string['customlogo_desc'] = '';
819
$string['customdmlogo'] = 'Dark mode - Logo (Top Bar)';
820
$string['customdmlogo_desc'] = '';
821
$string['customlogotxt'] = 'Logo (Text)';
822
$string['customlogotxt_desc'] = '';
823
$string['customlogoandname'] = 'Display Text Next to The Logo';
824
$string['customlogoandname_desc'] = 'Don\'t forgot to add Company/Site Name';
825
 
826
$string['hcolorstxt'] = 'Text Colors <span class="badge badge-sm badge-light mx-2">Not recommended to change</span>';
827
$string['hcolorstxt_desc'] = '<p>Compatible with WCAG Principles.</p><p>Change only when you really need to.</p>';
828
$string['colorheadings'] = 'Headings';
829
$string['colorbody'] = 'Text Color';
830
$string['colorbodysecondary'] = 'Text Color (Secondary)';
831
$string['colorbodylight'] = 'Text Color (Light)';
832
$string['colorlink'] = 'Link Color';
833
$string['colorlinkhover'] = 'Link Color (Hover)';
834
 
835
$string['hcolorsgrays'] = 'Grays <span class="badge badge-sm badge-light mx-2">Not recommended to change</span>';
836
$string['hcolorsgrays_desc'] = '<p>I used gray shades compatible with WCAG Principles.</p>
837
<p>Change only when you really need to.</p><br /><div class="d-inline-flex flex-wrap"><div class="sqcolor bg-gray-100 bg--desc m-1"></div>
838
<div class="sqcolor bg-gray-200 bg--desc m-1"></div><div class="sqcolor bg-gray-300 bg--desc m-1"></div><div class="sqcolor bg-gray-400 bg--desc m-1"></div>
839
<div class="sqcolor bg-gray-500 bg--desc m-1"></div><div class="sqcolor bg-gray-600 bg--desc m-1"></div><div class="sqcolor bg-gray-700 bg--desc m-1"></div>
840
<div class="sqcolor bg-gray-800 bg--desc m-1"></div><div class="sqcolor bg-gray-900 bg--desc m-1"></div></div>';
841
$string['colorgray100'] = 'Gray 100';
842
$string['colorgray200'] = 'Gray 200';
843
$string['colorgray300'] = 'Gray 300<br /><small class="mx-2">e.g main borders color</small>';
844
$string['colorgray400'] = 'Gray 400';
845
$string['colorgray500'] = 'Gray 500';
846
$string['colorgray600'] = 'Gray 600';
847
$string['colorgray700'] = 'Gray 700';
848
$string['colorgray800'] = 'Gray 800';
849
$string['colorgray900'] = 'Gray 900';
850
$string['colorgray_desc'] = '';
851
 
852
$string['hcolorsprimary'] = 'Primary colors';
853
$string['hcolorsprimary_desc'] = 'Primary buttons, top bar, all important/primary UI elements.<br />
854
<div class="d-inline-flex flex-wrap"><div class="sqcolor bg-primary-100 bg--desc m-1"></div>
855
<div class="sqcolor bg-primary-200 bg--desc m-1"></div><div class="sqcolor bg-primary-300 bg--desc m-1"></div>
856
<div class="sqcolor bg-primary-400 bg--desc m-1"></div><div class="sqcolor bg-primary-500 bg--desc m-1"></div>
857
<div class="sqcolor bg-primary-600 bg--desc m-1"></div><div class="sqcolor bg-primary-700 bg--desc m-1"></div>
858
<div class="sqcolor bg-primary-800 bg--desc m-1"></div><div class="sqcolor bg-primary-900 bg--desc m-1"></div>
859
</div>';
860
$string['colorprimary100'] = 'Primary 100';
861
$string['colorprimary200'] = 'Primary 200';
862
$string['colorprimary300'] = 'Primary 300';
863
$string['colorprimary400'] = 'Primary 400';
864
$string['colorprimary500'] = 'Primary 500';
865
$string['colorprimary600'] = 'Primary 600 - Main Theme Color';
866
$string['colorprimary700'] = 'Primary 700';
867
$string['colorprimary800'] = 'Primary 800';
868
$string['colorprimary900'] = 'Primary 900';
869
$string['colorprimary_desc'] = '<span class="badge badge-sq badge-warning">To generate automatically the colour palette just set up the "Main Theme Color - 600"</span>
870
<p class="mt-2">
871
<small>If you want to change any color from the palette just add custom HEX color value to the field.</small>
872
</p>';
873
$string['color_desc'] = '';
874
 
875
$string['additionalid'] = 'Custom Block ID';
876
$string['additionalid_desc'] = '<strong class="badge badge-danger mr-2">Only for developers.</strong>Custom, unique ID for the block.';
877
$string['additionalblock0id_desc'] = '<strong class="badge badge-danger mr-2">Only for developers.</strong>Custom, unique ID for the block.
878
<br /><h4>Main Moodle Content</h4>
879
<span>This is the section designated for the default blocks on the Moodle front page, such as the course list and categories list.</span>
880
<div class="mt-2"><p>Front page settings - <a class="underline--anim" href="{$a->siteurl}/admin/settings.php?section=frontpagesettings" target="_blank">Edit</a></p>
881
<p class="mt-2">Learn more about block customization - <a href="https://rosea.gitbook.io/universe-moodle-theme/demo-content/front-page-block-0" target="_blank">Theme Documentation</a></p></div>';
882
 
883
$string['additionalclass'] = 'Additional Class Name';
884
$string['additionalclass_desc'] = '<strong class="badge badge-warning mr-2">Only for developers.</strong><span>You can add multiple class names e.g class1 class2 class3 </span>
885
<a class="underline--anim" href="https://rosea.gitbook.io/universe/demo-content/front-page-blocks/advanced-options/custom-css-field" target="_blank">Learn more</a>';
886
 
887
$string['hintro'] = '<img src="{$a->siteurl}/theme/universe/doc/theme-icon.png" class="img-fluid my-3" width="80" height="80" alt="universe Moodle Theme" />
888
<div class="lead-3">universe for Moodle 4.3</div>';
889
$string['hintro_desc'] = '
890
<div class="mt-1 small">by <a class="underline--anim" href="https://rosea.io">RoseaThemes</a></div><hr class="mt-3" />
891
<div class="mt-3"><span class="badge badge-primary"><a class="underline--anim" href="https://rosea.gitbook.io/universe/changelog" target="_blank">Version: 1.3.2</a></span></div>
892
<div class="mt-4"><h3 class="lead-4 mb-2">Need help with theme customization?<br />Or you want to report a bug?</h3>Just let me know.
893
Open <a class="underline--anim" href="https://roseathemes.ticksy.com" target="_blank">a ticket</a> or contact me via support form on the ThemeForest item page.</div>
894
<a class="underline--anim" href="https://rosea.gitbook.io/universe-moodle-theme/" target="_blank" class="btn btn-sm btn-dark mt-3">Online documentation</a>
895
';
896
 
897
// Credits: BoostCampus.
898
// Setting: Show hint for switched role setting.
899
$string['showswitchedroleincoursesetting'] = 'Show hint for switched role';
900
$string['showswitchedroleincoursesetting_desc'] = 'Enabling this option shows a hint in the course header if the user switched roles in the course. It also provides a link to switch back within the course page.
901
<br /><img src="{$a->siteurl}/theme/universe/doc/hints.png" class="img-fluid rounded my-3" style="max-height: 200px; width: auto; max-width: 100%;" alt="Universe Theme for Moodle" />';
902
$string['switchedroleto'] = 'You are viewing this course currently with the role: <strong>{$a->role}</strong>';
903
// Setting: Show hint for hidden course.
904
$string['showhintcoursehiddensetting'] = 'Show hint in hidden courses';
905
$string['showhintcoursehiddensetting_desc'] = 'With this setting a hint will appear in the course header as long as the visibility of the course is hidden. This helps to identify the visibility state of a course at a glance without the need for looking at the course settings.';
906
$string['showhintcoursehiddengeneral'] = 'This course is currently <strong>hidden</strong>. Only enrolled teachers can access this course when hidden.';
907
$string['showhintcoursehiddensettingslink'] = 'You can change the visibility in the <a href="{$a->url}">course settings</a>.';
908
// Setting: Show hint for guest access.
909
$string['showhintcoursguestaccesssetting'] = 'Show hint for guest access';
910
$string['showhintcourseguestaccesssetting_desc'] = 'With this setting a hint will appear in the course header when a user is accessing it with the guest access feature. If the course provides an active self enrolment, a link to that page is also presented to the user.';
911
$string['showhintcourseguestaccessgeneral'] = 'You are currently viewing this course as <strong>{$a->role}</strong>.';
912
$string['showhintcourseguestaccessgeneralinfo'] = 'Please log in to check how to enrol into the course and get full access.';
913
$string['showhintcourseguestaccesslink'] = 'To have full access to the course, you can <a href="{$a->url}">self enrol into this course</a>.';
914
// Setting: Show hint for unrestricted self enrolment.
915
$string['showhintcourseselfenrolsetting'] = 'Show hint for self enrolment without enrolment key';
916
$string['showhintcourseselfenrolsetting_desc'] = 'With this setting a hint will appear in the course header if the course is visible and an enrolment without enrolment key is currently possible.';
917
$string['showhintcourseselfenrolstartcurrently'] = 'This course is currently visible to everyone and <strong>self enrolment without an enrolment key</strong> is possible.';
918
$string['showhintcourseselfenrolstartfuture'] = 'This course is currently visible to everyone and <strong>self enrolment without an enrolment key</strong> is planned to become possible.';
919
$string['showhintcourseselfenrolunlimited'] = 'The <strong>{$a->name}</strong> enrolment instance allows unrestricted self enrolment indefinitely.';
920
$string['showhintcourseselfenroluntil'] = 'The <strong>{$a->name}</strong> enrolment instance allows unrestricted self enrolment until {$a->until}.';
921
$string['showhintcourseselfenrolfrom'] = 'The <strong>{$a->name}</strong> enrolment instance allows unrestricted self enrolment from {$a->from} on.';
922
$string['showhintcourseselfenrolsince'] = 'The <strong>{$a->name}</strong> enrolment instance allows unrestricted self enrolment currently.';
923
$string['showhintcourseselfenrolfromuntil'] = 'The <strong>{$a->name}</strong> enrolment instance allows unrestricted self enrolment from {$a->from} until {$a->until}.';
924
$string['showhintcourseselfenrolsinceuntil'] = 'The <strong>{$a->name}</strong> enrolment instance allows unrestricted self enrolment until {$a->until}.';
925
$string['showhintcourseselfenrolinstancecallforaction'] = 'If you don\'t want any Moodle user to have access to this course freely, please restrict the self enrolment settings.';
926
 
927
// Moodle 4..
928
$string['showfooter'] = 'Show footer';
929
$string['privacy:metadata:preference:draweropenblock'] = 'The user\'s preference for hiding or showing the drawer with blocks.';
930
$string['privacy:metadata:preference:draweropenindex'] = 'The user\'s preference for hiding or showing the drawer with course index.';
931
$string['privacy:metadata:preference:draweropennav'] = 'The user\'s preference for hiding or showing the drawer menu navigation.';
932
$string['privacy:drawerindexclosed'] = 'The current preference for the index drawer is closed.';
933
$string['privacy:drawerindexopen'] = 'The current preference for the index drawer is open.';
934
$string['privacy:drawerblockclosed'] = 'The current preference for the block drawer is closed.';
935
$string['privacy:drawerblockopen'] = 'The current preference for the block drawer is open.';
936
$string['privacy:drawernavclosed'] = 'The current preference for the navigation drawer is closed.';
937
$string['privacy:drawernavopen'] = 'The current preference for the navigation drawer is open.';
938
$string['unaddableblocks'] = 'Unneeded blocks';
939
$string['unaddableblocks_desc'] = 'The blocks specified are not needed when using this theme and will not be listed in the \'Add a block\' menu.';
940
 
941
// universe (1.2.1).
942
$string['hcoursenavitems'] = 'Course Navigation Items';
943
$string['hcoursenavitems_desc'] = 'Turn on/off any navigation items like: Participants, Grades, Competencies, Badges.';
944
$string['isitemongrades'] = 'Grade';
945
$string['isitemongrades_desc'] = '';
946
$string['isitemonparticipants'] = 'Participants';
947
$string['isitemonparticipants_desc'] = '';
948
$string['isitemonbadges'] = 'Badges';
949
$string['isitemonbadges_desc'] = '';
950
$string['isitemoncompetencies'] = 'Competencies';
951
$string['isitemoncompetencies_desc'] = '';
952
 
953
$string['hmainnav'] = 'Main Navigation Items';
954
$string['hmainnav_desc'] = 'Customization of the Main Navigation Items';
955
$string['isitemonsitehome'] = 'Site home';
956
$string['isitemonsitehome_desc'] = '';
957
$string['isitemondashboard'] = 'Dashboard';
958
$string['isitemondashboard_desc'] = '';
959
$string['isitemoncalendar'] = 'Calendar';
960
$string['isitemoncalendar_desc'] = '';
961
$string['isitemonprivatefiles'] = 'Private files';
962
$string['isitemonprivatefiles_desc'] = '';
963
$string['isitemoncontentbank'] = 'Content bank';
964
$string['isitemoncontentbank_desc'] = '';
965
$string['isitemonmycourses'] = 'My courses';
966
$string['isitemonmycourses_desc'] = '';
967
 
968
$string['hvpcss'] = 'H5P CSS';
969
$string['hvpcss_desc'] = 'Custom CSS code to be applied to H5P activities';
970
 
971
$string['hidecourseindexnav'] = 'Hide Course Index Navigation';
972
$string['hidecourseindexnav_desc'] = 'Hide or show the Course Index drawer navigation.';
973
 
974
// Activity Icons.
975
$string['hactivityicons'] = 'Activity Icons';
976
$string['hactivityicons_desc'] = 'Customize activity icon colors.<br />To change the icon color from black to white just add a custom CSS (Advanced - Raw SCSS). <pre>.activityiconcontainer .activityicon, .activityiconcontainer .icon { filter: invert(1); }</pre>';
977
 
978
$string['iconadministration'] = 'Activity Icon (administration)';
979
$string['iconassessment'] = 'Activity Icon (assessment)';
980
$string['iconcolleboration'] = 'Activity Icon (colleboration)';
981
$string['iconcommunication'] = 'Activity Icon (communication)';
982
$string['iconcontent'] = 'Activity Icon (content)';
983
$string['iconinterface'] = 'Activity Icon (interface)';
984
 
985
$string['backtotop'] = 'Back to top button';
986
$string['backtotop_desc'] = '';
987
 
988
$string['showcustomfields'] = 'Show custom fields';
989
$string['showcustomfields_desc'] = '';
990
 
991
$string['secnavgroupitem'] = 'Include Groups Item to the Secondary Navigation';
992
$string['secnavgroupitem_desc'] = 'For users who have capabilities such as moodle/course:managegroups. <br /><img src="{$a->siteurl}/theme/universe/doc/secondary-nav-course-tmpl.png" width="w-100 rounded" style="max-height:150px;" />';
993
 
994
$string['settingscoursesnav'] = 'Course Page - Secondary Navigation';
995
 
996
$string['secnavitems'] = 'Turn on additional menu items';
997
$string['secnavitems_desc'] = 'Select and save to turn on additional options for customizing secondary navigation.';
998
 
999
$string['hsecnavitem'] = 'Item';
1000
$string['hsecnavitem_desc'] = '';
1001
 
1002
$string['secnavitemscount'] = 'Number of custom items';
1003
$string['secnavitemscount_desc'] = '';
1004
 
1005
$string['secnavcustomnavlabel'] = 'Label';
1006
$string['secnavcustomnavlabel_desc'] = '';
1007
 
1008
$string['secnavcustomnavurl'] = 'URL';
1009
$string['secnavcustomnavurl_desc'] = 'To add course ID to the URL, just use {{courseID}}. eg. https://localhost/group/index.php?id={{courseID}}';
1010
 
1011
$string['secnavuserrole1'] = 'Select user role';
1012
$string['secnavuserrole1_desc'] = 'Add restrictions depends on user roles.';
1013
$string['secnavuserrole'] = 'Select user role';
1014
$string['secnavuserrole_desc'] = 'Add restrictions depends on user roles.';
1015
$string['secnavuserroles'] = 'Select user role';
1016
$string['secnavuserroles_desc'] = 'Add restrictions depends on user roles.';
1017
 
1018
$string['rolemanager'] = 'Manager';
1019
$string['rolecoursecreator'] = 'Course Creator';
1020
$string['roleeditingteacher'] = 'Teacher (editing)';
1021
$string['rolenoneditingteacher'] = 'Teacher (non-editing)';
1022
$string['roleguest'] = 'Guest';
1023
$string['rolestudent'] = 'Student';
1024
$string['roleauthenticateduser'] = 'Authenticated user';
1025
 
1026
// Dark mode more options.
1027
$string['dmcolor_desc'] = '';
1028
 
1029
$string['hdmgeneral'] = 'General <span class="badge badge-xs badge-dark mx-2">Dark Mode</span>';
1030
$string['hdmgeneral_desc'] = 'Background and border color, button radius';
1031
$string['dmcolorbodybg'] = 'Body Background Color';
1032
$string['dmcolorborder'] = 'Border Color (Global)';
1033
 
1034
$string['hdmcolorstxt'] = 'Text Colors <span class="badge badge-xs badge-dark mx-2">Dark Mode</span> <span class="badge badge-sm badge-light mx-2">Not recommended to change</span>';
1035
$string['hdmcolorstxt_desc'] = '<p>Compatible with WCAG Principles.</p><p>Change only when you really need to.</p>';
1036
$string['dmcolorheadings'] = 'Headings';
1037
$string['dmcolorbody'] = 'Text Color';
1038
$string['dmcolorbodysecondary'] = 'Text Color (Secondary)';
1039
$string['dmcolorbodylight'] = 'Text Color (Light)';
1040
$string['dmcolorlink'] = 'Link Color';
1041
$string['dmcolorlinkhover'] = 'Link Color (Hover)';
1042
 
1043
$string['hdmcolorsgrays'] = 'Grays <span class="badge badge-xs badge-dark mx-2">Dark Mode</span> <span class="badge badge-sm badge-light mx-2">Not recommended to change</span>';
1044
$string['hdmcolorsgrays_desc'] = '<p>I used gray shades compatible with WCAG Principles.</p>
1045
<p>Change only when you really need to.</p><br /><div class="d-inline-flex flex-wrap">
1046
<div class="sqcolor bg-dm-gray-100 bg--desc m-1"></div><div class="sqcolor bg-dm-gray-200 bg--desc m-1"></div>
1047
<div class="sqcolor bg-dm-gray-300 bg--desc m-1"></div><div class="sqcolor bg-dm-gray-400 bg--desc m-1"></div>
1048
<div class="sqcolor bg-dm-gray-500 bg--desc m-1"></div><div class="sqcolor bg-dm-gray-600 bg--desc m-1"></div>
1049
<div class="sqcolor bg-dm-gray-700 bg--desc m-1"></div><div class="sqcolor bg-dm-gray-800 bg--desc m-1"></div>
1050
<div class="sqcolor bg-dm-gray-900 bg--desc m-1"></div></div>';
1051
$string['dmcolorgray100'] = 'Gray 100';
1052
$string['dmcolorgray200'] = 'Gray 200';
1053
$string['dmcolorgray300'] = 'Gray 300<br /><small class="mx-2">e.g main borders color</small>';
1054
$string['dmcolorgray400'] = 'Gray 400';
1055
$string['dmcolorgray500'] = 'Gray 500';
1056
$string['dmcolorgray600'] = 'Gray 600';
1057
$string['dmcolorgray700'] = 'Gray 700';
1058
$string['dmcolorgray800'] = 'Gray 800';
1059
$string['dmcolorgray900'] = 'Gray 900';
1060
$string['dmcolorgray_desc'] = '';
1061
 
1062
$string['colorgradientheading1'] = 'Heading Gradient #1';
1063
$string['colorgradientheading2'] = 'Heading Gradient #2';
1064
$string['dmcolorgradientheading1'] = 'Heading Gradient #1';
1065
$string['dmcolorgradientheading2'] = 'Heading Gradient #2';
1066
 
1067
$string['forcefwvideo'] = 'Force full-width video';
1068
$string['forcefwvideo_desc'] = 'Turn off this option to revert to the default Moodle video size settings.
1069
<br /><img src="{$a->siteurl}/theme/universe/doc/video-size.jpg" class="img-fluid rounded my-3" style="max-height: 200px; width: auto; max-width: 100%;" alt="universe Theme for Moodle" />';
1070
 
1071
$string['settingsdashboard'] = 'Dashboard';
1072
$string['setdashboardlayout'] = 'Dashboard Page Layout';
1073
$string['dashboardblock1'] = 'Dashboard HTML Block #1 (On the top)';
1074
$string['dashboardblock1_desc'] = '';
1075
$string['dashboardblock2'] = 'Dashboard HTML Block #2 (On the bottom)';
1076
$string['dashboardblock2_desc'] = '';
1077
 
1078
$string['settingsmycourses'] = 'My Courses';
1079
$string['mycoursesblock1'] = 'My Courses HTML Block #1 (On the top)';
1080
$string['mycoursesblock1_desc'] = '<img src="{$a->siteurl}/theme/universe/doc/mycourses-html-area.png" width="w-100 rounded" style="max-width:100%;" />';
1081
$string['mycoursesblock2'] = 'My Courses HTML Block #2 (On the bottom)';
1082
$string['mycoursesblock2_desc'] = '<img src="{$a->siteurl}/theme/universe/doc/mycourses-html-area-2.png" width="w-100 rounded" style="max-width:100%;" />';
1083
 
1084
$string['fontfilessetting'] = 'Font files';
1085
$string['fontfilessetting_desc'] = '';
1086
// Section: Custom fonts. Credits: Boost_Union
1087
$string['customfontsheading'] = 'Custom fonts';
1088
// Setting: Custom fonts.
1089
$string['customfontssetting'] = 'Custom fonts';
1090
$string['customfontssetting_desc'] = 'With this dialogue you can upload own font files. The uplaod is resricted to the font files of type .eot, .woff, .woff2, .ttf and .svg. <br/><br/>
1091
<strong>Important:</strong> To be able to use the uploaded fonts within this theme, you have to add related code to your "Raw SCSS" area in the tab "Advanced Tab". <a class="underline--anim" href="https://rosea.gitbook.io/universe/theme-settings/google-custom-fonts-and-gdpr" target="_blank">Learn more</a>.<br /> The advantage of uploading fonts to this file area is that those fonts can be delivered without a check if the user is logged in and can be used as locally installed fonts everywhere on the site. As soon as you have uploaded at least one font to this filearea and have stored the settings, a list will appear underneath which will give you CSS code snippets which you can use as a boilerplate to reference particular fonts in your custom SCSS.';
1092
// Information: Custom fonts list.
1093
$string['customfontslistsetting'] = '<br /><br />Custom fonts list';
1094
$string['customfontslistsetting_desc'] = '<br /><br />This is the list of fonts which you have uploaded to the custom fonts filearea. The given CSS snippets can be used to add these fonts to your custom SCSS. Please note that you will have to take care of the font format value as well as the font-family, font-style and font-weight CSS properties yourself for now as Boost Union is not able yet to parse the font files.';
1095
$string['customfontsfileurlpersistent'] = 'URL (persistent)';
1096
$string['customfontsfileurlrevisioned'] = 'URL (revisioned)';
1097
 
1098
// Credits: Boost_Union
1099
$string['resourcestab'] = 'Resources';
1100
$string['resourcescachecontrolnote'] = 'Please note that the files are shipped to the browser with the \'Cache-Control\' header set which tells the browser to cache the file. If you are sure that you won\'t change the file in the near future, you can use the persistent URL to link to the file. However, if you plan to modify a file but keep the same filename every now and then, you should rather use the revisioned URL and re-link the file where you have used it everytime you update the file to avoid that the browsers will show cached outdated versions of the file.';
1101
// Section: Additional resources.
1102
$string['additionalresourcesheading'] = 'Additional resources';
1103
// Setting: Additional resources.
1104
$string['additionalresourcessetting'] = 'Additional resources';
1105
$string['additionalresourcessetting_desc'] = 'With this setting you can upload additional resources to the theme. The advantage of uploading files to this file area is that those files can be delivered without a check if the user is logged in. This is also why you should only add files that are uncritical and everyone should be allowed to access and don\'t need be protected with a valid login. As soon as you have uploaded at least one file to this filearea and have stored the settings, a list will appear underneath which will give you the URL which you can use to reference a particular file.';
1106
// Information: Additional resources list.
1107
$string['additionalresourceslistsetting'] = 'Additional resources list';
1108
$string['additionalresourceslistsetting_desc'] = 'This is the list of files which you have uploaded to the additional resources filearea. The given URLs can be used to link to these files from within your custom CSS, from the footnote or wherever you need to use uploaded files but can\'t upload files in place.';
1109
$string['additionalresourcesfileurlpersistent'] = 'URL (persistent)';
1110
$string['additionalresourcesfileurlrevisioned'] = 'URL (revisioned)';
1111
 
1112
$string['backtotopbutton'] = 'Go to top';
1113
 
1114
// E-mail Template Branding.
1115
$string['email_tab_title'] = 'Email';
1116
$string['email_general_heading'] = 'General';
1117
 
1118
$string['customemailtmpl'] = 'Email Custom Template';
1119
$string['customemailtmpl_desc'] = '';
1120
 
1121
 
1122
// Logo.
1123
$string['email_logo_heading'] = 'Logo';
1124
$string['email_logo_file'] = 'Upload logo for email template.';
1125
$string['email_logo_file_desc'] = 'SVG logo is not allowed.';
1126
$string['email_logo_height'] = 'Height of logo';
1127
$string['email_logo_alt'] = 'Logo alt text';
1128
$string['email_logo_href'] = 'Logo link';
1129
$string['email_preview'] = 'Important';
1130
$string['email_preview_desc'] = '<strong>eMail Test Plugin</strong> - <a href="https://moodle.org/plugins/local_mailtest" target="_blank">Download</a>
1131
<br />Moodle eMailTest is a powerful tool that enables administrators to test Moodle\'s email system with ease.
1132
<br /><br /><strong>Once you have added any options, please make sure to save your changes and clear the cache.</strong><br />(Go to: Dashboard → Site administration → Development → Purge all cache)';
1133
 
1134
// Footer.
1135
$string['email_footer_heading'] = 'Footer';
1136
 
1137
$string['email_footer_text'] = 'Footer text';
1138
$string['email_footer_copyright'] = 'Copyright';
1139
$string['email_footer_displaylogo'] = 'Display logo';
1140
 
1141
// Typography.
1142
$string['email_typo_heading'] = 'Typography';
1143
 
1144
$string['email_typo_heading'] = 'Typography';
1145
$string['email_typo_fontfamily'] = 'Font-family';
1146
 
1147
$string['email_typo_text_fontsize'] = 'Body font size';
1148
$string['email_typo_text_color'] = 'Body font color';
1149
 
1150
$string['email_typo_link_color'] = 'Link font color';
1151
 
1152
$string['email_typo_footer_fontsize'] = 'Footer font size';
1153
$string['email_typo_footer_color'] = 'Footer font color';
1154
 
1155
$string['customemailsettings'] = 'Custom E-mail';
1156
 
1157
$string['rolemanager'] = 'Manager';
1158
$string['rolecoursecreator'] = 'Course Creator';
1159
$string['roleeditingteacher'] = 'Teacher (editing)';
1160
$string['rolenoneditingteacher'] = 'Teacher (non-editing)';
1161
$string['roleguest'] = 'Guest';
1162
$string['rolestudent'] = 'Student';
1163
$string['roleauthenticateduser'] = 'Authenticated user';
1164
 
1165
global $CFG, $PAGE, $OUTPUT;
1166
$logo_img = '';
1167
$theme = theme_config::load('universe');
1168
 
1169
 
1170
if (!empty(get_config('theme_universe', 'email_logo_file'))) {
1171
    $logo_img = 'https:' . $PAGE->theme->setting_file_url('email_logo_file', 'email_logo_file');
1172
} else {
1173
    $logo_img = 'https:' . $PAGE->theme->setting_file_url('customlogo', 'customlogo');
1174
}
1175
 
1176
$footer_text = get_config('theme_universe', 'email_footer_text');
1177
$footer_copyright = get_config('theme_universe', 'email_footer_copyright');
1178
$email_logo_alt = get_config('theme_universe', 'email_logo_alt');
1179
$email_logo_height = get_config('theme_universe', 'email_logo_height');
1180
$email_logo_href = get_config('theme_universe', 'email_logo_href');
1181
$email_footer_displaylogo = get_config('theme_universe', 'email_footer_displaylogo');
1182
$email_typo_link_color = get_config('theme_universe', 'email_typo_link_color');
1183
$email_typo_footer_fontsize = get_config('theme_universe', 'email_typo_footer_fontsize');
1184
$email_typo_footer_color = get_config('theme_universe', 'email_typo_footer_color');
1185
$email_typo_text_fontsize = get_config('theme_universe', 'email_typo_text_fontsize');
1186
$email_typo_fontfamily = get_config('theme_universe', 'email_typo_fontfamily');
1187
$email_typo_text_color = get_config('theme_universe', 'email_typo_text_color');
1188
 
1189
$string['tmpl_footer_copyright'] = $footer_copyright;
1190
$string['tmpl_footer_text'] = $footer_text;
1191
$string['tmple_typography_link_color'] = 'color:' . $email_typo_link_color . ';';
1192
$string['tmple_typography_link_color_h'] = $email_typo_link_color;
1193
$string['tmple_typography_footer_fontsize'] = 'font-size:' . $email_typo_footer_fontsize . ';';
1194
$string['tmple_typography_footer_color'] = 'color:' . $email_typo_footer_color . ';';
1195
$string['tmple_typography_text_fontsize'] = 'font-size:' . $email_typo_text_fontsize . ';';
1196
$string['tmple_typography_fontfamily'] = 'font-family:' . $email_typo_fontfamily . ';';
1197
$string['tmple_typography_text_color'] = 'color:' . $email_typo_text_color . ';';
1198
 
1199
if (!empty($email_logo_href)) {
1200
    $string['tmpl_logo_img'] = '<a href="' . $email_logo_href . '"><img src="' . $logo_img . '" height="' . $email_logo_height . '" alt="' . $email_logo_alt . '" title="' . $email_logo_alt . '" style="border:none;" /></a>';
1201
} else {
1202
    $string['tmpl_logo_img'] = '<img src="' . $logo_img . '" height="' . $email_logo_height . '" alt="' . $email_logo_alt . '" title="' . $email_logo_alt . '" style="border:none;" />';
1203
}
1204
 
1205
if ($email_footer_displaylogo == 1) {
1206
    if (!empty($email_logo_href)) {
1207
        $string['email_footer_displaylogo_ch'] = '<a href="' . $email_logo_href . '"><img src="' . $logo_img . '" height="' . $email_logo_height . '" alt="' . $email_logo_alt . '" title="' . $email_logo_alt . '" style="border:none;" /></a>';
1208
    } else {
1209
        $string['email_footer_displaylogo_ch'] = '<img src="' . $logo_img . '" height="' . $email_logo_height . '" alt="' . $email_logo_alt . '" title="' . $email_logo_alt . '" style="border:none;" />';
1210
    }
1211
} else {
1212
    $string['email_footer_displaylogo_ch'] = '';
1213
}