From 0720091ca73b9714aab2b38c3682c15a0cbd4533 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 2 Jun 2011 17:20:54 -0700 Subject: Added pages --- htdocs/js/tiny_mce/plugins/example/langs/en.js | 3 +++ htdocs/js/tiny_mce/plugins/example/langs/en_dlg.js | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 htdocs/js/tiny_mce/plugins/example/langs/en.js create mode 100644 htdocs/js/tiny_mce/plugins/example/langs/en_dlg.js (limited to 'htdocs/js/tiny_mce/plugins/example/langs') diff --git a/htdocs/js/tiny_mce/plugins/example/langs/en.js b/htdocs/js/tiny_mce/plugins/example/langs/en.js new file mode 100644 index 0000000..e0784f8 --- /dev/null +++ b/htdocs/js/tiny_mce/plugins/example/langs/en.js @@ -0,0 +1,3 @@ +tinyMCE.addI18n('en.example',{ + desc : 'This is just a template button' +}); diff --git a/htdocs/js/tiny_mce/plugins/example/langs/en_dlg.js b/htdocs/js/tiny_mce/plugins/example/langs/en_dlg.js new file mode 100644 index 0000000..ebcf948 --- /dev/null +++ b/htdocs/js/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