comparison static/js/tiny_mce/plugins/template/langs/en_dlg.js @ 312:88b2b9cb8c1f

Fixing #142; cut over to the django.contrib.staticfiles app.
author Brian Neal <bgneal@gmail.com>
date Thu, 27 Jan 2011 02:56:10 +0000
parents
children
comparison
equal deleted inserted replaced
311:b1c39788e511 312:88b2b9cb8c1f
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 });