Proyectos de Subversion Moodle

Rev

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