/static/scripts/tiny_mce/plugins/style/langs/en_dlg.js

http://n23.googlecode.com/ · JavaScript · 63 lines · 63 code · 0 blank · 0 comment · 0 complexity · 1e069c2c7583b278b3cab074d1ff07d9 MD5 · raw file

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