Blame view

sources/apps/files_videoviewer/js/mep-extra.js 326 Bytes
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
  (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.$);