source: extensions/LLGBO2/language/en_UK/plugin.lang.php @ 4526

Last change on this file since 4526 was 4526, checked in by EXFTB, 14 years ago

Version 2.0.i

  • Property svn:eol-style set to LF
File size: 3.5 KB
RevLine 
[4294]1<?php
2// +-----------------------------------------------------------------------+
3// | PhpWebGallery - a PHP based picture gallery                           |
4// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
6// +-----------------------------------------------------------------------+
7$lang['submit'] = 'Submit';
8$lang['Title'] = 'Look like GBo';
9$lang['Howto'] = 'This plugin permits to change the picture page presentation.<br>Special thanks to all the forum for their precious help   ';
10$lang['Step1_Title'] = 'Plugin settings';
[4526]11$lang['Step2_Title'] = 'Tooltip settings';
12$lang['Step3_Title'] = 'Frame settings';
[4294]13$lang['llgbo_tooltip']='Display tooltip (thumbnail under button) on mouseover :';
14$lang['llgbo_exifunderbt']='Display tooltip (EXIF under button metadata) on mouseover :';
[4526]15$lang['llgbo_frame']='Manage frame around the picture :';
[4294]16$lang['llgbo_header']='Header is only display on the fisrt page :';
17$lang['llgbo_maintain_header']='Maintain header on the following pages :';
18$lang['llgbo_allinfo']='Display all the phpwebgallery data picture :';
19$lang['llgbo_usemap']='Add navigation on picture :';
20$lang['llgbo_usemap_thumb']='Display thumbnails when navigation on picture is active :';
21$lang['llgbo_info']='(^_^)Settings updated !';
22$lang['llgbo_title_frame'] = 'Display picture title on frame';
23$lang['llgbo_default_navthumb'] = 'Hide standard display of Prev_Next thumbnails:';
[4526]24$lang['save'] = 'Save';
25$lang['preview'] = 'Preview';
26$lang['llgo_tooltip_width']= 'Define tooltip width'; 
27$lang['llgo_tooltip_size']= 'Define tooltip border width'; 
28$lang['llgbo_tooltip_bordercolor']= 'Define tooltip border color';
29$lang['llgbo_tooltip_backgroundcolor']= 'Define tooltip background color';
30$lang['llgbo_tooltip_titlecolor']= 'Define tooltip title color';
31$lang['llgbo_tooltip_color']= 'Define tooltip text color';
32$lang['llgo_global_setting']= 'Piwigo Picture page global settings';
33$lang['llgo_tooltip_setting']= 'Tooltip settings';
34$lang['llgo_frame_setting']= 'Frame settings :' ;
35$lang['llgbo_title_frame_color']= 'Title frame color';
36$lang['llgbo_frame_bdcolor0']= 'Line 1 color : ';
37$lang['llgbo_frame_bdcolor1']= 'Line 2 color : ';
38$lang['llgbo_frame_bdcolor2']= 'Line 3 color : ';
39$lang['llgbo_frame_bdcolor3']= 'Line 4 color : ';
40$lang['llgbo_frame_bdcolor4']= 'Line 5 color : ';
41$lang['llgbo_frame_bdcolor5']= 'Line 6 color : ';
42$lang['llgbo_frame_bdcolor6']= 'Line 7 color : ';
43$lang['llgbo_frame_bdcolor7']= 'Line 8 color : ';
44$lang['llgbo_frame_bdcolor8']= 'Line 9 color : ';
45$lang['llgbo_frame_bdcolor9']= 'Line 10 color : ';
46$lang['llgbo_frame_bdcolor10']= 'Line 11 color : ';
47$lang['llgbo_frame_bdcolor11']= 'Line 12 color : ';
48$lang['llgbo_frame_bdcolor12']= 'Line 13 color : ';
49$lang['llgbo_frame_bdcolor13']= 'Line 14 color : ';
50$lang['llgbo_frame_bdcolor14']= 'Line 15 color : ';
51$lang['llgbo_frame_bdcolor15']= 'Line 16 color : ';
52$lang['llgbo_frame_bdsize']= 'size in px : ';
53$lang['llgbo_M_frame'] = 'Frame management';
54$lang['llgbo_M_tooltip'] = 'Tooltip management';
55$lang['llgbo_M_manage'] = 'Global settings';
56$lang['llgbo_samples'] = 'Samples : ';
57$lang['llgbo_maintain_header_help']='1 - To find the body ID value, display the source code  Ctrl+U with Firefox ';
58$lang['llgbo_maintain_header_help1']='2 - Search the value "body id=".   Sample --> body id="theAboutPage"    ';
59$lang['llgbo_maintain_header_help2']='3 - Copy the value theAboutPage in the text area. Separate the different ID by ;';
60
[4294]61?>
Note: See TracBrowser for help on using the repository browser.