Parent Directory
|
Revision Log
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_fcchangepasswordurl'] = '암호 변경 URL'; $string['auth_fcconnfail'] = '접속 실패 오류번호: $a[0] 오류내용: $a[1]'; $string['auth_fccreators'] = '새로운 강좌를 만들수 있는 회원들이 있는 모둠의 목록. 다수의 모둠이 있는 경우에는 \';\'를 사용하여 구분하라. 이름은 FirstClass 서버에서와 마찬가지로 반드시 정확하게 쓰여져야 한다. 시스템은 대소문자를 구별한다.'; $string['auth_fccreators_key'] = '생성자'; $string['auth_fcdescription'] = '이 방법은 정해진 사용자인지 그리고 비밀번호가 유효한지 확인하기 위해서 FirstClass 서버를 사용한다.'; $string['auth_fcfppport'] = '서버 포트(3333이 가장 일반적입니다.)'; $string['auth_fcfppport_key'] = '포트'; $string['auth_fchost'] = 'FirstClass 서버 주소. IP 주소나 DNS 이름을 입력'; $string['auth_fchost_key'] = '호스트:'; $string['auth_fcpasswd'] = '위의 계정을 위한 비밀번호'; $string['auth_fcpasswd_key'] = '비밀번호'; $string['auth_fctitle'] = 'FirstClass 서버 사용'; $string['auth_fcuserid'] = '\'Subadministrator\'권한 설정을 위한 FirstClass 계정의 사용자 아이디'; $string['auth_fcuserid_key'] = '사용자 아이디';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |