1234567891011 |
- /*
- Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
- For licensing, see LICENSE.md or http://ckeditor.com/license
- */
- CKEDITOR.plugins.setLang( 'stylescombo', 'zh-cn', {
- label: '样式',
- panelTitle: '样式',
- panelTitle1: '块级元素样式',
- panelTitle2: '内联元素样式',
- panelTitle3: '对象元素样式'
- } );
|