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

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

first global update

  • Property svn:eol-style set to LF
File size: 1.5 KB
Line 
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';
11$lang['llgbo_tooltip']='Display tooltip (thumbnail under button) on mouseover :';
12$lang['llgbo_exifunderbt']='Display tooltip (EXIF under button metadata) on mouseover :';
13$lang['llgbo_always_displayexif'] = 'Always display METADATA:' ;
14$lang['llgbo_frame']='Display a white  frame around the picture :';
15$lang['llgbo_header']='Header is only display on the fisrt page :';
16$lang['llgbo_maintain_header']='Maintain header on the following pages :';
17$lang['llgbo_allinfo']='Display all the phpwebgallery data picture :';
18$lang['llgbo_usemap']='Add navigation on picture :';
19$lang['llgbo_usemap_thumb']='Display thumbnails when navigation on picture is active :';
20$lang['llgbo_info']='(^_^)Settings updated !';
21$lang['llgbo_title_frame'] = 'Display picture title on frame';
22$lang['llgbo_default_navthumb'] = 'Hide standard display of Prev_Next thumbnails:';
23?>
Note: See TracBrowser for help on using the repository browser.