diff options
author | Erial Krale <erial2@gmail.com> | 2011-04-27 21:54:51 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-04-27 21:54:51 +0200 |
commit | f3401340a7f8cfea5fa11ff25aa845319fa1ba05 (patch) | |
tree | 9d9f9c95a7aa486f0db1cfb5d2bf2b40475fee05 /lib/plugins/config | |
parent | cf800b38ad77c04cffb6be14c348d415311299dc (diff) | |
download | rpg-f3401340a7f8cfea5fa11ff25aa845319fa1ba05.tar.gz rpg-f3401340a7f8cfea5fa11ff25aa845319fa1ba05.tar.bz2 |
Korean language update
Diffstat (limited to 'lib/plugins/config')
-rw-r--r-- | lib/plugins/config/lang/ko/lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/config/lang/ko/lang.php b/lib/plugins/config/lang/ko/lang.php index 13f5efefe..2b7ff4405 100644 --- a/lib/plugins/config/lang/ko/lang.php +++ b/lib/plugins/config/lang/ko/lang.php @@ -98,7 +98,7 @@ $lang['useslash'] = 'URL에서 네임스페이스 구분자로 슬 $lang['usedraft'] = '편집하는 동안 자동으로 문서 초안 저장'; $lang['sepchar'] = '페이지 이름 단어 구분자'; $lang['canonical'] = '완전한 canonical URL 사용'; -$lang['fnencode'] = '아스키가 아닌 파일이르믈 인코딩 하는 방법.'; +$lang['fnencode'] = '아스키가 아닌 파일이름을 인코딩 하는 방법.'; $lang['autoplural'] = '링크 연결시 plural폼 검사'; $lang['compression'] = 'attic파일 압축 방법 선택'; $lang['cachetime'] = '최대 캐쉬 생존 시간(초)'; @@ -107,6 +107,7 @@ $lang['fetchsize'] = 'fetch.php가 외부에서 다운로드할 수 $lang['notify'] = '이메일 알람 기능'; $lang['registernotify'] = '신규 등록자 알람 기능'; $lang['mailfrom'] = '자동으로 보내지는 메일 발신자'; +$lang['mailprefix'] = '자동으로 보내지는 메일의 제목 말머리 내용'; $lang['gzip_output'] = 'xhml 내용 gzip 압축 여부'; $lang['gdlib'] = 'GD 라이브러리 버전'; $lang['im_convert'] = 'ImageMagick 위치'; |