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

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

[extentions] BBcode Bar

  • compatibility with Piwigo 2.2.0
  • many corrections
File size: 1.6 KB
Line 
1<?php
2               
3        $lang['p_help']                 = "Paragraph : [p]Paragraph[/p]";       
4        $lang['b_help']                 = "Bold : [b]bold[/b]";
5        $lang['i_help']                 = "Italic : [i]italic[/i]";
6        $lang['u_help']                 = "Underline : [u]underline[/u]";       
7        $lang['s_help']                 = "Striped  : [s]striped [/s]";
8       
9        $lang['center_help']    = "Center : [center]center[/center]";
10        $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]";
13       
14        $lang['quote_help']     = "Quote : [quote]quote[/quote]";
15        $lang['img_help']               = "Img : [img]img[/img]";
16        $lang['url_help']               = "URL : [url=URL]Title[/url]";
17        $lang['mail_help']              = "E-mail : [email]Email[/email]";     
18       
19        $lang['size_help']              = "Font size : [size=X]text[/size]";
20        $lang['tiny']                   = "Tiny";
21        $lang['small']                  = "Small";
22        $lang['normal']                 = "Normal";
23        $lang['large']                  = "Large";
24        $lang['huge']                   = "Huge";       
25       
26        $lang['fc_help']                = "Font color : [color=color]text[/color]";
27        $lang['default_help']   = "Default";
28        $lang['maroon_help']    = "Maroon";             
29        $lang['red_help']               = "Red";                       
30        $lang['orange_help']    = "Orange";             
31        $lang['brown_help']     = "Brown";
32        $lang['yellow_help']    = "Yellow";             
33        $lang['green_help']     = "Green";     
34        $lang['olive_help']     = "Olive";             
35        $lang['cyan_help']              = "Cyan";
36        $lang['blue_help']              = "Blue";       
37        $lang['darkblue_help']  = "Dark Blue";
38        $lang['indigo_help']    = "Indigo";
39        $lang['violet_help']    = "Violet";
40        $lang['white_help']     = "White";
41        $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.";
46
47?>
Note: See TracBrowser for help on using the repository browser.