en.js
上传用户:dlqqsh
上传日期:2021-11-13
资源大小:7840k
文件大小:0k
源码类别:

OA系统

开发平台:

Java

  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. });