diff --git a/lang/en/filter_opencast.php b/lang/en/filter_opencast.php index 0a29a1f0f6f1633b1a1fc100f9b218e62300eacc..07a49bc932114f8402c30b4d72fa06f4ff280cb8 100644 --- a/lang/en/filter_opencast.php +++ b/lang/en/filter_opencast.php @@ -32,4 +32,5 @@ $string['setting_consumersecret_desc'] = 'LTI Consumer secret'; $string['setting_engageurl'] = 'URL of the Opencast Engage server'; $string['setting_engageurl_desc'] = 'If empty, the base URL of the admin tool is used.'; $string['setting_playerurl'] = 'URL of the Opencast player'; -$string['setting_playerurl_desc'] = 'Relative URL of the Opencast player, e.g. /engage/theodul/ui/core.html for the Theodul Pass Player.'; \ No newline at end of file +$string['setting_playerurl_desc'] = 'Relative URL of the Opencast player, e.g. /engage/theodul/ui/core.html for the Theodul Pass Player.'; +$string['to_the_video'] = 'Watch the video'; \ No newline at end of file diff --git a/templates/player.mustache b/templates/player.mustache index 731483b6ead7007c2d2803e17ee1fc163e451d1c..77eca7428f0407aa5915a64aa677a51f523f9981 100644 --- a/templates/player.mustache +++ b/templates/player.mustache @@ -30,5 +30,5 @@ <iframe data-frameSrc="{{src}}" width="95%" height="455px" class="ocplayer" allowfullscreen="true"></iframe> {{/loggedin}} {{! Print the link to the video. }} -<a style="display:block;" target="_blank" href="{{link}}">Zum Video</a> +<a style="display:block;" target="_blank" href="{{link}}">{{#str}} to_the_video, filter_opencast {{/str}}</a>