MDL-38158 media_videojs: Add Video.JS player
[moodle.git] / media / player / videojs / lang / en / media_videojs.php
blob8cf676f990da1ffa80cb05b7bc07a25ce754cdc9
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.
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/>.
17 /**
18 * Strings for plugin 'media_videojs'
20 * @package media_videojs
21 * @copyright 2016 Marina Glancy
22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25 $string['audiocssclass'] = 'CSS class for audios';
26 $string['audioextensions'] = 'Audio files extensions';
27 $string['configaudiocssclass'] = 'CSS class that will be added to &lt;audio&gt; element';
28 $string['configaudioextensions'] = 'Comma-separated list of supported video file extensions, VideoJS will try to use the browser native video player when available, ' .
29 'and fall back to flash player for other formats if flash is supported by the browser and flash playback is enabled here.';
30 $string['configlimitsize'] = 'If width and height are not specified for the video, display with default width/height. If unchecked the videos without specified dimensions will stretch to maximum possible width';
31 $string['configvideocssclass'] = 'CSS class that will be added to &lt;video&gt; element. For example class "vjs-big-play-centered" will place the play button in the middle. You can also set the custom skin, refer to <a href="http://docs.videojs.com/">VideoJS documentation</a>';
32 $string['configvideoextensions'] = 'Comma-separated list of supported video file extensions, VideoJS will try to use the browser native video player when available, ' .
33 'and fall back to flash player for other formats if flash is supported by the browser and flash playback is enabled here.';
34 $string['configyoutube'] = 'Use Video.JS to play YouTube videos. Youtube playlists are not currently supported by Video.JS';
35 $string['configuseflash'] = 'Use Flash player if video format is not natively supported by the browser. If enabled, VideoJS will be engaged for any '.
36 'file extension from the above list without browser check. Please note that Flash is not available in mobile browsers and discouraged in many desktop ones.';
37 $string['limitsize'] = 'Limit size';
38 $string['pluginname'] = 'VideoJS player';
39 $string['pluginname_help'] = 'Javascript wrapper for video files played by browser native video player with fallback to Flash player. (Format support depends on browser.)';
40 $string['videoextensions'] = 'Video files extensions';
41 $string['useflash'] = 'Use Flash fallback';
42 $string['videocssclass'] = 'CSS class for videos';
43 $string['youtube'] = 'YouTube videos';