| 635 | } |
| 636 | |
| 637 | Korean::Korean() // 한국의 |
| 638 | { |
| 639 | addPair("Formatted %s\n", L"체재 %s\n"); // should align with unchanged |
| 640 | addPair("Unchanged %s\n", L"변하지 않은 %s\n"); // should align with formatted |
| 641 | addPair("Directory %s\n", L"디렉토리 %s\n"); |
| 642 | addPair("Exclude %s\n", L"제외 %s\n"); |
| 643 | addPair("Exclude (unmatched) %s\n", L"제외 (NO 일치) %s\n"); |
| 644 | addPair(" %s formatted %s unchanged ", L" %s 체재 %s 변하지 않은 "); |
| 645 | addPair(" seconds ", L" 초 "); |
| 646 | addPair("%d min %d sec ", L"%d 분 %d 초 "); |
| 647 | addPair("%s lines\n", L"%s 라인\n"); |
| 648 | addPair("Using default options file %s\n", L"기본 구성 파일을 사용 %s\n"); |
| 649 | addPair("Invalid option file options:", L"잘못된 구성 파일 옵션 :"); |
| 650 | addPair("Invalid command line options:", L"잘못된 명령줄 옵션 :"); |
| 651 | addPair("For help on options type 'astyle -h'", L"옵션 유형 'astyle - H에 대한 도움말을 보려면"); |
| 652 | addPair("Cannot open options file", L"구성 파일을 열 수 없습니다"); |
| 653 | addPair("Cannot open directory", L"디렉토리를 열지 못했습니다"); |
| 654 | addPair("Missing filename in %s\n", L"%s 의에서 누락된 파일 이름\n"); |
| 655 | addPair("Recursive option with no wildcard", L"없이 와일드 카드로 재귀 옵션"); |
| 656 | addPair("Did you intend quote the filename", L"당신은 파일 이름을 인용하고자나요"); |
| 657 | addPair("No file to process %s\n", L"%s 을 (를) 처리하는 데 아무런 파일이 없습니다\n"); |
| 658 | addPair("Did you intend to use --recursive", L"당신이 사용하고자나요 --recursive"); |
| 659 | addPair("Cannot process UTF-32 encoding", L"UTF-32 인코딩을 처리할 수 없습니다"); |
| 660 | addPair("\nArtistic Style has terminated", L"\nArtistic Style 종료가"); |
| 661 | } |
| 662 | |
| 663 | Polish::Polish() // Polski |
| 664 | // build the translation vector in the Translation base class |
nothing calls this directly
no outgoing calls
no test coverage detected