source: extensions/Shadogo/trunk/language/en_UK/plugin.lang.php @ 10016

Last change on this file since 10016 was 10016, checked in by binaryworld, 13 years ago
File size: 3.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | shadogo - plugin for piwigo, a PHP based photo gallery             |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010-2011 BinaryWorld      http://binaryworld.hd.free.fr |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22
23//
24// Piwishado Administration Form
25//
26$lang['shadogo_overlaylibs']                    = 'Select the modal overlay library';
27$lang['shadogo_overlaythemes']                  = 'Theme of the overlay window';
28$lang['shadogo_display_expert_params']  = 'Display expert parameters';
29
30$lang['shadogo_overlay_config']                 = 'Overlay window configuration';
31$lang['shadogo_overlay_hdpicture']              = 'Enable the display of the HD picture';
32$lang['shadogo_overlay_download']               = 'Enable the download of the HD picture';
33$lang['shadogo_overlay_addtobasket']    = 'Enable the basket management';
34$lang['shadogo_overlay_favorites']              = 'Enable favorites maangement';
35
36$lang['shadogo_mediaplayer_config']             = 'Mediaplayer configuration';
37$lang['shadogo_mediaplayer_content']    = 'Display the player in the content page';
38$lang['shadogo_mediafile_pattern']              = 'Media file pattern';
39
40$lang['shadogo_hdcontent_config']               = 'HD content configuration';
41$lang['shadogo_hdcontent_inoverlay']    = 'Display the HD content in overlay window';
42$lang['shadogo_hdcontent_pattern']              = 'HD content pattern';
43$lang['shadogo_hdcontent_replacement']  = 'HD code replacement';
44
45$lang['shadogo_slideshow_config']               = 'Slideshow configuration';
46$lang['shadogo_slideshow_inoverlay']    = 'Display the slideshow in overlay window';
47$lang['shadogo_slideshow_pattern']              = 'Slideshow pattern';
48$lang['shadogo_slideshow_replacement']  = 'Slideshow code replacement';
49
50$lang['shadogo_thumbnail_config']                                       = 'Thumbnail configuration';
51$lang['shadogo_thumbnail_content_inoverlay']            = 'Display the thumbnail content in overlay window';
52$lang['shadogo_thumbnail_player_icon']                          = 'Display the player icon in the legend';
53$lang['shadogo_thumbnail_content_icon']                         = 'Display the content icon in the legend';
54$lang['shadogo_thumbnail_contentpage_inoverlay']        = 'Display the content page in overlay window';
55$lang['shadogo_thumbnail_label']                                        = 'Display the thumbnail label';
56$lang['shadogo_thumbnail_buttons_search']                       = 'Template code to replace with thumbnail_shadogo_buttons.tpl file content';
57$lang['shadogo_thumbnail_hrefcontent_search']           = 'Template code to replace with thumbnail_shadogo_content.tpl file content';
58
59
60$lang['shadogo_save']                                   = 'Save';
61$lang['shadogo_cancel']                                 = 'Cancel';
62$lang['shadogo_restore']                                = 'Restore the default values';
63
64$lang['shadogo_note_warm_restore']              = 'Please, do no forgot to save the restored configuration.';
65
66//
67// ALT
68//
69$lang['shadogo_content']                                = 'See content';
70$lang['shadogo_play']                                   = 'Play';
71
72?>
Note: See TracBrowser for help on using the repository browser.