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

  1. CKEDITOR.plugins.setLang( 'html5video', 'ca', {
  2. button: "Insereix un vídeo HTML5",
  3. title: "Vídeo HTML5",
  4. infoLabel: "Informació del vídeo",
  5. allowed: "Extensions d'arxius permeses: MP4, WebM, Ogv",
  6. urlMissing: "Falta l'URL de la font de vídeo.",
  7. videoProperties: "Propietats de vídeo",
  8. upload: "Pujar",
  9. btnUpload: "Envia-lo al servidor",
  10. advanced: "Avançat",
  11. autoplay: "Reproducció automàtica?",
  12. allowdownload: 'Allow download?',
  13. advisorytitle: 'Advisory title',
  14. yes: "Sí",
  15. no: "No",
  16. loop: "Bucle?",
  17. responsive: "Ample adaptatiu",
  18. controls: "Mostra els controls",
  19. poster: "Miniatura"
  20. } );