Mercurial > public > sg101
annotate media/js/tiny_mce/plugins/emotions/langs/en_dlg.js @ 170:6f14970b103a
Implement #52 Forums RSS feeds.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 11 Feb 2010 02:29:03 +0000 |
parents | a5b4c5ce0658 |
children |
rev | line source |
---|---|
bgneal@45 | 1 tinyMCE.addI18n('en.emotions_dlg',{ |
bgneal@45 | 2 title:"Insert emotion", |
bgneal@45 | 3 desc:"Emotions", |
bgneal@45 | 4 cool:"Cool", |
bgneal@45 | 5 cry:"Cry", |
bgneal@45 | 6 embarassed:"Embarassed", |
bgneal@45 | 7 foot_in_mouth:"Foot in mouth", |
bgneal@45 | 8 frown:"Frown", |
bgneal@45 | 9 innocent:"Innocent", |
bgneal@45 | 10 kiss:"Kiss", |
bgneal@45 | 11 laughing:"Laughing", |
bgneal@45 | 12 money_mouth:"Money mouth", |
bgneal@45 | 13 sealed:"Sealed", |
bgneal@45 | 14 smile:"Smile", |
bgneal@45 | 15 surprised:"Surprised", |
bgneal@45 | 16 tongue_out:"Tongue out", |
bgneal@45 | 17 undecided:"Undecided", |
bgneal@45 | 18 wink:"Wink", |
bgneal@45 | 19 yell:"Yell" |
bgneal@45 | 20 }); |