8de4b1f4d8b2b135f4be857f04546415913fe8af
[ckeditor.git] / _source / plugins / uicolor / lang / en.js
1 /*
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
5
6 CKEDITOR.plugins.setLang( 'uicolor', 'en',
7 {
8 uicolor :
9 {
10 title : 'UI Color Picker',
11 preview : 'Live preview',
12 config : 'Paste this string into your config.js file',
13 predefined : 'Predefined color sets'
14 }
15 });