X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=sources%2Fplugins%2Fhtml5audio%2Flang%2Fen.js;fp=sources%2Fplugins%2Fhtml5audio%2Flang%2Fen.js;h=fffce1e499b794a516f51c0307e0deb679f0ef04;hb=d1844275460a3e3a32e199326f6b36938a329091;hp=0000000000000000000000000000000000000000;hpb=eaa9271590ab73b6eef3fa88bc74a9553eefd857;p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git diff --git a/sources/plugins/html5audio/lang/en.js b/sources/plugins/html5audio/lang/en.js new file mode 100644 index 0000000..fffce1e --- /dev/null +++ b/sources/plugins/html5audio/lang/en.js @@ -0,0 +1,13 @@ +CKEDITOR.plugins.setLang( 'html5audio', 'en', { + button: 'Insert HTML5 audio', + title: 'HTML5 audio', + infoLabel: 'Audio info', + urlMissing: 'Audio source URL is missing.', + audioProperties: 'Audio properties', + upload: 'Upload', + btnUpload: 'Send it to the server', + advanced: 'Advanced', + autoplay: 'Autoplay?', + yes: 'Yes', + no: 'No' +} );