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_imapchangepasswordurl_key'] = '암호 변경 URL'; $string['auth_imapdescription'] = 'IMAP서버를 사용하여 사용자의 이름과 비밀번호가 유효한지를 확인한다.'; $string['auth_imaphost'] = 'IMAP서버의 주소. DNS이름을 사용하지 말고 IP번호를 사용하라.'; $string['auth_imaphost_key'] = 'Imap호스트'; $string['auth_imapnotinstalled'] = 'IMAP인증을 사용할 수 없음. PHP의 IMAP모듈이 설치되어 있지 않습니다.'; $string['auth_imapport'] = 'IMAP서버의 포트 숫자를 나타낸다. 보통 이 숫자는 143이거나 993이다.'; $string['auth_imapport_key'] = 'imap포트'; $string['auth_imaptitle'] = 'IMAP서버의 사용'; $string['auth_imaptype'] = 'IMAP서버의 유형. IMAP서버는 다른 유형의 인증방법이나 교섭방법을 사용할 수 있다.'; $string['auth_imaptype_key'] = 'imap유형';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |