1 /* 2 Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. 3 For licensing, see LICENSE.html or http://ckeditor.com/license 4 */ 5 6 CKEDITOR.plugins.setLang( 'uicolor', 'it', 7 { 8 uicolor : 9 { 10 title : 'Selettore Colore UI', 11 preview : 'Anteprima Live', 12 config : 'Incolla questa stringa nel tuo file config.js', 13 predefined : 'Set di colori predefiniti' 14 } 15 }); 16