LDAPAccountManager/lam/templates/lib/extra/ckeditor/plugins/filetools/lang/zh-cn.js

14 lines
662 B
JavaScript
Raw Normal View History

2018-06-17 16:07:19 +00:00
/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'filetools', 'zh-cn', {
loadError: '读取文件时发生错误',
networkError: '上传文件时发生网络错误',
httpError404: '上传文件时发生 HTTP 错误404无法找到文件',
httpError403: '上传文件时发生 HTTP 错误403禁止访问',
httpError: '上传文件时发生 HTTP 错误(错误代码:%1',
noUrlError: '上传的 URL 未定义',
responseError: '不正确的服务器响应'
} );