Ignore:
Timestamp:
Apr 1, 2011, 10:54:39 PM (13 years ago)
Author:
mistic100
Message:

[extentions] BBCode Bar

  • uses markItUp!
File:
1 edited

Legend:

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

    r9682 r9965  
    55        $lang['i_help']                 = "Italic : [i]italic[/i]";
    66        $lang['u_help']                 = "Underline : [u]underline[/u]";       
    7         $lang['s_help']                 = "Striped  : [s]striped [/s]";
     7        $lang['s_help']                 = "Striped  : [s]striped[/s]";
    88       
    99        $lang['center_help']    = "Center : [center]center[/center]";
    1010        $lang['right_help']     = "Right : [right]right[/right]";
    11         $lang['ul_help']                = "Unordered List : [ul][li]element[/li][/ul]";
    12         $lang['ol_help']                = "Ordered List : [ol][li]element[/li][/ol]";
     11        $lang['ul_help']                = "Unordered list : [ul][li]element[/li][/ul]";
     12        $lang['ol_help']                = "Ordered list : [ol][li]element[/li][/ol]";
     13        $lang['li_help']                = "List element : [li]element[/li]";
    1314       
    1415        $lang['quote_help']     = "Quote : [quote]quote[/quote]";
    15         $lang['img_help']               = "Img : [img]img[/img]";
     16        $lang['img_help']               = "Picture : [img]picture[/img]";
    1617        $lang['url_help']               = "URL : [url=URL]Title[/url]";
    1718        $lang['mail_help']              = "E-mail : [email]Email[/email]";     
     
    2425        $lang['huge']                   = "Huge";       
    2526       
    26         $lang['fc_help']                = "Font color : [color=color]text[/color]";
    27         $lang['default_help']   = "Default";
    28         $lang['maroon_help']    = "Maroon";             
     27        $lang['color_help']     = "Font color : [color=color]text[/color]";
    2928        $lang['red_help']               = "Red";                       
    3029        $lang['orange_help']    = "Orange";             
    31         $lang['brown_help']     = "Brown";
    3230        $lang['yellow_help']    = "Yellow";             
    3331        $lang['green_help']     = "Green";     
    34         $lang['olive_help']     = "Olive";             
    35         $lang['cyan_help']              = "Cyan";
    3632        $lang['blue_help']              = "Blue";       
    37         $lang['darkblue_help']  = "Dark Blue";
    38         $lang['indigo_help']    = "Indigo";
    39         $lang['violet_help']    = "Violet";
     33        $lang['purple_help']    = "Purple";
    4034        $lang['white_help']     = "White";
     35        $lang['grey_help']              = "Grey";
    4136        $lang['black_help']     = "Black";
    42        
    43         $lang['help']                   = "Easy way: A formatting can be applied to the selected text.";
    44        
    45         $lang['repicon']                = "Icons directory.";
    4637
    4738?>
Note: See TracChangeset for help on using the changeset viewer.