Viewing file: zh-cn.php (1.65 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* * CKFinder * ======== * http://ckfinder.com * Copyright (C) 2007-2010, CKSource - Frederico Knabben. All rights reserved. * * The software, this file and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, * modifying or distribute this file or part of its contents. The contents of * this file is part of the Source Code of CKFinder. * * --- * Chinese-Simplified language file (简体中文,翻译 by wzh). */
$GLOBALS['CKFLang'] = array ( // Connector Error Messages. 'ErrorUnknown' => '请求的操作未能完成. (错误 %1)', 'Errors' => array ( 10 => '无效的指令.', 11 => '文件类型不在许可范围之内.', 12 => '文件类型无效.', 102 => '无效的文件名或文件夹名称.', 103 => '由于作者限制,该请求不能完成.', 104 => '由于文件系统的限制,该请求不能完成.', 105 => '无效的扩展名.', 109 => '无效请求.', 110 => '未知错误.', 115 => '存在重名的文件或文件夹.', 116 => '文件夹不存在. 请刷新后再试.', 117 => '文件不存在. 请刷新列表后再试.', 201 => '文件与现有的重名. 新上传的文件改名为 "%1"', 202 => '无效的文件', 203 => '无效的文件. 文件尺寸太大.', 204 => '上传文件已损失.', 205 => '服务器中的上传临时文件夹无效.', 206 => '因为安全原因,上传中断. 上传文件包含不能 HTML 类型数据.', 207 => '新上传的文件改名为 "%1"', 500 => '因为安全原因,文件不可浏览. 请联系系统管理员并检查CKFinder配置文件.', 501 => '不支持缩略图方式.' ) );
|