File size: 1,024 Bytes
1e4c25f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
CKEDITOR.plugins.setLang('youtube', 'en', {
	button : 'Embed YouTube Video',
	title : 'Embed YouTube Video',
	txtEmbed : 'Paste Embed Code Here',
	txtUrl : 'Paste YouTube Video URL',
	txtWidth : 'Width',
	txtHeight : 'Height',
	chkRelated : 'Show suggested videos at the video\'s end',
	txtStartAt : 'Start at (ss or mm:ss or hh:mm:ss)',
	chkPrivacy : 'Enable privacy-enhanced mode',
	chkOlderCode : 'Use old embed code',
	chkAutoplay: 'Autoplay',
	chkControls: 'Show player controls',
	noCode : 'You must input an embed code or URL',
	invalidEmbed : 'The embed code you\'ve entered doesn\'t appear to be valid',
	invalidUrl : 'The URL you\'ve entered doesn\'t appear to be valid',
	or : 'or',
	noWidth : 'You must inform the width',
	invalidWidth : 'Inform a valid width',
	noHeight : 'You must inform the height',
	invalidHeight : 'Inform a valid height',
	invalidTime : 'Inform a valid start time',
	txtResponsive : 'Make Responsive (ignore width and height, fit to width)',
	txtNoEmbed : 'Video image and link only'
});