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

14 lines
662 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @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: '不正确的服务器响应'
} );