From f61b5b0597e0c25f084ee67d402f12a43a7a9947 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 17 Feb 2009 21:54:39 +0100 Subject: added tinymce editor for body area of pages --- public/javascripts/tiny_mce/plugins/paste/langs/en_dlg.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 public/javascripts/tiny_mce/plugins/paste/langs/en_dlg.js (limited to 'public/javascripts/tiny_mce/plugins/paste/langs') diff --git a/public/javascripts/tiny_mce/plugins/paste/langs/en_dlg.js b/public/javascripts/tiny_mce/plugins/paste/langs/en_dlg.js new file mode 100755 index 0000000..eeac778 --- /dev/null +++ b/public/javascripts/tiny_mce/plugins/paste/langs/en_dlg.js @@ -0,0 +1,5 @@ +tinyMCE.addI18n('en.paste_dlg',{ +text_title:"Use CTRL+V on your keyboard to paste the text into the window.", +text_linebreaks:"Keep linebreaks", +word_title:"Use CTRL+V on your keyboard to paste the text into the window." +}); \ No newline at end of file -- cgit v1.3