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