Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/filter/mediaplugin/lang/en/filter_mediaplugin.php
Go to the documentation of this file.
00001 <?php
00002 // This file is part of Moodle - http://moodle.org/
00003 //
00004 // Moodle is free software: you can redistribute it and/or modify
00005 // it under the terms of the GNU General Public License as published by
00006 // the Free Software Foundation, either version 3 of the License, or
00007 // (at your option) any later version.
00008 //
00009 // Moodle is distributed in the hope that it will be useful,
00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012 // GNU General Public License for more details.
00013 //
00014 // You should have received a copy of the GNU General Public License
00015 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00016 
00025 $string['fallbackaudio'] = 'Audio link';
00026 $string['fallbackvideo'] = 'Video link';
00027 $string['filtername'] = 'Multimedia plugins';
00028 $string['flashanimation'] = 'Flash animation';
00029 $string['flashanimation_help'] = 'Files with extension *.swf. For security reasons this filter is used only in trusted texts.';
00030 $string['flashvideo'] = 'Flash video';
00031 $string['flashvideo_help'] = 'Files with extension *.flv and *.f4v. Plays video clips using Flowplayer, requires Flash plugin and javascript. Uses HTML 5 video fallback if multiple sources specified.';
00032 $string['html5audio'] = 'HTML 5 audio';
00033 $string['html5audio_help'] = 'Audio files with extension *.ogg, *.aac and others. It is compatible with latest web browsers only, unfortunately there is no format that is supported by all browsers.
00034 Workaround is to specify fallbacks separated with # (ex: http://example.org/audio.aac#http://example.org/audio.aac#http://example.org/audio.mp3#), QuickTime player is used as a fallback for old browsers, fallback can be any audio type.';
00035 $string['html5video'] = 'HTML 5 video';
00036 $string['html5video_help'] = 'Video files with extension *.webm, *.m4v, *.ogv, *.mp4 and others. It is compatible with latest web browsers only, unfortunately there is no format that is supported by all browsers.
00037 Workaround is to specify fallbacks sources separated with # (ex: http://example.org/video.m4v#http://example.org/video.aac#http://example.org/video.ogv#d=640x480), QuickTime player is used as a fallback for old browsers.';
00038 $string['mp3audio'] = 'MP3 audio';
00039 $string['mp3audio_help'] = 'Files with extension *.mp3. Plays audio using Flowplayer, requires Flash plugin.';
00040 $string['legacyquicktime'] = 'QuickTime player';
00041 $string['legacyquicktime_help'] = 'Files with extension *.mov, *.mp4, *.m4a, *.mp4 and *.mpg. Requires QuickTime player or codecs.';
00042 $string['legacyreal'] = 'Real media player';
00043 $string['legacyreal_help'] = 'Files with extension *.rm, *.ra, *.ram, *.rp, *.rv. Requires RealPlayer.';
00044 $string['legacywmp'] = 'Windows media player';
00045 $string['legacywmp_help'] = 'Files with extension *.avi and *.wmv. Fully compatible with Internet Explorer in Windows, may be problematic in other browsers or operating systems.';
00046 $string['legacyheading'] = 'Legacy media players';
00047 $string['legacyheading_help'] = 'Following formats are not recommended for general usage, they are usually used in intranet installation with centrally managed clients.';
00048 $string['sitevimeo'] = 'Vimeo';
00049 $string['sitevimeo_help'] = 'Vimeo video sharing site.';
00050 $string['siteyoutube'] = 'YouTube';
00051 $string['siteyoutube_help'] = 'YouTube video sharing site, video and playlist links supported.';
00052 
 All Data Structures Namespaces Files Functions Variables Enumerations