Projet

Général

Profil

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

root / drupal7 / sites / all / modules / ckeditor / includes / uicolor / lang / zh-cn.js @ 651307cd

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', 'zh-cn', {
7
        title: '用户界面颜色选择器',
8
        preview: '即时预览',
9
        config: '粘贴此字符串到你的 config.js 文件',
10
        predefined: '预定义颜色集'
11
});