bgneal@312: tinyMCE.addI18n('en.style_dlg',{
bgneal@312: title:"Edit CSS Style",
bgneal@312: apply:"Apply",
bgneal@312: text_tab:"Text",
bgneal@312: background_tab:"Background",
bgneal@312: block_tab:"Block",
bgneal@312: box_tab:"Box",
bgneal@312: border_tab:"Border",
bgneal@312: list_tab:"List",
bgneal@312: positioning_tab:"Positioning",
bgneal@312: text_props:"Text",
bgneal@312: text_font:"Font",
bgneal@312: text_size:"Size",
bgneal@312: text_weight:"Weight",
bgneal@312: text_style:"Style",
bgneal@312: text_variant:"Variant",
bgneal@312: text_lineheight:"Line height",
bgneal@312: text_case:"Case",
bgneal@312: text_color:"Color",
bgneal@312: text_decoration:"Decoration",
bgneal@312: text_overline:"overline",
bgneal@312: text_underline:"underline",
bgneal@312: text_striketrough:"strikethrough",
bgneal@312: text_blink:"blink",
bgneal@312: text_none:"none",
bgneal@312: background_color:"Background color",
bgneal@312: background_image:"Background image",
bgneal@312: background_repeat:"Repeat",
bgneal@312: background_attachment:"Attachment",
bgneal@312: background_hpos:"Horizontal position",
bgneal@312: background_vpos:"Vertical position",
bgneal@312: block_wordspacing:"Word spacing",
bgneal@312: block_letterspacing:"Letter spacing",
bgneal@312: block_vertical_alignment:"Vertical alignment",
bgneal@312: block_text_align:"Text align",
bgneal@312: block_text_indent:"Text indent",
bgneal@312: block_whitespace:"Whitespace",
bgneal@312: block_display:"Display",
bgneal@312: box_width:"Width",
bgneal@312: box_height:"Height",
bgneal@312: box_float:"Float",
bgneal@312: box_clear:"Clear",
bgneal@312: padding:"Padding",
bgneal@312: same:"Same for all",
bgneal@312: top:"Top",
bgneal@312: right:"Right",
bgneal@312: bottom:"Bottom",
bgneal@312: left:"Left",
bgneal@312: margin:"Margin",
bgneal@312: style:"Style",
bgneal@312: width:"Width",
bgneal@312: height:"Height",
bgneal@312: color:"Color",
bgneal@312: list_type:"Type",
bgneal@312: bullet_image:"Bullet image",
bgneal@312: position:"Position",
bgneal@312: positioning_type:"Type",
bgneal@312: visibility:"Visibility",
bgneal@312: zindex:"Z-index",
bgneal@312: overflow:"Overflow",
bgneal@312: placement:"Placement",
bgneal@442: clip:"Clip",
bgneal@442: text:"Text",
bgneal@442: background:"Background",
bgneal@442: block:"Block",
bgneal@442: box:"Box",
bgneal@442: border:"Border",
bgneal@442: list:"List",
bgneal@442: position:"Position"
bgneal@312: });