[moodle] / lang / ko_utf8 / auth_db.php Repository:

View of /lang/ko_utf8/auth_db.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (download) (annotate)
Fri Oct 9 14:44:27 2009 WST (6 weeks, 3 days ago) by samhemelryk
Branch: MAIN
CVS Tags: HEAD
lang MDL-19468 Creation of auth_* files and required copy to/from of related language strings
For each language pack auth_PLUGIN.php files have been created and any strings relating to those modules have been copied (not moved) from auth.php into the auth_PLUGIN file. At the same time if the plugin file existed already we ensured that strings defined within it were copied in auth.php.
Language packs in this commit: id, is, it, ja, ka, kk, km, ko, lt, lv, mi_tn, mi_wwow, mk, ml, mn, mr, ms
All language packs are being altered in this way, I will be testing and commiting in groups.
<?php

// All of the language strings in this file should also exist in
// auth.php to ensure compatibility in all versions of Moodle.

$string['auth_dbcantconnect'] = '지정한 인증 데이터베이스에 연결할 수 없습니다.';
$string['auth_dbchangepasswordurl_key'] = '암호 변경 URL';
$string['auth_dbdebugauthdb'] = 'Debug ADOdb';
$string['auth_dbdebugauthdbhelp'] = 'Debug ADOdb 외부 데이터베이스 연결 - 로그인할 때 빈 화면이 나올 때 사용. 접속이 빈번한 상용 사이트에는 적합하지 않다.';
$string['auth_dbdeleteuser'] = '삭제된 사용자 $a[0] 아이디 $a[1]';
$string['auth_dbdeleteusererror'] = '사용자 $a 삭제 오류';
$string['auth_dbdescription'] = '이 방식은 외부의 데이터베이스 테이블을 통해 사용자의 아이디와 비밀번호가 유효한 지를 확인합니다. 만일 계정이 새로 만든 것이라면, 다른 항목의 정보도 무들의 데이터베이스에 복사될 수 있습니다.';
$string['auth_dbextencoding'] = '외부 db 암호화';
$string['auth_dbextencodinghelp'] = '외부 데이터베이스의 암호화 사용';
$string['auth_dbextrafields'] = '이 항목들은 선택 사항입니다. 여기에 지정해 놓으면 <b>외부 데이타베이스 항목</b>으로부터 무들의 사용자 정보 항목을 채울 수 있습니다.<p>만일 이 곳을 비워 놓으면, 기본값이 사용됩니다.</p><p>사용자가 로그인 한 후에도 이 항목들을 수정할 수 있습니다.</p>';
$string['auth_dbfieldpass'] = '비밀번호를 포함하는 필드명';
$string['auth_dbfieldpass_key'] = '암호 필드';
$string['auth_dbfielduser'] = '사용자 아이디를 포함하는 필드명';
$string['auth_dbfielduser_key'] = '사용자 아이디 필드';
$string['auth_dbhost'] = '데이타베이스 서버를 구동하는 컴퓨터';
$string['auth_dbhost_key'] = '호스트';
$string['auth_dbinsertuser'] = '입력된 사용자 $a[0] id $a[1]';
$string['auth_dbinsertusererror'] = '사용자 $a 입력 오류';
$string['auth_dbname'] = '데이터베이스 자체의 이름';
$string['auth_dbname_key'] = 'DB명';
$string['auth_dbpass'] = '사용자 아이디와 연결되는 비밀번호';
$string['auth_dbpass_key'] = '비밀번호';
$string['auth_dbpasstype'] = '<p>비밀번호 필드의 포멧을 구체적으로 적어라. PostNuke와 같은 웹 프로그램으로 연결하기 위해서는 MD5 암호화를 사용하는 것이 유용하다.</p> <p>만일 사용자 아이디나 이메일주소는 외부 데이터베이스를 사용하지만, 암호는 무들이 관리할 때에는 \'internal\'을 사용하라. 이때 <i>반드시</i> 외부 디비의 이메일주소 필드를 확보해야 하고, admin/cron.php 를 주기적으로 실행시켜야만 한다. 무들은 임시 비밀번호로 새 사용자에게 이메일을 발송할 것이다.</p>';
$string['auth_dbpasstype_key'] = '비밀번호 형식';
$string['auth_dbreviveduser'] = '되살린 사용자 $a[0] 아이디 $a[1]';
$string['auth_dbrevivedusererror'] = '사용자 $a 계정 되살리기 오류';
$string['auth_dbsetupsql'] = 'SQL 설정 명령';
$string['auth_dbsetupsqlhelp'] = '특별한 데이터베이스 설정을 위한 SQL 명령은 종종 통신 엔코딩을 설정하기 위해 이용된다. 예로 MySQL 과 PostgreSQL은 <em>SET NAMES \'utf8\'</em>이다.';
$string['auth_dbsuspenduser'] = '유보된 사용자 $a[0] 아이디 $a[1]';
$string['auth_dbsuspendusererror'] = '사용자 $a 계정 유보 오류';
$string['auth_dbsybasequoting'] = 'sybase quotes 사용';
$string['auth_dbsybasequotinghelp'] = 'Sybase style single quote escaping - Oracle, MS SQL 및 몇 개의 데이터베이스에서 필요하다. MySQL에서는 사용하지 말 것!';
$string['auth_dbtable'] = '데이타베이스의 테이블명';
$string['auth_dbtable_key'] = '테이블';
$string['auth_dbtitle'] = '외부 데이타베이스 사용';
$string['auth_dbtype'] = '데이타베이스 유형(자세히 알고 싶으면 <a href=\"../lib/adodb/readme.htm#drivers\">ADOdb 문서</a>)를 참조하라)';
$string['auth_dbtype_key'] = '데이터베이스';
$string['auth_dbupdatinguser'] = '사용자 $a[0] 아이디 $a[1] 갱신';
$string['auth_dbuser'] = '데이타베이스의 읽기 권한을 가진 사용자명';
$string['auth_dbuser_key'] = 'DB 사용자';
$string['auth_dbusernotexist'] = '존재하지 않는 사용자 $a 는 갱신할 수 없음';
$string['auth_dbuserstoadd'] = '$a 에 사용자 목록 추가';
$string['auth_dbuserstoremove'] = '$a 에서 사용자 목록 제거';

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7