X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fplugins%2Fhtml5video%2Flang%2Fen.js;fp=sources%2Fplugins%2Fhtml5video%2Flang%2Fen.js;h=ebac6e5d42930de62790f3f07298da8e8dcd84ed;hp=0000000000000000000000000000000000000000;hb=7183f6a6a21ad9124e70c997e0168459f377a9f2;hpb=d1844275460a3e3a32e199326f6b36938a329091 diff --git a/sources/plugins/html5video/lang/en.js b/sources/plugins/html5video/lang/en.js new file mode 100644 index 0000000..ebac6e5 --- /dev/null +++ b/sources/plugins/html5video/lang/en.js @@ -0,0 +1,14 @@ +CKEDITOR.plugins.setLang( 'html5video', 'en', { + button: 'Insert HTML5 video', + title: 'HTML5 video', + infoLabel: 'Video info', + allowed: 'Allowed file extensions: MP4, WebM, Ogv', + urlMissing: 'Video source URL is missing.', + videoProperties: 'Video properties', + upload: 'Upload', + btnUpload: 'Send it to the server', + advanced: 'Advanced', + autoplay: 'Autoplay?', + yes: 'Yes', + no: 'No' +} );