source: extensions/gvideo/language/en_UK/plugin.lang.php @ 19213

Last change on this file since 19213 was 19213, checked in by mistic100, 11 years ago
  • add safe mode
  • fix little error when adding video without thumbnail
File size: 1.8 KB
Line 
1<?php
2
3$lang['Add a video'] = 'Add a video';
4$lang['Video URL'] = 'Video URL';
5$lang['Change'] = 'Change'; 
6$lang['Video size'] = 'Video size';
7$lang['Use common setting'] = 'Use common setting';
8$lang['Autoplay'] = 'Autoplay';
9$lang['Supported services'] = 'Supported services';
10$lang['Common configuration'] = 'Common configuration';
11$lang['Color'] = 'Color';
12$lang['Author portrait'] = 'Author portrait';
13$lang['Author name'] = 'Author name';
14$lang['Logo'] = 'Logo';
15$lang['Please fill the video URL'] = 'Please fill the video URL';
16$lang['Unable to contact host server'] = 'Unable to contact host server';
17$lang['Video successfully added. <a href="%s">View</a>'] = 'Video successfully added. <a href="%s">View</a>';
18$lang['This element is a video added with "Embedded Video"'] = 'This element is a video added with "Embedded Video"';
19$lang['Add film effect'] = 'Add film effect';
20$lang['Upload a new thumbnail'] = 'Upload a new thumbnail';
21$lang['The thumbnail was updated'] = 'The thumbnail was updated';
22$lang['Video successfully updated'] = 'Video successfully updated';
23$lang['Changing the url will reset video description, name and thumbnail'] = 'Changing the url will reset video description, name and thumbnail';
24$lang['Get video description'] = 'Get video description';
25$lang['Get video tags'] = 'Get video tags';
26$lang['Vimeo player'] = 'Vimeo player';
27$lang['Dailymotion player'] = 'Dailymotion player';
28$lang['Try in safe-mode'] = 'Try in safe-mode';
29$lang['Safe-mode'] = 'Safe-mode';
30$lang['In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.'] = 'In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.';
31$lang['Video properties'] = 'Video properties';
32
33?>
Note: See TracBrowser for help on using the repository browser.