source: extensions/piwigo_videojs/language/en_UK/plugin.lang.php @ 24791

Last change on this file since 24791 was 24791, checked in by TranslationTeam, 11 years ago

[piwigo_videojs] Update en_UK, thanks to : Kaare

File size: 1.8 KB
RevLine 
[24676]1<?php
2
3$lang['HTML5'] = 'HTML5 video tag settings';
4$lang['PRELOAD'] = 'Preload';
5$lang['PRELOAD_DESC'] = 'The preload attribute informs the browser whether or not the video data should begin downloading as soon as the video tag is loaded.';
6$lang['CONTROLS'] = 'Controls';
7$lang['CONTROLS_DESC'] = 'The controls option sets whether or not the player has controls that the user can interact with';
8$lang['AUTOPLAY'] = 'Autoplay';
[24701]9$lang['AUTOPLAY_DESC'] = 'If autoplay is true, the video will start playing as soon as the page is loaded (without any interaction from the user). NOT SUPPORTED BY APPLE iOS DEVICES.';
[24676]10$lang['LOOP'] = 'Loop';
11$lang['LOOP_DESC'] = 'The loop attribute causes the video to start over as soon as it ends.';
12
13$lang['PLUGIN'] = 'Plugin settings';
14$lang['SKIN'] = 'Skin';
[24781]15$lang['SKIN_DESC'] = 'Select the style you want to apply to the player or <a href="http://designer.videojs.com/" target="_blank">create your own skin</a>.';
[24676]16$lang['CUSTOMCSS'] = 'Custom CSS';
[24781]17$lang['CUSTOMCSS_DESC'] = 'Custom CSS to copy paste from the <a href="http://www.videojs.com/" target="_blank">VideoJS website</a>.';
[24676]18$lang['WIDTH'] = 'Max Width';
[24791]19$lang['WIDTH_DESC'] = 'The max width attribute sets the maximum display width of the video, if the video size is higher the witdh becomes the max width.';
[24781]20$lang['UPSCALE'] = 'Upscale';
21$lang['UPSCALE_DESC'] = 'If the video size is smaller than max width, it will upscale the video size to max width.';
[24676]22
[24781]23$lang['VIDEOJSPLUGIN'] = 'VideoJS plugins';
24$lang['ZOOMROTATE'] = 'ZoomRotate';
25$lang['ZOOMROTATE_DESC'] = 'Rotate and zoom a video if applicable, use the rotation metadata.';
26$lang['THUMBNAILS'] = 'Thumbnails';
27$lang['THUMBNAILS_DESC'] = 'Displays thumbnail images over the progress bar.';
28$lang['WATERMARK'] = 'Watermark';
29$lang['WATERMARK_DESC'] = 'Displays watermark over the video.';
30
[24701]31?>
Note: See TracBrowser for help on using the repository browser.