From ce4354ace7da0d743518f6128cf9698a221468f5 Mon Sep 17 00:00:00 2001 From: Petr Prikryl Date: Tue, 18 Jun 2013 09:32:25 +0200 Subject: Korean translator converted to UTF-8. --- src/language.cpp | 16 +- src/translator_kr.h | 1094 +++++++++++++++++++++++++-------------------------- 2 files changed, 555 insertions(+), 555 deletions(-) diff --git a/src/language.cpp b/src/language.cpp index dec1157..6ed22dd 100644 --- a/src/language.cpp +++ b/src/language.cpp @@ -1,12 +1,12 @@ /****************************************************************************** * - * + * * * Copyright (C) 1997-2013 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its - * documentation under the terms of the GNU General Public License is hereby - * granted. No representations are made about the suitability of this software + * documentation under the terms of the GNU General Public License is hereby + * granted. No representations are made about the suitability of this software * for any purpose. It is provided "as is" without express or implied warranty. * See the GNU General Public License for more details. * @@ -198,19 +198,19 @@ bool setTranslator(const char *langName) theTranslator=new TranslatorCzech; } #endif -#ifdef LANG_FR +#ifdef LANG_FR else if (L_EQUAL("french")) { theTranslator=new TranslatorFrench; } #endif -#ifdef LANG_ID +#ifdef LANG_ID else if (L_EQUAL("indonesian")) { theTranslator=new TranslatorDecoder(new TranslatorIndonesian); } #endif -#ifdef LANG_IT +#ifdef LANG_IT else if (L_EQUAL("italian")) { theTranslator=new TranslatorItalian; @@ -279,7 +279,7 @@ bool setTranslator(const char *langName) #ifdef LANG_KR else if (L_EQUAL("korean")) { - theTranslator=new TranslatorDecoder(new TranslatorKorean); + theTranslator=new TranslatorKorean; } #endif #ifdef LANG_KE @@ -426,7 +426,7 @@ bool setTranslator(const char *langName) theTranslator=new TranslatorEnglish; return FALSE; } - + QCString msg = theTranslator->updateNeededMessage(); if (!msg.isEmpty()) warn_uncond(msg); return TRUE; diff --git a/src/translator_kr.h b/src/translator_kr.h index a1ae9ea..6de6044 100644 --- a/src/translator_kr.h +++ b/src/translator_kr.h @@ -3,8 +3,8 @@ * Copyright (C) 1997-2013 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its - * documentation under the terms of the GNU General Public License is hereby - * granted. No representations are made about the suitability of this software + * documentation under the terms of the GNU General Public License is hereby + * granted. No representations are made about the suitability of this software * for any purpose. It is provided "as is" without express or implied warranty. * See the GNU General Public License for more details. * @@ -26,7 +26,7 @@ * doxygen-1.2.11 * * ryk */ -/*! +/*! When defining a translator class for the new language, follow the description in the documentation. One of the steps says that you should copy the translator_en.h (this) file to your @@ -48,7 +48,7 @@ Translator class (by the local maintainer) when the localized translator is made up-to-date again. */ -class TranslatorKorean : public TranslatorAdapter_1_7_5 +class TranslatorKorean : public Translator { protected: friend class TranslatorAdapterBase; @@ -57,19 +57,19 @@ class TranslatorKorean : public TranslatorAdapter_1_7_5 public: // --- Language control methods ------------------- - - /*! Used for identification of the language. The identification - * should not be translated. It should be replaced by the name + + /*! Used for identification of the language. The identification + * should not be translated. It should be replaced by the name * of the language in English using lower-case characters only - * (e.g. "czech", "japanese", "russian", etc.). It should be equal to + * (e.g. "czech", "japanese", "russian", etc.). It should be equal to * the identification used in language.cpp. */ virtual QCString idLanguage() { return "korean"; } - - /*! Used to get the LaTeX command(s) for the language support. + + /*! Used to get the LaTeX command(s) for the language support. * This method should return string with commands that switch - * LaTeX to the desired language. For example + * LaTeX to the desired language. For example *
"\\usepackage[german]{babel}\n"
      *  
* or @@ -77,7 +77,7 @@ class TranslatorKorean : public TranslatorAdapter_1_7_5 * "\\usepackage[latin2]{inputenc}\n" * "\\usepackage[T1]{fontenc}\n" * - * + * * The English LaTeX does not use such commands. Because of this * the empty string is returned in this implementation. */ @@ -92,228 +92,228 @@ class TranslatorKorean : public TranslatorAdapter_1_7_5 /*! return the language charset. This will be used for the HTML output */ virtual QCString idLanguageCharset() { - return "euc-kr"; + return "utf-8"; } // --- Language translation methods ------------------- /*! used in the compound documentation before a list of related functions. */ virtual QCString trRelatedFunctions() - { return "õ Լ"; } + { return "관련된 함수들"; } /*! subscript for the related functions. */ virtual QCString trRelatedSubscript() - { return "( Լ ƴմϴ. Ͻʽÿ.)"; } + { return "(다음은 멤버 함수들이 아닙니다. 주의하십시오.)"; } /*! header that is put before the detailed description of files, classes and namespaces. */ virtual QCString trDetailedDescription() - { return " "; } + { return "상세한 설명"; } /*! header that is put before the list of typedefs. */ virtual QCString trMemberTypedefDocumentation() - { return " Ÿ ȭ"; } - + { return "멤버 타입정의 문서화"; } + /*! header that is put before the list of enumerations. */ virtual QCString trMemberEnumerationDocumentation() - { return " ȭ"; } - + { return "멤버 열거형 문서화"; } + /*! header that is put before the list of member functions. */ virtual QCString trMemberFunctionDocumentation() - { return " Լ ȭ"; } - + { return "멤버 함수 문서화"; } + /*! header that is put before the list of member attributes. */ virtual QCString trMemberDataDocumentation() - { + { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { - return "ʵ ȭ"; + return "필드 문서화"; } else { - return " Ÿ ȭ"; + return "멤버 데이타 문서화"; } } /*! this is the text of a link put after brief descriptions. */ - virtual QCString trMore() - { return " ڼ ..."; } + virtual QCString trMore() + { return "더 자세히 ..."; } /*! put in the class documentation */ virtual QCString trListOfAllMembers() - { return " "; } + { return "모든 멤버 목록"; } /*! used as the title of the "list of all members" page of a class */ virtual QCString trMemberList() - { return " "; } + { return "멤버 목록"; } /*! this is the first part of a sentence that is followed by a class name */ virtual QCString trThisIsTheListOfAllMembers() - { return " Դϴ : "; } + { return "다음에 대한 모든 멤버의 목록입니다 : "; } /*! this is the remainder of the sentence after the class name */ virtual QCString trIncludingInheritedMembers() - { return " ( ӵ 鵵 մϴ.)"; } - + { return " (모든 상속된 멤버들도 포함합니다.)"; } + /*! this is put at the author sections at the bottom of man pages. * parameter s is name of the project name. */ virtual QCString trGeneratedAutomatically(const char *s) - { QCString result="ҽ ڵκ "; - if (s) result+=s+(QCString)" "; - result+="Doxygen ڵ ."; + { QCString result="소스 코드로부터 "; + if (s) result+=s+(QCString)"를 위해 "; + result+="Doxygen에 의해 자동으로 생성됨."; return result; } /*! put after an enum name in the list of all members */ virtual QCString trEnumName() - { return " ̸"; } - + { return "열거형 이름"; } + /*! put after an enum value in the list of all members */ virtual QCString trEnumValue() - { return " "; } - + { return "열거형 값"; } + /*! put after an undocumented member in the list of all members */ virtual QCString trDefinedIn() - { return " ǵ :"; } + { return "다음에서 정의됨 :"; } // quick reference sections - /*! This is put above each page as a link to the list of all groups of + /*! This is put above each page as a link to the list of all groups of * compounds or files (see the \\group command). */ virtual QCString trModules() - { return ""; } - + { return "모듈"; } + /*! This is put above each page as a link to the class hierarchy */ virtual QCString trClassHierarchy() - { return "Ŭ 뵵"; } - + { return "클래스 계통도"; } + /*! This is put above each page as a link to the list of annotated classes */ virtual QCString trCompoundList() - { + { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { - return "Ÿ "; + return "데이타 구조"; } else { - return "Ŭ "; + return "클래스 목록"; } } - + /*! This is put above each page as a link to the list of documented files */ virtual QCString trFileList() - { return " "; } + { return "파일 목록"; } /*! This is put above each page as a link to all members of compounds. */ virtual QCString trCompoundMembers() - { + { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { - return "Ÿ ʵ"; + return "데이타 필드"; } else { - return "Ŭ "; + return "클래스 멤버"; } } /*! This is put above each page as a link to all members of files. */ virtual QCString trFileMembers() - { + { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { - return ""; + return "전역"; } else { - return " "; + return "파일 멤버"; } } /*! This is put above each page as a link to all related pages. */ virtual QCString trRelatedPages() - { return "õ "; } + { return "관련된 페이지"; } /*! This is put above each page as a link to all examples. */ virtual QCString trExamples() - { return ""; } + { return "예제"; } /*! This is put above each page as a link to the search engine. */ virtual QCString trSearch() - { return "˻"; } + { return "검색"; } /*! This is an introduction to the class hierarchy. */ virtual QCString trClassHierarchyDescription() - { return " ĺ 뷫 ĵǾֽϴ.:"; + { return "이 상속 목록은 완전하진 않지만 알파벳순으로 대략적으로 정렬되어있습니다.:"; } /*! This is an introduction to the list with all files. */ virtual QCString trFileListDescription(bool extractAll) { - QCString result=" "; - if (!extractAll) result+="ȭ "; - result+=" Ͽ Դϴ. ( ݴϴ) :"; + QCString result="다음은 "; + if (!extractAll) result+="문서화된 "; + result+="모든 파일에 대한 목록입니다. (간략한 설명만을 보여줍니다) :"; return result; } /*! This is an introduction to the annotated compound list. */ virtual QCString trCompoundListDescription() - { - + { + if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { - return " Ÿ Դϴ. ( ݴϴ) :"; + return "다음은 데이타 구조들입니다. (간략한 설명만을 보여줍니다) :"; } else { - return " Ŭ, ü, ü ׸ ̽Դϴ. " - "( ݴϴ) :"; + return "다음은 클래스, 구조체, 공용체 그리고 인터페이스들입니다. " + "(간략한 설명만을 보여줍니다) :"; } } /*! This is an introduction to the page with all class members. */ virtual QCString trCompoundMembersDescription(bool extractAll) { - QCString result=" "; + QCString result="다음은 "; if (!extractAll) { - result+="ȭ "; + result+="문서화된 "; } if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { - result+=" ü ü ʵ"; + result+="모든 구조체와 공용체의 필드들"; } else { - result+=" Ŭ "; + result+="모든 클래스 멤버들"; } - result+=" Դϴ. "; + result+="의 목록입니다. "; - if (!extractAll) + if (!extractAll) { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { - result+=" ʵ ش ʵ忡 ü ü " - "ȭ ũ ֽϴ. :"; + result+="각 필드들은 해당 필드에 대한 구조체와 공용체의 " + "문서화 페이지의 링크를 가지고 있습니다. :"; } else { - result+=" ش Ŭ ȭ " - "ũ ֽϴ. :"; + result+="각 멤버들은 해당 멤버에 대한 클래스의 문서화 페이지의 " + "링크를 가지고 있습니다. :"; } } - else + else { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { - result+=" ʵ ش ʵ尡 ִ ü ü " - " ũ ֽϴ. :"; + result+="각 필드들은 해당 필드가 속해 있는 구조체와 공용체에 " + "대한 링크를 가지고 있습니다. :"; } else { - result+=" ش ִ Ŭ " - "ũ ֽϴ. :"; + result+="각 멤버들은 해당 멤버가 속해 있는 클래스에 대한 " + "링크를 가지고 있습니다. :"; } } return result; @@ -322,96 +322,96 @@ class TranslatorKorean : public TranslatorAdapter_1_7_5 /*! This is an introduction to the page with all file members. */ virtual QCString trFileMembersDescription(bool extractAll) { - QCString result=" "; - if (!extractAll) result+="ȭ "; - + QCString result="다음은 "; + if (!extractAll) result+="문서화된 "; + if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { - result+=" Լ, , ũ, , Ÿǵ"; + result+="모든 함수, 변수, 매크로, 열거형, 타입정의들"; } else { - result+=" "; + result+="파일 멤버들"; } - result+=" Դϴ. "; + result+="의 목록입니다. "; - result+=" ׸ "; - if (extractAll) - result+="׵ ũ ֽϴ. :"; - else - result+="׵鿡 ȭ ũ ֽϴ. :"; + result+="각 항목은 "; + if (extractAll) + result+="그들이 속한 파일 페이지의 링크를 가지고 있습니다. :"; + else + result+="그들에 대한 문서화 페이지의 링크를 가지고 있습니다. :"; return result; } /*! This is an introduction to the page with the list of all examples */ virtual QCString trExamplesDescription() - { return " Դϴ.:"; } + { return "다음은 모든 예제들의 목록입니다.:"; } /*! This is an introduction to the page with the list of related pages */ virtual QCString trRelatedPagesDescription() - { return " õ ȭ Դϴ.:"; } + { return "다음은 관련된 모든 문서화 페이지들의 목록입니다.:"; } /*! This is an introduction to the page with the list of class/file groups */ virtual QCString trModulesDescription() - { return " Դϴ.:"; } + { return "다음은 모든 모듈들의 목록입니다.:"; } - // index titles (the project name is prepended for these) + // index titles (the project name is prepended for these) /*! This is used in HTML as the title of index.html. */ virtual QCString trDocumentation() - { return "ȭ"; } + { return "문서화"; } - /*! This is used in LaTeX as the title of the chapter with the + /*! This is used in LaTeX as the title of the chapter with the * index of all groups. */ virtual QCString trModuleIndex() - { return " "; } + { return "모듈 색인"; } - /*! This is used in LaTeX as the title of the chapter with the + /*! This is used in LaTeX as the title of the chapter with the * class hierarchy. */ virtual QCString trHierarchicalIndex() - { return "뵵 "; } + { return "계통도 색인"; } - /*! This is used in LaTeX as the title of the chapter with the + /*! This is used in LaTeX as the title of the chapter with the * annotated compound index. */ virtual QCString trCompoundIndex() { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) - { - return "Ÿ "; + { + return "데이타 구조 색인"; } else { - return "Ŭ "; + return "클래스 색인"; } } /*! This is used in LaTeX as the title of the chapter with the * list of all files. */ - virtual QCString trFileIndex() - { return " "; } + virtual QCString trFileIndex() + { return "파일 색인"; } /*! This is used in LaTeX as the title of the chapter containing * the documentation of all groups. */ virtual QCString trModuleDocumentation() - { return " ȭ"; } + { return "모듈 문서화"; } /*! This is used in LaTeX as the title of the chapter containing * the documentation of all classes, structs and unions. */ virtual QCString trClassDocumentation() - { + { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { - return "Ÿ ȭ"; + return "데이타 구조 문서화"; } else { - return "Ŭ ȭ"; + return "클래스 문서화"; } } @@ -419,190 +419,190 @@ class TranslatorKorean : public TranslatorAdapter_1_7_5 * the documentation of all files. */ virtual QCString trFileDocumentation() - { return " ȭ"; } + { return "파일 문서화"; } /*! This is used in LaTeX as the title of the chapter containing * the documentation of all examples. */ virtual QCString trExampleDocumentation() - { return " ȭ"; } + { return "예제 문서화"; } /*! This is used in LaTeX as the title of the chapter containing * the documentation of all related pages. */ virtual QCString trPageDocumentation() - { return " ȭ"; } + { return "페이지 문서화"; } /*! This is used in LaTeX as the title of the document */ virtual QCString trReferenceManual() - { return " Ŵ"; } - - /*! This is used in the documentation of a file as a header before the + { return "참조 매뉴얼"; } + + /*! This is used in the documentation of a file as a header before the * list of defines */ virtual QCString trDefines() - { return "ũ"; } + { return "매크로"; } - /*! This is used in the documentation of a file as a header before the + /*! This is used in the documentation of a file as a header before the * list of function prototypes */ virtual QCString trFuncProtos() - { return "Լ "; } + { return "함수 원형"; } - /*! This is used in the documentation of a file as a header before the + /*! This is used in the documentation of a file as a header before the * list of typedefs */ virtual QCString trTypedefs() - { return "Ÿ"; } + { return "타입정의"; } - /*! This is used in the documentation of a file as a header before the + /*! This is used in the documentation of a file as a header before the * list of enumerations */ virtual QCString trEnumerations() - { return " Ÿ"; } + { return "열거형 타입"; } - /*! This is used in the documentation of a file as a header before the + /*! This is used in the documentation of a file as a header before the * list of (global) functions */ virtual QCString trFunctions() - { return "Լ"; } + { return "함수"; } - /*! This is used in the documentation of a file as a header before the + /*! This is used in the documentation of a file as a header before the * list of (global) variables */ virtual QCString trVariables() - { return ""; } + { return "변수"; } - /*! This is used in the documentation of a file as a header before the + /*! This is used in the documentation of a file as a header before the * list of (global) variables */ virtual QCString trEnumerationValues() - { return " "; } - + { return "열거형 멤버"; } + /*! This is used in the documentation of a file before the list of * documentation blocks for defines */ virtual QCString trDefineDocumentation() - { return "ũ ȭ"; } + { return "매크로 문서화"; } - /*! This is used in the documentation of a file/namespace before the list + /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for function prototypes */ virtual QCString trFunctionPrototypeDocumentation() - { return "Լ ȭ"; } + { return "함수 원형 문서화"; } - /*! This is used in the documentation of a file/namespace before the list + /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for typedefs */ virtual QCString trTypedefDocumentation() - { return "Ÿ ȭ"; } + { return "타입정의 문서화"; } - /*! This is used in the documentation of a file/namespace before the list + /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for enumeration types */ virtual QCString trEnumerationTypeDocumentation() - { return " Ÿ ȭ"; } + { return "열거형 타입 문서화"; } - /*! This is used in the documentation of a file/namespace before the list + /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for functions */ virtual QCString trFunctionDocumentation() - { return "Լ ȭ"; } + { return "함수 문서화"; } - /*! This is used in the documentation of a file/namespace before the list + /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for variables */ virtual QCString trVariableDocumentation() - { return " ȭ"; } + { return "변수 문서화"; } - /*! This is used in the documentation of a file/namespace/group before + /*! This is used in the documentation of a file/namespace/group before * the list of links to documented compounds */ virtual QCString trCompounds() - { + { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { - return "Ÿ "; + return "데이타 구조"; } else { - return "Ŭ"; + return "클래스"; } } - /*! This is used in the standard footer of each page and indicates when - * the page was generated + /*! This is used in the standard footer of each page and indicates when + * the page was generated */ virtual QCString trGeneratedAt(const char *date,const char *projName) - { - QCString result=(QCString)"ð : "+date; - if (projName) result+=(QCString)", Ʈ : "+projName; - result+=(QCString)", : "; + { + QCString result=(QCString)"생성시간 : "+date; + if (projName) result+=(QCString)", 프로젝트명 : "+projName; + result+=(QCString)", 생성자 : "; return result; } /*! This is part of the sentence used in the standard footer of each page. */ virtual QCString trWrittenBy() { - return "ۼ : "; + return "작성자 : "; } /*! this text is put before a class diagram */ virtual QCString trClassDiagram(const char *clName) { - return (QCString)clName+" ̾׷ : "; + return (QCString)clName+"에 대한 상속 다이어그램 : "; } - + /*! this text is generated when the \\internal command is used. */ virtual QCString trForInternalUseOnly() - { return "θ ϱ ."; } + { return "내부적적으로만 사용하기 위해."; } /*! this text is generated when the \\warning command is used. */ virtual QCString trWarning() - { return ""; } + { return "경고"; } /*! this text is generated when the \\version command is used. */ virtual QCString trVersion() - { return ""; } + { return "버전"; } /*! this text is generated when the \\date command is used. */ virtual QCString trDate() - { return "¥"; } + { return "날짜"; } /*! this text is generated when the \\return command is used. */ virtual QCString trReturns() - { return "ȯ"; } + { return "반환값"; } /*! this text is generated when the \\sa command is used. */ virtual QCString trSeeAlso() - { return ""; } + { return "참고"; } /*! this text is generated when the \\param command is used. */ virtual QCString trParameters() - { return "Ű"; } + { return "매개변수"; } /*! this text is generated when the \\exception command is used. */ virtual QCString trExceptions() - { return ""; } - + { return "예외"; } + /*! this text is used in the title page of a LaTeX document. */ virtual QCString trGeneratedBy() - { return " : "; } + { return "다음에 의해 생성됨 : "; } ////////////////////////////////////////////////////////////////////////// // new since 0.49-990307 ////////////////////////////////////////////////////////////////////////// - + /*! used as the title of page containing all the index of all namespaces. */ virtual QCString trNamespaceList() - { return "ӽ̽ "; } + { return "네임스페이스 목록"; } /*! used as an introduction to the namespace list */ virtual QCString trNamespaceListDescription(bool extractAll) { - QCString result=" "; - if (!extractAll) result+="ȭ "; - result+=" ӽ̽ Դϴ. ( ݴϴ) :"; + QCString result="다음은 "; + if (!extractAll) result+="문서화된 "; + result+="모든 네임스페이스에 대한 목록입니다. (간략한 설명만을 보여줍니다) :"; return result; } @@ -611,17 +611,17 @@ class TranslatorKorean : public TranslatorAdapter_1_7_5 */ virtual QCString trFriends() { return "Friends"; } - + ////////////////////////////////////////////////////////////////////////// // new since 0.49-990405 ////////////////////////////////////////////////////////////////////////// - + /*! used in the class documentation as a header before the list of all - * related classes + * related classes */ virtual QCString trRelatedFunctionDocumentation() - { return "Friend, ׸ õ Լ ȭ"; } - + { return "Friend, 그리고 관련된 함수 문서화"; } + ////////////////////////////////////////////////////////////////////////// // new since 0.49-990425 ////////////////////////////////////////////////////////////////////////// @@ -634,17 +634,17 @@ class TranslatorKorean : public TranslatorAdapter_1_7_5 QCString result=(QCString)clName; switch(compType) { - case ClassDef::Class: result+=" Ŭ"; break; - case ClassDef::Struct: result+=" ü"; break; - case ClassDef::Union: result+=" ü"; break; - case ClassDef::Interface: result+=" ̽"; break; - case ClassDef::Protocol: result+=" "; break; - case ClassDef::Category: result+=" īװ"; break; - case ClassDef::Exception: result+=" "; break; + case ClassDef::Class: result+=" 클래스"; break; + case ClassDef::Struct: result+=" 구조체"; break; + case ClassDef::Union: result+=" 공용체"; break; + case ClassDef::Interface: result+=" 인터페이스"; break; + case ClassDef::Protocol: result+=" 프로토콜"; break; + case ClassDef::Category: result+=" 카테고리"; break; + case ClassDef::Exception: result+=" 예외"; break; default: break; } - if (isTemplate) result+=" ø"; - result+=" "; + if (isTemplate) result+=" 템플릿"; + result+=" 참조"; return result; } @@ -652,7 +652,7 @@ class TranslatorKorean : public TranslatorAdapter_1_7_5 virtual QCString trFileReference(const char *fileName) { QCString result=fileName; - result+=" "; + result+=" 파일 참조"; return result; } @@ -660,31 +660,31 @@ class TranslatorKorean : public TranslatorAdapter_1_7_5 virtual QCString trNamespaceReference(const char *namespaceName) { QCString result=namespaceName; - result+=" ӽ̽ "; + result+=" 네임스페이스 참조"; return result; } - + virtual QCString trPublicMembers() - { return "Public Լ"; } + { return "Public 멤버 함수"; } virtual QCString trPublicSlots() { return "Public Slots"; } virtual QCString trSignals() { return "Signals"; } virtual QCString trStaticPublicMembers() - { return " Public Լ"; } + { return "정적 Public 멤버 함수"; } virtual QCString trProtectedMembers() - { return "Protected Լ"; } + { return "Protected 멤버 함수"; } virtual QCString trProtectedSlots() { return "Protected Slots"; } virtual QCString trStaticProtectedMembers() - { return " Protected Լ"; } + { return "정적 Protected 멤버 함수"; } virtual QCString trPrivateMembers() - { return "Private Լ"; } + { return "Private 멤버 함수"; } virtual QCString trPrivateSlots() { return "Private Slots"; } virtual QCString trStaticPrivateMembers() - { return " Private Լ"; } - + { return "정적 Private 멤버 함수"; } + /*! this function is used to produce a comma-separated list of items. * use generateMarker(i) to indicate where item i should be put. */ @@ -693,29 +693,29 @@ class TranslatorKorean : public TranslatorAdapter_1_7_5 QCString result; int i; // the inherits list contain `numEntries' classes - for (i=0;i