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

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

#
JavaScript | 32 lines | 32 code | 0 blank | 0 comment | 0 complexity | 31b9e42bcfd8480373e9d2ca2b333b78 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. tinyMCE.addI18n('en.xhtmlxtras_dlg',{
  2. attribute_label_title:"Title",
  3. attribute_label_id:"ID",
  4. attribute_label_class:"Class",
  5. attribute_label_style:"Style",
  6. attribute_label_cite:"Cite",
  7. attribute_label_datetime:"Date/Time",
  8. attribute_label_langdir:"Text Direction",
  9. attribute_option_ltr:"Left to right",
  10. attribute_option_rtl:"Right to left",
  11. attribute_label_langcode:"Language",
  12. attribute_label_tabindex:"TabIndex",
  13. attribute_label_accesskey:"AccessKey",
  14. attribute_events_tab:"Events",
  15. attribute_attrib_tab:"Attributes",
  16. general_tab:"General",
  17. attrib_tab:"Attributes",
  18. events_tab:"Events",
  19. fieldset_general_tab:"General Settings",
  20. fieldset_attrib_tab:"Element Attributes",
  21. fieldset_events_tab:"Element Events",
  22. title_ins_element:"Insertion Element",
  23. title_del_element:"Deletion Element",
  24. title_acronym_element:"Acronym Element",
  25. title_abbr_element:"Abbreviation Element",
  26. title_cite_element:"Citation Element",
  27. remove:"Remove",
  28. insert_date:"Insert current date/time",
  29. option_ltr:"Left to right",
  30. option_rtl:"Right to left",
  31. attribs_title:"Insert/Edit Attributes"
  32. });