1CKEDITOR.plugins.setLang("wrap","en",{
2         content: 'Content (optional):',
3          boxes_title: 'Box types:',
4          specials_title: 'Special types and styles:',
5		 title: 'Wrap Plugin',
6		 column: 'columns',
7		 box: 'simple centered box',
8		 info: 'info box',
9		 tip: 'tip box',
10		 important: 'important box',
11		 alert: 'alert box',
12		 help: 'help box',
13		 download: 'download box',
14		 todo: 'todo box',
15		 clear: 'clear floats',
16		 em: 'especially emphasised',
17		 hi: 'highlighted',
18		 lo: 'less significant',
19         reset: 'Reset',
20});
21