2017-04-15 01:34:36 +03:00

13 lines
457 B
JavaScript
Executable File

/*
Copyright (c) 2003-2013, 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 用户向导'
});