Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/install/lang/ko/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'] = '언어팩 경로를 생성할 수 없음';
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'] = '변수 점검 오류 - 재시도 할 것';
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