aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/html5audio/lang/de.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:12:37 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:12:37 +0100
commitd1844275460a3e3a32e199326f6b36938a329091 (patch)
tree2f32bc1c5a5db42aeaadc3733ffe1b3377c0d84a /sources/plugins/html5audio/lang/de.js
parenteaa9271590ab73b6eef3fa88bc74a9553eefd857 (diff)
downloadludivine-ckeditor-component-d1844275460a3e3a32e199326f6b36938a329091.tar.gz
ludivine-ckeditor-component-d1844275460a3e3a32e199326f6b36938a329091.tar.zst
ludivine-ckeditor-component-d1844275460a3e3a32e199326f6b36938a329091.zip
Change html5 audio player4.6.2.4
Diffstat (limited to 'sources/plugins/html5audio/lang/de.js')
-rw-r--r--sources/plugins/html5audio/lang/de.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/sources/plugins/html5audio/lang/de.js b/sources/plugins/html5audio/lang/de.js
new file mode 100644
index 0000000..e084a60
--- /dev/null
+++ b/sources/plugins/html5audio/lang/de.js
@@ -0,0 +1,13 @@
1CKEDITOR.plugins.setLang( 'html5audio', 'de', {
2 button: 'HTML5 Audio einfügen',
3 title: 'HTML5 Audio',
4 infoLabel: 'Audio Infos',
5 urlMissing: 'Sie haben keine URL zur Audio-Datei angegeben.',
6 audioProperties: 'Audio-Einstellungen',
7 upload: 'Hochladen',
8 btnUpload: 'Zum Server senden',
9 advanced: 'Erweitert',
10 autoplay: 'Autoplay?',
11 yes: 'Ja',
12 no: 'Nein'
13} );