1<?php 2/** 3 * DokuWiki Plugin html5video (Config Language Component) 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author lisps 7 */ 8$lang['html5VideoType'] = 'Mime type HTML5-video'; 9$lang['videoPlayerIDText'] = 'Name of videotag-ID'; 10$lang['VideoPreload'] = 'Video preload flag'; 11$lang['GlobalVideoPreviewPicture'] = 'Global thumbnail picture'; 12$lang['fallBackVideoTechnologie'] = 'Fallback video technologie'; 13$lang['preferedVideoTechnologie'] = 'Prepered video technologie'; 14$lang['standardAlternateTextPrint'] = 'Standard alternate text on printout'; 15$lang['showThumbOnPrint'] = 'Show thumbnail picture on print'; 16$lang['showStandardTextOnPrint'] = 'Show standard alternate text on print if no alternate text specified'; 17