annotate media/js/tiny_mce/plugins/style/langs/en_dlg.js @ 45:a5b4c5ce0658

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