1CKEDITOR.plugins.setLang("wrap","de-informal",{
2		 title: 'Wrap-Plugin',
3		 column: 'Spalten',
4		 box: 'einfache zentrierte Box',
5		 info: 'Info-Box',
6		 tip: 'Tip-Box',
7		 important: 'Wichtig-Box',
8		 alert: 'Warn-Box',
9		 help: 'Hilfe-Box',
10		 download: 'Download-Box',
11		 todo: 'Zu-Erledigen-Box',
12		 clear: 'Floats beseitigen',
13		 em: 'wichtig',
14		 hi: 'markieren',
15		 lo: 'weniger wichtig',
16});
17