If an error occurred or the following message in Korean language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.
id |
Korean |
English |
0x00002711 | 입력 파일을 읽을 수 없거나 입력 파일이 비어 있습니다. |
Failed to read input file or input file is empty |
0x00002712 | %1을(를) 덮어쓰시겠습니까? (%2/%3): |
Overwrite %1? (%2/%3): |
0x00002713 | 출력 파일을 열 수 없습니다. |
Cannot open output file. |
0x00002714 | 입력 파일이 없습니다. |
Input File Missing. |
0x00002715 | 입력 파일이 너무 작습니다. |
Input File too small. |
0x00002716 | 입력 파일이 너무 큽니다. |
Input File too large. |
0x00002719 | 파일을 읽을 수 없거나 올바른 BOM(유니코드가 아님)이 없습니다. |
Cannot read file or file does not have correct BOM (not Unicode). |
0x0000271A | 정의된 언어가 필요합니다. |
Requires Language defined. |
0x0000271B | 정의된 형식이 필요합니다. |
Requires Type defined. |
0x0000271C | 정의된 입력 파일이 필요합니다. |
Requires Input File defined. |
0x0000271D | 파일을 읽을 수 없습니다. |
Cannot read file. |
0x0000271E | 단어 길이는 1에서 %1 사이여야 합니다. |
Word length must be between 1 and %1 |
0x0000271F | 최대 사전 길이(%1단어)를 초과했습니다. |
Maximum dictionary length (%1 words) exceeded |
0x00002720 | 시스템 기본 로캘 이름을 가져오지 못했습니다. |
Failed to get system default locale name. |
0x00002721 | 잘못된 언어 |
Invalid Language |
0x00002722 | 잘못된 형식 |
Invalid Type |
0x00002723 | 알 수 없는 인수 |
Unknown Argument |
0x00002724 | 잘못된 출력 파일 이름 |
Invalid Output Filename |
0x00002725 | 출력 파일 이름을 만들 수 없습니다. |
Failed to create output file name |
0x00002726 | 컴파일 중 |
Compiling |
0x00002727 | 컴파일 중(검사만 수행) |
Compiling (check only) |
0x00002728 | %1 |
%1 |
0x00002729 | 출력 = %1 언어 = %2 형식 = %3 |
Output = %1 Lang = %2 Type = %3 |
0x0000272A | 사용자 지정 사전을 만드는 중입니다. |
Creating custom dictionary. |
0x0000272B | 사용자 지정 사전을 만드는 중입니다.크기 및 복잡성에 따라 몇 시간이 걸릴 수 있습니다. |
Creating custom dictionary.This may take up to several hours depending on size and complexity. |
0x0000272C | y |
y |
0x0000272D | n |
n |
0x00002774 | 사용법: hwrcomp [-lang ] [-type ] [-comment ] [-check | -o ] -check 입력 파일을 확인합니다.-lang 이 기본 언어를 사전 파일에 할당합니다. 로캘은 ISO 코드를 사용하는 - 형식으로 되어 있습니다.-type 이 형식을 사전 파일에 할당합니다.-comment 이 설명을 사전 파일에 컴파일합니다.-o 이 파일 이름에 대한 출력입니다. 이 옵션이 누락되는 경우 .hwrdict를 사용합니다.예:hwrcomp -check mylist1.txt 파일 내용을 확인합니다.hwrcomp -lang en-US -type SECONDARY-DICTIONARY -o myrsrc1 mylist1.txt mylist1.txt 를 myrsrc1.hwrdict로 컴파일합니다. 언어 '영어(미국)'를 할당하고 'SECONDARY-DICTIONARY'를 입력합니다. |
Usage: hwrcomp [-lang ] [-type ] [-comment ] [-check | -o ] -check Verify the input file-lang Assign this default language to the dictionary file. Locale is of the form - using ISO codes-type Assign this type to the dictionary file-comment Compile this comment into the dictionary file-o Output to this file name. If this option is missing, use .hwrdictExamples:hwrcomp -check mylist1.txt verifies file contenthwrcomp -lang en-US -type SECONDARY-DICTIONARY -o myrsrc1 mylist1.txt compiles mylist1.txt into myrsrc1.hwrdict, assigns language 'English (US)' and type 'SECONDARY-DICTIONARY' |