Ignore:
Timestamp:
Mar 14, 2011, 9:35:14 PM (13 years ago)
Author:
mistic100
Message:

[extentions] BBcode Bar

  • compatibility with Piwigo 2.2.0
  • many corrections
Location:
extensions/bbcode_bar/language/en_UK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/bbcode_bar/language/en_UK/index.php

    r3632 r9682  
    11<?php
    22// +-----------------------------------------------------------------------+
    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 |
     3// | Piwigo - a PHP based photo gallery                                    |
    64// +-----------------------------------------------------------------------+
    7 // | file          : $Id$
    8 // | last update   : $Date$
    9 // | last modifier : $Author$
    10 // | revision      : $Revision$
     5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
     6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    118// +-----------------------------------------------------------------------+
    129// | This program is free software; you can redistribute it and/or modify  |
  • extensions/bbcode_bar/language/en_UK/plugin.lang.php

    r7157 r9682  
    11<?php
    2         global $lang;
    3        
    4                 $lang['admin_liste']            = "List :";     
    5        
     2               
    63        $lang['p_help']                 = "Paragraph : [p]Paragraph[/p]";       
    74        $lang['b_help']                 = "Bold : [b]bold[/b]";
     
    2118       
    2219        $lang['size_help']              = "Font size : [size=X]text[/size]";
    23         $lang['tiny']           = "Tiny";
    24         $lang['small']          = "Small";
    25         $lang['normal']         = "Normal";
    26         $lang['large']          = "Large";
    27         $lang['huge']           = "Huge";       
     20        $lang['tiny']                   = "Tiny";
     21        $lang['small']                  = "Small";
     22        $lang['normal']                 = "Normal";
     23        $lang['large']                  = "Large";
     24        $lang['huge']                   = "Huge";       
    2825       
    29         $lang['fc_help']        = "Font color : [color=color]text[/color]";
     26        $lang['fc_help']                = "Font color : [color=color]text[/color]";
    3027        $lang['default_help']   = "Default";
    3128        $lang['maroon_help']    = "Maroon";             
     
    4441        $lang['black_help']     = "Black";
    4542       
    46         $lang['preview']                = "Preview";
    47        
    4843        $lang['help']                   = "Easy way: A formatting can be applied to the selected text.";
    4944       
    5045        $lang['repicon']                = "Icons directory.";
    51  
    52   $lang['bbcb_config_saved'] = "Configuration saved";
     46
    5347?>
Note: See TracChangeset for help on using the changeset viewer.