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

Last change on this file since 19651 was 19651, checked in by julien1311, 11 years ago
  • Property svn:eol-style set to LF
File size: 4.4 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['Folder color'] = 'Folder color';
16$lang['Folder picture'] = 'Folder picture';
17$lang['Cracked'] = 'Cracked';
18$lang['Types of files you want to add an icon to:'] = 'Types of files you want to add an icon to:';
19$lang['Click on submit to see changes.'] = 'Click on submit to see changes.';
20$lang['Result'] = 'Result';
21$lang['Youtube videos'] = 'Youtube videos';
22$lang['Vimeo videos'] = 'Vimeo videos';
23$lang['Dailymotion videos'] = 'Dailymotion videos';
24$lang['Wat videos'] = 'Wat videos';
25$lang['Wideo videos'] = 'Wideo videos';
26$lang['Videos'] = 'Videos';
27$lang['Musics'] = 'Musics';
28$lang['pdf files'] = 'pdf files';
29$lang['Documents'] = 'Documents';
30$lang['Spreadsheets'] = 'Spreadsheets';
31$lang['Presentations'] = 'Presentations';
32$lang['Videos added with Embedded Videos'] = 'Videos added with Embedded Videos';
33$lang['Files supported: webm, webmv, ogv, m4v, flv, mp4'] = 'Files supported: mp3, ogg, oga, m4a, webma, fla, wav';
34$lang['Files supported: mp3, ogg, oga, m4a, webma, fla, wav'] = 'Files supported: mp3, ogg, oga, m4a, webma, fla, wav';
35$lang['Files supported: pdf'] = 'Files supported: pdf';
36$lang['Files supported: doc, docx and odt'] = 'Files supported: doc, docx and odt';
37$lang['Files supported: xls, xlsx and ods'] = 'Files supported: xls, xlsx and ods';
38$lang['ppt, pptx and odp files'] = 'Files supported: ppt, pptx and odp';
39$lang['Not displayed'] = 'Not displayed';
40
41//admin_advanced.php
42$lang['The opacity have to be a number between 0 and 100'] = 'The opacity have to be a number between 0 and 100';
43
44//admin_advanced.tpl
45$lang['Position'] = 'Position';
46$lang['Top right corner'] = 'Top right corner';
47$lang['Top left corner'] = 'Top left corner';
48$lang['Bottom right corner'] = 'Bottom right corner';
49$lang['Bottom left corner'] = 'Bottom left corner';
50$lang['Opacity'] = 'Opacity';
51
52//admin_help.tpl
53$lang['This menu allows to configure 2 types of parameters:'] = 'This menu allows to configure 2 types of parameters:';
54$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.';
55$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.';
56$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.';
57$lang['The opacity of the icon.'] = 'The opacity of the icon.';
58$lang['Donate'] = 'Donate';
59$lang['Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.'] = 'Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.';
60$lang['Credits'] = 'Credits';
61$lang['The icons are brought to you thanks to:'] = 'The icons are brought to you thanks to:';
62$lang['Official logos or Wikipedia:'] = 'Official logos or Wikipedia:';
63$lang['Youtube'] = 'Youtube';
64$lang['Vimeo'] = 'Vimeo';
65$lang['Dailymotion'] = 'Dailymotion';
66$lang['Wat'] = 'Wat';
67$lang['Wideo'] = 'Wideo';
68$lang['Video'] = 'Video';
69$lang['Music'] = 'Music';
70$lang['pdf'] = 'pdf';
71$lang['Document'] = 'Document';
72$lang['Spreadsheet'] = 'Spreadsheet';
73$lang['Presentation'] = 'Presentation';
74$lang['Part of the DelliOS System icon pack by Wendell Fernandes.'] = 'Part of the DelliOS System icon pack by Wendell Fernandes.';
75$lang['Download website'] = 'Download website';
76$lang['Author website'] = 'Author website';
77$lang['Part of the RRZE icon set.'] = 'Part of the RRZE icon set.';
78$lang['Part of the iSuite Revoked pack by Prax-08.'] = 'Part of the iSuite Revoked pack by Prax-08.';
79?>
Note: See TracBrowser for help on using the repository browser.