1CKEDITOR.plugins.setLang("note","en",{
2		title: 'Insert a note',
3		selectOption: 'Which kind of note you would like to insert?',
4		content: 'Note content:',
5                basic: 'Note',
6                important: 'Important',
7                tip: 'Tip',
8                warning: 'Warning',
9});
10