1CKEDITOR.plugins.setLang("wrap","fr",{
2		 title: 'Extension Wrap',
3		 column: 'colonnes',
4		 box: 'bloc simple',
5		 info: 'bloc information',
6		 tip: 'bloc astuce',
7		 important: 'bloc important',
8		 alert: 'bloc alerte',
9		 help: 'bloc aide',
10		 download: 'bloc téléchargement',
11		 todo: 'bloc à faire',
12		 clear: 'rétablir le flux après un élément flottant',
13		 em: 'particulièrement important',
14		 hi: 'important',
15		 lo: 'peu important',
16});
17