Projet

Général

Profil

Paste
Télécharger (360 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ckeditor / includes / uicolor / lang / en.js @ 76df55b7

1
/**
2
 * @license Copyright (c) 2003-2013, 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
        title: 'UI Color Picker',
8
        preview: 'Live preview',
9
        config: 'Paste this string into your config.js file',
10
        predefined: 'Predefined color sets'
11
});