Skip to content
This repository was archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Fix encoding error(KOR)
Browse files Browse the repository at this point in the history
  • Loading branch information
WJ Cloud authored Oct 23, 2017
1 parent e597068 commit 8ace13e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions scripts/zipdll.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -288,20 +288,20 @@

!ifdef "LANG_KOREAN"
strcmp $LANGUAGE ${LANG_KOREAN} 0 +10
Push " ¿À·ù : %s"
Push "È­ÀÏ ¼Ó¼ºÀ» ¾ò¾î¿Ã ¼ö ¾ø½À´Ï´Ù."
Push "¿À·ù: È­ÀÏ ¼Ó¼ºÀ» ¾ò¾î¿Ã ¼ö ¾ø½À´Ï´Ù."
Push "%sÀ»(¸¦) Ç® ¼ö ¾ø½À´Ï´Ù."
Push " ¿À·ù: %sÀ»(¸¦) Ç® ¼ö ¾ø½À´Ï´Ù."
Push " 오류 : %s"
Push "파일 속성을 얻어올 수 없습니다."
Push "오류: 파일 속성을 얻어올 수 없습니다."
Push "%s을(를) 풀 수 없습니다."
Push " 오류: %s을(를) 풀 수 없습니다."

!ifdef FILE_<ALL>
Push " Ç®±â : %s"
Push " %d°³ÀÇ ÆÄÀÏ°ú Æú´õ¸¦ Ǫ´Â Áß"
Push "%sÀÇ ³»¿ëÀ» %s¿¡ Ǫ´Â Áß"
Push " 풀기 : %s"
Push " %d개의 파일과 폴더를 푸는 중"
Push "%s의 내용을 %s에 푸는 중"
!else
Push "ÁöÁ¤µÈ ÆÄÀÏÀÌ ¾ÐÃà ÆÄÀÏ ¾È¿¡ ¾ø½À´Ï´Ù."
Push "¿À·ù: ÁöÁ¤µÈ ÆÄÀÏÀÌ ¾ÐÃà ÆÄÀÏ ¾È¿¡ ¾ø½À´Ï´Ù."
Push "%s ÆÄÀÏÀ» %s¿¡¼­ %s·Î Ǫ´Â Áß"
Push "지정된 파일이 압축 파일 안에 없습니다."
Push "오류: 지정된 파일이 압축 파일 안에 없습니다."
Push "%s 파일을 %s에서 %s로 푸는 중"
!endif

Push "/TRANSLATE"
Expand Down

0 comments on commit 8ace13e

Please sign in to comment.