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

Last change on this file since 19056 was 19056, checked in by mistic100, 11 years ago

allow to add private dailymotion videos, remove videobb support, add tags support

File size: 1.4 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
29?>
Note: See TracBrowser for help on using the repository browser.