... |
... |
@@ -2,52 +2,52 @@ |
2 |
2 |
#set ($docextras = []) |
3 |
3 |
|
4 |
4 |
#set ($videoCards = [{ |
5 |
|
- 'title': 'Homepage Overview', |
|
5 |
+ 'title': $services.localization.render('help.videos.videoCard1.title'), |
6 |
6 |
'topics': [ |
7 |
|
- 'Discover the elements displayed on your homepage', |
8 |
|
- 'Start browsing your wiki' |
|
7 |
+ $services.localization.render('help.videos.videoCard1.topic1'), |
|
8 |
+ $services.localization.render('help.videos.videoCard1.topic2') |
9 |
9 |
], |
10 |
10 |
'url': 'https://www.youtube.com/embed/p5g6aDGOqWY', |
11 |
11 |
'duration': '4 min' |
12 |
12 |
}, { |
13 |
|
- 'title': 'Homepage Customization', |
|
13 |
+ 'title': $services.localization.render('help.videos.videoCard2.title'), |
14 |
14 |
'topics': [ |
15 |
|
- 'Learn how to change your wiki color theme', |
16 |
|
- 'Learn how to add panels and columns to your wiki look', |
17 |
|
- 'Learn how to add widgets to a wiki' |
|
15 |
+ $services.localization.render('help.videos.videoCard2.topic1'), |
|
16 |
+ $services.localization.render('help.videos.videoCard2.topic2'), |
|
17 |
+ $services.localization.render('help.videos.videoCard2.topic3') |
18 |
18 |
], |
19 |
19 |
'url': 'https://www.youtube.com/embed/zX1Itoh3E68', |
20 |
20 |
'duration': '5 min' |
21 |
21 |
}, { |
22 |
|
- 'title': 'Page and Content Creation', |
|
22 |
+ 'title': $services.localization.render('help.videos.videoCard3.title'), |
23 |
23 |
'topics': [ |
24 |
|
- 'Discover how to create a page', |
25 |
|
- 'Learn how to use the WYSIWYG editor', |
26 |
|
- 'Discover the view and edit modes' |
|
24 |
+ $services.localization.render('help.videos.videoCard3.topic1'), |
|
25 |
+ $services.localization.render('help.videos.videoCard3.topic2'), |
|
26 |
+ $services.localization.render('help.videos.videoCard3.topic3') |
27 |
27 |
], |
28 |
28 |
'url': 'https://www.youtube.com/embed/onenEu21FIk', |
29 |
29 |
'duration': '6 min' |
30 |
30 |
}, { |
31 |
|
- 'title': 'Importing Office Documents to XWiki', |
|
31 |
+ 'title': $services.localization.render('help.videos.videoCard4.title'), |
32 |
32 |
'topics': [ |
33 |
|
- 'Discover how to import Office Documents to your wiki', |
34 |
|
- 'Learn how to use a "Table of content" macro' |
|
33 |
+ $services.localization.render('help.videos.videoCard4.topic1'), |
|
34 |
+ $services.localization.render('help.videos.videoCard4.topic2') |
35 |
35 |
], |
36 |
36 |
'url': 'https://www.youtube.com/embed/csQVSRMVclM', |
37 |
37 |
'duration': '4 min' |
38 |
38 |
}, { |
39 |
|
- 'title': 'App Within Minutes', |
|
39 |
+ 'title': $services.localization.render('help.videos.videoCard5.title'), |
40 |
40 |
'topics': [ |
41 |
|
- 'Discover how to create an application', |
42 |
|
- 'Learn how to use your application' |
|
41 |
+ $services.localization.render('help.videos.videoCard5.topic1'), |
|
42 |
+ $services.localization.render('help.videos.videoCard5.topic2') |
43 |
43 |
], |
44 |
44 |
'url': 'https://www.youtube.com/embed/Pv4jPCaU99g', |
45 |
45 |
'duration': '7 min' |
46 |
46 |
}, { |
47 |
|
- 'title': 'Add / Remove Extensions', |
|
47 |
+ 'title': $services.localization.render('help.videos.videoCard6.title'), |
48 |
48 |
'topics': [ |
49 |
|
- 'Discover how to add/remove extensions using the Extension Manager', |
50 |
|
- 'Discover the XWiki Administration UI' |
|
49 |
+ $services.localization.render('help.videos.videoCard6.topic1'), |
|
50 |
+ $services.localization.render('help.videos.videoCard6.topic2') |
51 |
51 |
], |
52 |
52 |
'url': 'https://www.youtube.com/embed/Q4NHu6J5pX4', |
53 |
53 |
'duration': '3 min' |
... |
... |
@@ -68,7 +68,7 @@ |
68 |
68 |
</div> |
69 |
69 |
<div class="videoCard-footer"> |
70 |
70 |
$services.icon.renderHTML('play') |
71 |
|
- <a href="$data.url">Watch</a> |
|
71 |
+ <a href="$data.url">$services.localization.render('help.videos.watch')</a> |
72 |
72 |
<span class="videoCard-duration"> |
73 |
73 |
$escapetool.xml($data.duration) |
74 |
74 |
</span> |
... |
... |
@@ -96,5 +96,5 @@ |
96 |
96 |
</div> |
97 |
97 |
{{/html}} |
98 |
98 |
|
99 |
|
-[[View more videos>>https://www.youtube.com/playlist?list=PLhe7KI1rstRQeLSHxcTozZ0HJSk-mIYzt]] |
|
99 |
+[[$services.localization.render('help.videos.more')>>https://www.youtube.com/playlist?list=PLhe7KI1rstRQeLSHxcTozZ0HJSk-mIYzt]] |
100 |
100 |
{{/velocity}} |