A tumblelog CMS built on AJAX, PHP and MySQL.

en.js 461B

1234567891011121314151617181920212223
  1. // UK lang variables
  2. tinyMCE.addToLang('emotions',{
  3. title : 'Insert emotion',
  4. desc : 'Emotions',
  5. cool : 'Cool',
  6. cry : 'Cry',
  7. embarassed : 'Embarassed',
  8. foot_in_mouth : 'Foot in mouth',
  9. frown : 'Frown',
  10. innocent : 'Innocent',
  11. kiss : 'Kiss',
  12. laughing : 'Laughing',
  13. money_mouth : 'Money mouth',
  14. sealed : 'Sealed',
  15. smile : 'Smile',
  16. surprised : 'Surprised',
  17. tongue_out : 'Tongue out',
  18. undecided : 'Undecided',
  19. wink : 'Wink',
  20. yell : 'Yell'
  21. });