aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about/lang/zh-cn.js
blob: 8b0ffbcd21a71bf5132c333d75af5a4bd829173d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'about', 'zh-cn', {
	copy: '版权所有 &copy; $1。<br />保留所有权利。',
	dlgTitle: '关于 CKEditor',
	help: '访问 $1 以获取帮助。',
	moreInfo: '相关授权许可信息请访问我们的网站:',
	title: '关于 CKEditor',
	userGuide: 'CKEditor 用户向导'
} );