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

Last change on this file since 3305 was 3305, checked in by patdenice, 15 years ago

New extension added:
BBCode Bar (2.0.a)

File size: 1.7 KB
Line 
1<?php
2        global $lang;
3       
4                $lang['admin_liste']            = "Liste :";   
5       
6        $lang['p_help']                 = "Paragraph : [p]Paragraph[/p]";       
7        $lang['b_help']                 = "Bold : [b]pold[/b]";
8        $lang['i_help']                 = "Italic : [i]italic[/i]";
9        $lang['u_help']                 = "Underline : [u]underline[/u]";       
10        $lang['s_help']                 = "Striped  : [s]striped [/s]";
11       
12        $lang['center_help']    = "Center : [center]center[/center]";
13        $lang['right_help']     = "Right : [right]right[/right]";
14        $lang['ul_help']                = "List : [ul][li]element[/li][/ul]";
15        $lang['ol_help']                = "List : [ol][li]element[/li][/ol]";
16       
17        $lang['quote_help']     = "Quote : [quote]quote[/quote]";
18        $lang['img_help']               = "Img : [img]img[/img]";
19        $lang['url_help']               = "URL : [url=URL]Title[/url]";
20        $lang['mail_help']              = "E-mail : [email]Email[/email]";     
21       
22        $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";       
28       
29        $lang['fc_help']        = "Font color : [color=color]text[/color]";
30        $lang['default_help']   = "Default";
31        $lang['maroon_help']    = "Maroon";             
32        $lang['red_help']               = "Red";                       
33        $lang['orange_help']    = "Orange";             
34        $lang['brown_help']     = "Brown";
35        $lang['yellow_help']    = "Yellow";             
36        $lang['green_help']     = "Green";     
37        $lang['olive_help']     = "Olive";             
38        $lang['cyan_help']              = "Cyan";
39        $lang['blue_help']              = "Blue";       
40        $lang['darkblue_help']  = "Dark Blue";
41        $lang['indigo_help']    = "Indigo";
42        $lang['violet_help']    = "Violet";
43        $lang['white_help']     = "White";
44        $lang['black_help']     = "Black";
45       
46        $lang['preview']                = "Preview";
47       
48        $lang['help']                   = "Easy way: A working can be applied to the selected text.";
49       
50        $lang['repicon']                = "Icons directory.";
51 
52  $lang['bbcb_config_saved'] = "Configuration saved";
53?>
Note: See TracBrowser for help on using the repository browser.