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