Mercurial > public > sg101
annotate media/js/tiny_mce/themes/simple/langs/en.js @ 286:72fd300685d5
For #95. You can now make posts with no text in the body if you have attachments. And now if you create a new topic with an attachment, and the POST fails (say you forgot the topic title), we will now re-attach attachments. Also fixed a bug in the smiley code that would arise if it was asked to markup an empty string.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 23 Oct 2010 20:19:46 +0000 |
parents | a5b4c5ce0658 |
children |
rev | line source |
---|---|
bgneal@45 | 1 tinyMCE.addI18n('en.simple',{ |
bgneal@45 | 2 bold_desc:"Bold (Ctrl+B)", |
bgneal@45 | 3 italic_desc:"Italic (Ctrl+I)", |
bgneal@45 | 4 underline_desc:"Underline (Ctrl+U)", |
bgneal@45 | 5 striketrough_desc:"Strikethrough", |
bgneal@45 | 6 bullist_desc:"Unordered list", |
bgneal@45 | 7 numlist_desc:"Ordered list", |
bgneal@45 | 8 undo_desc:"Undo (Ctrl+Z)", |
bgneal@45 | 9 redo_desc:"Redo (Ctrl+Y)", |
bgneal@45 | 10 cleanup_desc:"Cleanup messy code" |
bgneal@45 | 11 }); |