upgrading to TinyMCE 3

This commit is contained in:
Graham Knop 2008-03-27 22:12:33 +00:00
parent d245e8ef48
commit cc75819ca9
2274 changed files with 25785 additions and 107069 deletions

View file

@ -276,10 +276,10 @@ our $I18N = {
message => q|WebGUI Image|,
lastUpdated => 1115150778,
},
'flash' => {
message => q|Flash Movie|,
lastUpdated => 1115150778,
},
'media' => {
message => q|Embedded Media / Flash|,
lastUpdated => 1206564394,
},
'charmap' => {
message => q|Special Character|,
lastUpdated => 1115150778,
@ -320,10 +320,6 @@ our $I18N = {
message => q|Preview|,
lastUpdated => 1115150778,
},
'zoom' => {
message => q|Zoom (IE Only)|,
lastUpdated => 1115150778,
},
'print' => {
message => q|Print|,
lastUpdated => 1115150778,
@ -452,6 +448,15 @@ option is set to Yes, then all whitespace entered into the form will be preserve
lastUpdated => 0,
},
'inline popups' => {
message => q|Inline Popups|,
lastUpdated => 1206653834,
},
'inline popups description' => {
message => q|Shows popups inline instead of in a popup browser window.|,
lastUpdated => 1206653834,
},
};
1;