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

OA系统

开发平台:

Java

  1. // UK lang variables
  2. tinyMCE.addToLang('spellchecker',{
  3. desc : 'Toggle spellchecker',
  4. menu : 'Spellchecker settings',
  5. ignore_word : 'Ignore word',
  6. ignore_words : 'Ignore all',
  7. langs : 'Languages',
  8. wait : 'Please wait...',
  9. swait : 'Spellchecking, please wait...',
  10. sug : 'Suggestions',
  11. no_sug : 'No suggestions',
  12. no_mpell : 'No misspellings found.'
  13. });