mep-extra.js
326 Bytes
(function($) {
$.extend(mejs.MepDefaults, {
playpauseText: t('files_videoviewer', 'Play/Pause'),
stopText: t('files_videoviewer', 'Stop'),
muteText: t('files_videoviewer', 'Mute Toggle'),
fullscreenText: t('files_videoviewer', 'Fullscreen'),
tracksText: t('files_videoviewer', 'Captions/Subtitles')
});
})(mejs.$);