source: trunk/web/app/plugins/tinymce/jscripts/tiny_mce/plugins/style/langs/en_dlg.js @ 6

Last change on this file since 6 was 6, checked in by dj3c1t, 12 years ago

mise a jour du trunk

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