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