国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

19 satır
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. } );