aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/undo/lang/zh-cn.js
blob: 48116a7ed03c12469864fdcd833570a0a7db9d92 (plain) (blame)
1
2
3
4
5
6
7
8
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'undo', 'zh-cn', {
	redo: '重做',
	undo: '撤消'
} );