source: extensions/Media_Icon/language/en_UK/plugin.lang.php @ 19324

Last change on this file since 19324 was 19324, checked in by julien1311, 11 years ago

new options : position and opacity

  • Property svn:eol-style set to LF
File size: 1.3 KB
Line 
1<?php
2$lang['Media Icon Plugin'] = 'Media Icon Plugin';
3$lang['Style'] = 'Style';
4$lang['Result'] = 'Result';
5$lang['Icon style:'] = 'Icon style:';
6$lang['Logo'] = 'Logo';
7$lang['Photo'] = 'Photo';
8$lang['Folder'] = 'Folder';
9$lang['Folder color'] = 'Folder color';
10$lang['Click on submit to see changes.'] = 'Click on submit to see changes.';
11$lang['Results'] = 'Results';
12$lang['Youtube videos'] = 'Youtube videos';
13$lang['Vimeo videos'] = 'Vimeo videos';
14$lang['Dailymotion videos'] = 'Dailymotion videos';
15$lang['Wat videos'] = 'Wat videos';
16$lang['Wideo videos'] = 'Wideo videos';
17$lang['pdf files'] = 'pdf files';
18$lang['Documents'] = 'Documents';
19$lang['Spreadsheets'] = 'Spreadsheets';
20$lang['Presentations'] = 'Presentations';
21$lang['Information data registered in database'] = 'Information data registered in database';
22
23//admin.php
24$lang['General'] = 'General';
25$lang['Advanced options'] = 'Advanced options';
26
27//admin_advanced.php
28$lang['The opacity have to be a number between 0 and 100'] = 'The opacity have to be a number between 0 and 100';
29
30//admin_advanced.tpl
31$lang['Position'] = 'Position';
32$lang['Top right corner'] = 'Top right corner';
33$lang['Top left corner'] = 'Top left corner';
34$lang['Bottom right corner'] = 'Bottom right corner';
35$lang['Bottom left corner'] = 'Bottom left corner';
36$lang['Opacity'] = 'Opacity';
37?>
Note: See TracBrowser for help on using the repository browser.