⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 translator_kr.h

📁 doxygen(一个自动从源代码生成文档的工具)的源代码
💻 H
📖 第 1 页 / 共 2 页
字号:
     */    QCString trWrittenBy()    {      return "written by"; // "俊 狼秦 静咯柳?"    }    /*! this text is put before a class diagram */    QCString trClassDiagram(const char *clName)    {      return (QCString)clName+"俊 措茄 惑加 档钎"; // "Inheritance diagram for "+clName    }        /*! this text is generated when the \\internal command is used. */    QCString trForInternalUseOnly()    { return "郴何 荤侩父阑 困秦"; }    /*! this text is generated when the \\reimp command is used. */    QCString trReimplementedForInternalReasons()    { return "郴何利 捞蜡甫 困秦 犁备泅等: API啊 康氢阑 罐瘤臼疽促."; }    // "Reimplemented for internal reasons; the API is not affected."    /*! this text is generated when the \\warning command is used. */    QCString trWarning()    { return "版绊"; }    /*! this text is generated when the \\bug command is used. */    QCString trBugsAndLimitations()    { return "滚弊甸苞 茄拌甸"; }    /*! this text is generated when the \\version command is used. */    QCString trVersion()    { return "滚傈"; }    /*! this text is generated when the \\date command is used. */    QCString trDate()    { return "朝楼"; }    /*! this text is generated when the \\author command is used. */    QCString trAuthors()    { return "历磊(甸)"; }    /*! this text is generated when the \\return command is used. */    QCString trReturns()    { return "馆券"; }    /*! this text is generated when the \\sa command is used. */    QCString trSeeAlso()    { return "曼炼窍矫夸"; }    /*! this text is generated when the \\param command is used. */    QCString trParameters()    { return "概俺函荐甸"; }    /*! this text is generated when the \\exception command is used. */    QCString trExceptions()    { return "抗寇甸"; }        /*! this text is used in the title page of a LaTeX document. */    QCString trGeneratedBy()    { return "俊 狼秦 积己等"; }    // new since 0.49-990307        /*! used as the title of page containing all the index of all namespaces. */    QCString trNamespaceList()    { return "捞抚傍埃 格废"; }    /*! used as an introduction to the namespace list */    QCString trNamespaceListDescription(bool extractAll)    {      QCString result="捞巴篮 葛电 埃帆茄 汲疙阑 啊柳 ";      if (!extractAll) result+="巩辑拳等 ";      result+="捞抚傍埃狼 格废涝聪促:";      return result;    }    /*! used in the class documentation as a header before the list of all     *  friends of a class     */    QCString trFriends()    { return "橇坊靛"; }    //////////////////////////////////////////////////////////////////////////// new since 0.49-990405//////////////////////////////////////////////////////////////////////////        /*! used in the class documentation as a header before the list of all     * related classes      */    virtual QCString trRelatedFunctionDocumentation()    { return "橇坊靛, 弊府绊 包访等 窃荐 巩辑拳"; }    //////////////////////////////////////////////////////////////////////////// new since 0.49-990425//////////////////////////////////////////////////////////////////////////    /*! used as the title of the HTML page of a class/struct/union */    QCString trCompoundReference(const char *clName,                                    ClassDef::CompoundType compType,                                    bool isTemplate)    {      QCString result=(QCString)clName+" ";      if (isTemplate) result+=" 袍敲复";      switch(compType)      {        case ClassDef::Class:      result+=" 努贰胶"; break;        case ClassDef::Struct:     result+=" 备炼眉"; break;        case ClassDef::Union:      result+=" 傍侩眉"; break;        case ClassDef::Interface:  result+=" 牢磐其捞胶"; break;        case ClassDef::Exception:  result+=" 抗寇"; break;      }      result+=" 曼炼";      return result;    }    /*! used as the title of the HTML page of a file */    QCString trFileReference(const char *fileName)    {      QCString result=fileName;      result+=" 颇老 曼炼";       return result;    }    /*! used as the title of the HTML page of a namespace */    QCString trNamespaceReference(const char *namespaceName)    {      QCString result=namespaceName;      result+=" 捞抚 傍埃 曼炼";      return result;    }        /* these are for the member sections of a class, struct or union */    QCString trPublicMembers()    { return "傍侩 皋家靛"; }    QCString trPublicSlots()    { return "傍侩 Slots"; }    QCString trSignals()    { return "脚龋"; }    QCString trStaticPublicMembers()    { return "沥利 傍侩 皋家靛"; }    QCString trProtectedMembers()    { return "橇肺咆萍靛 皋家靛"; }    QCString trProtectedSlots()    { return "Protected Slots"; }    QCString trStaticProtectedMembers()    { return "沥利 橇肺咆萍靛 皋家靛"; }    QCString trPrivateMembers()    { return "橇扼捞海捞飘 皋家靛"; }    QCString trPrivateSlots()    { return "Private Slots"; }    QCString trStaticPrivateMembers()    { return "沥利 橇扼捞海捞飘 皋家靛"; }        /*! this function is used to produce a comma-separated list of items.     *  use generateMarker(i) to indicate where item i should be put.     */    QCString trWriteList(int numEntries)    {      QCString result;      int i;      // the inherits list contain `numEntries' classes      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                                    // (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             result+=", ";          else                // the fore last entry            result+=", and ";        }      }      return result;     }        /*! used in class documentation to produce a list of base classes,     *  if class diagrams are disabled.     */    QCString trInheritsList(int numEntries)    {      return trWriteList(numEntries)+" 甸阑 惑加窍促.";    }    /*! used in class documentation to produce a list of super classes,     *  if class diagrams are disabled.     */    QCString trInheritedByList(int numEntries)    {      return trWriteList(numEntries)+"俊 狼秦 惑加等.";    }    /*! used in member documentation blocks to produce a list of      *  members that are hidden by this one.     */    QCString trReimplementedFromList(int numEntries)    {      return trWriteList(numEntries)+"栏肺何磐 犁备泅等.";    }    /*! used in member documentation blocks to produce a list of     *  all member that overwrite the implementation of this member.     */    QCString trReimplementedInList(int numEntries)    {      return trWriteList(numEntries)+"俊辑 犁备泅等.";    }    /*! This is put above each page as a link to all members of namespaces. */    QCString trNamespaceMembers()    { return "捞抚傍埃 糕滚甸"; }    /*! This is an introduction to the page with all namespace members */    QCString trNamespaceMemberDescription(bool extractAll)    {      QCString result="捞巴篮 葛电 ";      if (!extractAll) result+="巩辑拳等 ";      result+="捞抚傍埃 糕滚甸狼 格废涝聪促.";      if (extractAll)         result+="阿 糕滚甸俊 措茄 巩辑拳俊 ";      else         result+="加秦乐绰 捞抚傍埃俊 ";      result+="傅农档乐谰聪促.";      return result;    }    /*! This is used in LaTeX as the title of the chapter with the      *  index of all namespaces.     */    QCString trNamespaceIndex()    { return "捞抚傍埃 祸牢"; }    /*! This is used in LaTeX as the title of the chapter containing     *  the documentation of all namespaces.     */    QCString trNamespaceDocumentation()    { return "捞抚傍埃 巩辑拳"; }//////////////////////////////////////////////////////////////////////////// new since 0.49-990522//////////////////////////////////////////////////////////////////////////    /*! This is used in the documentation before the list of all     *  namespaces in a file.     */    QCString trNamespaces()    { return "捞抚傍埃"; }//////////////////////////////////////////////////////////////////////////// new since 0.49-990728//////////////////////////////////////////////////////////////////////////    /*! This is put at the bottom of a class documentation page and is     *  followed by a list of files that were used to generate the page.     */    QCString trGeneratedFromFiles(ClassDef::CompoundType compType,        bool single)    { // here s is one of " Class", " Struct" or " Union"      // single is true implies a single file      QCString result=(QCString)"捞 ";      switch(compType)      {        case ClassDef::Class:      result+="努贰胶"; break;        case ClassDef::Struct:     result+="备炼眉"; break;        case ClassDef::Union:      result+="傍侩眉"; break;        case ClassDef::Interface:  result+="牢磐其捞胶"; break;        case ClassDef::Exception:  result+="抗寇"; break;      }      result+="阑 困茄 巩辑拳绰 促澜狼 颇老";      if (!single) result+="甸";      result+="肺何磐 积己登菌嚼聪促:";      return result;    }    /*! This is in the (quick) index as a link to the alphabetical compound     * list.     */    QCString trAlphabeticalList()    { return "舅颇邯鉴辑狼 格废"; }//////////////////////////////////////////////////////////////////////////// new since 0.49-990901//////////////////////////////////////////////////////////////////////////    /*! This is used as the heading text for the retval command. */    QCString trReturnValues()    { return "馆券蔼"; }    /*! This is in the (quick) index as a link to the main page (index.html)     */    QCString trMainPage()    { return "林夸 其捞瘤"; }    /*! This is used in references to page that are put in the LaTeX      *  documentation. It should be an abbreviation of the word page.     */    QCString trPageAbbreviation()    { return "其捞瘤"; }//////////////////////////////////////////////////////////////////////////// new since 0.49-991003//////////////////////////////////////////////////////////////////////////    QCString trSources()    {      return "免贸";    }    QCString trDefinedAtLineInSourceFile()    {      return "颇老 @1. 狼 @0 锅掳 扼牢俊辑 沥狼"; // "Definition at line @0 of file @1."    }    QCString trDefinedInSourceFile()    {      return "颇老 @0. 俊辑 沥狼"; // "Definition in file @0."    }//////////////////////////////////////////////////////////////////////////// new since 0.49-991205//////////////////////////////////////////////////////////////////////////    QCString trDeprecated()    {      return "Deprecated"; // "厚抄罐篮(??)","馆措窍绰"    }//////////////////////////////////////////////////////////////////////////// new since 1.0.0//////////////////////////////////////////////////////////////////////////    /*! this text is put before a collaboration diagram */    QCString trCollaborationDiagram(const char *clName)    {      return (QCString)clName+"俊 措茄 盔炼 档钎:";    }    /*! this text is put before an include dependency graph */    QCString trInclDepGraph(const char *fName)    {      return (QCString)fName+"俊 措茄 include 狼粮 弊贰橇";    }    /*! header that is put before the list of constructor/destructors. */    QCString trConstructorDocumentation()    {      return "积己磊 & 家戈磊 巩辑拳";     }    /*! Used in the file documentation to point to the corresponding sources. */    QCString trGotoSourceCode()    {      return "捞 颇老俊 措茄 家胶 内靛肺 啊矫坷";    }    /*! Used in the file sources to point to the corresponding documentation. */    QCString trGotoDocumentation()    {      return "捞 颇老狼 巩辑拳肺 啊矫坷";    }    /*! Text for the \\pre command */    QCString trPrecondition()    {      return "傈力 炼扒";    }    /*! Text for the \\post command */    QCString trPostcondition()    {      return "饶固 炼扒"; // "饶摹炼扒"    }    /*! Text for the \\invariant command */    QCString trInvariant()    {      return "函窍瘤 臼绰";    }    /*! Text shown before a multi-line variable/enum initialization */    QCString trInitialValue()    {      return "檬扁拳扁";    }    /*! Text used the source code in the file index */    QCString trCode()    {      return "内靛";    }    QCString trGraphicalHierarchy()    {      return "档钎狼 努贰胶 盒幅眉拌"; // "档钎狼 努贰胶 炼流"    }    QCString trGotoGraphicalHierarchy()    {      return "档钎狼 努贰胶 盒幅眉拌肺 啊矫坷"; // "档钎狼 努贰胶 炼流栏肺 啊矫坷"    }    QCString trGotoTextualHierarchy()    {      return "巩磊狼 努贰胶 盒幅眉拌肺 啊矫坷"; // "巩磊狼 努贰胶 炼流栏肺 啊矫坷"    }    QCString trPageIndex()    {      return "其捞瘤 祸牢";    }};#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -