Browse code

Update tinyMCE to version 4.5.3

Simona Francini authored on 2017/03/23 14:41:49 • Jimako committed on 2019/10/30 05:26:04
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,16 +0,0 @@
1
-// UK lang variables
2
-
3
-tinyMCE.addToLang('template',{
4
-title : 'Templates',
5
-label : 'Template',
6
-desc_label : 'Description',
7
-desc : 'Insert predefined template content',
8
-select : 'Select a template',
9
-preview : 'Preview',
10
-warning : 'Warning: Updating a template with a different one may cause data loss.',
11
-def_date_format : '%Y-%m-%d %H:%M:%S',
12
-months_long : new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"),
13
-months_short : new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"),
14
-day_long : new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"),
15
-day_short : new Array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun")
16
-});
Browse code

Initial uplad w/ php7 fixes

Rainer Volkrodt authored on 2016/03/12 15:54:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+// UK lang variables
2
+
3
+tinyMCE.addToLang('template',{
4
+title : 'Templates',
5
+label : 'Template',
6
+desc_label : 'Description',
7
+desc : 'Insert predefined template content',
8
+select : 'Select a template',
9
+preview : 'Preview',
10
+warning : 'Warning: Updating a template with a different one may cause data loss.',
11
+def_date_format : '%Y-%m-%d %H:%M:%S',
12
+months_long : new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"),
13
+months_short : new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"),
14
+day_long : new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"),
15
+day_short : new Array("Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun")
16
+});