Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/filter/mediaplugin/lang/en/filter_mediaplugin.php File Reference

Go to the source code of this file.

Namespaces

namespace  filter_mediaplugin

Variables

 $string ['fallbackaudio'] = 'Audio link'
 $string ['fallbackvideo'] = 'Video link'
 $string ['filtername'] = 'Multimedia plugins'
 $string ['flashanimation'] = 'Flash animation'
 $string ['flashanimation_help'] = 'Files with extension *.swf. For security reasons this filter is used only in trusted texts.'
 $string ['flashvideo'] = 'Flash video'
 $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.'
 $string ['html5audio'] = 'HTML 5 audio'
 $string ['html5audio_help']
 $string ['html5video'] = 'HTML 5 video'
 $string ['html5video_help']
 $string ['mp3audio'] = 'MP3 audio'
 $string ['mp3audio_help'] = 'Files with extension *.mp3. Plays audio using Flowplayer, requires Flash plugin.'
 $string ['legacyquicktime'] = 'QuickTime player'
 $string ['legacyquicktime_help'] = 'Files with extension *.mov, *.mp4, *.m4a, *.mp4 and *.mpg. Requires QuickTime player or codecs.'
 $string ['legacyreal'] = 'Real media player'
 $string ['legacyreal_help'] = 'Files with extension *.rm, *.ra, *.ram, *.rp, *.rv. Requires RealPlayer.'
 $string ['legacywmp'] = 'Windows media player'
 $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.'
 $string ['legacyheading'] = 'Legacy media players'
 $string ['legacyheading_help'] = 'Following formats are not recommended for general usage, they are usually used in intranet installation with centrally managed clients.'
 $string ['sitevimeo'] = 'Vimeo'
 $string ['sitevimeo_help'] = 'Vimeo video sharing site.'
 $string ['siteyoutube'] = 'YouTube'
 $string ['siteyoutube_help'] = 'YouTube video sharing site, video and playlist links supported.'

Variable Documentation

$string['fallbackaudio'] = 'Audio link'

Definition at line 25 of file filter_mediaplugin.php.

$string['fallbackvideo'] = 'Video link'

Definition at line 26 of file filter_mediaplugin.php.

$string['filtername'] = 'Multimedia plugins'

Definition at line 27 of file filter_mediaplugin.php.

$string['flashanimation'] = 'Flash animation'

Definition at line 28 of file filter_mediaplugin.php.

$string['flashanimation_help'] = 'Files with extension *.swf. For security reasons this filter is used only in trusted texts.'

Definition at line 29 of file filter_mediaplugin.php.

$string['flashvideo'] = 'Flash video'

Definition at line 30 of file filter_mediaplugin.php.

$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.'

Definition at line 31 of file filter_mediaplugin.php.

$string['html5audio'] = 'HTML 5 audio'

Definition at line 32 of file filter_mediaplugin.php.

$string['html5audio_help']
Initial value:
 '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.
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.'

Definition at line 33 of file filter_mediaplugin.php.

$string['html5video'] = 'HTML 5 video'

Definition at line 35 of file filter_mediaplugin.php.

$string['html5video_help']
Initial value:
 '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.
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.'

Definition at line 36 of file filter_mediaplugin.php.

$string['mp3audio'] = 'MP3 audio'

Definition at line 38 of file filter_mediaplugin.php.

$string['mp3audio_help'] = 'Files with extension *.mp3. Plays audio using Flowplayer, requires Flash plugin.'

Definition at line 39 of file filter_mediaplugin.php.

$string['legacyquicktime'] = 'QuickTime player'

Definition at line 40 of file filter_mediaplugin.php.

$string['legacyquicktime_help'] = 'Files with extension *.mov, *.mp4, *.m4a, *.mp4 and *.mpg. Requires QuickTime player or codecs.'

Definition at line 41 of file filter_mediaplugin.php.

$string['legacyreal'] = 'Real media player'

Definition at line 42 of file filter_mediaplugin.php.

$string['legacyreal_help'] = 'Files with extension *.rm, *.ra, *.ram, *.rp, *.rv. Requires RealPlayer.'

Definition at line 43 of file filter_mediaplugin.php.

$string['legacywmp'] = 'Windows media player'

Definition at line 44 of file filter_mediaplugin.php.

$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.'

Definition at line 45 of file filter_mediaplugin.php.

$string['legacyheading'] = 'Legacy media players'

Definition at line 46 of file filter_mediaplugin.php.

$string['legacyheading_help'] = 'Following formats are not recommended for general usage, they are usually used in intranet installation with centrally managed clients.'

Definition at line 47 of file filter_mediaplugin.php.

$string['sitevimeo'] = 'Vimeo'

Definition at line 48 of file filter_mediaplugin.php.

$string['sitevimeo_help'] = 'Vimeo video sharing site.'

Definition at line 49 of file filter_mediaplugin.php.

$string['siteyoutube'] = 'YouTube'

Definition at line 50 of file filter_mediaplugin.php.

$string['siteyoutube_help'] = 'YouTube video sharing site, video and playlist links supported.'

Definition at line 51 of file filter_mediaplugin.php.

 All Data Structures Namespaces Files Functions Variables Enumerations