国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

18 行
577B

  1. CKEDITOR.plugins.setLang( 'html5video', 'de', {
  2. button: 'HTML5 Video einfügen',
  3. title: 'HTML5 Video',
  4. infoLabel: 'Video Infos',
  5. allowed: 'Erlaubte Dateierweiterungen: MP4, WebM, Ogv',
  6. urlMissing: 'Sie haben keine URL zur Video-Datei angegeben.',
  7. videoProperties: 'Video-Einstellungen',
  8. upload: 'Hochladen',
  9. btnUpload: 'Zum Server senden',
  10. advanced: 'Erweitert',
  11. autoplay: 'Autoplay?',
  12. allowdownload: 'Allow download?',
  13. advisorytitle: 'Advisory title',
  14. yes: 'Ja',
  15. no: 'Nein',
  16. controls: 'Steuerelemente anzeigen'
  17. } );