en_dlg.js 792 Bytes
// Easy Image plugin 1.0 (c) FFh Lab / Eric Lequien for TinyMCE 3.x+ (c) Moxiecode Systems AB

tinyMCE.addI18n('en.ezimage_dlg',{
	title : 'Insert / edit an image',
	src : 'URL',
	width : 'Width (implicit height)',
	margin : 'Margins',
	automargin : 'Auto margins',
	align : 'Alignment',
		left : 'left',
		center : 'center',
		right : 'right',
	txt : 'Text',
		txtastitle : 'as tooltip',
		txtascaption : 'as caption',
	alt : 'Alt',
		altastxt : 'same as above',
	popup : 'Original in Popup',
	pophlp : 'with clickable image',
	preview : 'Preview',
	prevmsg : 'No place for a real preview with agencement when image is too big',
	prevcmd : 'Preview',
	about : 'About...',
	legal : 'This plugin is Freeware and Open-source (more infos in the PDF documentation delivered with the package)'
});