Mercurial > public > sg101
comparison media/js/tiny_mce/plugins/template/langs/en_dlg.js @ 45:a5b4c5ce0658
Breaking down and controlling all media files, including javascript libraries.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 19 Jun 2009 03:16:03 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
44:08cd19c1ee50 | 45:a5b4c5ce0658 |
---|---|
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 }); |