Open-Source PHP Framework - Designed for rapid development of performance-oriented scalable applications

/webroot/js/tinymce/plugins/template/langs/en_dlg.js

[return to app]
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
});