Module: wine Branch: master Commit: c8193717ef9a3545334b5729c95f8d8e5661371f URL: http://source.winehq.org/git/wine.git/?a=commit;h=c8193717ef9a3545334b5729c9...
Author: Hwang YunSong hys545@dreamwiz.com Date: Mon Aug 23 10:14:06 2010 +0900
jscript: Update Korean resource.
---
dlls/jscript/jscript_Ko.rc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/jscript/jscript_Ko.rc b/dlls/jscript/jscript_Ko.rc index d45094e..1b0cf99 100644 --- a/dlls/jscript/jscript_Ko.rc +++ b/dlls/jscript/jscript_Ko.rc @@ -30,6 +30,7 @@ STRINGTABLE IDS_INVALID_CALL_ARG "올바르지 않은 프로시져 호출이나 인수" IDS_CREATE_OBJ_ERROR "자동화 서버가 객체를 만들 수 없습니다" IDS_NO_PROPERTY "객체는 이 속성이나 메소드를 지원하지 않습니다" + IDS_UNSUPPORTED_ACTION "객체는 이 행동을 지원하지 않습니다" IDS_ARG_NOT_OPT "인수는 옵션이 아닙니다" IDS_SYNTAX_ERROR "문법 에러" IDS_SEMICOLON "';' 가 필요합니다"