Ignore:
Timestamp:
Dec 30, 2009, 11:20:00 PM (14 years ago)
Author:
EXFTB
Message:

LLGBO - version J - fix bug + language adaptation

File:
1 edited

Legend:

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

    r4578 r4591  
    1 <?php
     1<?php 
    22// +-----------------------------------------------------------------------+
    33// | PhpWebGallery - a PHP based picture gallery                           |
     
    66// +-----------------------------------------------------------------------+
    77$lang['submit'] = 'Submit';
    8 $lang['Title'] = 'Look like GBo';
     8$lang['Howto'] = 'This plugin manage the picture page presentation.<br>';
    99$lang['Howto'] = 'This plugin manage the picture page presentation.<br>Special thanks to all the forum for their precious help   ';
    1010$lang['Step1_Title'] = 'Plugin settings';
    1111$lang['Step2_Title'] = 'Tooltip settings';
    1212$lang['Step3_Title'] = 'Frame settings';
     13$lang['Step4_Title'] = 'Header  Display/Hide for each page';
    1314$lang['llgbo_tooltip']='Display tooltip (thumbnail under button) on mouseover :';
    1415$lang['llgbo_exifunderbt']='Display tooltip (EXIF under button metadata) on mouseover :';
    15 $lang['llgbo_allinfo']='Display all the phpwebgallery data picture :';
     16$lang['llgbo_frame']='Manage frame around the picture :';
     17$lang['llgbo_header']='Manage display header ';
     18$lang['llgbo_maintain_header']='Maintain header on the folowing page:';
    1619$lang['llgbo_usemap']='Add navigation on picture :';
    1720$lang['llgbo_usemap_thumb']='Display thumbnails when navigation on picture is active :';
    18 $lang['llgbo_info']='(^_^)Settings updated !';
     21$lang['llgbo_info']='     (^_^) Settings updated';
    1922$lang['llgbo_title_frame'] = 'Display picture title on frame';
    2023$lang['llgbo_default_navthumb'] = 'Hide standard display of Prev_Next thumbnails:';
     
    2831$lang['llgbo_tooltip_color']= 'Define tooltip text color';
    2932$lang['llgo_global_setting']= 'Piwigo Picture page global settings';
     33$lang['llgo_tooltip_setting']= 'Tooltip title';
    3034$lang['llgo_frame_setting']= 'Frame settings :' ;
    3135$lang['llgbo_title_frame_color']= 'Title frame color';
     
    5155$lang['llgbo_M_manage'] = 'Global settings';
    5256$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_frame']='Manage frame around the picture :';$lang['Step4_Title'] = 'Header settings';
    5758$lang['llgbo_header']='Manage display header ';
    5859$lang['llgo_tooltip_setting']= 'Tooltip title';
    5960$lang['llgbo_M_header'] = 'Display Header management';
    60 $lang['Step4_Title'] = 'Header  Display/Hide for each page';
    6161$lang['llgbo_header_home'] = 'Header display on Home page';
    6262$lang['llgbo_header_category'] = 'Header display on Category page';
     
    8080$lang['llgbo_header_favorites']= 'Header display on My Favorites page';
    8181$lang['llgbo_header_recent_cats']= 'Header display on Recent category page';
     82$lang['llgbo_frame_sample']= 'Samples list ';
     83$lang['previewsamples']= 'Display this sample';
    8284?>
     85
     86
     87
     88
Note: See TracChangeset for help on using the changeset viewer.