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

Last change on this file since 17383 was 17383, checked in by mistic100, 12 years ago
  • simplify add page
  • simplify migration task
  • add option to add film effect on element edition page
File size: 858 bytes
Line 
1<?php
2
3$lang['Add a video'] = 'Add a video';
4$lang['Video URL'] = 'Video URL';
5$lang['Video size'] = 'Video size';
6$lang['Use common setting'] = 'Use common setting';
7$lang['Autoplay'] = 'Autoplay';
8$lang['Supported services'] = 'Supported services';
9$lang['Common configuration'] = 'Common configuration';
10$lang['Color'] = 'Color';
11$lang['Author portrait'] = 'Author portrait';
12$lang['Author name'] = 'Author name';
13$lang['Logo'] = 'Logo';
14$lang['Please fill the video URL'] = 'Please fill the video URL';
15$lang['Unable to contact host server'] = 'Unable to contact host server';
16$lang['Video successfully added. <a href="%s">View</a>'] = 'Video successfully added. <a href="%s">View</a>';
17$lang['This element is a video added with "Embedded Video"'] = 'This element is a video added with "Embedded Video"';
18$lang['Add film effect'] = 'Add film effect';
19
20?>
Note: See TracBrowser for help on using the repository browser.