国内流行的内容管理系统(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.

19 lines
604B

  1. CKEDITOR.plugins.setLang( 'html5video', 'pt', {
  2. button: 'Inserir vídeo HTML5',
  3. title: 'HTML5 video',
  4. infoLabel: 'Informações do Vídeo',
  5. allowed: 'Extensões permitidas: MP4, WebM, Ogv',
  6. urlMissing: 'O URL do vídeo está faltando.',
  7. videoProperties: 'Propriedades do vídeo',
  8. upload: 'Upload',
  9. btnUpload: 'Enviar para o servidor',
  10. advanced: 'Avançado',
  11. autoplay: 'Autoplay?',
  12. allowdownload: 'Allow download?',
  13. advisorytitle: 'Advisory title',
  14. yes: 'Sim',
  15. no: 'Não',
  16. responsive: 'Largura responsiva',
  17. controls: 'Exibir controles'
  18. } );