国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
617B

  1. CKEDITOR.plugins.setLang( 'html5video', 'en', {
  2. button: 'Insert HTML5 video',
  3. title: 'HTML5 video',
  4. infoLabel: 'Video info',
  5. allowed: 'Allowed file extensions: MP4, WebM, Ogv',
  6. urlMissing: 'Video source URL is missing.',
  7. videoProperties: 'Video properties',
  8. upload: 'Upload',
  9. btnUpload: 'Send it to the server',
  10. advanced: 'Advanced',
  11. autoplay: 'Autoplay?',
  12. allowdownload: 'Allow download?',
  13. advisorytitle: 'Advisory title',
  14. yes: 'Yes',
  15. no: 'No',
  16. loop: 'Loop?',
  17. responsive: 'Responsive width',
  18. controls: 'Show controls',
  19. poster: 'Thumbnail'
  20. } );