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

  1. CKEDITOR.plugins.setLang( 'html5video', 'es', {
  2. button: 'Insertar video HTML5',
  3. title: 'Video HTML5',
  4. infoLabel: 'Información del video',
  5. allowed: 'Extensiones de archivo permitidas: MP4, WebM, Ogv',
  6. urlMissing: 'La URL del video no puede estar vacía.',
  7. videoProperties: 'Propiedades del video',
  8. upload: 'Cargar',
  9. btnUpload: 'Enviar al servidor',
  10. advanced: 'Avanzado',
  11. autoplay: '¿Reproducir automáticamente?',
  12. allowdownload: 'Allow download?',
  13. advisorytitle: 'Advisory title',
  14. yes: 'Sí',
  15. no: 'No',
  16. responsive: '¿Responsive?',
  17. controls: 'Mostrar controles'
  18. } );