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

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

add the capacity to choose the supported files

  • Property svn:eol-style set to LF
File size: 2.1 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['Types of files you want to add an icon to:'] = 'Types of files you want to add an icon to:';
17$lang['Click on submit to see changes.'] = 'Click on submit to see changes.';
18$lang['Result'] = 'Result';
19$lang['Youtube videos'] = 'Youtube videos';
20$lang['Vimeo videos'] = 'Vimeo videos';
21$lang['Dailymotion videos'] = 'Dailymotion videos';
22$lang['Wat videos'] = 'Wat videos';
23$lang['Wideo videos'] = 'Wideo videos';
24$lang['Videos'] = 'Videos';
25$lang['Musics'] = 'Musics';
26$lang['pdf files'] = 'pdf files';
27$lang['Documents'] = 'Documents';
28$lang['Spreadsheets'] = 'Spreadsheets';
29$lang['Presentations'] = 'Presentations';
30$lang['Videos added with'] = 'Videos added with';
31$lang['Files supported: webm, webmv, ogv, m4v, flv, mp4'] = 'Files supported: mp3, ogg, oga, m4a, webma, fla, wav';
32$lang['Files supported: mp3, ogg, oga, m4a, webma, fla, wav'] = 'Files supported: mp3, ogg, oga, m4a, webma, fla, wav';
33$lang['Files supported: pdf'] = 'Files supported: pdf';
34$lang['Files supported: doc, docx and odt'] = 'Files supported: doc, docx and odt';
35$lang['Files supported: xls, xlsx and ods'] = 'Files supported: xls, xlsx and ods';
36$lang['ppt, pptx and odp files'] = 'Files supported: ppt, pptx and odp';
37$lang['Not displayed'] = 'Not displayed';
38
39//admin_advanced.php
40$lang['The opacity have to be a number between 0 and 100'] = 'The opacity have to be a number between 0 and 100';
41
42//admin_advanced.tpl
43$lang['Position'] = 'Position';
44$lang['Top right corner'] = 'Top right corner';
45$lang['Top left corner'] = 'Top left corner';
46$lang['Bottom right corner'] = 'Bottom right corner';
47$lang['Bottom left corner'] = 'Bottom left corner';
48$lang['Opacity'] = 'Opacity';
49?>
Note: See TracBrowser for help on using the repository browser.