Proyectos de Subversion Moodle

Rev

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

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