source: extensions/piwigo_videojs/language/fr_FR/plugin.lang.php @ 25313

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

[piwigo_videojs] Update fr_FR, thanks to : laurent.duretz

File size: 2.5 KB
Line 
1<?php
2
3$lang['HTML5'] = 'HTML5 video tag préférences';
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 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
13$lang['PLUGIN'] = 'Plugin préférences';
14$lang['SKIN'] = 'Style';
15$lang['SKIN_DESC'] = 'Selectionner un style a appliquer au lecteur ou <a href="http://designer.videojs.com/" target="_blank">creer votre propre style</a>.';
16$lang['CUSTOMCSS'] = 'Custom CSS';
17$lang['CUSTOMCSS_DESC'] = 'Custom CSS a copier coller depuis le site web de <a href="http://www.videojs.com/" target="_blank">VideoJS</a>.';
18$lang['WIDTH'] = 'Max Width';
19$lang['WIDTH_DESC'] = 'The max width attribute sets the maximum display width of the video. if higher the witdh became the max width.';
20$lang['UPSCALE'] = 'Upscale';
21$lang['UPSCALE_DESC'] = 'Si la taille de la video est plus petite que le parametre max width, la video sera agrandi aux dimension de max width.';
22
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
31$lang['SYNC_THUMBSEC'] = 'Créer une miniature à chaque seconde';
32$lang['SYNC_THUMBSEC_DESC'] = 'Créer une miniature toutes les x secondes';
33$lang['SYNC_THUMBSIZE'] = 'Taille de la miniature';
34$lang['SYNC_THUMBSIZE_DESC'] = 'xTaille en pixels, gardez une petite taille, celle par défaut est correcte, Youtube utilise 190x68';
35$lang['SYNC_ERRORS'] = 'Erreurs';
36$lang['SYNC_INFOS'] = 'Informations détaillées';
37$lang['SYNC_OUTPUT'] = 'Format de sortie';
38$lang['SYNC_POSTEROVERLAY'] = 'Ajouter un effet au film';
39$lang['SYNC_WARNINGS'] = 'Alertes';
40$lang['VOLUME'] = 'Volume';
41$lang['VOLUME_DESC'] = 'L\'option de volume positionne le niveau du volume. 0 son coupé, 1 son au maximum, 0.5 son à la moitié.';
42?>
Note: See TracBrowser for help on using the repository browser.