summaryrefslogtreecommitdiff
path: root/assets/b6d35603/tiny_mce/plugins/example/langs
diff options
context:
space:
mode:
authortzur <tzur@ccwn.org>2012-04-15 15:30:09 +0200
committertzur <tzur@ccwn.org>2012-04-15 15:30:09 +0200
commit5b2095abddf9d0596a7715879357e8d9a3b786b2 (patch)
tree0c2b6fdc1484b697b1a3740582a906fb51c1d64f /assets/b6d35603/tiny_mce/plugins/example/langs
Initial version
Diffstat (limited to 'assets/b6d35603/tiny_mce/plugins/example/langs')
-rw-r--r--assets/b6d35603/tiny_mce/plugins/example/langs/en.js3
-rw-r--r--assets/b6d35603/tiny_mce/plugins/example/langs/en_dlg.js3
2 files changed, 6 insertions, 0 deletions
diff --git a/assets/b6d35603/tiny_mce/plugins/example/langs/en.js b/assets/b6d35603/tiny_mce/plugins/example/langs/en.js
new file mode 100644
index 0000000..f3721d3
--- /dev/null
+++ b/assets/b6d35603/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/assets/b6d35603/tiny_mce/plugins/example/langs/en_dlg.js b/assets/b6d35603/tiny_mce/plugins/example/langs/en_dlg.js
new file mode 100644
index 0000000..a9cd65f
--- /dev/null
+++ b/assets/b6d35603/tiny_mce/plugins/example/langs/en_dlg.js
@@ -0,0 +1,3 @@
+tinyMCE.addI18n('en.example_dlg',{
+ title : 'This is just a example title'
+});