From 6348e70daa113e8b3203de8fbc919d08c90d972e Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 1 Jul 2010 16:48:07 -0700 Subject: Initial checkin --- tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js (limited to 'tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js') diff --git a/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js b/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js new file mode 100644 index 000000000..ebcf948da --- /dev/null +++ b/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js @@ -0,0 +1,3 @@ +tinyMCE.addI18n('en.example_dlg',{ + title : 'This is just a example title' +}); -- cgit v1.2.3