aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/html5video/lang/de.js
blob: ddf4c8b607d56c9393ab83ba4a6c2812df73f32b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CKEDITOR.plugins.setLang( 'html5video', 'de', {
    button: 'HTML5 Video einfügen',
    title: 'HTML5 Video',
    infoLabel: 'Video Infos',
    allowed: 'Erlaubte Dateierweiterungen: MP4, WebM, Ogv',
    urlMissing: 'Sie haben keine URL zur Video-Datei angegeben.',
    videoProperties: 'Video-Einstellungen',
    upload: 'Hochladen',
    btnUpload: 'Zum Server senden',
    advanced: 'Erweitert',
    autoplay: 'Autoplay?',
    yes: 'Ja',
    no: 'Nein'
} );