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

OA系统

开发平台:

Java

  1. // UK lang variables
  2. tinyMCE.addToLang('advimage',{
  3. tab_general : 'General',
  4. tab_appearance : 'Appearance',
  5. tab_advanced : 'Advanced',
  6. general : 'General',
  7. title : 'Title',
  8. preview : 'Preview',
  9. constrain_proportions : 'Constrain proportions',
  10. langdir : 'Language direction',
  11. langcode : 'Language code',
  12. long_desc : 'Long description link',
  13. style : 'Style',
  14. classes : 'Classes',
  15. ltr : 'Left to right',
  16. rtl : 'Right to left',
  17. id : 'Id',
  18. image_map : 'Image map',
  19. swap_image : 'Swap image',
  20. alt_image : 'Alternative image',
  21. mouseover : 'for mouse over',
  22. mouseout : 'for mouse out',
  23. misc : 'Miscellaneous',
  24. example_img : 'Appearance preview image',
  25. missing_alt : 'Are you sure you want to continue without including an Image Description? Without  it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.'
  26. });