5026313e2e0b170a4807c56986abb078ad1ce786
[atutor.git] / docs / jscripts / tiny_mce / plugins / style / langs / en_dlg.js
1 tinyMCE.addI18n('en.style_dlg',{\r
2 title:"Edit CSS Style",\r
3 apply:"Apply",\r
4 text_tab:"Text",\r
5 background_tab:"Background",\r
6 block_tab:"Block",\r
7 box_tab:"Box",\r
8 border_tab:"Border",\r
9 list_tab:"List",\r
10 positioning_tab:"Positioning",\r
11 text_props:"Text",\r
12 text_font:"Font",\r
13 text_size:"Size",\r
14 text_weight:"Weight",\r
15 text_style:"Style",\r
16 text_variant:"Variant",\r
17 text_lineheight:"Line height",\r
18 text_case:"Case",\r
19 text_color:"Color",\r
20 text_decoration:"Decoration",\r
21 text_overline:"overline",\r
22 text_underline:"underline",\r
23 text_striketrough:"strikethrough",\r
24 text_blink:"blink",\r
25 text_none:"none",\r
26 background_color:"Background color",\r
27 background_image:"Background image",\r
28 background_repeat:"Repeat",\r
29 background_attachment:"Attachment",\r
30 background_hpos:"Horizontal position",\r
31 background_vpos:"Vertical position",\r
32 block_wordspacing:"Word spacing",\r
33 block_letterspacing:"Letter spacing",\r
34 block_vertical_alignment:"Vertical alignment",\r
35 block_text_align:"Text align",\r
36 block_text_indent:"Text indent",\r
37 block_whitespace:"Whitespace",\r
38 block_display:"Display",\r
39 box_width:"Width",\r
40 box_height:"Height",\r
41 box_float:"Float",\r
42 box_clear:"Clear",\r
43 padding:"Padding",\r
44 same:"Same for all",\r
45 top:"Top",\r
46 right:"Right",\r
47 bottom:"Bottom",\r
48 left:"Left",\r
49 margin:"Margin",\r
50 style:"Style",\r
51 width:"Width",\r
52 height:"Height",\r
53 color:"Color",\r
54 list_type:"Type",\r
55 bullet_image:"Bullet image",\r
56 position:"Position",\r
57 positioning_type:"Type",\r
58 visibility:"Visibility",\r
59 zindex:"Z-index",\r
60 overflow:"Overflow",\r
61 placement:"Placement",\r
62 clip:"Clip"\r
63 });