Blame src/translator_cz.h

Packit 1c1d7e
/******************************************************************************
Packit 1c1d7e
 *
Packit 1c1d7e
 *
Packit 1c1d7e
 *
Packit 1c1d7e
 * Copyright (C) 1997-2015 by Dimitri van Heesch.
Packit 1c1d7e
 *
Packit 1c1d7e
 * Permission to use, copy, modify, and distribute this software and its
Packit 1c1d7e
 * documentation under the terms of the GNU General Public License is hereby
Packit 1c1d7e
 * granted. No representations are made about the suitability of this software
Packit 1c1d7e
 * for any purpose. It is provided "as is" without express or implied warranty.
Packit 1c1d7e
 * See the GNU General Public License for more details.
Packit 1c1d7e
 *
Packit 1c1d7e
 * Documents produced by Doxygen are derivative works derived from the
Packit 1c1d7e
 * input used in their production; they are not affected by this license.
Packit 1c1d7e
 *
Packit 1c1d7e
 */
Packit 1c1d7e
Packit 1c1d7e
#ifndef TRANSLATOR_CZ_H
Packit 1c1d7e
#define TRANSLATOR_CZ_H
Packit 1c1d7e
Packit 1c1d7e
// Updates:
Packit 1c1d7e
// --------
Packit 1c1d7e
// 2013/04/11 - Updates for "new since 1.8.4".
Packit 1c1d7e
// 2012/07/31 - Updates for "new since 1.8.2".
Packit 1c1d7e
// 2012/04/10 - Updates for "new since 1.8.0".
Packit 1c1d7e
// 2011/07/28 - Updates for "new since 1.7.5".
Packit 1c1d7e
// 2010/06/01 - typo
Packit 1c1d7e
// 2010/04/28 - Updates for "new since 1.6.3".
Packit 1c1d7e
// 2009/09/02 - Updates for "new since 1.6.0 (mainly for the new search engine)".
Packit 1c1d7e
// 2008/06/09 - Corrections in trLegendDocs().
Packit 1c1d7e
// 2007/11/13 - Update for "new since 1.5.4 (mainly for Fortran)".
Packit 1c1d7e
// 2007/03/20 - removing decode(), conversion of literals to UTF-8.
Packit 1c1d7e
// 2006/06/13 - translation of the trEnumerationValueDocumentation().
Packit 1c1d7e
//              and clear in the Czech language.
Packit 1c1d7e
//              modified trCallGraph() to make the meaning unambiguous
Packit 1c1d7e
// 2006/05/10 - Update for "new since 1.4.6" -- trCallerGraph(),
Packit 1c1d7e
// 2005/03/08 - Update for "new since 1.4.1" (trOverloadText())
Packit 1c1d7e
// 2005/02/11 - The "never used" methods removed.
Packit 1c1d7e
// 2004/09/14 - The new methods "since 1.3.9" implemented.
Packit 1c1d7e
// 2004/06/16 - The new method "since 1.3.8" implemented.
Packit 1c1d7e
// 2004/02/27 - Text inside the trCallGraph() corrected.
Packit 1c1d7e
// 2004/02/26 - trLegendDocs() updated.
Packit 1c1d7e
// 2003/08/13 - Four new methods "since 1.3.3" implemented.
Packit 1c1d7e
// 2003/06/10 - Two new methods "since 1.3.1" implemented.
Packit 1c1d7e
// 2003/04/28 - Five new methods "since 1.3" implemented.
Packit 1c1d7e
// 2002/10/15 - The new trEvents() and trEventDocumentation() implemented.
Packit 1c1d7e
// 2002/07/29 - The new trDeprecatedList() implemented.
Packit 1c1d7e
// 2002/07/08 - The new trRTFTableOfContents() implemented. (my birthday! ;)
Packit 1c1d7e
// 2002/03/05 - ... forgot to replace TranslatorAdapter... by Translator.
Packit 1c1d7e
// 2002/01/23 - Two new methods "since 1.2.13" implemented.
Packit 1c1d7e
// 2001/11/06 - trReferences() implemented.
Packit 1c1d7e
// 2001/07/16 - trClassDocumentation() updated as in the English translator.
Packit 1c1d7e
// 2001/05/25 - Corrections.
Packit 1c1d7e
// 2001/05/18 - Updates, corrections.
Packit 1c1d7e
// 2001/05/02 - Decode() inline changed to decode(); cleaning.
Packit 1c1d7e
//              level as other translators.
Packit 1c1d7e
//              class Translator.  The English translator is now on the same
Packit 1c1d7e
//              introducing TranslatorAdapter class and the abstract base
Packit 1c1d7e
// 2001/04/20 - Update for "new since 1.2.6-20010422". Experimental version
Packit 1c1d7e
// 2001/04/10 - Updates (1.2.6-20010408), cleaning.
Packit 1c1d7e
// 2001/03/12 - Minor correction of comments (synchronous with translator.h).
Packit 1c1d7e
// 2001/02/26 - Update for "new since 1.2.5" version (trBug(), trBugList()).
Packit 1c1d7e
// 2001/02/15 - trMore() now returns only "..." (ellipsis).
Packit 1c1d7e
// 2001/01/09 - Update for "new since 1.2.4" version.
Packit 1c1d7e
// 2000/10/17 - Update for "new since 1.2.2" version.
Packit 1c1d7e
// 2000/09/11 - Update for "new since 1.2.1" version.
Packit 1c1d7e
// 2000/09/06 - Reimplementation of trInheritsList().
Packit 1c1d7e
// 2000/08/31 - ISOToWin() and WinToISO() moved to the base class.
Packit 1c1d7e
// 2000/08/30 - Macro DECODE replaced by the inline (thanks to Boris Bralo).
Packit 1c1d7e
// 2000/08/24 - Corrections, updates.
Packit 1c1d7e
// 2000/08/02 - Updated for 1.2.0
Packit 1c1d7e
// 2000/07/19 - Updates for "new since 1.1.5"; encoding conversion separated.
Packit 1c1d7e
// 2000/07/10 - Update to 1.1.5; conditionally decoding to iso-8859-2 for UNIX.
Packit 1c1d7e
// 2000/06/20 - Prototype: with diacritics; based on ver. 1.1.4 (from scratch).
Packit 1c1d7e
//
Packit 1c1d7e
// The first translation from English to Czech was started by
Packit 1c1d7e
// Vlastimil Havran (1999--2000). The prototype version of Czech strings
Packit 1c1d7e
// with diacritics was implemented by Petr Prikryl (prikrylp@skil.cz),
Packit 1c1d7e
// 2000/06/20. Vlastimil agreed that Petr be the new maintainer.
Packit 1c1d7e
Packit 1c1d7e
// Todo
Packit 1c1d7e
// ----
Packit 1c1d7e
//  - The trReimplementedFromList() should pass the kind of the
Packit 1c1d7e
//    reimplemented element.  It can be method, typedef or possibly
Packit 1c1d7e
//    something else.  It is difficult to find the general translation
Packit 1c1d7e
//    for all kinds in the Czech language.
Packit 1c1d7e
Packit 1c1d7e
class TranslatorCzech : public Translator
Packit 1c1d7e
{
Packit 1c1d7e
  public:
Packit 1c1d7e
    // --- Language control methods -------------------
Packit 1c1d7e
Packit 1c1d7e
    virtual QCString idLanguage()
Packit 1c1d7e
    { return "czech"; }
Packit 1c1d7e
Packit 1c1d7e
    virtual QCString latexLanguageSupportCommand()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "\\usepackage[T2A]{fontenc}\n"
Packit 1c1d7e
             "\\usepackage[czech]{babel}\n";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    // --- Language translation methods -------------------
Packit 1c1d7e
Packit 1c1d7e
    /*! used in the compound documentation before a list of related functions. */
Packit 1c1d7e
    virtual QCString trRelatedFunctions()
Packit 1c1d7e
    { return "Související funkce"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! subscript for the related functions. */
Packit 1c1d7e
    virtual QCString trRelatedSubscript()
Packit 1c1d7e
    { return "(Uvedené funkce nejsou členskými funkcemi.)"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! header that is put before the detailed description of files, classes and namespaces. */
Packit 1c1d7e
    virtual QCString trDetailedDescription()
Packit 1c1d7e
    { return "Detailní popis"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! header that is put before the list of typedefs. */
Packit 1c1d7e
    virtual QCString trMemberTypedefDocumentation()
Packit 1c1d7e
    { return "Dokumentace k členským typům"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! header that is put before the list of enumerations. */
Packit 1c1d7e
    virtual QCString trMemberEnumerationDocumentation()
Packit 1c1d7e
    { return "Dokumentace k členským výčtům"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! header that is put before the list of member functions. */
Packit 1c1d7e
    virtual QCString trMemberFunctionDocumentation()
Packit 1c1d7e
    { return "Dokumentace k metodám"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! header that is put before the list of member attributes. */
Packit 1c1d7e
    virtual QCString trMemberDataDocumentation()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Dokumentace k položkám";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Dokumentace k datovým členům";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! this is the text of a link put after brief descriptions. */
Packit 1c1d7e
    virtual QCString trMore()
Packit 1c1d7e
    { return "..."; }
Packit 1c1d7e
Packit 1c1d7e
    /*! put in the class documentation */
Packit 1c1d7e
    virtual QCString trListOfAllMembers()
Packit 1c1d7e
    { return "Seznam všech členů"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! used as the title of the "list of all members" page of a class */
Packit 1c1d7e
    virtual QCString trMemberList()
Packit 1c1d7e
    { return "Seznam členů třídy"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this is the first part of a sentence that is followed by a class name */
Packit 1c1d7e
    virtual QCString trThisIsTheListOfAllMembers()
Packit 1c1d7e
    { return "Zde naleznete úplný seznam členů třídy "; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this is the remainder of the sentence after the class name */
Packit 1c1d7e
    virtual QCString trIncludingInheritedMembers()
Packit 1c1d7e
    { return ", včetně všech zděděných členů."; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this is put at the author sections at the bottom of man pages.
Packit 1c1d7e
     *  parameter s is name of the project name.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trGeneratedAutomatically(const char *s)
Packit 1c1d7e
    { QCString result("Generováno automaticky programem Doxygen "
Packit 1c1d7e
                      "ze zdrojových textů");
Packit 1c1d7e
      if (s) result += QCString(" projektu ") + s;
Packit 1c1d7e
      result += ".";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! put after an enum name in the list of all members */
Packit 1c1d7e
    virtual QCString trEnumName()
Packit 1c1d7e
    { return "jméno výčtu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! put after an enum value in the list of all members */
Packit 1c1d7e
    virtual QCString trEnumValue()
Packit 1c1d7e
    { return "hodnota výčtu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! put after an undocumented member in the list of all members */
Packit 1c1d7e
    virtual QCString trDefinedIn()
Packit 1c1d7e
    { return "definován v"; }
Packit 1c1d7e
Packit 1c1d7e
    // quick reference sections
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to the list of all groups of
Packit 1c1d7e
     *  compounds or files (see the \\group command).
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trModules()
Packit 1c1d7e
    { return "Moduly"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to the class hierarchy */
Packit 1c1d7e
    virtual QCString trClassHierarchy()
Packit 1c1d7e
    { return "Hierarchie tříd"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to the list of annotated classes */
Packit 1c1d7e
    virtual QCString trCompoundList()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Datové struktury";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Seznam tříd";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to the list of documented files */
Packit 1c1d7e
    virtual QCString trFileList()
Packit 1c1d7e
    { return "Seznam souborů"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to all members of compounds. */
Packit 1c1d7e
    virtual QCString trCompoundMembers()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Datové položky";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Seznam členů tříd";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to all members of files. */
Packit 1c1d7e
    virtual QCString trFileMembers()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Globální symboly";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Symboly v souborech";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to all related pages. */
Packit 1c1d7e
    virtual QCString trRelatedPages()
Packit 1c1d7e
    { return "Ostatní stránky"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to all examples. */
Packit 1c1d7e
    virtual QCString trExamples()
Packit 1c1d7e
    { return "Příklady"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to the search engine. */
Packit 1c1d7e
    virtual QCString trSearch()
Packit 1c1d7e
    { return "Hledat"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the class hierarchy. */
Packit 1c1d7e
    virtual QCString trClassHierarchyDescription()
Packit 1c1d7e
    { return "Zde naleznete seznam, vyjadřující vztah dědičnosti tříd. "
Packit 1c1d7e
             "Je seřazen přibližně (ale ne úplně) podle abecedy:";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the list with all files. */
Packit 1c1d7e
    virtual QCString trFileListDescription(bool extractAll)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result="Zde naleznete seznam všech ";
Packit 1c1d7e
      if (!extractAll) result+="dokumentovaných ";
Packit 1c1d7e
      result+="souborů se stručnými popisy:";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the annotated compound list. */
Packit 1c1d7e
    virtual QCString trCompoundListDescription()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Následující seznam obsahuje identifikace datových "
Packit 1c1d7e
                      "struktur a jejich stručné popisy:";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Následující seznam obsahuje především identifikace "
Packit 1c1d7e
                      "tříd, ale nacházejí se zde i další netriviální prvky, "
Packit 1c1d7e
                      "jako jsou struktury (struct), unie (union) a rozhraní "
Packit 1c1d7e
                      "(interface). V seznamu jsou uvedeny jejich stručné "
Packit 1c1d7e
                      "popisy:";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the page with all class members. */
Packit 1c1d7e
    virtual QCString trCompoundMembersDescription(bool extractAll)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result= "Zde naleznete seznam všech ";
Packit 1c1d7e
      if (!extractAll)
Packit 1c1d7e
      {
Packit 1c1d7e
        result += "dokumentovaných ";
Packit 1c1d7e
      }
Packit 1c1d7e
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        result += "položek struktur (struct) a unií (union) ";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        result += "členů tříd ";
Packit 1c1d7e
      }
Packit 1c1d7e
Packit 1c1d7e
      result += "s odkazy na ";
Packit 1c1d7e
Packit 1c1d7e
      if (extractAll)
Packit 1c1d7e
      {
Packit 1c1d7e
        if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
        {
Packit 1c1d7e
          result += "dokumentaci struktur/unií, ke kterým příslušejí:";
Packit 1c1d7e
        }
Packit 1c1d7e
        else
Packit 1c1d7e
        {
Packit 1c1d7e
          result += "dokumentaci tříd, ke kterým příslušejí:";
Packit 1c1d7e
        }
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
        {
Packit 1c1d7e
          result+="struktury/unie, ke kterým příslušejí:";
Packit 1c1d7e
        }
Packit 1c1d7e
        else
Packit 1c1d7e
        {
Packit 1c1d7e
          result+="třídy, ke kterým příslušejí:";
Packit 1c1d7e
        }
Packit 1c1d7e
      }
Packit 1c1d7e
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the page with all file members. */
Packit 1c1d7e
    virtual QCString trFileMembersDescription(bool extractAll)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result="Zde naleznete seznam všech ";
Packit 1c1d7e
      if (!extractAll) result+="dokumentovaných ";
Packit 1c1d7e
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        result+="funkcí, proměnných, maker, výčtů a definic typů (typedef) "
Packit 1c1d7e
                "s odkazy na ";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        result+="symbolů, které jsou definovány na úrovni svých souborů. "
Packit 1c1d7e
                "Pro každý symbol je uveden odkaz na ";
Packit 1c1d7e
      }
Packit 1c1d7e
Packit 1c1d7e
      if (extractAll)
Packit 1c1d7e
        result+="soubory, ke kterým příslušejí:";
Packit 1c1d7e
      else
Packit 1c1d7e
        result+="dokumentaci:";
Packit 1c1d7e
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the page with the list of all examples */
Packit 1c1d7e
    virtual QCString trExamplesDescription()
Packit 1c1d7e
    { return "Zde naleznete seznam všech příkladů:"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the page with the list of related pages */
Packit 1c1d7e
    virtual QCString trRelatedPagesDescription()
Packit 1c1d7e
    { return "Následující seznam odkazuje na další stránky projektu:"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the page with the list of class/file groups */
Packit 1c1d7e
    virtual QCString trModulesDescription()
Packit 1c1d7e
    { return "Zde naleznete seznam všech modulů:"; }
Packit 1c1d7e
Packit 1c1d7e
    // index titles (the project name is prepended for these)
Packit 1c1d7e
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in HTML as the title of index.html. */
Packit 1c1d7e
    virtual QCString trDocumentation()
Packit 1c1d7e
    { return "Dokumentace"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter with the
Packit 1c1d7e
     * index of all groups.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trModuleIndex()
Packit 1c1d7e
    { return "Rejstřík modulů"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter with the
Packit 1c1d7e
     * class hierarchy.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trHierarchicalIndex()
Packit 1c1d7e
    { return "Rejstřík hierarchie tříd"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter with the
Packit 1c1d7e
     * annotated compound index.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trCompoundIndex()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Rejstřík datových struktur";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Rejstřík tříd";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter with the
Packit 1c1d7e
     * list of all files.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trFileIndex()
Packit 1c1d7e
    { return "Rejstřík souborů"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter containing
Packit 1c1d7e
     *  the documentation of all groups.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trModuleDocumentation()
Packit 1c1d7e
    { return "Dokumentace modulů"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter containing
Packit 1c1d7e
     *  the documentation of all classes, structs and unions.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trClassDocumentation()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Dokumentace datových struktur";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Dokumentace tříd";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter containing
Packit 1c1d7e
     *  the documentation of all files.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trFileDocumentation()
Packit 1c1d7e
    { return "Dokumentace souborů"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter containing
Packit 1c1d7e
     *  the documentation of all examples.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trExampleDocumentation()
Packit 1c1d7e
    { return "Dokumentace příkladů"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter containing
Packit 1c1d7e
     *  the documentation of all related pages.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trPageDocumentation()
Packit 1c1d7e
    { return "Dokumentace souvisejících stránek"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the document */
Packit 1c1d7e
    virtual QCString trReferenceManual()
Packit 1c1d7e
    { return "Referenční příručka"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file as a header before the
Packit 1c1d7e
     *  list of defines
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trDefines()
Packit 1c1d7e
    { return "Definice maker"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file as a header before the
Packit 1c1d7e
     *  list of typedefs
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trTypedefs()
Packit 1c1d7e
    { return "Definice typů"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file as a header before the
Packit 1c1d7e
     *  list of enumerations
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trEnumerations()
Packit 1c1d7e
    { return "Výčty"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file as a header before the
Packit 1c1d7e
     *  list of (global) functions
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trFunctions()
Packit 1c1d7e
    { return "Funkce"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file as a header before the
Packit 1c1d7e
     *  list of (global) variables
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trVariables()
Packit 1c1d7e
    { return "Proměnné"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file as a header before the
Packit 1c1d7e
     *  list of (global) variables
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trEnumerationValues()
Packit 1c1d7e
    { return "Hodnoty výčtu"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file before the list of
Packit 1c1d7e
     *  documentation blocks for defines
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trDefineDocumentation()
Packit 1c1d7e
    { return "Dokumentace k definicím maker"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file/namespace before the list
Packit 1c1d7e
     *  of documentation blocks for typedefs
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trTypedefDocumentation()
Packit 1c1d7e
    { return "Dokumentace definic typů"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file/namespace before the list
Packit 1c1d7e
     *  of documentation blocks for enumeration types
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trEnumerationTypeDocumentation()
Packit 1c1d7e
    { return "Dokumentace výčtových typů"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file/namespace before the list
Packit 1c1d7e
     *  of documentation blocks for functions
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trFunctionDocumentation()
Packit 1c1d7e
    { return "Dokumentace funkcí"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file/namespace before the list
Packit 1c1d7e
     *  of documentation blocks for variables
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trVariableDocumentation()
Packit 1c1d7e
    { return "Dokumentace proměnných"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation of a file/namespace/group before
Packit 1c1d7e
     *  the list of links to documented compounds
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trCompounds()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Datové struktry";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Třídy";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the standard footer of each page and indicates when
Packit 1c1d7e
     *  the page was generated
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trGeneratedAt(const char *date,const char *projName)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result("Generováno ");
Packit 1c1d7e
      result += date;
Packit 1c1d7e
      if (projName)
Packit 1c1d7e
          result += QCString(" pro projekt ") + projName;
Packit 1c1d7e
      result += " programem";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is put before a class diagram */
Packit 1c1d7e
    virtual QCString trClassDiagram(const char *clName)
Packit 1c1d7e
    {
Packit 1c1d7e
      return QCString("Diagram dědičnosti pro třídu ") + clName;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\internal command is used. */
Packit 1c1d7e
    virtual QCString trForInternalUseOnly()
Packit 1c1d7e
    { return "Pouze pro vnitřní použití."; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\warning command is used. */
Packit 1c1d7e
    virtual QCString trWarning()
Packit 1c1d7e
    { return "Pozor"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\version command is used. */
Packit 1c1d7e
    virtual QCString trVersion()
Packit 1c1d7e
    { return "Verze"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\date command is used. */
Packit 1c1d7e
    virtual QCString trDate()
Packit 1c1d7e
    { return "Datum"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\return command is used. */
Packit 1c1d7e
    virtual QCString trReturns()
Packit 1c1d7e
    { return "Návratová hodnota"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\sa command is used. */
Packit 1c1d7e
    virtual QCString trSeeAlso()
Packit 1c1d7e
    { return "Viz také"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\param command is used. */
Packit 1c1d7e
    virtual QCString trParameters()
Packit 1c1d7e
    { return "Parametry"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is generated when the \\exception command is used. */
Packit 1c1d7e
    virtual QCString trExceptions()
Packit 1c1d7e
    { return "Výjimky"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is used in the title page of a LaTeX document. */
Packit 1c1d7e
    virtual QCString trGeneratedBy()
Packit 1c1d7e
    { return "Generováno programem"; }
Packit 1c1d7e
Packit 1c1d7e
    // new since 0.49-990307
Packit 1c1d7e
Packit 1c1d7e
    /*! used as the title of page containing all the index of all namespaces. */
Packit 1c1d7e
    virtual QCString trNamespaceList()
Packit 1c1d7e
    { return "Seznam prostorů jmen"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! used as an introduction to the namespace list */
Packit 1c1d7e
    virtual QCString trNamespaceListDescription(bool extractAll)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result="Zde naleznete seznam všech ";
Packit 1c1d7e
      if (!extractAll) result+="dokumentovaných ";
Packit 1c1d7e
      result+="prostorů jmen se stručným popisem:";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! used in the class documentation as a header before the list of all
Packit 1c1d7e
     *  friends of a class
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trFriends()
Packit 1c1d7e
    { return "Friends"; }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-990405
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! used in the class documentation as a header before the list of all
Packit 1c1d7e
     * related classes
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trRelatedFunctionDocumentation()
Packit 1c1d7e
    { return "Dokumentace k friends"; }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-990425
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! used as the title of the HTML page of a class/struct/union */
Packit 1c1d7e
    virtual QCString trCompoundReference(const char *clName,
Packit 1c1d7e
                                    ClassDef::CompoundType compType,
Packit 1c1d7e
                                    bool isTemplate)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result("Dokumentace ");
Packit 1c1d7e
      if (isTemplate) result += "šablony ";
Packit 1c1d7e
      switch(compType)
Packit 1c1d7e
      {
Packit 1c1d7e
        case ClassDef::Class:      result += "třídy "; break;
Packit 1c1d7e
        case ClassDef::Struct:     result += "struktury "; break;
Packit 1c1d7e
        case ClassDef::Union:      result += "unie "; break;
Packit 1c1d7e
        case ClassDef::Interface:  result += "rozhraní "; break;
Packit 1c1d7e
        case ClassDef::Protocol:   result += "protokolu "; break;
Packit 1c1d7e
        case ClassDef::Category:   result += "kategorie "; break;
Packit 1c1d7e
        case ClassDef::Exception:  result += "výjimky "; break;
Packit 1c1d7e
        default: break;
Packit 1c1d7e
      }
Packit 1c1d7e
      result += clName;
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! used as the title of the HTML page of a file */
Packit 1c1d7e
    virtual QCString trFileReference(const char *fileName)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result("Dokumentace souboru ");
Packit 1c1d7e
      result+=fileName;
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! used as the title of the HTML page of a namespace */
Packit 1c1d7e
    virtual QCString trNamespaceReference(const char *namespaceName)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result("Dokumentace prostoru jmen ");
Packit 1c1d7e
      result+=namespaceName;
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*
Packit 1c1d7e
     *  these are for the member sections of a class, struct or union
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trPublicMembers()
Packit 1c1d7e
    { return "Veřejné metody"; }
Packit 1c1d7e
    virtual QCString trPublicSlots()
Packit 1c1d7e
    { return "Veřejné sloty"; }
Packit 1c1d7e
    virtual QCString trSignals()
Packit 1c1d7e
    { return "Signály"; }
Packit 1c1d7e
    virtual QCString trStaticPublicMembers()
Packit 1c1d7e
    { return "Statické veřejné metody"; }
Packit 1c1d7e
    virtual QCString trProtectedMembers()
Packit 1c1d7e
    { return "Chráněné metody"; }
Packit 1c1d7e
    virtual QCString trProtectedSlots()
Packit 1c1d7e
    { return "Chráněné sloty"; }
Packit 1c1d7e
    virtual QCString trStaticProtectedMembers()
Packit 1c1d7e
    { return "Statické chráněné metody"; }
Packit 1c1d7e
    virtual QCString trPrivateMembers()
Packit 1c1d7e
    { return "Privátní metody"; }
Packit 1c1d7e
    virtual QCString trPrivateSlots()
Packit 1c1d7e
    { return "Privátní sloty"; }
Packit 1c1d7e
    virtual QCString trStaticPrivateMembers()
Packit 1c1d7e
    { return "Statické privátní metody"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! this function is used to produce a comma-separated list of items.
Packit 1c1d7e
     *  use generateMarker(i) to indicate where item i should be put.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trWriteList(int numEntries)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result;
Packit 1c1d7e
      int i;
Packit 1c1d7e
      // the inherits list contain `numEntries' classes
Packit 1c1d7e
      for (i=0;i
Packit 1c1d7e
      {
Packit 1c1d7e
        // use generateMarker to generate placeholders for the class links!
Packit 1c1d7e
        result+=generateMarker(i); // generate marker for entry i in the list
Packit 1c1d7e
                                   // (order is left to right)
Packit 1c1d7e
Packit 1c1d7e
        if (i!=numEntries-1)  // not the last entry, so we need a separator
Packit 1c1d7e
        {
Packit 1c1d7e
          if (i
Packit 1c1d7e
            result+=", ";
Packit 1c1d7e
          else                // the fore last entry
Packit 1c1d7e
            result+=" a ";
Packit 1c1d7e
        }
Packit 1c1d7e
      }
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! used in class documentation to produce a list of base classes,
Packit 1c1d7e
     *  if class diagrams are disabled.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trInheritsList(int numEntries)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result("Dědí z ");
Packit 1c1d7e
      result += (numEntries == 1) ? "bázové třídy " : "bázových tříd ";
Packit 1c1d7e
      result += trWriteList(numEntries) + ".";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! used in class documentation to produce a list of super classes,
Packit 1c1d7e
     *  if class diagrams are disabled.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trInheritedByList(int numEntries)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result("Zděděna ");
Packit 1c1d7e
      result += (numEntries == 1) ? "třídou " : "třídami ";
Packit 1c1d7e
      result += trWriteList(numEntries) + ".";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! used in member documentation blocks to produce a list of
Packit 1c1d7e
     *  members that are hidden by this one.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trReimplementedFromList(int numEntries)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result("Reimplementuje stejnojmenný prvek z ");
Packit 1c1d7e
      result += trWriteList(numEntries) + ".";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! used in member documentation blocks to produce a list of
Packit 1c1d7e
     *  all member that overwrite the implementation of this member.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trReimplementedInList(int numEntries)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result("Reimplementováno v ");
Packit 1c1d7e
      result += trWriteList(numEntries) + ".";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put above each page as a link to all members of namespaces. */
Packit 1c1d7e
    virtual QCString trNamespaceMembers()
Packit 1c1d7e
    { return "Symboly v prostorech jmen"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is an introduction to the page with all namespace members */
Packit 1c1d7e
    virtual QCString trNamespaceMemberDescription(bool extractAll)
Packit 1c1d7e
    {
Packit 1c1d7e
      QCString result="Zde naleznete seznam všech ";
Packit 1c1d7e
      if (!extractAll) result+="dokumentovaných ";
Packit 1c1d7e
      result+="symbolů, které jsou definovány ve svých prostorech jmen. "
Packit 1c1d7e
              "U každého je uveden odkaz na ";
Packit 1c1d7e
      if (extractAll)
Packit 1c1d7e
        result+="dokumentaci příslušného prostoru jmen:";
Packit 1c1d7e
      else
Packit 1c1d7e
        result+="příslušný prostor jmen:";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter with the
Packit 1c1d7e
     *  index of all namespaces.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trNamespaceIndex()
Packit 1c1d7e
    { return "Rejstřík prostorů jmen"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in LaTeX as the title of the chapter containing
Packit 1c1d7e
     *  the documentation of all namespaces.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trNamespaceDocumentation()
Packit 1c1d7e
    { return "Dokumentace prostorů jmen"; }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-990522
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in the documentation before the list of all
Packit 1c1d7e
     *  namespaces in a file.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trNamespaces()
Packit 1c1d7e
    { return "Prostory jmen"; }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-990728
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! This is put at the bottom of a class documentation page and is
Packit 1c1d7e
     *  followed by a list of files that were used to generate the page.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType,
Packit 1c1d7e
        bool single)
Packit 1c1d7e
    { // here s is one of " Class", " Struct" or " Union"
Packit 1c1d7e
      // single is true implies a single file
Packit 1c1d7e
      QCString result=(QCString)"Dokumentace pro ";
Packit 1c1d7e
      switch(compType)
Packit 1c1d7e
      {
Packit 1c1d7e
        case ClassDef::Class:      result+="tuto třídu"; break;
Packit 1c1d7e
        case ClassDef::Struct:     result+="tuto strukturu (struct)"; break;
Packit 1c1d7e
        case ClassDef::Union:      result+="tuto unii (union)"; break;
Packit 1c1d7e
        case ClassDef::Interface:  result+="toto rozhraní"; break;
Packit 1c1d7e
        case ClassDef::Protocol:   result+="tento protokol "; break;
Packit 1c1d7e
        case ClassDef::Category:   result+="tuto kategorii "; break;
Packit 1c1d7e
        case ClassDef::Exception:  result+="tuto výjimku"; break;
Packit 1c1d7e
        default: break;
Packit 1c1d7e
      }
Packit 1c1d7e
      result+=" byla generována z ";
Packit 1c1d7e
      if (single) result+="následujícího souboru:";
Packit 1c1d7e
      else        result+="následujících souborů:";
Packit 1c1d7e
      return result;
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-990901
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used as the heading text for the retval command. */
Packit 1c1d7e
    virtual QCString trReturnValues()
Packit 1c1d7e
    { return "Vracené hodnoty"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is in the (quick) index as a link to the main page (index.html)
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trMainPage()
Packit 1c1d7e
    { return "Hlavní stránka"; }
Packit 1c1d7e
Packit 1c1d7e
    /*! This is used in references to page that are put in the LaTeX
Packit 1c1d7e
     *  documentation. It should be an abbreviation of the word page.
Packit 1c1d7e
     */
Packit 1c1d7e
    virtual QCString trPageAbbreviation()
Packit 1c1d7e
    { return "s."; }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-991003
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    virtual QCString trDefinedAtLineInSourceFile()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Definice je uvedena na řádku @0 v souboru @1.";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trDefinedInSourceFile()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Definice v souboru @0.";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 0.49-991205
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    virtual QCString trDeprecated()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Zastaralé";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 1.0.0
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! this text is put before a collaboration diagram */
Packit 1c1d7e
    virtual QCString trCollaborationDiagram(const char *clName)
Packit 1c1d7e
    {
Packit 1c1d7e
      return (QCString)"Diagram tříd pro "+clName+":";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! this text is put before an include dependency graph */
Packit 1c1d7e
    virtual QCString trInclDepGraph(const char *fName)
Packit 1c1d7e
    {
Packit 1c1d7e
      return (QCString)"Graf závislostí na vkládaných souborech "
Packit 1c1d7e
                    "pro "+fName+":";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! header that is put before the list of constructor/destructors. */
Packit 1c1d7e
    virtual QCString trConstructorDocumentation()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Dokumentace konstruktoru a destruktoru";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Used in the file documentation to point to the corresponding sources. */
Packit 1c1d7e
    virtual QCString trGotoSourceCode()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Zobrazit zdrojový text tohoto souboru.";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Used in the file sources to point to the corresponding documentation. */
Packit 1c1d7e
    virtual QCString trGotoDocumentation()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Zobrazit dokumentaci tohoto souboru.";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Text for the \\pre command */
Packit 1c1d7e
    virtual QCString trPrecondition()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Precondition";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Text for the \\post command */
Packit 1c1d7e
    virtual QCString trPostcondition()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Postcondition";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Text for the \\invariant command */
Packit 1c1d7e
    virtual QCString trInvariant()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Invariant";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Text shown before a multi-line variable/enum initialization */
Packit 1c1d7e
    virtual QCString trInitialValue()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Initializer:";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Text used the source code in the file index */
Packit 1c1d7e
    virtual QCString trCode()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "zdrojový text";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trGraphicalHierarchy()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Grafické zobrazení hierarchie tříd";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trGotoGraphicalHierarchy()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Zobrazit grafickou podobu hierarchie tříd";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trGotoTextualHierarchy()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Zobrazit textovou podobu hierarchie tříd";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trPageIndex()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Rejstřík stránek";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 1.1.0
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    virtual QCString trNote()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Poznámka";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trPublicTypes()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Veřejné typy";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trPublicAttribs()
Packit 1c1d7e
    {
Packit 1c1d7e
      if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Datové položky";
Packit 1c1d7e
      }
Packit 1c1d7e
      else
Packit 1c1d7e
      {
Packit 1c1d7e
        return "Veřejné atributy";
Packit 1c1d7e
      }
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trStaticPublicAttribs()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Statické veřejné atributy";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trProtectedTypes()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Chráněné typy";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trProtectedAttribs()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Chráněné atributy";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trStaticProtectedAttribs()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Statické chráněné atributy";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trPrivateTypes()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Privátní typy";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trPrivateAttribs()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Privátní atributy";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trStaticPrivateAttribs()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Statické privátní atributy";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 1.1.3
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! Used as a marker that is put before a todo item */
Packit 1c1d7e
    virtual QCString trTodo()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Plánované úpravy";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! Used as the header of the todo list */
Packit 1c1d7e
    virtual QCString trTodoList()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Seznam plánovaných úprav";
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 1.1.4
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    virtual QCString trReferencedBy()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Používá se v";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trRemarks()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Poznámky"; // ??? not checked in a context
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trAttention()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Upozornění"; // ??? not checked in a context
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trInclByDepGraph()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Následující graf ukazuje, které soubory přímo nebo "
Packit 1c1d7e
             "nepřímo vkládají tento soubor:";
Packit 1c1d7e
    }
Packit 1c1d7e
    virtual QCString trSince()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Od"; // ??? not checked in a context
Packit 1c1d7e
    }
Packit 1c1d7e
Packit 1c1d7e
////////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
// new since 1.1.5
Packit 1c1d7e
//////////////////////////////////////////////////////////////////////////
Packit 1c1d7e
Packit 1c1d7e
    /*! title of the graph legend page */
Packit 1c1d7e
    virtual QCString trLegendTitle()
Packit 1c1d7e
    {
Packit 1c1d7e
      return "Vysvětlivky ke grafu";
Packit 1c1d7e
    }
Packit 1c1d7e
    /*! page explaining how the dot graph's should be interpreted */
Packit 1c1d7e
    virtual QCString trLegendDocs()
Packit 1c1d7e
    {
Packit 1c1d7e
      return
Packit 1c1d7e
        "Zde naleznete vysvětlení, jak mají být interpretovány grafy, "
Packit 1c1d7e
        "které byly generovány programem doxygen.

\n"

Packit 1c1d7e
        "Uvažujte následující příklad:\n"
Packit 1c1d7e
        "\\code\n"
Packit 1c1d7e
        "/*! Neviditelná třída, která se v grafu nezobrazuje, protože "
Packit 1c1d7e
        "došlo k ořezání grafu. */\n"
Packit 1c1d7e
        "class Invisible { };\n\n"
Packit 1c1d7e
        "/*! Třída, u které došlo k ořezání grafu. Vztah dědičnosti "
Packit 1c1d7e
        "je skryt. */\n"
Packit 1c1d7e
        "class Truncated : public Invisible { };\n\n"
Packit 1c1d7e
        "/* Třída, která není dokumentována komentáři programu doxygen. */\n"
Packit 1c1d7e
        "class Undocumented { };\n\n"
Packit 1c1d7e
        "/*! Bázová třída děděná veřejně (public inheritance). */\n"
Packit 1c1d7e
        "class PublicBase : public Truncated { };\n\n"
Packit 1c1d7e
        "/*! Šablona třídy. */\n"
Packit 1c1d7e
        "template<class T> class Templ { };\n\n"
Packit 1c1d7e
        "/*! Bázová třída, použitá pro chráněné dědění "
Packit 1c1d7e
        "(protected inheritance). */\n"
Packit 1c1d7e
        "class ProtectedBase { };\n\n"
Packit 1c1d7e
        "/*! Bázová třída, využitá pro privátní dědění "
Packit 1c1d7e
        "(private inheritance). */\n"
Packit 1c1d7e
        "class PrivateBase { };\n\n"
Packit 1c1d7e
        "/*! Třída, která je využívána třídou Inherited. */\n"
Packit 1c1d7e
        "class Used { };\n\n"
Packit 1c1d7e
        "/*! Odvozená třída, která dědí z více tříd. */\n"
Packit 1c1d7e
        "class Inherited : public PublicBase,\n"
Packit 1c1d7e
        "                  protected ProtectedBase,\n"
Packit 1c1d7e
        "                  private PrivateBase,\n"
Packit 1c1d7e
        "                  public Undocumented,\n"
Packit 1c1d7e
        "                  public Templ<int>\n"
Packit 1c1d7e
        "{\n"
Packit 1c1d7e
        "  private:\n"
Packit 1c1d7e
        "    Used *m_usedClass;\n"
Packit 1c1d7e
        "};\n"
Packit 1c1d7e
        "\\endcode\n"
Packit 1c1d7e
        "K výše uvedenému bude vygenerován následující graf:"
Packit 1c1d7e
        "

<center></center>\n"

Packit 1c1d7e
        "

\n"

Packit 1c1d7e
        "Bloky (tj. uzly) v uvedeném grafu mají následující význam:\n"
Packit 1c1d7e
        "
    \n"
Packit 1c1d7e
        "
  • Šedě vyplněný obdélník reprezentuje strukturu nebo třídu, "
  • Packit 1c1d7e
                "pro kterou byl graf generován.\n"
    Packit 1c1d7e
            "
  • Obdélník s černým obrysem označuje dokumentovanou "
  • Packit 1c1d7e
                "strukturu nebo třídu.\n"
    Packit 1c1d7e
            "
  • Obdélník s šedým obrysem označuje nedokumentovanou "
  • Packit 1c1d7e
                "strukturu nebo třídu.\n"
    Packit 1c1d7e
            "
  • Obdélník s červeným obrysem označuje dokumentovanou "
  • Packit 1c1d7e
                "strukturu nebo třídu, pro kterou\n"
    Packit 1c1d7e
                "nejsou zobrazeny všechny vztahy dědičnosti nebo obsažení. "
    Packit 1c1d7e
                "Graf je ořezán v případě, kdy jej\n"
    Packit 1c1d7e
                "není možné umístit do vymezeného prostoru.\n"
    Packit 1c1d7e
            "\n"
    Packit 1c1d7e
            "Šipky (tj. hrany grafu) mají následující význam:\n"
    Packit 1c1d7e
            "
      \n"
    Packit 1c1d7e
            "
  • Tmavě modrá šipka se používá pro označení vztahu veřejné "
  • Packit 1c1d7e
                "dědičnosti (public) mezi dvěma třídami.\n"
    Packit 1c1d7e
            "
  • Tmavě zelená šipka označuje vztah chráněné dědičnosti "
  • Packit 1c1d7e
                "(protected).\n"
    Packit 1c1d7e
            "
  • Tmavě červená šipka označuje vztah privátní dědičnosti "
  • Packit 1c1d7e
                "(private).\n"
    Packit 1c1d7e
            "
  • Purpurová šipka kreslená čárkovaně se používá v případě, "
  • Packit 1c1d7e
                "kdy je třída obsažena v jiné třídě,\n"
    Packit 1c1d7e
                "nebo kdy je používána jinou třídou. Je označena identifikátorem "
    Packit 1c1d7e
                "jedné nebo více proměných, přes které\n"
    Packit 1c1d7e
                "je třída nebo struktura zpřístupněna.\n"
    Packit 1c1d7e
            "
  • Žlutá šipka kreslená čárkovaně vyjadřuje vztah mezi instancí šablony "
  • Packit 1c1d7e
                "a šablonou třídy, na základě které byla\n"
    Packit 1c1d7e
                "instance šablony vytvořena. V popisu šipky jsou uvedeny  příslušné"
    Packit 1c1d7e
                " parametry šablony.\n"
    Packit 1c1d7e
            "\n";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! text for the link to the legend page */
    Packit 1c1d7e
        virtual QCString trLegend()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "vysvětlivky";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.0
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as a marker that is put before a test item */
    Packit 1c1d7e
        virtual QCString trTest()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Test";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as the header of the test list */
    Packit 1c1d7e
        virtual QCString trTestList()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Seznam testů";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.2
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as a section header for IDL properties */
    Packit 1c1d7e
        virtual QCString trProperties()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Vlastnosti";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as a section header for IDL property documentation */
    Packit 1c1d7e
        virtual QCString trPropertyDocumentation()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Dokumentace k vlastnosti";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.4
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used for Java classes in the summary section of Java packages */
    Packit 1c1d7e
        virtual QCString trClasses()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Třídy";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as the title of a Java package */
    Packit 1c1d7e
        virtual QCString trPackage(const char *name)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return QCString("Balík ") + name;
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Title of the package index page */
    Packit 1c1d7e
        virtual QCString trPackageList()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Seznam balíků";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! The description of the package index page */
    Packit 1c1d7e
        virtual QCString trPackageListDescription()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Zde naleznete seznam balíků se stručným popisem "
    Packit 1c1d7e
                        "(pokud byl uveden):";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! The link name in the Quick links header for each page */
    Packit 1c1d7e
        virtual QCString trPackages()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Balíky";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Text shown before a multi-line define */
    Packit 1c1d7e
        virtual QCString trDefineValue()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Hodnota:";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.5
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as a marker that is put before a \\bug item */
    Packit 1c1d7e
        virtual QCString trBug()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Chyba";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as the header of the bug list */
    Packit 1c1d7e
        virtual QCString trBugList()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Seznam chyb";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.6-20010422
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as ansicpg for RTF file */
    Packit 1c1d7e
        virtual QCString trRTFansicp()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "1250";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as ansicpg for RTF fcharset */
    Packit 1c1d7e
        virtual QCString trRTFCharSet()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "238";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as header RTF general index */
    Packit 1c1d7e
        virtual QCString trRTFGeneralIndex()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Rejstřík";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trClass(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Tříd" : "tříd"));
    Packit 1c1d7e
          result += singular ? "a" : "y";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trFile(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Soubor" : "soubor"));
    Packit 1c1d7e
          if (!singular)  result+="y";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trNamespace(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Prostor" : "prostor"));
    Packit 1c1d7e
          if (!singular)  result+="y";
    Packit 1c1d7e
          result+=" jmen";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trGroup(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Skupin" : "skupin"));
    Packit 1c1d7e
          result += singular ? "a" : "y";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trPage(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Stránk" : "stránk"));
    Packit 1c1d7e
          result += singular ? "a" : "y";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trMember(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Člen" : "člen"));
    Packit 1c1d7e
          if (!singular)
    Packit 1c1d7e
              result += "y";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! ??? Jak to prelozit? Bylo by dobre, kdyby se ozval nekdo,
    Packit 1c1d7e
         * kdo to pouziva.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trGlobal(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Global" : "global"));
    Packit 1c1d7e
          if (!singular)  result+="s";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.7
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This text is generated when the \\author command is used and
    Packit 1c1d7e
         *  for the author section in man pages. */
    Packit 1c1d7e
        virtual QCString trAuthor(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Auto" : "auto"));
    Packit 1c1d7e
          result += (singular) ? "r" : "ři";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.11
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This text is put before the list of members referenced by a member
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trReferences()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Odkazuje se na";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.13
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! used in member documentation blocks to produce a list of
    Packit 1c1d7e
         *  members that are implemented by this one.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trImplementedFromList(int numEntries)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Implementuje "+trWriteList(numEntries)+".";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! used in member documentation blocks to produce a list of
    Packit 1c1d7e
         *  all members that implement this member.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trImplementedInList(int numEntries)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Implementováno v "+trWriteList(numEntries)+".";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.16
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! used in RTF documentation as a heading for the Table
    Packit 1c1d7e
         *  of Contents.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trRTFTableOfContents()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Obsah";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.17
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as the header of the list of item that have been
    Packit 1c1d7e
         *  flagged deprecated
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDeprecatedList()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Seznam zastaralých prvků";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.2.18
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as a header for declaration section of the events found in
    Packit 1c1d7e
         * a C# program
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trEvents()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Události";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Header used for the documentation section of a class' events. */
    Packit 1c1d7e
        virtual QCString trEventDocumentation()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Dokumentace událostí";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.3
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as a heading for a list of Java class types with package scope.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trPackageTypes()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Typy v balíku";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as a heading for a list of Java class functions with package
    Packit 1c1d7e
         * scope.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trPackageMembers()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Funkce v balíku";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as a heading for a list of static Java class functions with
    Packit 1c1d7e
         *  package scope.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trStaticPackageMembers()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Statické funkce v balíku";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as a heading for a list of Java class variables with package
    Packit 1c1d7e
         * scope.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trPackageAttribs()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Atributy balíku";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Used as a heading for a list of static Java class variables with
    Packit 1c1d7e
         * package scope.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trStaticPackageAttribs()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Statické atributy balíku";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.3.1
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used in the quick index of a class/file/namespace member list page
    Packit 1c1d7e
         *  to link to the unfiltered list of all members.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trAll()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Vše";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! Put in front of the call graph for a function. */
    Packit 1c1d7e
        virtual QCString trCallGraph()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Tato funkce volá...";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.3.3
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This string is used as the title for the page listing the search
    Packit 1c1d7e
         *  results.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trSearchResultsTitle()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Výsledky vyhledávání";
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! This string is put just before listing the search results. The
    Packit 1c1d7e
         *  text can be different depending on the number of documents found.
    Packit 1c1d7e
         *  Inside the text you can put the special marker $num to insert
    Packit 1c1d7e
         *  the number representing the actual number of search results.
    Packit 1c1d7e
         *  The @a numDocuments parameter can be either 0, 1 or 2, where the
    Packit 1c1d7e
         *  value 2 represents 2 or more matches. HTML markup is allowed inside
    Packit 1c1d7e
         *  the returned string.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trSearchResults(int numDocuments)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          if (numDocuments==0)
    Packit 1c1d7e
          {
    Packit 1c1d7e
            return "Lituji. Vašemu dotazu neodpovídá žádný dokument.";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          else if (numDocuments==1)
    Packit 1c1d7e
          {
    Packit 1c1d7e
            return "Nalezen jediný dokument, který vyhovuje vašemu dotazu.";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          else
    Packit 1c1d7e
          {
    Packit 1c1d7e
            return "Nalezeno $num dokumentů, které vyhovují vašemu "
    Packit 1c1d7e
                          "dotazu. Nejlépe odpovídající dokumenty jsou zobrazeny "
    Packit 1c1d7e
                          "jako první.";
    Packit 1c1d7e
          }
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! This string is put before the list of matched words, for each search
    Packit 1c1d7e
         *  result. What follows is the list of words that matched the query.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trSearchMatches()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Nalezená slova:";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.3.8
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in HTML as the title of page with source code for file filename
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trSourceFile(QCString& filename)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return QCString("Zdrojový soubor ") + filename;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.3.9
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used as the name of the chapter containing the directory
    Packit 1c1d7e
         *  hierarchy.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDirIndex()
    Packit 1c1d7e
        { return "Hierarchie adresářů"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used as the name of the chapter containing the documentation
    Packit 1c1d7e
         *  of the directories.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDirDocumentation()
    Packit 1c1d7e
        { return "Dokumentace k adresářům"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used as the title of the directory index and also in the
    Packit 1c1d7e
         *  Quick links of a HTML page, to link to the directory hierarchy.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDirectories()
    Packit 1c1d7e
        { return "Adresáře"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This returns a sentences that introduces the directory hierarchy.
    Packit 1c1d7e
         *  and the fact that it is sorted alphabetically per level
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDirDescription()
    Packit 1c1d7e
        {
    Packit 1c1d7e
            return "Následující hierarchie adresářů je zhruba, "
    Packit 1c1d7e
                          "ale ne úplně, řazena podle abecedy:";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This returns the title of a directory page. The name of the
    Packit 1c1d7e
         *  directory is passed via \a dirName.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDirReference(const char *dirName)
    Packit 1c1d7e
        {
    Packit 1c1d7e
            QCString result = "Reference k adresáři ";
    Packit 1c1d7e
            result += dirName;
    Packit 1c1d7e
            return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This returns the word directory with or without starting capital
    Packit 1c1d7e
         *  (\a first_capital) and in sigular or plural form (\a singular).
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDir(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
            QCString result((first_capital ? "Adresář" : "adresář"));
    Packit 1c1d7e
            if ( ! singular)
    Packit 1c1d7e
                result += "e";
    Packit 1c1d7e
            return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.4.1
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This text is added to the documentation when the \\overload command
    Packit 1c1d7e
         *  is used for a overloaded function.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trOverloadText()
    Packit 1c1d7e
        {
    Packit 1c1d7e
           return "Jde o přetíženou (overloaded) metodu, "
    Packit 1c1d7e
                  "která má usnadnit používání. Od výše uvedené metody se liší "
    Packit 1c1d7e
                  "pouze jinak zadávanými argumenty.";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.4.6
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        virtual QCString trCallerGraph()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Tuto funkci volají...";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in the documentation of a file/namespace before the list
    Packit 1c1d7e
         *  of documentation blocks for enumeration values
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trEnumerationValueDocumentation()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Dokumentace výčtových hodnot";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.5.4 (mainly for Fortran)
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! header that is put before the list of member subprograms (Fortran). */
    Packit 1c1d7e
        virtual QCString trMemberFunctionDocumentationFortran()
    Packit 1c1d7e
        { return "Dokumentace členských funkcí/podprogramů"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is put above each page as a link to the list of annotated data types (Fortran). */
    Packit 1c1d7e
        virtual QCString trCompoundListFortran()
    Packit 1c1d7e
        { return "Seznam datových typů"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is put above each page as a link to all members of compounds (Fortran). */
    Packit 1c1d7e
        virtual QCString trCompoundMembersFortran()
    Packit 1c1d7e
        { return "Datová pole"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is an introduction to the annotated compound list (Fortran). */
    Packit 1c1d7e
        virtual QCString trCompoundListDescriptionFortran()
    Packit 1c1d7e
        { return "Datové typy se stručnými popisy:"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is an introduction to the page with all data types (Fortran). */
    Packit 1c1d7e
        virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
    Packit 1c1d7e
        {
    Packit 1c1d7e
    Packit 1c1d7e
          QCString result="Následuje seznam všech ";
    Packit 1c1d7e
          if (!extractAll)
    Packit 1c1d7e
          {
    Packit 1c1d7e
            result+="dokumentovaných ";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          result+="složek datových typů";
    Packit 1c1d7e
          result+=" s odkazy na ";
    Packit 1c1d7e
          if (!extractAll)
    Packit 1c1d7e
          {
    Packit 1c1d7e
             result+="dokumentaci datové struktury pro každou složku:";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          else
    Packit 1c1d7e
          {
    Packit 1c1d7e
              result+="příslušné datové typy:";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in LaTeX as the title of the chapter with the
    Packit 1c1d7e
         * annotated compound index (Fortran).
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trCompoundIndexFortran()
    Packit 1c1d7e
        { return "Rejstřík datových typů"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in LaTeX as the title of the chapter containing
    Packit 1c1d7e
         *  the documentation of all data types (Fortran).
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trTypeDocumentation()
    Packit 1c1d7e
        { return "Dokumentace k datovým typům"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in the documentation of a file as a header before the
    Packit 1c1d7e
         *  list of (global) subprograms (Fortran).
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trSubprograms()
    Packit 1c1d7e
        { return "Funkce/podprogramy"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in the documentation of a file/namespace before the list
    Packit 1c1d7e
         *  of documentation blocks for subprograms (Fortran)
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trSubprogramDocumentation()
    Packit 1c1d7e
        { return "Dokumentace funkce/podprogramu"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in the documentation of a file/namespace/group before
    Packit 1c1d7e
         *  the list of links to documented compounds (Fortran)
    Packit 1c1d7e
         */
    Packit 1c1d7e
         virtual QCString trDataTypes()
    Packit 1c1d7e
        { return "Datové typy"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! used as the title of page containing all the index of all modules (Fortran). */
    Packit 1c1d7e
        virtual QCString trModulesList()
    Packit 1c1d7e
        { return "Seznam modulů"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! used as an introduction to the modules list (Fortran) */
    Packit 1c1d7e
        virtual QCString trModulesListDescription(bool extractAll)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result="Následuje seznam všech ";
    Packit 1c1d7e
          if (!extractAll) result+="dokumentovaných ";
    Packit 1c1d7e
          result+="modulů se stručnými popisy:";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! used as the title of the HTML page of a module/type (Fortran) */
    Packit 1c1d7e
        virtual QCString trCompoundReferenceFortran(const char *clName,
    Packit 1c1d7e
                                        ClassDef::CompoundType compType,
    Packit 1c1d7e
                                        bool isTemplate)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result("Dokumentace ");
    Packit 1c1d7e
          if (isTemplate) result += "šablony ";
    Packit 1c1d7e
          switch(compType)
    Packit 1c1d7e
          {
    Packit 1c1d7e
            case ClassDef::Class:      result += "třídy "; break;
    Packit 1c1d7e
            case ClassDef::Struct:     result += "typu "; break;
    Packit 1c1d7e
            case ClassDef::Union:      result += "unie "; break;
    Packit 1c1d7e
            case ClassDef::Interface:  result += "rozhraní "; break;
    Packit 1c1d7e
            case ClassDef::Protocol:   result += "protokolu "; break;
    Packit 1c1d7e
            case ClassDef::Category:   result += "kategorie "; break;
    Packit 1c1d7e
            case ClassDef::Exception:  result += "výjimky "; break;
    Packit 1c1d7e
            default: break;
    Packit 1c1d7e
          }
    Packit 1c1d7e
          result += clName;
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! used as the title of the HTML page of a module (Fortran) */
    Packit 1c1d7e
        virtual QCString trModuleReference(const char *namespaceName)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result="Dokumentace modulu ";
    Packit 1c1d7e
          result += namespaceName;
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is put above each page as a link to all members of modules. (Fortran) */
    Packit 1c1d7e
        virtual QCString trModulesMembers()
    Packit 1c1d7e
        { return "Části modulu"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is an introduction to the page with all modules members (Fortran) */
    Packit 1c1d7e
        virtual QCString trModulesMemberDescription(bool extractAll)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result="Následuje seznam všech ";
    Packit 1c1d7e
          if (!extractAll) result+="dokumentovaných ";
    Packit 1c1d7e
          result+="částí modulů s odkazy ";
    Packit 1c1d7e
          if (extractAll)
    Packit 1c1d7e
          {
    Packit 1c1d7e
            result+="na dokumentaci modulu pro danou část:";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          else
    Packit 1c1d7e
          {
    Packit 1c1d7e
            result+="na moduly, ke kterým část patří:";
    Packit 1c1d7e
          }
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used in LaTeX as the title of the chapter with the
    Packit 1c1d7e
         *  index of all modules (Fortran).
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trModulesIndex()
    Packit 1c1d7e
        { return "Rejstřík modulů"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trModule(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Modul" : "modul"));
    Packit 1c1d7e
          if (!singular)  result+="y";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! This is put at the bottom of a module documentation page and is
    Packit 1c1d7e
         *  followed by a list of files that were used to generate the page.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType,
    Packit 1c1d7e
            bool single)
    Packit 1c1d7e
        { // here s is one of " Module", " Struct" or " Union"
    Packit 1c1d7e
          // single is true implies a single file
    Packit 1c1d7e
          QCString result=(QCString)"Dokumentace ";
    Packit 1c1d7e
          switch(compType)
    Packit 1c1d7e
          {
    Packit 1c1d7e
            case ClassDef::Class:      result+="k tomuto modulu"; break;
    Packit 1c1d7e
            case ClassDef::Struct:     result+="k tomuto typu"; break;
    Packit 1c1d7e
            case ClassDef::Union:      result+="k této unii"; break;
    Packit 1c1d7e
            case ClassDef::Interface:  result+="k tomuto rozhraní"; break;
    Packit 1c1d7e
            case ClassDef::Protocol:   result+="k tomuto protokolu"; break;
    Packit 1c1d7e
            case ClassDef::Category:   result+="k této kategorii"; break;
    Packit 1c1d7e
            case ClassDef::Exception:  result+="k této výjimce"; break;
    Packit 1c1d7e
            default: break;
    Packit 1c1d7e
          }
    Packit 1c1d7e
          result+=" byla vygenerována z ";
    Packit 1c1d7e
          if (single) result+="následujícího souboru:";
    Packit 1c1d7e
          else result+="následujících souborů:";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trType(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Typ" : "typ"));
    Packit 1c1d7e
          if (!singular)  result+="y";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /*! This is used for translation of the word that will possibly
    Packit 1c1d7e
         *  be followed by a single name or by a list of names
    Packit 1c1d7e
         *  of the category.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trSubprogram(bool first_capital, bool singular)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result((first_capital ? "Podprogram" : "podprogram"));
    Packit 1c1d7e
          if (!singular)  result+="y";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! C# Type Contraint list */
    Packit 1c1d7e
        virtual QCString trTypeConstraints()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Omezení typů (Type Constraints)";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.6.0 (mainly for the new search engine)
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! directory relation for \a name */
    Packit 1c1d7e
        virtual QCString trDirRelation(const char *name)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Relace " + QCString(name);
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Loading message shown when loading search results */
    Packit 1c1d7e
        virtual QCString trLoading()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Načítám...";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Label used for search results in the global namespace */
    Packit 1c1d7e
        virtual QCString trGlobalNamespace()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Globální prostor jmen";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Message shown while searching */
    Packit 1c1d7e
        virtual QCString trSearching()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Vyhledávám...";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Text shown when no search results are found */
    Packit 1c1d7e
        virtual QCString trNoMatches()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Nic se nenašlo";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.6.3 (missing items for the directory pages)
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! when clicking a directory dependency label, a page with a
    Packit 1c1d7e
         *  table is shown. The heading for the first column mentions the
    Packit 1c1d7e
         *  source file that has a relation to another file.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trFileIn(const char *name)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return (QCString)"Soubor v "+name;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! when clicking a directory dependency label, a page with a
    Packit 1c1d7e
         *  table is shown. The heading for the second column mentions the
    Packit 1c1d7e
         *  destination file that is included.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trIncludesFileIn(const char *name)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return (QCString)"Vkládá (include) soubor z "+name;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /** Compiles a date string.
    Packit 1c1d7e
         *  @param year Year in 4 digits
    Packit 1c1d7e
         *  @param month Month of the year: 1=January
    Packit 1c1d7e
         *  @param day Day of the Month: 1..31
    Packit 1c1d7e
         *  @param dayOfWeek Day of the week: 1=Monday..7=Sunday
    Packit 1c1d7e
         *  @param hour Hour of the day: 0..23
    Packit 1c1d7e
         *  @param minutes Minutes in the hour: 0..59
    Packit 1c1d7e
         *  @param seconds Seconds within the minute: 0..59
    Packit 1c1d7e
         *  @param includeTime Include time in the result string?
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDateTime(int year,int month,int day,int dayOfWeek,
    Packit 1c1d7e
                                    int hour,int minutes,int seconds,
    Packit 1c1d7e
                                    bool includeTime)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          static const char *days[]   = { "po","út","st","čt","pá","so","ne" };
    Packit 1c1d7e
          static const char *months[] = { "led","úno","bře","dub","kvě","čer","čec","srp","zář","říj","lis","pro" };
    Packit 1c1d7e
          QCString sdate;
    Packit 1c1d7e
          sdate.sprintf("%s %d. %s %d",days[dayOfWeek-1],day,months[month-1],year);
    Packit 1c1d7e
          if (includeTime)
    Packit 1c1d7e
          {
    Packit 1c1d7e
            QCString stime;
    Packit 1c1d7e
            stime.sprintf(" %.2d.%.2d:%.2d",hour,minutes,seconds);
    Packit 1c1d7e
            sdate+=stime;
    Packit 1c1d7e
          }
    Packit 1c1d7e
          return sdate;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.7.5
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Header for the page with bibliographic citations */
    Packit 1c1d7e
        virtual QCString trCiteReferences()
    Packit 1c1d7e
        { return "Odkazy na literaturu"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Text for copyright paragraph */
    Packit 1c1d7e
        virtual QCString trCopyright()
    Packit 1c1d7e
        { return "Copyright"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Header for the graph showing the directory dependencies */
    Packit 1c1d7e
        virtual QCString trDirDepGraph(const char *name)
    Packit 1c1d7e
        { return QCString("Graf závislosti na adresářích pro  ")+name+":"; }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.8.0
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Detail level selector shown for hierarchical indices */
    Packit 1c1d7e
        virtual QCString trDetailLevel()
    Packit 1c1d7e
        { return "úroveň detailů"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Section header for list of template parameters */
    Packit 1c1d7e
        virtual QCString trTemplateParameters()
    Packit 1c1d7e
        { return "Parametry šablon"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used in dot graph when UML_LOOK is enabled and there are many fields */
    Packit 1c1d7e
        virtual QCString trAndMore(const QCString &number)
    Packit 1c1d7e
        { return "a "+number+" další(ch)..."; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used file list for a Java enum */
    Packit 1c1d7e
        virtual QCString trEnumGeneratedFromFiles(bool single)
    Packit 1c1d7e
        { QCString result = "Dokumentace pro tento výčet byla generována z ";
    Packit 1c1d7e
          if (single)
    Packit 1c1d7e
              result += "následujícího souboru:";
    Packit 1c1d7e
          else
    Packit 1c1d7e
              result += "následujících souborů:";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Header of a Java enum page (Java enums are represented as classes). */
    Packit 1c1d7e
        virtual QCString trEnumReference(const char *name)
    Packit 1c1d7e
        { return "Reference k výčtu "+QCString(name); }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used for a section containing inherited members */
    Packit 1c1d7e
        virtual QCString trInheritedFrom(const char *members,const char *what)
    Packit 1c1d7e
        { return QCString(members)+" dědí se z "+what; }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Header of the sections with inherited members specific for the
    Packit 1c1d7e
         *  base class(es)
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trAdditionalInheritedMembers()
    Packit 1c1d7e
        { return "Další zděděné členy"; }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.8.2
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as a tooltip for the toggle button that appears in the
    Packit 1c1d7e
         *  navigation tree in the HTML output when GENERATE_TREEVIEW is
    Packit 1c1d7e
         *  enabled. This tooltip explains the meaning of the button.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trPanelSynchronisationTooltip(bool enable)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString opt = enable ? "povolit" : "zakázat";
    Packit 1c1d7e
          return opt + " synchronizaci panelů";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used in a method of an Objective-C class that is declared in a
    Packit 1c1d7e
         *  a category. Note that the @1 marker is required and is replaced
    Packit 1c1d7e
         *  by a link.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trProvidedByCategory()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Deklarováno v kategorii @0.";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used in a method of an Objective-C category that extends a class.
    Packit 1c1d7e
         *  Note that the @1 marker is required and is replaced by a link to
    Packit 1c1d7e
         *  the class method.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trExtendsClass()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Rozšiřuje třídu @0.";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as the header of a list of class methods in Objective-C.
    Packit 1c1d7e
         *  These are similar to static public member functions in C++.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trClassMethods()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Metody třídy";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as the header of a list of instance methods in Objective-C.
    Packit 1c1d7e
         *  These are similar to public member functions in C++.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trInstanceMethods()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Metody instance";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as the header of the member functions of an Objective-C class.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trMethodDocumentation()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Dokumentace metody";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
        /*! Used as the title of the design overview picture created for the
    Packit 1c1d7e
         *  VHDL output.
    Packit 1c1d7e
         */
    Packit 1c1d7e
        virtual QCString trDesignOverview()
    Packit 1c1d7e
        {
    Packit 1c1d7e
          return "Návrhové schéma";
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    // new since 1.8.4
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
        /** old style UNO IDL services: implemented interfaces */
    Packit 1c1d7e
        virtual QCString trInterfaces()
    Packit 1c1d7e
        { return "Exportovaná rozhraní"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /** old style UNO IDL services: inherited services */
    Packit 1c1d7e
        virtual QCString trServices()
    Packit 1c1d7e
        { return "Začleněné služby"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /** UNO IDL constant groups */
    Packit 1c1d7e
        virtual QCString trConstantGroups()
    Packit 1c1d7e
        { return "Konstantní skupiny"; }
    Packit 1c1d7e
    Packit 1c1d7e
        /** UNO IDL constant groups */
    Packit 1c1d7e
        virtual QCString trConstantGroupReference(const char *namespaceName)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result="Konstantní skupiny z ";
    Packit 1c1d7e
          result += namespaceName;
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /** UNO IDL service page title */
    Packit 1c1d7e
        virtual QCString trServiceReference(const char *sName)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result="Popis služby ";
    Packit 1c1d7e
          result += sName;
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /** UNO IDL singleton page title */
    Packit 1c1d7e
        virtual QCString trSingletonReference(const char *sName)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          QCString result="Popis singletonu ";
    Packit 1c1d7e
          result += sName;
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /** UNO IDL service page */
    Packit 1c1d7e
        virtual QCString trServiceGeneratedFromFiles(bool single)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          // single is true implies a single file
    Packit 1c1d7e
          QCString result="Dokumentace k této službě byla generována ";
    Packit 1c1d7e
          if (single) result+="z následujícího souboru:";
    Packit 1c1d7e
          else        result+="z následujících souborů:";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
        /** UNO IDL singleton page */
    Packit 1c1d7e
        virtual QCString trSingletonGeneratedFromFiles(bool single)
    Packit 1c1d7e
        {
    Packit 1c1d7e
          // single is true implies a single file
    Packit 1c1d7e
          QCString result="Dokumentace k tomuto singletonu byla generována ";
    Packit 1c1d7e
          if (single) result+="z následujícího souboru:";
    Packit 1c1d7e
          else        result+="z následujících souborů:";
    Packit 1c1d7e
          return result;
    Packit 1c1d7e
        }
    Packit 1c1d7e
    Packit 1c1d7e
    //////////////////////////////////////////////////////////////////////////
    Packit 1c1d7e
    Packit 1c1d7e
    };
    Packit 1c1d7e
    Packit 1c1d7e
    #endif // TRANSLATOR_CZ_H