source: extensions/bbcode_bar/language/en_UK/plugin.lang.php @ 9965

Last change on this file since 9965 was 9965, checked in by mistic100, 13 years ago

[extentions] BBCode Bar

  • uses markItUp!
File size: 1.3 KB
RevLine 
[3305]1<?php
[9682]2               
[3305]3        $lang['p_help']                 = "Paragraph : [p]Paragraph[/p]";       
[7157]4        $lang['b_help']                 = "Bold : [b]bold[/b]";
[3305]5        $lang['i_help']                 = "Italic : [i]italic[/i]";
6        $lang['u_help']                 = "Underline : [u]underline[/u]";       
[9965]7        $lang['s_help']                 = "Striped  : [s]striped[/s]";
[3305]8       
9        $lang['center_help']    = "Center : [center]center[/center]";
10        $lang['right_help']     = "Right : [right]right[/right]";
[9965]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]";
[3305]14       
15        $lang['quote_help']     = "Quote : [quote]quote[/quote]";
[9965]16        $lang['img_help']               = "Picture : [img]picture[/img]";
[3305]17        $lang['url_help']               = "URL : [url=URL]Title[/url]";
18        $lang['mail_help']              = "E-mail : [email]Email[/email]";     
19       
20        $lang['size_help']              = "Font size : [size=X]text[/size]";
[9682]21        $lang['tiny']                   = "Tiny";
22        $lang['small']                  = "Small";
23        $lang['normal']                 = "Normal";
24        $lang['large']                  = "Large";
25        $lang['huge']                   = "Huge";       
[3305]26       
[9965]27        $lang['color_help']     = "Font color : [color=color]text[/color]";
[3305]28        $lang['red_help']               = "Red";                       
29        $lang['orange_help']    = "Orange";             
30        $lang['yellow_help']    = "Yellow";             
31        $lang['green_help']     = "Green";     
32        $lang['blue_help']              = "Blue";       
[9965]33        $lang['purple_help']    = "Purple";
[3305]34        $lang['white_help']     = "White";
[9965]35        $lang['grey_help']              = "Grey";
[3305]36        $lang['black_help']     = "Black";
[9682]37
38?>
Note: See TracBrowser for help on using the repository browser.