first commit
This commit is contained in:
17
libraries/ckeditor/plugins/html5video/lang/de.js
Normal file
17
libraries/ckeditor/plugins/html5video/lang/de.js
Normal file
@@ -0,0 +1,17 @@
|
||||
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?',
|
||||
allowdownload: 'Allow download?',
|
||||
advisorytitle: 'Advisory title',
|
||||
yes: 'Ja',
|
||||
no: 'Nein',
|
||||
controls: 'Steuerelemente anzeigen'
|
||||
} );
|
||||
Reference in New Issue
Block a user