Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 18... Línea 18...
18
 * Automatically generated strings for Moodle installer
18
 * Automatically generated strings for Moodle installer
19
 *
19
 *
20
 * Do not edit this file manually! It contains just a subset of strings
20
 * Do not edit this file manually! It contains just a subset of strings
21
 * needed during the very first steps of installation. This file was
21
 * needed during the very first steps of installation. This file was
22
 * generated automatically by export-installer.php (which is part of AMOS
22
 * generated automatically by export-installer.php (which is part of AMOS
23
 * {@link http://docs.moodle.org/dev/Languages/AMOS}) using the
23
 * {@link https://moodledev.io/general/projects/api/amos}) using the
24
 * list of strings defined in /install/stringnames.txt.
24
 * list of strings defined in install/stringnames.txt file.
25
 *
25
 *
26
 * @package   installer
26
 * @package   installer
27
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
27
 * @license   https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
28
 */
28
 */
Línea 29... Línea 29...
29
 
29
 
Línea 30... Línea 30...
30
defined('MOODLE_INTERNAL') || die();
30
defined('MOODLE_INTERNAL') || die();
Línea 47... Línea 47...
47
$string['environmenthead'] = '구동환경을 점검합니다...';
47
$string['environmenthead'] = '구동환경을 점검합니다...';
48
$string['environmentsub2'] = '개개의 무들 배포본은 필요로하는 최소한의 PHP 버전과 확장기능이 다릅니다. 각 판을 설치하거나 판올림하기 전에 완벽한 구동환경을 점검해야 합니다. 혹 여러분이 어떻게 새 판을 설치해야 할지 또 어떻게 PHP 확장 기능을 설치해야 할지 모르겠다면, 서버 관리자에게 문의하기 바랍니다.';
48
$string['environmentsub2'] = '개개의 무들 배포본은 필요로하는 최소한의 PHP 버전과 확장기능이 다릅니다. 각 판을 설치하거나 판올림하기 전에 완벽한 구동환경을 점검해야 합니다. 혹 여러분이 어떻게 새 판을 설치해야 할지 또 어떻게 PHP 확장 기능을 설치해야 할지 모르겠다면, 서버 관리자에게 문의하기 바랍니다.';
49
$string['errorsinenvironment'] = '환경설정에 오류가 있습니다!';
49
$string['errorsinenvironment'] = '환경설정에 오류가 있습니다!';
50
$string['installation'] = '설치';
50
$string['installation'] = '설치';
51
$string['langdownloaderror'] = '안타깝게도 "{$a}" 언어팩을 내려받을 수 없습니다. 영어를 이용하여 설치가 진행될 것입니다.';
51
$string['langdownloaderror'] = '안타깝게도 "{$a}" 언어팩을 내려받을 수 없습니다. 영어를 이용하여 설치가 진행될 것입니다.';
52
$string['memorylimithelp'] = '<p>현재 서버의 PHP 메모리 사용량은 {$a} 로 설정되어 있습니다.</p>
-
 
53
 
-
 
54
<p>이는 추후에 무들이 원활히 구동되는 데 문제가 될 것입니다. 특히 여러분이 상당히 많은 모듈을 이용하고 또 사용자가 많아지게 되면 문제가 될 소지가 더 커집니다.</p>
-
 
55
 
-
 
56
<p>PHP가 사용할 수 있는 메모리 용랑을 40M 나 아니면 더 큰 값으로 설정하길 권합니다. 설정하는 방법은
-
 
57
여러가지가 있습니다.</p>
-
 
58
<ol>
-
 
59
<li>만약 PHP소스를 재컴파일 할 수 있다면 옵션에 <i>--enable-memory-limit</i> 을 포함시켜 컴파일 하십시오. 이렇게 해 놓으면 무들 프로그램으로 메모리 용량을 제어할 수 있게 됩니다.</li>
-
 
60
 
-
 
61
<li>만약 php.ini 파일에 접근 가능하다면 당신은 <b>memory_limit 40M</b> 처럼 값을 바꿀 수 있을것입니다. 만약 여러분이 직접 접근 할 수 없다면 서버 관리자에게 요청하여 처리하실 수 있습니다.</li>
-
 
62
 
-
 
63
<li>또 도저히 php.ini 안에 있는 값을 바꿀 수가 없다면 무들 디렉토리에 아래와 같은 내용을 포함하는 .htaccess 를 넣어두면 됩니다.
-
 
64
<P><blockquote>php_value memory_limit 40M<blockquote></p>
-
 
65
<p>그러나 어떤 서버에서는 이러한 기능이 모든 PHP페이지에 적용되어 버릴 수도 있게 되는 데 (당신이 페이지를 살펴보았을때 문제를 찾을 것이다) 이 때에는 .htaccess 를 제거해야 하고 다른 방안을 찾아봐야 할 것입니다.</p></li></ol>';
-
 
66
$string['paths'] = '경로';
52
$string['paths'] = '경로';
67
$string['pathserrcreatedataroot'] = '데이터 디렉토리 ({$a->dataroot})가 설치스크립트에 의해 생성될 수 없습니다.';
53
$string['pathserrcreatedataroot'] = '데이터 디렉토리 ({$a->dataroot})가 설치스크립트에 의해 생성될 수 없습니다.';
68
$string['pathshead'] = '경로 확인';
54
$string['pathshead'] = '경로 확인';
69
$string['pathsrodataroot'] = 'Dataroot 디렉토리의 쓰기허가권이 없습니다.';
55
$string['pathsrodataroot'] = 'Dataroot 디렉토리의 쓰기허가권이 없습니다.';
70
$string['pathsroparentdataroot'] = '상위 디렉토리 ({$a->parent}) 에 쓰기권한이 없습니다. 데이터 디렉토리 ({$a->dataroot})가 설치스크립트에 의해 생성될 수 없습니다.';
56
$string['pathsroparentdataroot'] = '상위 디렉토리 ({$a->parent}) 에 쓰기권한이 없습니다. 데이터 디렉토리 ({$a->dataroot})가 설치스크립트에 의해 생성될 수 없습니다.';
Línea 77... Línea 63...
77
만일 주소가 올바르지 않다면 브라우저에서 URL을 변경하여 다른 값으로 설치를 다시 시작 하십시요.';
63
만일 주소가 올바르지 않다면 브라우저에서 URL을 변경하여 다른 값으로 설치를 다시 시작 하십시요.';
78
$string['pathsunsecuredataroot'] = 'Dataroot 경로가 안전하지 않음';
64
$string['pathsunsecuredataroot'] = 'Dataroot 경로가 안전하지 않음';
79
$string['pathswrongadmindir'] = '관리자 경로가 존재하지 않음';
65
$string['pathswrongadmindir'] = '관리자 경로가 존재하지 않음';
80
$string['phpextension'] = '{$a} PHP 확장';
66
$string['phpextension'] = '{$a} PHP 확장';
81
$string['phpversion'] = 'php버젼';
67
$string['phpversion'] = 'php버젼';
82
$string['phpversionhelp'] = '<p>무들은 적어도 PHP4.3.0 혹은 5.1.0. 이상 이어야합니다.(5.0.x는 버그가 있다고 알려져 있습니다)</p>
-
 
83
<p>현재 구동되고 있는 PHP버전은 {$a} 입니다.</p>
-
 
84
<p>PHP를 업그레이드 하시거나 새버전을 제공하는 웹호스팅 업체로 이전하기를 권합니다!<br />(만일 5.0.x버전을 사용 중이라면 4.4.x 버전으로 다운그레이드 할 수 있습니다)</p>';
-
 
85
$string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
68
$string['welcomep10'] = '{$a->installername} ({$a->installerversion})';
86
$string['welcomep20'] = '컴퓨터에 <strong>{$a->packname} {$a->packversion}</strong> 패키지를 성공적으로 설치하고 기동하였습니다. 축하합니다!';
69
$string['welcomep20'] = '컴퓨터에 <strong>{$a->packname} {$a->packversion}</strong> 패키지를 성공적으로 설치하고 기동하였습니다. 축하합니다!';
87
$string['welcomep30'] = '<strong>{$a->installername}</strong> 판본은 <strong>무들</strong>이 동작하는 환경을 생성하기 위한 어플리케이션을 포함하고 있습니다.';
70
$string['welcomep30'] = '<strong>{$a->installername}</strong> 판본은 <strong>무들</strong>이 동작하는 환경을 생성하기 위한 어플리케이션을 포함하고 있습니다.';
88
$string['welcomep40'] = '이 패키지는 <strong>무들 {$a->moodlerelease} ({$a->moodleversion})</strong> 을 포함하고 있습니다.';
71
$string['welcomep40'] = '이 패키지는 <strong>무들 {$a->moodlerelease} ({$a->moodleversion})</strong> 을 포함하고 있습니다.';
89
$string['welcomep50'] = '이 패키지에 있는 모든 어플리케이션을 사용하는 것은 각각의 라이센스에의해 지배받습니다. 완전한<strong>{$a->installername}</strong> 패키지는
72
$string['welcomep50'] = '이 패키지에 있는 모든 어플리케이션을 사용하는 것은 각각의 라이센스에의해 지배받습니다. 완전한<strong>{$a->installername}</strong> 패키지는