blob: 95f42aa34c341a10b602616c2bac8964301d809c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'font', 'zh-cn', {
fontSize: {
label: '大小',
voiceLabel: '文字大小',
panelTitle: '大小'
},
label: '字体',
panelTitle: '字体',
voiceLabel: '字体'
});
|