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

Last change on this file since 29627 was 29627, checked in by mistic100, 10 years ago

remove "safe mode" checkbox, now fully automatic

File size: 2.7 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['Video properties'] = 'Video properties';
29$lang['Show privacy details'] = 'Show privacy details';
30$lang['Videos can be unlisted but not private.'] = 'Videos can be unlisted but not private.';
31$lang['Videos can be unlisted and private if the gallery website is within the authorized domains (PRO).'] = 'Videos can be unlisted and private if the gallery website is within the authorized domains (PRO).';
32$lang['Videos can be private if you use the private permalink.'] = 'Videos can be private if you use the private permalink.';
33$lang['No privacy option.'] = 'No privacy option.';
34$lang['Add video from embed code'] = 'Add video from embed code';
35$lang['Add video from hosting platform'] = 'Add video from hosting platform';
36$lang['Embed code'] = 'Embed code';
37$lang['optional'] = 'optional';
38$lang['Please fill the embed code'] = 'Please fill the embed code';
39$lang['This video was already registered'] = 'This video was already registered';
40$lang['Videos'] = 'Videos';
41$lang['Width and height must be integers'] = 'Width and height must be integers';
42$lang['Do not use this form for videos provided by Youtube, Dailymotion, Vimeo, Wat or Wideo.'] = 'Do not use this form for videos provided by Youtube, Dailymotion, Vimeo, Wat or Wideo.';
43$lang['Video data like description and thumbnail might be missing'] = 'Video data like description and thumbnail might be missing';
44?>
Note: See TracBrowser for help on using the repository browser.