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 des HTML5-Videos'; 9$lang['videoPlayerIDText'] = 'Name der Videotag-ID'; 10$lang['VideoPreload'] = 'Video-Preloadflag'; 11$lang['GlobalVideoPreviewPicture'] = 'Globales Vorschaubild'; 12$lang['fallBackVideoTechnologie'] = 'Notfall Videotechnologie'; 13$lang['preferedVideoTechnologie'] = 'Bevorzugte Videotechnologie'; 14$lang['standardAlternateTextPrint'] = 'Standard-Text beim Druck'; 15$lang['showThumbOnPrint'] = 'Zeige Vorschaubild beim Druck'; 16$lang['showStandardTextOnPrint'] = 'Zeige Standard Text falls kein anderer Alternativtext angegeben worden ist'; 17