aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/html5video/lang/en.js
blob: 40eae124be95200a73c1b08e5762f2d7d9c67d74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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'
} );