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

Last change on this file was 25755, checked in by TranslationTeam, 10 years ago

[piwigo_videojs] Update en_UK, thanks to : ddtddt

File size: 3.0 KB
Line 
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';
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.';
10$lang['LOOP'] = 'Loop';
11$lang['LOOP_DESC'] = 'The loop attribute causes the video to start over as soon as it ends.';
12$lang['VOLUME'] = 'Volume';
13$lang['VOLUME_DESC'] = 'The volume option sets the volume level. 0 is off (muted), 1.0 is all the way up, 0.5 is half way.';
14
15$lang['PLUGIN'] = 'Plugin settings';
16$lang['SKIN'] = 'Skin';
17$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>.';
18$lang['CUSTOMCSS'] = 'Custom CSS';
19$lang['CUSTOMCSS_DESC'] = 'Custom CSS to copy paste from the <a href="http://www.videojs.com/" target="_blank">VideoJS website</a>.';
20$lang['WIDTH'] = 'Max Width';
21$lang['WIDTH_DESC'] = 'The max width attribute sets the maximum display width of the video, if the video size is higher the width becomes the max width.';
22$lang['UPSCALE'] = 'Upscale';
23$lang['UPSCALE_DESC'] = 'If the video size is smaller than max width, it will upscale the video size to max width.';
24
25$lang['VIDEOJSPLUGIN'] = 'VideoJS plugins';
26$lang['ZOOMROTATE'] = 'ZoomRotate';
27$lang['ZOOMROTATE_DESC'] = 'Rotate and zoom a video if applicable, use the rotation metadata.';
28$lang['THUMBNAILS'] = 'Thumbnails';
29$lang['THUMBNAILS_DESC'] = 'Displays thumbnail images over the progress bar.';
30$lang['WATERMARK'] = 'Watermark';
31$lang['WATERMARK_DESC'] = 'Displays watermark over the video.';
32
33$lang['SYNC_ERRORS'] = 'Errors';
34$lang['SYNC_WARNINGS'] = 'Warnings';
35$lang['SYNC_INFOS'] = 'Detailed information';
36
37$lang['SYNC_METADATA_DESC'] = 'Will overwrite the information in the database with the metadata from the video.';
38$lang['SYNC_POSTER'] = 'Create a poster at position in second';
39$lang['SYNC_POSTER_DESC'] = 'Create a poster from the video at specify position.';
40$lang['SYNC_POSTEROVERWRITE'] = 'Overwrite existing posters';
41$lang['SYNC_POSTEROVERWRITE_DESC'] = 'Overwrite existing thumbnails with new ones. If uncheck it should only run for newly added video.';
42$lang['SYNC_OUTPUT'] = 'Output format';
43$lang['SYNC_OUTPUT_DESC'] = 'Select the output format for the poster and thumbnail.';
44$lang['SYNC_POSTEROVERLAY'] = 'Add film effect';
45$lang['SYNC_POSTEROVERLAY_DESC'] = 'Apply an overlay on the poster creation.';
46$lang['SYNC_THUMBSEC'] = 'Create a thumbnail at every seconds';
47$lang['SYNC_THUMBSEC_DESC'] = 'Create a thumbnail every x seconds.';
48$lang['SYNC_THUMBSIZE'] = 'Size of the thumbnail';
49$lang['SYNC_THUMBSIZE_DESC'] = 'Size in pixel, keep it small, default is fine, Youtube use 190x68.';
50
51?>
Note: See TracBrowser for help on using the repository browser.