X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fplugins%2Fhtml5audio%2Flang%2Fen.js;fp=sources%2Fplugins%2Fhtml5audio%2Flang%2Fen.js;h=63e8c401e942d82eecfc06d9b22ad9a01759a7a7;hp=0000000000000000000000000000000000000000;hb=9946db9daaa76448d0e43247472cdedd2a5ea22a;hpb=317f8f8f0651488f226b5280a8f036c7c135c639 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 @@ +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?', + allowdownload: 'Allow download?', + yes: 'Yes', + no: 'No' +} );