en.js 464 Bytes
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',
	responsive: 'Responsive width'
} );