aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/html5audio/lang/en.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 18:46:08 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 18:46:08 +0100
commit9946db9daaa76448d0e43247472cdedd2a5ea22a (patch)
treec9de3eba90b0fa47a4c567681deb7f0a6ab5b383 /sources/plugins/html5audio/lang/en.js
parent317f8f8f0651488f226b5280a8f036c7c135c639 (diff)
downloadpiedsjaloux-ckeditor-component-4.7.3.2.tar.gz
piedsjaloux-ckeditor-component-4.7.3.2.tar.zst
piedsjaloux-ckeditor-component-4.7.3.2.zip
Change audio pluginHEAD4.7.3.2master
Diffstat (limited to 'sources/plugins/html5audio/lang/en.js')
-rw-r--r--sources/plugins/html5audio/lang/en.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/sources/plugins/html5audio/lang/en.js b/sources/plugins/html5audio/lang/en.js
new file mode 100644
index 0000000..63e8c40
--- /dev/null
+++ b/sources/plugins/html5audio/lang/en.js
@@ -0,0 +1,14 @@
1CKEDITOR.plugins.setLang( 'html5audio', 'en', {
2 button: 'Insert HTML5 audio',
3 title: 'HTML5 audio',
4 infoLabel: 'Audio info',
5 urlMissing: 'Audio source URL is missing.',
6 audioProperties: 'Audio properties',
7 upload: 'Upload',
8 btnUpload: 'Send it to the server',
9 advanced: 'Advanced',
10 autoplay: 'Autoplay?',
11 allowdownload: 'Allow download?',
12 yes: 'Yes',
13 no: 'No'
14} );