PageRenderTime 47ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/editors/tiny_mce_3_4_3_1/plugins/advimage/langs/en_dlg.js

#
JavaScript | 45 lines | 45 code | 0 blank | 0 comment | 0 complexity | f7a2af79c57e4c6015f299cf84b879e3 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. tinyMCE.addI18n('en.advimage_dlg',{
  2. tab_general:"General",
  3. tab_appearance:"Appearance",
  4. tab_advanced:"Advanced",
  5. general:"General",
  6. title:"Title",
  7. preview:"Preview",
  8. constrain_proportions:"Constrain proportions",
  9. langdir:"Language direction",
  10. langcode:"Language code",
  11. long_desc:"Long description link",
  12. style:"Style",
  13. classes:"Classes",
  14. ltr:"Left to right",
  15. rtl:"Right to left",
  16. id:"Id",
  17. map:"Image map",
  18. swap_image:"Swap image",
  19. alt_image:"Alternative image",
  20. mouseover:"for mouse over",
  21. mouseout:"for mouse out",
  22. misc:"Miscellaneous",
  23. example_img:"Appearance preview image",
  24. missing_alt:"Are you sure you want to continue without including an Image Description? Without it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.",
  25. dialog_title:"Insert/edit image",
  26. src:"Image URL",
  27. alt:"Image description",
  28. list:"Image list",
  29. border:"Border",
  30. dimensions:"Dimensions",
  31. width:"Width",
  32. height:"Height",
  33. vspace:"Vertical space",
  34. hspace:"Horizontal space",
  35. align:"Alignment",
  36. align_baseline:"Baseline",
  37. align_top:"Top",
  38. align_middle:"Middle",
  39. align_bottom:"Bottom",
  40. align_texttop:"Text top",
  41. align_textbottom:"Text bottom",
  42. align_left:"Left",
  43. align_right:"Right",
  44. image_list:"Image list"
  45. });