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

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

new icon sets
remove photo set => copyright
improvements to help page

  • Property svn:eol-style set to LF
File size: 4.0 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['page'] = 'Page';
14$lang['folder'] = 'Folder';
15$lang['foldercolor'] = 'Folder color';
16$lang['folderpicture'] = 'Folder picture';
17$lang['Types of files you want to add an icon to:'] = 'Types of files you want to add an icon to:';
18$lang['Click on submit to see changes.'] = 'Click on submit to see changes.';
19$lang['Result'] = 'Result';
20$lang['Youtube videos'] = 'Youtube videos';
21$lang['Vimeo videos'] = 'Vimeo videos';
22$lang['Dailymotion videos'] = 'Dailymotion videos';
23$lang['Wat videos'] = 'Wat videos';
24$lang['Wideo videos'] = 'Wideo videos';
25$lang['Videos'] = 'Videos';
26$lang['Musics'] = 'Musics';
27$lang['pdf files'] = 'pdf files';
28$lang['Documents'] = 'Documents';
29$lang['Spreadsheets'] = 'Spreadsheets';
30$lang['Presentations'] = 'Presentations';
31$lang['Videos added with'] = 'Videos added with';
32$lang['Files supported: webm, webmv, ogv, m4v, flv, mp4'] = 'Files supported: mp3, ogg, oga, m4a, webma, fla, wav';
33$lang['Files supported: mp3, ogg, oga, m4a, webma, fla, wav'] = 'Files supported: mp3, ogg, oga, m4a, webma, fla, wav';
34$lang['Files supported: pdf'] = 'Files supported: pdf';
35$lang['Files supported: doc, docx and odt'] = 'Files supported: doc, docx and odt';
36$lang['Files supported: xls, xlsx and ods'] = 'Files supported: xls, xlsx and ods';
37$lang['ppt, pptx and odp files'] = 'Files supported: ppt, pptx and odp';
38$lang['Not displayed'] = 'Not displayed';
39
40//admin_advanced.php
41$lang['The opacity have to be a number between 0 and 100'] = 'The opacity have to be a number between 0 and 100';
42
43//admin_advanced.tpl
44$lang['Position'] = 'Position';
45$lang['Top right corner'] = 'Top right corner';
46$lang['Top left corner'] = 'Top left corner';
47$lang['Bottom right corner'] = 'Bottom right corner';
48$lang['Bottom left corner'] = 'Bottom left corner';
49$lang['Opacity'] = 'Opacity';
50
51//admin_help.tpl
52$lang['This menu allows to configure 2 types of parameters:'] = 'This menu allows to configure 2 types of parameters:';
53$lang['The type of icon to display. Click on submit to see changes in the result pane.'] = 'The type of icon to display. Click on submit to see changes in the result pane.';
54$lang['The type of files you want to add an icon to. Uncheck a type of file to deactivate the display of the icon for this type of file. <i>Not displayed</i> is then displayed in the result pane.'] = 'The type of files you want to add an icon to. Uncheck a type of file to deactivate the display of the icon for this type of file. <i>Not displayed</i> is then displayed in the result pane.';
55$lang['The corner of the thumbnail in which the icon will be displayed.'] = 'The corner of the thumbnail in which the icon will be displayed.';
56$lang['The opacity of the icon.'] = 'The opacity of the icon.';
57$lang['Donate'] = 'Donate';
58$lang['I spent a lot of time to make this plugin works. If it is useful for you, do not hesitate a donation ;) Thank you for your generosity.'] = 'I spent a lot of time to make this plugin works. If it is useful for you, do not hesitate a donation ;) Thank you for your generosity.';
59$lang['Credits'] = 'Credits';
60$lang['The icons are brought to you thanks to:'] = 'The icons are brought to you thanks to:';
61$lang['Official logos and Wikipedia for video and music icons.'] = 'Official logos and Wikipedia for video and music icons.';
62$lang['Part of the DelliOS System icon pack by Wendell Fernandes.'] = 'Part of the DelliOS System icon pack by Wendell Fernandes.';
63$lang['Download website'] = 'Download website';
64$lang['Author website'] = 'Author website';
65$lang['Part of the RRZE icon set.'] = 'Part of the RRZE icon set.';
66$lang['Part of the iSuite Revoked pack by Prax-08.'] = 'Part of the iSuite Revoked pack by Prax-08.';
67?>
Note: See TracBrowser for help on using the repository browser.