1CKEDITOR.plugins.setLang("note","de",{
2    	title: 'Notiz einfügen',
3		selectOption: 'Welche Notiz soll eingefügt werden?',
4		content: 'Notizinhalt:',
5                basic: 'Notiz',
6                important: 'Wichtig',
7                tip: 'Hinweis',
8                warning: 'Warnung',
9});
10