PageRenderTime 37ms CodeModel.GetById 12ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
JavaScript | 15 lines | 15 code | 0 blank | 0 comment | 0 complexity | 909605f964df80b19f22e51484fb2274 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. tinyMCE.addI18n('en.template_dlg',{
  2. title:"Templates",
  3. label:"Template",
  4. desc_label:"Description",
  5. desc:"Insert predefined template content",
  6. select:"Select a template",
  7. preview:"Preview",
  8. warning:"Warning: Updating a template with a different one may cause data loss.",
  9. mdate_format:"%Y-%m-%d %H:%M:%S",
  10. cdate_format:"%Y-%m-%d %H:%M:%S",
  11. months_long:"January,February,March,April,May,June,July,August,September,October,November,December",
  12. months_short:"Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec",
  13. day_long:"Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday",
  14. day_short:"Sun,Mon,Tue,Wed,Thu,Fri,Sat,Sun"
  15. });