diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-02-10 12:31:40 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-02-10 12:31:40 (GMT) |
commit | 95fd5f1c991ee66f7122801276a133ebfce86aaa (patch) | |
tree | b6882cdef0c60182168c8c11e298dcd76cc02bbc /src/translator_kr.h | |
parent | 38c6a14b15d87348076be142abea8663009ace82 (diff) | |
download | Doxygen-95fd5f1c991ee66f7122801276a133ebfce86aaa.zip Doxygen-95fd5f1c991ee66f7122801276a133ebfce86aaa.tar.gz Doxygen-95fd5f1c991ee66f7122801276a133ebfce86aaa.tar.bz2 |
Release-1.5.5
Diffstat (limited to 'src/translator_kr.h')
-rw-r--r-- | src/translator_kr.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/translator_kr.h b/src/translator_kr.h index 5f059c1..026dafd 100644 --- a/src/translator_kr.h +++ b/src/translator_kr.h @@ -1617,20 +1617,21 @@ class TranslatorKorean : public Translator /*! This is an introduction to the page with all data types (Fortran). */ virtual QCString trCompoundMembersDescriptionFortran(bool extractAll) { - QCString result="Here is a list of all "; + QCString result="´ÙÀ½Àº "; if (!extractAll) { - result+="documented "; + result+="¹®¼ÈµÈ "; } - result+="data types members"; - result+=" with links to "; + result+="¸ðµç µ¥ÀÌŸ ŸÀÔ ¸â¹öµéÀÇ ¸ñ·ÏÀÔ´Ï´Ù. "; + + result+="°¢ Ç׸ñÀº "; if (!extractAll) { - result+="the data structure documentation for each member"; + result+="°¢ ¸â¹ö¿¡ ´ëÇÑ µ¥ÀÌŸ ±¸Á¶ ¹®¼È ÆäÀÌÁöÀÇ ¸µÅ©¸¦ °¡Áö°í ÀÖ½À´Ï´Ù."; } else { - result+="the data types they belong to:"; + result+="±×µéÀÌ ¼ÓÇÑ µ¥ÀÌŸ ŸÀÔÀÇ ¸µÅ©¸¦ °¡Áö°í ÀÖ½À´Ï´Ù. :"; } return result; } |