From c59a2a69fb38b92b6c45bcf7431d2b1a3c5dce3c Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 23 Oct 2010 19:46:20 -0400 Subject: added grappelli, filebrowser, chunks and tagging to lcal repo --- .../media/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js | 3 +++ .../media/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js create mode 100644 lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js (limited to 'lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/example/langs') diff --git a/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js b/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js new file mode 100644 index 0000000..e0784f8 --- /dev/null +++ b/lib/grappelli/media/tinymce/jscripts/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/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js b/lib/grappelli/media/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js new file mode 100644 index 0000000..ebcf948 --- /dev/null +++ b/lib/grappelli/media/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-70-g09d2