mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 16:25:59 +00:00
13 lines
457 B
JavaScript
Executable File
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: '版权所有 © $1。<br />保留所有权利。',
|
|
dlgTitle: '关于 CKEditor',
|
|
help: '访问 $1 以获取帮助。',
|
|
moreInfo: '相关授权许可信息请访问我们的网站:',
|
|
title: '关于 CKEditor',
|
|
userGuide: 'CKEditor 用户向导'
|
|
});
|