MDL-35701 respect case of external column names in enrol_database
[moodle.git] / lang / en / media.php
blob15fd1756f34df0f7b91001722178b11c135dd0cd
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 * Language strings for media embedding.
19 * @package core
20 * @subpackage media
21 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25 $string['flashanimation'] = 'Flash animation';
26 $string['flashanimation_desc'] = 'Files with extension *.swf. For security reasons this format is only embedded within trusted text.';
27 $string['flashvideo'] = 'Flash video';
28 $string['flashvideo_desc'] = 'Files with extension *.flv and *.f4v. Plays video clips using Flowplayer, requires Flash plugin and javascript.';
29 $string['html5audio'] = 'HTML 5 audio';
30 $string['html5audio_desc'] = 'Audio files with extension *.ogg, *.aac and *.mp3. Used primarily for mobile devices. (Format support depends on browser.)';
31 $string['html5video'] = 'HTML 5 video';
32 $string['html5video_desc'] = 'Video files with extension *.webm, *.m4v, *.ogv, *.mp4 and others. Used primarily for mobile devices. (Format support depends on browser.)';
33 $string['mediaformats'] = 'Available players';
34 $string['mediaformats_desc'] = 'When players are enabled in these settings, files can be embedded using the media filter (if enabled) or using a File or URL resources with the Embed option. When not enabled, these formats are not embedded and users can manually download or follow links to these resources.
36 Where two players support the same format, enabling both increases compatibility across different devices such as mobile phones. It is possible to increase compatibility further by providing multiple files in different formats for a single audio or video clip.';
37 $string['mediasettings'] = 'Media embedding';
38 $string['mp3audio'] = 'MP3 audio';
39 $string['mp3audio_desc'] = 'Files with extension *.mp3. Plays audio using Flowplayer, requires Flash plugin.';
40 $string['legacyquicktime'] = 'QuickTime player';
41 $string['legacyquicktime_desc'] = 'Files with extension *.mov, *.mp4, *.m4a, *.mp4 and *.mpg. Requires QuickTime player or codecs.';
42 $string['legacyreal'] = 'Real media player';
43 $string['legacyreal_desc'] = 'Files with extension *.rm, *.ra, *.ram, *.rp and *.rv. Requires RealPlayer.';
44 $string['legacywmp'] = 'Windows media player';
45 $string['legacywmp_desc'] = 'Files with extension *.avi and *.wmv. Fully compatible with Internet Explorer in Windows; may not work in other browsers or operating systems.';
46 $string['legacyheading'] = 'Legacy media players';
47 $string['legacyheading_desc'] = 'These players are not frequently used on the Web and require browser plugins that are less widely installed.';
48 $string['sitevimeo'] = 'Vimeo';
49 $string['sitevimeo_desc'] = 'Vimeo video sharing site.';
50 $string['siteyoutube'] = 'YouTube';
51 $string['siteyoutube_desc'] = 'YouTube video sharing site, video and playlist links supported.';