summaryrefslogtreecommitdiffstats
path: root/src/translator_kr.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-10-19 20:02:00 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-10-19 20:02:00 (GMT)
commite6a16d09de26a40fd7730ba44a740b713b157191 (patch)
tree7c0bc962cb1a9002dc9a21006dd8be4f49cd9c7c /src/translator_kr.h
parenta139a43323607b05f0f749d3c7d8734bb7a47768 (diff)
downloadDoxygen-e6a16d09de26a40fd7730ba44a740b713b157191.zip
Doxygen-e6a16d09de26a40fd7730ba44a740b713b157191.tar.gz
Doxygen-e6a16d09de26a40fd7730ba44a740b713b157191.tar.bz2
Release-1.3.4-20031019
Diffstat (limited to 'src/translator_kr.h')
-rw-r--r--src/translator_kr.h401
1 files changed, 229 insertions, 172 deletions
diff --git a/src/translator_kr.h b/src/translator_kr.h
index 461b47c..bdf1e5e 100644
--- a/src/translator_kr.h
+++ b/src/translator_kr.h
@@ -1,12 +1,12 @@
/******************************************************************************
*
- *
+ *
*
* Copyright (C) 1997-2002 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.
*
@@ -15,6 +15,14 @@
*
*/
+/*
+ Ãʱâ ÀÛ¾÷ÀÚ: ryk
+ TODO ÁÖ¼®À» º¸¸é 11/22/01, doxygen ¹öÀü 1.2.11±îÁö ¼ö°íÇØ ÁֽŠ°Í °°½À´Ï´Ù.
+ ÃÖ±Ù °»½ÅÀÚ: Astromaker(http://ngps.net/)
+ gpgiki(http://www.gpgstudy.com/gpgiki/)
+*/
+
+
#ifndef TRANSLATOR_KR_H
#define TRANSLATOR_KR_H
@@ -23,19 +31,19 @@ class TranslatorKorean : public TranslatorAdapter_1_3
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
* <pre>"\\usepackage[german]{babel}\n"
* </pre>
* or
@@ -43,7 +51,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
* "\\usepackage[latin2]{inputenc}\n"
* "\\usepackage[T1]{fontenc}\n"
* </pre>
- *
+ *
* The English LaTeX does not use such commands. Because of this
* the empty string is returned in this implementation.
*/
@@ -51,7 +59,8 @@ class TranslatorKorean : public TranslatorAdapter_1_3
{
// I'm not sure what this should be.
// When I figure it out, I'll update this.
- return "";
+ //see http://www.ktug.or.kr/jsboard/read.php?table=operate&no=4422&page=1
+ return "\\usepackage{hfont}\n";
}
/*! return the language charset. This will be used for the HTML output */
@@ -77,26 +86,25 @@ class TranslatorKorean : public TranslatorAdapter_1_3
/*! header that is put before the list of typedefs. */
virtual QCString trMemberTypedefDocumentation()
{ return "¸â¹ö ŸÀÔÁ¤ÀÇ ¹®¼­È­"; }
-
+
/*! header that is put before the list of enumerations. */
virtual QCString trMemberEnumerationDocumentation()
{ return "¸â¹ö ¿­°ÅÇü ¹®¼­È­"; }
-
+
/*! header that is put before the list of member functions. */
virtual QCString trMemberFunctionDocumentation()
{ return "¸â¹ö ÇÔ¼ö ¹®¼­È­"; }
-
+
/*! header that is put before the list of member attributes. */
virtual QCString trMemberDataDocumentation()
{
if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
{
- // TODO: This need to be translated. -ryk11/22/01.
- return "¸â¹ö º¯¼ö ¹®¼­È­";
+ return "¸â¹ö º¯¼ö ¹®¼­È­";
}
else
{
- return "¸â¹ö º¯¼ö ¹®¼­È­";
+ return "¸â¹ö º¯¼ö ¹®¼­È­";
}
}
@@ -119,7 +127,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
/*! this is the remainder of the sentence after the class name */
virtual QCString trIncludingInheritedMembers()
{ return ", »ó¼Ó¹ÞÀº ¸ðµç ¸â¹öµµ Æ÷ÇÔ"; }
-
+
/*! this is put at the author sections at the bottom of man pages.
* parameter s is name of the project name.
*/
@@ -133,27 +141,27 @@ class TranslatorKorean : public TranslatorAdapter_1_3
/*! put after an enum name in the list of all members */
virtual QCString trEnumName()
{ return "¿­°ÅÇü À̸§"; }
-
+
/*! put after an enum value in the list of all members */
virtual QCString trEnumValue()
{ return "¿­°ÅÇü °ª"; }
-
+
/*! put after an undocumented member in the list of all members */
virtual QCString trDefinedIn()
{ 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 "¸ðµâ"; }
-
+
/*! This is put above each page as a link to the class hierarchy */
virtual QCString trClassHierarchy()
{ return "Ŭ·¡½º °èÅëµµ"; } // "Ŭ·¡½º Á¶Á÷" or "Ŭ·¡½º ºÐ·ùü°è"
-
+
/*! This is put above each page as a link to the list of annotated classes */
virtual QCString trCompoundList()
{
@@ -164,11 +172,10 @@ class TranslatorKorean : public TranslatorAdapter_1_3
}
else
{
- //TODO: This needs to be translated. -ryk11/22/01.
return "º¹ÇÕ±¸Á¶(Ŭ·¡½º, ±¸Á¶Ã¼, °ø¿ëü)";
}
- }
-
+ }
+
/*! This is put above each page as a link to the list of documented files */
virtual QCString trFileList()
{ return "ÆÄÀÏ ¸ñ·Ï"; } //"ÆÄÀÏ ¸ñ·Ï", "ÆÄÀÏ ¸®½ºÆ®"
@@ -182,7 +189,6 @@ class TranslatorKorean : public TranslatorAdapter_1_3
{
if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
{
- // TODO: This need to be translated. -ryk11/22/01.
return "º¹ÇÕ±¸Á¶(Ŭ·¡½º, ±¸Á¶Ã¼, °ø¿ëü) ¸â¹ö";
}
else
@@ -197,7 +203,6 @@ class TranslatorKorean : public TranslatorAdapter_1_3
{
if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
{
- // TODO: This needs to be translated. -ryk11/22/01.
return "ÆÄÀÏ ¸â¹ö";
}
else
@@ -236,7 +241,6 @@ class TranslatorKorean : public TranslatorAdapter_1_3
{
if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
{
- // TODO: This needs to be translated. -ryk11/22/01.
return "´ÙÀ½Àº °£·«ÇÑ ¼³¸íÀ» °¡Áø Ŭ·¡½º, "
"±¸Á¶Ã¼, °ø¿ëü, ÀÎÅÍÆäÀ̽ºÀÇ ¸ñ·ÏÀÔ´Ï´Ù.";
}
@@ -257,17 +261,16 @@ class TranslatorKorean : public TranslatorAdapter_1_3
}
if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
{
- // TODO: This need to be translated. -ryk11/22/01.
result+="¸µÅ© µÈ Ŭ·¡½º ¸â¹ö´Â ";
}
else
{
result+="¸µÅ© µÈ Ŭ·¡½º ¸â¹ö´Â ";
}
- if (extractAll)
+ if (extractAll)
result+="±× ¸â¹ö¿¡ ´ëÇÑ Å¬·¡½º ¹®¼­È­·Î °©´Ï´Ù.";
- else
- result+="ÀÌÇÏ·Î ¼ÓÇÑ Å¬·¡½º:";
+ else
+ result+="ÀÌÇÏ·Î ¼ÓÇÑ Å¬·¡½º:";
return result;
}
@@ -277,9 +280,9 @@ class TranslatorKorean : public TranslatorAdapter_1_3
QCString result="´ÙÀ½Àº ¹®¼­È­µÈ ¸ðµç ÆÄÀÏ¿¡ ´ëÇÑ ¸ñ·ÏÀÔ´Ï´Ù. ";
if (!extractAll) result+="¹®¼­È­µÈ ";
result+="¸µÅ© µÈ ÆÄÀÏ ¸â¹ö´Â ";
- if (extractAll)
+ if (extractAll)
result+="±× ¸â¹ö¿¡ ´ëÇÑ ÆÄÀÏ ¹®¼­È­·Î °©´Ï´Ù.";
- else
+ else
result+="±×µéÀÌ ¼ÓÇØÀÖ´Â ÆÄÀÏ·Î °©´Ï´Ù.";
return result;
}
@@ -301,31 +304,31 @@ class TranslatorKorean : public TranslatorAdapter_1_3
{ return "´ÙÀ½Àº ¸ðµç ¸ðµâÀÇ ¸ñ·ÏÀÔ´Ï´Ù."; }
/*! This sentences is used in the annotated class/file lists if no brief
- * description is given.
+ * description is given.
*/
virtual QCString trNoDescriptionAvailable()
{ 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 "¹®¼­È­"; }
- /*! 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 "¸ðµâ »öÀÎ"; }
- /*! 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 "ºÐ·ùü°è »öÀÎ"; }
- /*! 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()
@@ -334,7 +337,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
/*! This is used in LaTeX as the title of the chapter with the
* list of all files.
*/
- virtual QCString trFileIndex()
+ virtual QCString trFileIndex()
{ return "ÆÄÀÏ »öÀÎ"; }
/*! This is used in LaTeX as the title of the chapter containing
@@ -370,102 +373,102 @@ class TranslatorKorean : public TranslatorAdapter_1_3
/*! 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
+
+ /*! This is used in the documentation of a file as a header before the
* list of defines
*/
virtual QCString trDefines()
{ return "¸ÅÅ©·Î, #define"; }
- /*! 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 "ÇÔ¼ö ¿øÇü"; }
- /*! 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 "ŸÀÔ Á¤ÀÇ"; }
- /*! 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 "¿­°ÅÇü"; }
- /*! 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 "ÇÔ¼ö"; }
- /*! 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 "º¯¼ö"; }
- /*! 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 "¿­°ÅÇü °ª"; }
-
+
/*! This is used in the documentation of a file before the list of
* documentation blocks for defines
*/
virtual QCString trDefineDocumentation()
{ return "#define ¹®¼­È­"; }
- /*! 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 "ÇÔ¼ö ¿øÇü ¹®¼­È­"; }
- /*! 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 "ŸÀÔ Á¤ÀÇ ¹®¼­È­"; }
- /*! 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 "¿­°ÅÇü ŸÀÔ ¹®¼­È­"; }
- /*! 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 values
*/
virtual QCString trEnumerationValueDocumentation()
{ 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 "ÇÔ¼ö ¹®¼­È­"; }
- /*! 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 "º¯¼ö ¹®¼­È­"; }
- /*! 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()
{ 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="";
if (projName) result+=(QCString)projName+" ¹®¼­È­. ";
result += "»ý¼ºÀϽà : " +(QCString)date+" by";
@@ -483,7 +486,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
{
return (QCString)clName+"¿¡ ´ëÇÑ »ó¼Ó µµÇ¥";
}
-
+
/*! this text is generated when the \\internal command is used. */
virtual QCString trForInternalUseOnly()
{ return "³»ºÎ »ç¿ë¸¸À» À§ÇØ"; }
@@ -523,7 +526,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
/*! this text is generated when the \\exception command is used. */
virtual QCString trExceptions()
{ return "¿¹¿Ü"; }
-
+
/*! this text is used in the title page of a LaTeX document. */
virtual QCString trGeneratedBy()
{ return "¿¡ ÀÇÇØ »ý¼ºµÈ"; }
@@ -531,7 +534,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990307
//////////////////////////////////////////////////////////////////////////
-
+
/*! used as the title of page containing all the index of all namespaces. */
virtual QCString trNamespaceList()
{ return "namespace ¸ñ·Ï"; }
@@ -550,17 +553,17 @@ class TranslatorKorean : public TranslatorAdapter_1_3
*/
virtual QCString trFriends()
{ return "friend"; }
-
+
//////////////////////////////////////////////////////////////////////////
// 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, ±×¸®°í °ü·ÃµÈ ÇÔ¼ö ¹®¼­È­"; }
-
+
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990425
//////////////////////////////////////////////////////////////////////////
@@ -588,7 +591,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
virtual QCString trFileReference(const char *fileName)
{
QCString result=fileName;
- result+=" ÆÄÀÏ ÂüÁ¶";
+ result+=" ÆÄÀÏ ÂüÁ¶";
return result;
}
@@ -599,7 +602,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
result+=" namespace ÂüÁ¶";
return result;
}
-
+
virtual QCString trPublicMembers()
{ return "public ¸Þ¼Òµå"; }
virtual QCString trPublicSlots()
@@ -620,7 +623,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
{ return "private slots"; }
virtual QCString trStaticPrivateMembers()
{ return "static private ¸Þ¼Òµå"; }
-
+
/*! this function is used to produce a comma-separated list of items.
* use generateMarker(i) to indicate where item i should be put.
*/
@@ -629,23 +632,23 @@ class TranslatorKorean : public TranslatorAdapter_1_3
QCString result;
int i;
// the inherits list contain `numEntries' classes
- for (i=0;i<numEntries;i++)
+ for (i=0;i<numEntries;i++)
{
// use generateMarker to generate placeholders for the class links!
- result+=generateMarker(i); // generate marker for entry i in the list
+ result+=generateMarker(i); // generate marker for entry i in the list
// (order is left to right)
-
+
if (i!=numEntries-1) // not the last entry, so we need a separator
{
- if (i<numEntries-2) // not the fore last entry
+ if (i<numEntries-2) // not the fore last entry
result+=", ";
else // the fore last entry
result+=", °ú ";
}
}
- return result;
+ return result;
}
-
+
/*! used in class documentation to produce a list of base classes,
* if class diagrams are disabled.
*/
@@ -662,7 +665,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
return trWriteList(numEntries)+"¿¡ ÀÇÇØ »ó¼ÓµÇ¾ú½À´Ï´Ù.";
}
- /*! used in member documentation blocks to produce a list of
+ /*! used in member documentation blocks to produce a list of
* members that are hidden by this one.
*/
virtual QCString trReimplementedFromList(int numEntries)
@@ -688,14 +691,14 @@ class TranslatorKorean : public TranslatorAdapter_1_3
QCString result="´ÙÀ½Àº ¸ðµç ";
if (!extractAll) result+="¹®¼­È­µÈ ";
result+="namespace ¸â¹öÀÇ ¸ñ·ÏÀÔ´Ï´Ù. ";
- if (extractAll)
+ if (extractAll)
result+="°¢ ¸â¹ö¿¡ ´ëÇÑ ¹®¼­È­ÀÇ ";
- else
+ else
result+="¼ÓÇØÀÖ´Â namespaceÀÇ ";
result+="¸µÅ©µµ ÀÖ½À´Ï´Ù.";
return result;
}
- /*! 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 namespaces.
*/
virtual QCString trNamespaceIndex()
@@ -762,7 +765,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
virtual QCString trMainPage()
{ return "¸ÞÀÎ ÆäÀÌÁö"; }
- /*! This is used in references to page that are put in the LaTeX
+ /*! This is used in references to page that are put in the LaTeX
* documentation. It should be an abbreviation of the word page.
*/
virtual QCString trPageAbbreviation()
@@ -811,7 +814,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
/*! header that is put before the list of constructor/destructors. */
virtual QCString trConstructorDocumentation()
{
- return "»ý¼ºÀÚ & ¼Ò¸êÀÚ ¹®¼­È­";
+ return "»ý¼ºÀÚ & ¼Ò¸êÀÚ ¹®¼­È­";
}
/*! Used in the file documentation to point to the corresponding sources. */
virtual QCString trGotoSourceCode()
@@ -841,7 +844,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
/*! Text shown before a multi-line variable/enum initialization */
virtual QCString trInitialValue()
{
- return "ÃʱâÈ­±â";
+ return "ÃʱⰪ";
}
/*! Text used the source code in the file index */
virtual QCString trCode()
@@ -868,53 +871,53 @@ class TranslatorKorean : public TranslatorAdapter_1_3
//////////////////////////////////////////////////////////////////////////
// new since 1.1.0
//////////////////////////////////////////////////////////////////////////
-
+
virtual QCString trNote()
{
- return "³ëÆ®"; // TODO: Need to be translated. -ryk11/22/01.
+ return "³ëÆ®";
}
virtual QCString trPublicTypes()
{
- return "public ŸÀÔ"; // TODO: Need to be translated. -ryk11/22/01.
+ return "public ŸÀÔ";
}
virtual QCString trPublicAttribs()
{
if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
{
- return "Data Çʵå"; // TODO: Need to be translated. -ryk11/22/01.
+ return "Data Çʵå";
}
else
{
- return "public ¼Ó¼º"; // TODO: Need to be translated. -ryk11/22/01.
+ return "public ¼Ó¼º";
}
}
virtual QCString trStaticPublicAttribs()
{
- return "static public ¼Ó¼º"; // TODO: Need to be translated. -ryk11/22/01.
+ return "static public ¼Ó¼º";
}
virtual QCString trProtectedTypes()
{
- return "protected ŸÀÔ"; // TODO: Need to be translated. -ryk11/22/01.
+ return "protected ŸÀÔ";
}
virtual QCString trProtectedAttribs()
{
- return "protected ¼Ó¼º"; // TODO: Need to be translated. -ryk11/22/01.
+ return "protected ¼Ó¼º";
}
virtual QCString trStaticProtectedAttribs()
{
- return "static protected ¼Ó¼º"; // TODO: Need to be translated. -ryk11/22/01.
+ return "static protected ¼Ó¼º";
}
virtual QCString trPrivateTypes()
{
- return "private ŸÀÔ"; // TODO: Need to be translated. -ryk11/22/01.
+ return "private ŸÀÔ";
}
virtual QCString trPrivateAttribs()
{
- return "private ¼Ó¼º"; // TODO: Need to be translated. -ryk11/22/01.
+ return "private ¼Ó¼º";
}
virtual QCString trStaticPrivateAttribs()
{
- return "static private ¼Ó¼º"; // TODO: Need to be translated. -ryk11/22/01.
+ return "static private ¼Ó¼º";
}
//////////////////////////////////////////////////////////////////////////
@@ -924,12 +927,12 @@ class TranslatorKorean : public TranslatorAdapter_1_3
/*! Used as a marker that is put before a \\todo item */
virtual QCString trTodo()
{
- return "Todo"; // TODO: Need to be translated. -ryk11/22/01.
+ return "Todo";
}
/*! Used as the header of the todo list */
virtual QCString trTodoList()
{
- return "Todo ¸ñ·Ï"; // TODO: Need to be translated. -ryk11/22/01.
+ return "Todo ¸ñ·Ï";
}
//////////////////////////////////////////////////////////////////////////
@@ -938,15 +941,15 @@ class TranslatorKorean : public TranslatorAdapter_1_3
virtual QCString trReferencedBy()
{
- return "ÂüÁ¶ÇÏ´Â °÷"; // TODO: Need to be translated. -ryk11/22/01.
+ return "ÂüÁ¶ÇÏ´Â °÷";
}
virtual QCString trRemarks()
{
- return "¼³¸í"; // TODO: Need to be translated. -ryk11/22/01.
+ return "¼³¸í";
}
virtual QCString trAttention()
{
- return "ÁÖÀÇ"; // TODO: Need to be translated. -ryk11/22/01.
+ return "ÁÖÀÇ";
}
virtual QCString trInclByDepGraph()
{
@@ -958,7 +961,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
{
return "Since"; // TODO: Need to be translated. -ryk11/22/01.
}
-
+
//////////////////////////////////////////////////////////////////////////
// new since 1.1.5
//////////////////////////////////////////////////////////////////////////
@@ -966,9 +969,9 @@ class TranslatorKorean : public TranslatorAdapter_1_3
/*! title of the graph legend page */
virtual QCString trLegendTitle()
{
- return "±×·¡ÇÁ ¼³¸í"; // TODO: Need to be translated. -ryk11/22/01.
+ return "¹ü·Ê";
}
- /*! page explaining how the dot graph's should be interpreted
+ /*! page explaining how the dot graph's should be interpreted
* The %A in the text below are to prevent link to classes called "A".
*/
virtual QCString trLegendDocs()
@@ -1013,7 +1016,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
//"is set to 240 this will result in the following graph:"
"<p><center><img src=\"graph_legend."+Config_getEnum("DOT_IMAGE_FORMAT")+"\"></center>\n"
"<p>\n"
- "¹Ú½º¿¡´Â ´ÙÀ½À» ¶æÇÑ´Ù.\n"
+ "»óÀÚµéÀº ´ÙÀ½À» ¶æÇÑ´Ù.\n"
//"The boxes in the above graph have the following meaning:\n"
"<ul>\n"
"<li>%°ËÀº »óÀÚ´Â ±×·¡ÇÁ¸¦ »êÃâÇÑ ±¸Á¶Ã¼³ª Ŭ·¡½º¸¦ ¸»ÇÑ´Ù.\n"
@@ -1045,7 +1048,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
//"by another class. The arrow is labeled with the variable(s) "
//"through which the pointed class or struct is accessible.\n"
"<li>%¹àÀº ³ë¶û»ö È­»ìÇ¥´Â ÅÛÇø´ ÀνºÅϽº¿Í ÅÛÇø´ Ŭ·¡½º¸¦ ³ªÅ¸³½´Ù. "
- "ÀÌ È­»ìÇ¥ÀÇ ¶óº§Àº ±× ÀνºÅϽºÀÇ ÅÛÇø´ ¸Å°³º¯¼ö¸¦ ³ªÅ¸³½´Ù.\n"
+ "ÀÌ È­»ìÇ¥ÀÇ ¶óº§Àº ±× ÀνºÅϽºÀÇ ÅÛÇø´ ¸Å°³º¯¼ö¸¦ ³ªÅ¸³½´Ù.\n"
//"<li>%A yellow dashed arrow denotes a relation between a template instance and "
//"the template class it was instantiated from. The arrow is labeled with "
//"the template parameters of the instance.\n"
@@ -1054,22 +1057,22 @@ class TranslatorKorean : public TranslatorAdapter_1_3
/*! text for the link to the legend page */
virtual QCString trLegend()
{
- return "¼³¸í"; // TODO: Need to be translated. -ryk11/22/01.
+ return "¹ü·Ê";
}
-
+
//////////////////////////////////////////////////////////////////////////
// new since 1.2.0
//////////////////////////////////////////////////////////////////////////
-
+
/*! Used as a marker that is put before a test item */
virtual QCString trTest()
{
- return "Å×½ºÆ®"; // TODO: Need to be translated. -ryk11/22/01.
+ return "Å×½ºÆ®";
}
/*! Used as the header of the test list */
virtual QCString trTestList()
{
- return "Å×½ºÆ® ¸ñ·Ï"; // TODO: Need to be translated. -ryk11/22/01.
+ return "Å×½ºÆ® ¸ñ·Ï";
}
//////////////////////////////////////////////////////////////////////////
@@ -1149,11 +1152,11 @@ class TranslatorKorean : public TranslatorAdapter_1_3
{
return "°ª:"; // TODO: Need to be translated. -ryk11/22/01.
}
-
+
//////////////////////////////////////////////////////////////////////////
// new since 1.2.5
//////////////////////////////////////////////////////////////////////////
-
+
/*! Used as a marker that is put before a \\bug item */
virtual QCString trBug()
{
@@ -1169,9 +1172,9 @@ class TranslatorKorean : public TranslatorAdapter_1_3
// new since 1.2.6
//////////////////////////////////////////////////////////////////////////
- /*! Used as ansicpg for RTF file
- *
- * The following table shows the correlation of Charset name, Charset Value and
+ /*! Used as ansicpg for RTF file
+ *
+ * The following table shows the correlation of Charset name, Charset Value and
* <pre>
* Codepage number:
* Charset Name Charset Value(hex) Codepage number
@@ -1192,15 +1195,15 @@ class TranslatorKorean : public TranslatorAdapter_1_3
* GB2313_CHARSET 134 (x86) 936
* CHINESEBIG5_CHARSET 136 (x88) 950
* </pre>
- *
+ *
*/
virtual QCString trRTFansicp()
{
return "1252";
}
-
- /*! Used as ansicpg for RTF fcharset
+
+ /*! Used as ansicpg for RTF fcharset
* \see trRTFansicp() for a table of possible values.
*/
virtual QCString trRTFCharSet()
@@ -1213,90 +1216,90 @@ class TranslatorKorean : public TranslatorAdapter_1_3
{
return "À妽º"; // TODO: Need to be translated. -ryk11/22/01.
}
-
+
/*! This is used for translation of the word that will possibly
- * be followed by a single name or by a list of names
+ * be followed by a single name or by a list of names
* of the category.
*/
virtual QCString trClass(bool first_capital, bool singular)
- {
+ {
QCString result((first_capital ? "Ŭ·¡½º" : "Ŭ·¡½º"));
if (!singular) result+="µé";
return result; // TODO: Need to be translated. -ryk11/22/01.
}
/*! This is used for translation of the word that will possibly
- * be followed by a single name or by a list of names
+ * be followed by a single name or by a list of names
* of the category.
*/
virtual QCString trFile(bool first_capital, bool singular)
- {
+ {
QCString result((first_capital ? "ÆÄÀÏ" : "ÆÄÀÏ"));
if (!singular) result+="µé";
return result; // TODO: Need to be translated. -ryk11/22/01.
}
/*! This is used for translation of the word that will possibly
- * be followed by a single name or by a list of names
+ * be followed by a single name or by a list of names
* of the category.
*/
virtual QCString trNamespace(bool first_capital, bool singular)
- {
+ {
QCString result((first_capital ? "Namespace" : "namespace"));
if (!singular) result+="s";
return result; // TODO: Need to be translated. -ryk11/22/01.
}
/*! This is used for translation of the word that will possibly
- * be followed by a single name or by a list of names
+ * be followed by a single name or by a list of names
* of the category.
*/
virtual QCString trGroup(bool first_capital, bool singular)
- {
+ {
QCString result((first_capital ? "±×·ì" : "±×·ì"));
if (!singular) result+="µé";
return result; // TODO: Need to be translated. -ryk11/22/01.
}
/*! This is used for translation of the word that will possibly
- * be followed by a single name or by a list of names
+ * be followed by a single name or by a list of names
* of the category.
*/
virtual QCString trPage(bool first_capital, bool singular)
- {
+ {
QCString result((first_capital ? "ÆäÀÌÁö" : "ÆäÀÌÁö"));
if (!singular) result+="µé";
return result; // TODO: Need to be translated. -ryk11/22/01.
}
/*! This is used for translation of the word that will possibly
- * be followed by a single name or by a list of names
+ * be followed by a single name or by a list of names
* of the category.
*/
virtual QCString trMember(bool first_capital, bool singular)
- {
+ {
QCString result((first_capital ? "¸â¹ö" : "¸â¹ö"));
if (!singular) result+="µé";
return result; // TODO: Need to be translated. -ryk11/22/01.
}
-
+
/*! This is used for translation of the word that will possibly
- * be followed by a single name or by a list of names
+ * be followed by a single name or by a list of names
* of the category.
*/
virtual QCString trField(bool first_capital, bool singular)
- {
+ {
QCString result((first_capital ? "Çʵå" : "Çʵå"));
if (!singular) result+="µé";
return result; // TODO: Need to be translated. -ryk11/22/01.
}
/*! This is used for translation of the word that will possibly
- * be followed by a single name or by a list of names
+ * be followed by a single name or by a list of names
* of the category.
*/
virtual QCString trGlobal(bool first_capital, bool singular)
- {
+ {
QCString result((first_capital ? "Global" : "global"));
if (!singular) result+="s";
return result; // TODO: Need to be translated. -ryk11/22/01.
@@ -1309,7 +1312,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
/*! This text is generated when the \\author command is used and
* for the author section in man pages. */
virtual QCString trAuthor(bool first_capital, bool singular)
- {
+ {
QCString result((first_capital ? "ÀÛ¼ºÀÚ" : "ÀÛ¼ºÀÚ"));
if (!singular) result+="µé";
return result; // TODO: Need to be translated. -ryk11/22/01.
@@ -1330,7 +1333,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
// new since 1.2.13
//////////////////////////////////////////////////////////////////////////
- /*! used in member documentation blocks to produce a list of
+ /*! used in member documentation blocks to produce a list of
* members that are implemented by this one.
*/
virtual QCString trImplementedFromList(int numEntries)
@@ -1364,8 +1367,8 @@ class TranslatorKorean : public TranslatorAdapter_1_3
// new since 1.2.17
//////////////////////////////////////////////////////////////////////////
- /*! Used as the header of the list of item that have been
- * flagged deprecated
+ /*! Used as the header of the list of item that have been
+ * flagged deprecated
*/
virtual QCString trDeprecatedList()
{
@@ -1376,7 +1379,7 @@ class TranslatorKorean : public TranslatorAdapter_1_3
// new since 1.2.18
//////////////////////////////////////////////////////////////////////////
- /*! Used as a header for declaration section of the events found in
+ /*! Used as a header for declaration section of the events found in
* a C# program
*/
virtual QCString trEvents()
@@ -1394,57 +1397,111 @@ class TranslatorKorean : public TranslatorAdapter_1_3
//////////////////////////////////////////////////////////////////////////
/*! Used as a heading for a list of Java class types with package scope.
- */
+ */
virtual QCString trPackageTypes()
- {
- return "ÆÐÅ°Áö ŸÀÔ";
+ {
+ return "ÆÐÅ°Áö ŸÀÔµé"; //"Package Types";
}
- /*! Used as a heading for a list of Java class functions with package
- * scope.
- */
+ /*! Used as a heading for a list of Java class functions with package
+ * scope.
+ */
virtual QCString trPackageMembers()
- {
- return "ÆÐÅ°Áö ÇÔ¼ö";
+ {
+ return "ÆÐÅ°Áö ÇÔ¼öµé"; //"Package Functions";
}
- /*! Used as a heading for a list of static Java class functions with
- * package scope.
- */
+ /*! Used as a heading for a list of static Java class functions with
+ * package scope.
+ */
virtual QCString trStaticPackageMembers()
- {
- return "Á¤Àû ÆÐÅ°Áö ÇÔ¼ö";
+ {
+ return "Á¤Àû ÆÐÅ°Áö ÇÔ¼öµé"; //"Static Package Functions";
}
- /*! Used as a heading for a list of Java class variables with package
- * scope.
- */
+ /*! Used as a heading for a list of Java class variables with package
+ * scope.
+ */
virtual QCString trPackageAttribs()
- {
- return "ÆÐÅ°Áö ¼Ó¼º";
+ {
+ return "ÆÐÅ°Áö ¼Ó¼ºµé"; //"Package Attributes";
}
- /*! Used as a heading for a list of static Java class variables with
- * package scope.
- */
+ /*! Used as a heading for a list of static Java class variables with
+ * package scope.
+ */
virtual QCString trStaticPackageAttribs()
- {
- return "Á¤Àû ÆÐÅ°Áö ¼Ó¼º";
+ {
+ return "Á¤Àû ÆÐÅ°Áö ¼Ó¼ºµé"; //"Static Package Attributes";
}
-
+
//////////////////////////////////////////////////////////////////////////
// new since 1.3.1
//////////////////////////////////////////////////////////////////////////
- /*! Used in the quick index of a class/file/namespace member list page
- * to link to the unfiltered list of all members.
- */
+ /*! Used in the quick index of a class/file/namespace member list page
+ * to link to the unfiltered list of all members.
+ */
virtual QCString trAll()
{
- return "All";
+ return "All";
}
/*! Put in front of the call graph for a function. */
virtual QCString trCallGraph()
{
- return "ÀÌ ÇÔ¼öÀÇ È£Ãâ»óŸ¦ ³ªÅ¸³½ ±×·¡ÇÁÀÔ´Ï´Ù.";
+ return "´ÙÀ½Àº ÀÌ ÇÔ¼ö¿¡ ´ëÇÑ È£Ãâ ±×·¡ÇÁÀÔ´Ï´Ù:";
+ //"Here is the call graph for this function:";
}
+//////////////////////////////////////////////////////////////////////////
+// new since 1.3.3
+//////////////////////////////////////////////////////////////////////////
+ /*! When the search engine is enabled this text is put in the header
+ * of each page before the field where one can enter the text to search
+ * for.
+ */
+ virtual QCString trSearchForIndex()
+ {
+ return "°Ë»ö: "; //"Search for";
+ }
+ /*! This string is used as the title for the page listing the search
+ * results.
+ */
+ virtual QCString trSearchResultsTitle()
+ {
+ return "°Ë»ö °á°ú";//"Search Results";
+ }
+ /*! This string is put just before listing the search results. The
+ * text can be different depending on the number of documents found.
+ * Inside the text you can put the special marker $num to insert
+ * the number representing the actual number of search results.
+ * The @a numDocuments parameter can be either 0, 1 or 2, where the
+ * value 2 represents 2 or more matches. HTML markup is allowed inside
+ * the returned string.
+ */
+ virtual QCString trSearchResults(int numDocuments)
+ {
+ if (numDocuments==0)
+ {
+ //return "Sorry, no documents matching your query.";
+ return "Á˼ÛÇÕ´Ï´Ù. ÁúÀÇ¿Í ÀÏÄ¡ÇÏ´Â ¹®¼­°¡ ¾ø½À´Ï´Ù.";
+ }
+ else if (numDocuments==1)
+ {
+ //return "Found <b>1</b> document matching your query.";
+ return "ÁúÀÇ¿Í ÀÏÄ¡ÇÏ´Â <b>1</b>°³ÀÇ ¹®¼­¸¦ ã¾Ò½À´Ï´Ù.";
+ }
+ else
+ {
+ //return "Found <b>$num</b> documents matching your query. "
+ // "Showing best matches first.";
+ return "ÁúÀÇ¿Í ÀÏÄ¡ÇÏ´Â <b>$num</b>°³ÀÇ ¹®¼­µéÀ» ã¾Ò½À´Ï´Ù. "
+ "óÀ½¿¡ ³ª¿À´Â °ÍÀÌ °¡Àå ÀÏÄ¡ÇÏ´Â ¹®¼­ÀÔ´Ï´Ù.";
+ }
+ }
+ /*! This string is put before the list of matched words, for each search
+ * result. What follows is the list of words that matched the query.
+ */
+ virtual QCString trSearchMatches()
+ {
+ return "Matches:";
+ }
};
#endif