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

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

llgbo2.0.i -> improve administration in 1024*768

  • Property svn:eol-style set to LF
File size: 4.8 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 manage the picture page presentation.<br>Special thanks to all the forum for their precious help   ';
10$lang['Step1_Title'] = 'Plugin settings';
11$lang['Step2_Title'] = 'Tooltip settings';
12$lang['Step3_Title'] = 'Frame settings';
13$lang['llgbo_tooltip']='Display tooltip (thumbnail under button) on mouseover :';
14$lang['llgbo_exifunderbt']='Display tooltip (EXIF under button metadata) on mouseover :';
15$lang['llgbo_allinfo']='Display all the phpwebgallery data picture :';
16$lang['llgbo_usemap']='Add navigation on picture :';
17$lang['llgbo_usemap_thumb']='Display thumbnails when navigation on picture is active :';
18$lang['llgbo_info']='(^_^)Settings updated !';
19$lang['llgbo_title_frame'] = 'Display picture title on frame';
20$lang['llgbo_default_navthumb'] = 'Hide standard display of Prev_Next thumbnails:';
21$lang['save'] = 'Save';
22$lang['preview'] = 'Preview';
23$lang['llgo_tooltip_width']= 'Define tooltip width'; 
24$lang['llgo_tooltip_size']= 'Define tooltip border width'; 
25$lang['llgbo_tooltip_bordercolor']= 'Define tooltip border color';
26$lang['llgbo_tooltip_backgroundcolor']= 'Define tooltip background color';
27$lang['llgbo_tooltip_titlecolor']= 'Define tooltip title color';
28$lang['llgbo_tooltip_color']= 'Define tooltip text color';
29$lang['llgo_global_setting']= 'Piwigo Picture page global settings';
30$lang['llgo_frame_setting']= 'Frame settings :' ;
31$lang['llgbo_title_frame_color']= 'Title frame color';
32$lang['llgbo_frame_bdcolor0']= 'Line 1 color : ';
33$lang['llgbo_frame_bdcolor1']= 'Line 2 color : ';
34$lang['llgbo_frame_bdcolor2']= 'Line 3 color : ';
35$lang['llgbo_frame_bdcolor3']= 'Line 4 color : ';
36$lang['llgbo_frame_bdcolor4']= 'Line 5 color : ';
37$lang['llgbo_frame_bdcolor5']= 'Line 6 color : ';
38$lang['llgbo_frame_bdcolor6']= 'Line 7 color : ';
39$lang['llgbo_frame_bdcolor7']= 'Line 8 color : ';
40$lang['llgbo_frame_bdcolor8']= 'Line 9 color : ';
41$lang['llgbo_frame_bdcolor9']= 'Line 10 color : ';
42$lang['llgbo_frame_bdcolor10']= 'Line 11 color : ';
43$lang['llgbo_frame_bdcolor11']= 'Line 12 color : ';
44$lang['llgbo_frame_bdcolor12']= 'Line 13 color : ';
45$lang['llgbo_frame_bdcolor13']= 'Line 14 color : ';
46$lang['llgbo_frame_bdcolor14']= 'Line 15 color : ';
47$lang['llgbo_frame_bdcolor15']= 'Line 16 color : ';
48$lang['llgbo_frame_bdsize']= 'size in px : ';
49$lang['llgbo_M_frame'] = 'Frame management';
50$lang['llgbo_M_tooltip'] = 'Tooltip management';
51$lang['llgbo_M_manage'] = 'Global settings';
52$lang['llgbo_samples'] = 'Samples : ';
53// must be translate -->  in good english to
54$lang['Howto'] = 'This plugin manage the picture page presentation.<br>';
55$lang['llgbo_frame']='Manage frame around the picture :';
56$lang['Step4_Title'] = 'Header settings';
57$lang['llgbo_header']='Manage display header ';
58$lang['llgo_tooltip_setting']= 'Tooltip title';
59$lang['llgbo_M_header'] = 'Display Header management';
60$lang['Step4_Title'] = 'Header  Display/Hide for each page';
61$lang['llgbo_header_home'] = 'Header display on Home page';
62$lang['llgbo_header_category'] = 'Header display on Category page';
63$lang['llgbo_header_category_filter_recent']= 'Header display on Category page (filter by recent)';
64$lang['llgbo_header_category_flat']= 'Header display on Category page (option flat)' ;
65$lang['llgbo_header_category_posted_monthly']= 'Header display on Category page option calendar' ;
66$lang['llgbo_header_picture']= 'Header display on Picture page' ;
67$lang['llgbo_header_additional_page'] = 'Header display on Additional page';
68$lang['llgbo_header_most_visited'] = 'Header display on Most visited page';
69$lang['llgbo_header_best_rated'] = 'Header display on Best rated page';
70$lang['llgbo_header_list']= 'Header display on Random pictures page';
71$lang['llgbo_header_recent_pics']= 'Header display on Recents pictures page';
72$lang['llgbo_header_created_monthly_calendar'] = 'Header display on Calendar page'; 
73$lang['llgbo_header_tags']= 'Header display on Tags page'; 
74$lang['llgbo_header_search']= 'Header display on Search page';
75$lang['llgbo_header_comments']= 'Header display on Comments page';
76$lang['llgbo_header_about']= 'Header display on About page';
77$lang['llgbo_header_notification']= 'Header display on Notification page';
78$lang['llgbo_header_register'] = 'Header display on Register page';
79$lang['llgbo_header_identification']= 'Header display on identification page';
80$lang['llgbo_header_favorites']= 'Header display on My Favorites page';
81$lang['llgbo_header_recent_cats']= 'Header display on Recent category page';
82?>
Note: See TracBrowser for help on using the repository browser.