| 129 | 알 수 없는 오류 | Unknown error | 
                                                            | 130 | 메모리 부족 | Out of memory | 
                                                            | 131 | 예기치 않은 오류가 발생하였습니다. | An unexpected error occured | 
                                                            | 132 | 구현되지 않는 기능이 호출되었습니다. | An unimplemented function was called | 
                                                            | 1024 | 유효하지 않은 문자입니다. | Invalid character | 
                                                            | 1025 | 예기치 않은 오류 | Unexpected character | 
                                                            | 1026 | 종결되지 않은 XML 선언 - 해당 '?'을 찾을 수 없습니다. | Unterminated XML declaration - matching '?' not found | 
                                                            | 1027 | 종결되지 않은 주석 - 해당 '--' 을 찾을 수 없습니다. | Unterminated comment - matching '--' not found | 
                                                            | 1028 | 종결되지 않은 CDATA 구역 - 해당 ']]' 을 찾을 수 없습니다. | Unterminated CDATA section - mtaching ']]' not found | 
                                                            | 1029 | 종결되지 않은 특성 값 - 해당 인용 부호를 찾을 수 없습니다. | Unterminated attribute value - matching quote not found | 
                                                            | 1030 | 종결되지 않은 시작 태그 - 해당 '' 을 찾을 수 없습니다. | Unterminated start tag - matching '' not found | 
                                                            | 1031 | 종결되지 않은 마침 태그 - 해당 '' 을 찾을 수 없습니다. | Unterminated end tag - matching '' not found | 
                                                            | 1032 | 종결되지 않은 참조 - 해당 ';'을 찾을 수 없습니다. | Unterminated entity reference - matching ';' not found | 
                                                            | 1033 | 종결되지 않은 블록 - 해당 마침 태그를 찾을 수 없습니다. | Unterminated opaque block - matching end tag not found | 
                                                            | 1034 | 유효한 이름이 필요합니다. | Expecting a valid name | 
                                                            | 1035 | 인용 부호에 둘러 쌓인 특성 값이 필요합니다. | Expecting an attribute value enclosed in quotes | 
                                                            | 1036 | 참조가 잘못되었습니다. | Invalid entity reference | 
                                                            | 1037 | 인식할 수 없는 markup | Unrecognized markup | 
                                                            | 1038 | 종결되지 않은 프로세스 지시문 - 해당 '?' 을 찾을 수 없습니다. | Unterminated processing instruction - matching '?' not found | 
                                                            | 1056 | 예기치 않은 XML 선언 - 선언은 파일의 처음에서 이루어져야 합니다. | Unexpected XML declaration - declaration must be at the beginning of the file | 
                                                            | 1057 | 인식되지 않는 특성 - 사용 가능한 특성은 'version', 'encoding', 그리고 'standalone'입니다. | Unrecognized attribute - allowed attributes are 'version', 'encoding', and 'standalone' | 
                                                            | 1058 | 태그의 시작과 끝이 일치하지 않습니다. | The end tag does not match the start tag | 
                                                            | 1059 | 일치하는 마침 태그가 없습니다. | The tag does not have a matching end tag | 
                                                            | 1088 | 텍스트를 가질 수 없는 태그입니다. | The tag may not have text | 
                                                            | 1089 | markup을 가질 수 없는 태그입니다. | The tag may not have markup | 
                                                            | 1090 | 텍스트 또는 markup을 가질 수 없는 태그입니다. | The tag may not have text or markup | 
                                                            | 1091 | 이 컨텍스트에서 지원하지 않는 태그입니다. | The tag is not valid in this context | 
                                                            | 1092 | 이 특성을 지원하지 않는 태그입니다. | The tag does not support this attribute | 
                                                            | 1093 | 필요한 태그 하나가 없습니다. | A required tag is missing | 
                                                            | 1094 | 필요한 특성 하나가 없습니다. | A required attribute is missing | 
                                                            | 1095 | 중복된 태그를 만났습니다. | A duplicate tag was encountered | 
                                                            | 1096 | 중복이 되는 요소를 만났습니다. | A duplicate attribute was encountered | 
                                                            | 1097 | 특성 값이 유효하지 않습니다. | The value for the attribute is not valid | 
                                                            | 1098 | 마침 태그에 상대가 되는 해당 시작 태그가 없습니다. | The end tag does not have a corresponding start tag | 
                                                            | 1101 | 중복된 id를 만났습니다. | A duplicate id attribute was encountered | 
                                                            | 1102 | 지정한 특성들이 서로 충돌을 일으킵니다. | The specified attributes conflict with each other | 
                                                            | 1103 | 'public' 태그는 'Automation'이나 'Event'핸들러와 함께 사용할 수 없습니다. | The 'public' tag cannot be used with the 'Automation' or 'Event' handlers | 
                                                            | 1104 | 예기치 않은 텍스트 - 텍스트는 시작 태그와 마침 태그 사이에만 있어야 합니다. | Unexpected text - text is only between a start tag and end tag | 
                                                            | 1120 | 파일에 정의된 구성 요소가 없습니다. | No components are defined in the file | 
                                                            | 1122 | 등록 정보를 가진 구성 요소가 없습니다. | There are no components with registration info | 
                                                            | 1123 | 인터페이스 처리기를 만들 수 없습니다. | Cannot create interface handler | 
                                                            | 1124 | 스크립트 엔진을 만들 수 없습니다. | Cannot create script engine | 
                                                            | 1125 | 참조 URL을 표시할 수 없습니다. | Cannot retrieve referenced URL | 
                                                            | 1126 | 개체를 만들 수 없습니다. | Cannot create object | 
                                                            | 1127 | 참조를 만들 수 없습니다. | Cannot add reference | 
                                                            | 1128 | 이 참조에 대한 형식 라이브러리를 찾을 수 없습니다. | Cannot find the type library for this reference | 
                                                            | 1129 | 예기치 않은 태그 - 'component'나 'package' 태그가 필요합니다. | Unexpected tag - expecting the tag 'component' or 'package' | 
                                                            | 1130 | 예기치 않은 태그 - 루트에는 하나의 'component' 또는 'package' 태그만이 허용됩니다. | Unexpected tag - only one 'component' or 'package' tag is allowed at the root | 
                                                            | 1131 | 인식할 수 없는 특성 - 사용할 수 있는 특성은 'debug', 'warn', 그리고 'error'입니다. | Unrecognized attribute - the allowed attributes are 'debug', 'warn', and 'error' | 
                                                            | 1152 | 이미 지정된 dispid입니다. | The dispid was already defined | 
                                                            | 1153 | 이미 지정된 이름입니다. | The name was already defined | 
                                                            | 1154 | 메서드가 정의되지 않았습니다. | The method is not defined | 
                                                            | 1155 | 속성을 만들 수 없습니다. | The property cannot be created | 
                                                            | 1156 | 속성의 바로 가는 키가 정의되지 않았습니다. | The property accessor is not defined | 
                                                            | 1157 | 속성의 바로 가는 키가 이미 정의되어 있습니다. | The property accessor is already specified | 
                                                            | 1158 | 동작 핸들러에 대해 유일하게 유효한 이벤트 원본은 'element', 'document', 그리고 'window'입니다. | The only valid event sources for the behavior handler are 'element', 'document', and 'window' | 
                                                            | 1184 | 지원되지 않는 코드 페이지입니다. | The code page is not supported | 
                                                            | 1185 | Charset이 지원되지 않습니다. | The charset is not supported | 
                                                            | 1186 | 파일이 너무 큽니다. | The file is too big | 
                                                            | 1187 | 텍스트를 UNICODE로 변환하여 처리할 수 없습니다. | Cannot convert text to UNICODE for processing | 
                                                            | 1188 | 파일을 열 수 없습니다. | Cannot open file | 
                                                            | 1216 | 파일에 동작이 정의되어 있지 않습니다. | No jobs are defined in the file | 
                                                            | 1217 | 예기치 않은 태그 - 'job' 또는 'package' 태그가 필요합니다. | Unexpected tag - expecting the tag 'job' or 'package' | 
                                                            | 1218 | 예기치 않은 태그 - 루트에는 단 하나의 'job' 또는 'package' 태그만이 필요합니다. | Unexpected tag - only one 'job' or 'package' tag is allowed at the root | 
                                                            | 1219 | 인식할 수 없는 특성 - 사용할 수 있는 특성은 'debug'와 'warn'입니다. | Unrecognized attribute - the allowed attributes are 'debug' and 'warn' | 
                                                            | 1220 | 명명된 또는 이름 없는 요소에 대하여 중복된 이름이 발견되었습니다. | A duplicate name for a named or unnamed element was encountered | 
                                                            | 8192 | Windows Script Component | Windows Script Component | 
                                                            | 8193 | 열기(&O) | &Open | 
                                                            | 8194 | 등록(&R) | &Register | 
                                                            | 8195 | 등록 해제(&U) | &Unregister | 
                                                            | 8196 | 형식 라이브러리 만들기(&G) | &Generate Type Library |