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