annotate media/js/tiny_mce/plugins/emotions/langs/en_dlg.js @ 102:e67c4dd98db5
Forums: new topic form sprouts boolean fields for sticky and locking if the user has rights. Implemented the locked logic. Fixed a bug where topics where getting out of order (the view_count was bumping the update_date because of auto_now).
author |
Brian Neal <bgneal@gmail.com> |
date |
Wed, 16 Sep 2009 02:01:57 +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 }); |