Proyectos de Subversion Moodle

Rev

Rev 1458 | | Comparar con el anterior | Ultima modificación | Ver Log |

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