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

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

tooltip
language update

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