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

18 lines
635B

  1. CKEDITOR.plugins.setLang( 'html5video', 'fr', {
  2. button: 'Insérer un lecteur video HTML5',
  3. title: 'HTML5 video',
  4. infoLabel: 'Informations video',
  5. allowed: 'Extensions de fichiers autorisées: MP4, WebM, Ogv',
  6. urlMissing: 'URL de la source video manquante. Veuillez la renseigner.',
  7. videoProperties: 'Propriétés Video',
  8. upload: 'Télécharger',
  9. btnUpload: 'Envoyer vers le serveur',
  10. advanced: 'Avancé',
  11. autoplay: 'Jouer automatiquement ?',
  12. allowdownload: 'Allow download?',
  13. advisorytitle: 'Advisory title',
  14. yes: 'Oui',
  15. no: 'Non',
  16. controls: 'Afficher les contrôles ?'
  17. } );