<?php
/**
 * DokuWiki Plugin html5video (Config Language Component) 
 *
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author  lisps    
 */
$lang['html5VideoType'] = 'Mime Type des HTML5-Videos'; 
$lang['videoPlayerIDText'] = 'Name der Videotag-ID'; 
$lang['VideoPreload'] = 'Video-Preloadflag'; 
$lang['GlobalVideoPreviewPicture'] = 'Globales Vorschaubild'; 
$lang['fallBackVideoTechnologie'] = 'Notfall Videotechnologie'; 
$lang['preferedVideoTechnologie'] = 'Bevorzugte Videotechnologie'; 
$lang['standardAlternateTextPrint'] = 'Standard-Text beim Druck';  
$lang['showThumbOnPrint'] = 'Zeige Vorschaubild beim Druck'; 
$lang['showStandardTextOnPrint'] = 'Zeige Standard Text falls kein anderer Alternativtext angegeben worden ist'; 
