]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blame - sources/plugins/html5video/lang/en.js
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / html5video / lang / en.js
CommitLineData
7183f6a6
IB
1CKEDITOR.plugins.setLang( 'html5video', 'en', {\r
2 button: 'Insert HTML5 video',\r
3 title: 'HTML5 video',\r
4 infoLabel: 'Video info',\r
5 allowed: 'Allowed file extensions: MP4, WebM, Ogv',\r
6 urlMissing: 'Video source URL is missing.',\r
7 videoProperties: 'Video properties',\r
8 upload: 'Upload',\r
9 btnUpload: 'Send it to the server',\r
10 advanced: 'Advanced',\r
11 autoplay: 'Autoplay?',\r
12 yes: 'Yes',\r
13 no: 'No'\r
14} );\r