1CKEDITOR.plugins.setLang( 'tags', 'en', {
2        dlgTitle: 'Tags',
3        customTags:  'Custom Tags (Space separated list of key words; spaces in key words should be replaced by underscores. ) :',
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