Ignore:
Timestamp:
Dec 19, 2009, 9:06:21 PM (14 years ago)
Author:
EXFTB
Message:

Version 2.0.i

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/LLGBO2/language/en_UK/plugin.lang.php

    r4294 r4526  
    99$lang['Howto'] = 'This plugin permits to change the picture page presentation.<br>Special thanks to all the forum for their precious help   ';
    1010$lang['Step1_Title'] = 'Plugin settings';
     11$lang['Step2_Title'] = 'Tooltip settings';
     12$lang['Step3_Title'] = 'Frame settings';
    1113$lang['llgbo_tooltip']='Display tooltip (thumbnail under button) on mouseover :';
    1214$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_frame']='Manage frame around the picture :';
    1516$lang['llgbo_header']='Header is only display on the fisrt page :';
    1617$lang['llgbo_maintain_header']='Maintain header on the following pages :';
     
    2122$lang['llgbo_title_frame'] = 'Display picture title on frame';
    2223$lang['llgbo_default_navthumb'] = 'Hide standard display of Prev_Next thumbnails:';
     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
    2361?>
Note: See TracChangeset for help on using the changeset viewer.