1CKEDITOR.plugins.setLang( 'tags', 'fr', {
2        dlgTitle: 'Mots-clés / Tags',
3        customTags:  "Personnalisé - Liste de mots séparés par des espaces. Les espaces dans les mots doivent être remplacés par des tirets bas _.",
4        info:  'If <code>Cursor</code> is chosen, the previous tag syntax and its contents must  be selected (highlighted) with the mouse. <br /> It will replaced by the new tag markup. If there are no old tags, the the new tag(s) will  be inserted at the cursor.',
5        bottom: 'Page Bottom',
6        cursor: 'Cursor',
7        top: 'Page Top',
8        radioLabel: 'Place Tags at:',
9} );
10