Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/install/lang/zh_cn/error.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // This file is part of Moodle - http://moodle.org/
00004 //
00005 // Moodle is free software: you can redistribute it and/or modify
00006 // it under the terms of the GNU General Public License as published by
00007 // the Free Software Foundation, either version 3 of the License, or
00008 // (at your option) any later version.
00009 //
00010 // Moodle is distributed in the hope that it will be useful,
00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 // GNU General Public License for more details.
00014 //
00015 // You should have received a copy of the GNU General Public License
00016 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00017 
00031 defined('MOODLE_INTERNAL') || die();
00032 
00033 $string['cannotcreatelangdir'] = '无法创建 lang 目录。';
00034 $string['cannotcreatetempdir'] = '无法创建 temp 目录。';
00035 $string['cannotdownloadcomponents'] = '无法下载组件';
00036 $string['cannotdownloadzipfile'] = '无法下载 ZIP 文件。';
00037 $string['cannotfindcomponent'] = '找不到组件。';
00038 $string['cannotsavemd5file'] = '无法保存 md5 文件';
00039 $string['cannotsavezipfile'] = '无法保存 ZIP 文件';
00040 $string['cannotunzipfile'] = '无法解压文件';
00041 $string['componentisuptodate'] = '组件已经是最新的了';
00042 $string['downloadedfilecheckfailed'] = '下载文件检查失败';
00043 $string['invalidmd5'] = '无效的 md5';
00044 $string['missingrequiredfield'] = '缺少了必需的字段';
00045 $string['remotedownloaderror'] = '下载组件至服务器失败,请校验代理设置,推荐安装 PHP cURL 扩展。<br /><br />您必须手动下载下载<a href="{$a->url}">{$a->url}</a> ,拷贝至服务器上的“{$a->dest}”并解压至此。';
00046 $string['wrongdestpath'] = '错误的目标路径';
00047 $string['wrongsourcebase'] = '错误的源 URL 基地址。';
00048 $string['wrongzipfilename'] = '错误的 ZIP 文件名。';
 All Data Structures Namespaces Files Functions Variables Enumerations