﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4661	Translation missing in link dialog	Martin	Minh Nguyen	"On line 302 in _source/plugins/link/dialogs/link.js there is missing av translation key.

(The text ""other"" should be possible to translate)

{{{

		id : 'protocol',
		type : 'select',
		label : editor.lang.common.protocol,
		'default' : 'http://',
		style : 'width : 100%;',
		items :		
			[ 'http://' ],
			[ 'https://' ],
			[ 'ftp://' ],
			[ 'news://' ],
			[ '<other>', '' ]
		],

}}}
"	Bug	closed	Normal	CKEditor 3.3	UI : Language	3.0.1	fixed	Confirmed Review+	
