app/tiny_mce/plugins/paste/langs/en_dlg.js
author Chen Lunpeng <forever.clp@gmail.com>
Fri, 27 Mar 2009 13:16:27 +0000
changeset 2021 3ab5d0d73f38
parent 154 d2377425d3f2
permissions -rwxr-xr-x
Fixed some typo in app/soc/views/models/base.py Patch by: Chen Lunpeng Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
126
6186c115a210 Added TinyMCE to Melange in soc/content/js
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     1
tinyMCE.addI18n('en.paste_dlg',{
6186c115a210 Added TinyMCE to Melange in soc/content/js
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     2
text_title:"Use CTRL+V on your keyboard to paste the text into the window.",
6186c115a210 Added TinyMCE to Melange in soc/content/js
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     3
text_linebreaks:"Keep linebreaks",
6186c115a210 Added TinyMCE to Melange in soc/content/js
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     4
word_title:"Use CTRL+V on your keyboard to paste the text into the window."
6186c115a210 Added TinyMCE to Melange in soc/content/js
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     5
});