diff options
Diffstat (limited to 'public/javascripts/tiny_mce/plugins/example/langs')
| -rwxr-xr-x | public/javascripts/tiny_mce/plugins/example/langs/en.js | 3 | ||||
| -rwxr-xr-x | public/javascripts/tiny_mce/plugins/example/langs/en_dlg.js | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/public/javascripts/tiny_mce/plugins/example/langs/en.js b/public/javascripts/tiny_mce/plugins/example/langs/en.js new file mode 100755 index 0000000..e0784f8 --- /dev/null +++ b/public/javascripts/tiny_mce/plugins/example/langs/en.js | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | tinyMCE.addI18n('en.example',{ | ||
| 2 | desc : 'This is just a template button' | ||
| 3 | }); | ||
diff --git a/public/javascripts/tiny_mce/plugins/example/langs/en_dlg.js b/public/javascripts/tiny_mce/plugins/example/langs/en_dlg.js new file mode 100755 index 0000000..ebcf948 --- /dev/null +++ b/public/javascripts/tiny_mce/plugins/example/langs/en_dlg.js | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | tinyMCE.addI18n('en.example_dlg',{ | ||
| 2 | title : 'This is just a example title' | ||
| 3 | }); | ||
