summaryrefslogtreecommitdiffstats
path: root/tests/basic.test
Commit message (Expand)AuthorAgeFilesLines
* Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-3/+3
* * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-72/+72
* * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009Miguel Sofer2006-10-091-2/+2
* Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each testdgp2006-01-181-5/+13
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclBasic.c (Tcl_EvalEx): Restored recursion limitdgp2005-03-181-4/+2
* * tests/basic.test (basic-26.3): new testMiguel Sofer2005-02-111-2/+21
* * generic/tclBasic.c (Tcl_EvalObjEx):Miguel Sofer2005-02-101-1/+19
* * tests/basic.test: Updated functional (not testing) uses ofdgp2004-11-181-8/+14
* * tests/basic.test: Added missing constraints.dgp2004-10-261-3/+3
* * tests/basic.test (49.*): New tests for TCL_EVAL_GLOBAL.dgp2004-09-291-1/+21
* * generic/tclBasic.c: Removed internal routines TclInvoke,dgp2004-09-271-11/+2
* overlooked update to tests.dgp2004-03-291-3/+2
* * tests/basic.test: Made several tests more robust to thedgp2004-02-251-26/+34
* * doc/ParseCmd.3: Implementation of TIP 157. Adds recognitiondgp2003-11-141-17/+324
* * tests/async.test: Added several tests that demonstrate Tcldgp2003-07-241-1/+6
* Factored out the trace code - it's big enough to be its own maintenance areadkf2003-06-251-62/+2
* Corrected error message for grammar and spelling.dkf2003-05-051-2/+2
* * README: Bumped version number ofdgp2003-03-041-2/+2
* Don Porter's fix for bad parsing of nested scripts [Bug 681841].Miguel Sofer2003-02-161-1/+5
* finalization and test fixesvincentdarley2003-02-041-5/+5
* * Cleaned up, constrained, and reduced the amount of [exec] usagedgp2002-07-101-19/+13
* fixed [Bug 575817]Miguel Sofer2002-07-041-15/+20
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-6/+6
* Fix for bugs #549607 & #549610: testsuite failures for filenames with spaces.Miguel Sofer2002-05-071-4/+4
* 2002-04-08 Daniel Steffen <das@users.sourceforge.net>das2002-04-081-6/+8
* * Corrected problems with Tcl_AllowExceptionsdgp2002-03-291-1/+42
* avoid exceptional returns at level 0 [Bug 219181]Miguel Sofer2002-03-271-1/+15
* adding test for [Bug 533758], fixed earlier today.Miguel Sofer2002-03-231-3/+25
* Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken andKevin B Kenny2002-02-101-1/+32
* Added fix for Bug #494348; the [foreach] implementation was doing somedkf2002-01-031-26/+13
* Added test from Bug #494348, but solution still far off.dkf2002-01-031-1/+26
* improved skip reporting of missing commandshobbs2001-09-201-35/+16
* * library/tcltest1.0/tcltest2.tcl:jenn2000-10-191-3/+7
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
* * tests/tcltest.test:jenn1999-10-191-3/+3
* * tests/basic.test: updated test cases for 8.3hobbs1999-10-131-3/+3
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
* Changed to Tcl 8.2b1welch1999-06-251-3/+3
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-44/+186
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* check for test commands before running tests.hershey1998-07-281-0/+4
* Initial revisionrjohnson1998-03-261-0/+399
class="hl opt">{ return "czech"; } virtual QCString latexLanguageSupportCommand() { return "\\usepackage{czech}\n"; } /*! return the language charset. This will be used for the HTML output */ virtual QCString idLanguageCharset() { #ifdef _WIN32 return "windows-1250"; #else return "iso-8859-2"; #endif } // --- Language translation methods ------------------- /*! used in the compound documentation before a list of related functions. */ virtual QCString trRelatedFunctions() { return Decode("Související funkce"); } /*! subscript for the related functions. */ virtual QCString trRelatedSubscript() { return Decode("(Uvedené funkce nejsou členskými funkcemi.)"); } /*! header that is put before the detailed description of files, classes and namespaces. */ virtual QCString trDetailedDescription() { return Decode("Detailní popis"); } /*! header that is put before the list of typedefs. */ virtual QCString trMemberTypedefDocumentation() { return Decode("Dokumentace k členským typům"); } /*! header that is put before the list of enumerations. */ virtual QCString trMemberEnumerationDocumentation() { return Decode("Dokumentace k členským výčtům"); } /*! header that is put before the list of member functions. */ virtual QCString trMemberFunctionDocumentation() { return Decode("Dokumentace k metodám"); } /*! header that is put before the list of member attributes. */ virtual QCString trMemberDataDocumentation() { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { return Decode("Dokumentace k položkám"); } else { return Decode("Dokumentace k datovým členům"); } } /*! this is the text of a link put after brief descriptions. */ virtual QCString trMore() { return Decode("..."); } /*! put in the class documentation */ virtual QCString trListOfAllMembers() { return Decode("Seznam všech členů."); } /*! used as the title of the "list of all members" page of a class */ virtual QCString trMemberList() { return Decode("Seznam členů třídy"); } /*! this is the first part of a sentence that is followed by a class name */ virtual QCString trThisIsTheListOfAllMembers() { return Decode("Zde naleznete úplný seznam členů třídy "); } /*! this is the remainder of the sentence after the class name */ virtual QCString trIncludingInheritedMembers() { return Decode(", včetně všech zděděných členů."); } /*! this is put at the author sections at the bottom of man pages. * parameter s is name of the project name. */ virtual QCString trGeneratedAutomatically(const char *s) { QCString result="Generováno automaticky programem Doxygen " "ze zdrojových textů"; if (s) result+=(QCString)" projektu "+s; result+="."; return Decode(result); } /*! put after an enum name in the list of all members */ virtual QCString trEnumName() { return Decode("jméno výčtu"); } /*! put after an enum value in the list of all members */ virtual QCString trEnumValue() { return Decode("hodnota výčtu"); } /*! put after an undocumented member in the list of all members */ virtual QCString trDefinedIn() { return Decode("definován v"); } // quick reference sections /*! This is put above each page as a link to the list of all groups of * compounds or files (see the \\group command). */ virtual QCString trModules() { return Decode("Moduly"); } /*! This is put above each page as a link to the class hierarchy */ virtual QCString trClassHierarchy() { return Decode("Hierarchie tříd"); } /*! This is put above each page as a link to the list of annotated classes */ virtual QCString trCompoundList() { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { return Decode("Datové struktury"); } else { return Decode("Seznam tříd"); } } /*! This is put above each page as a link to the list of documented files */ virtual QCString trFileList() { return Decode("Seznam souborů"); } /*! This is put above each page as a link to the list of all verbatim headers */ virtual QCString trHeaderFiles() { return Decode("Seznam hlavičkových souborů"); } /*! This is put above each page as a link to all members of compounds. */ virtual QCString trCompoundMembers() { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { return Decode("Datové položky"); } else { return Decode("Seznam členů tříd"); } } /*! This is put above each page as a link to all members of files. */ virtual QCString trFileMembers() { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { return Decode("Globální symboly"); } else { return Decode("Symboly v souborech"); } } /*! This is put above each page as a link to all related pages. */ virtual QCString trRelatedPages() { return Decode("Související stránky"); } /*! This is put above each page as a link to all examples. */ virtual QCString trExamples() { return Decode("Příklady"); } /*! This is put above each page as a link to the search engine. */ virtual QCString trSearch() { return Decode("Hledat"); } /*! This is an introduction to the class hierarchy. */ virtual QCString trClassHierarchyDescription() { return Decode("Zde naleznete seznam, vyjadřující vztah dědičnosti tříd. " "Je seřazen přibližně (ale ne úplně) podle abecedy:"); } /*! This is an introduction to the list with all files. */ virtual QCString trFileListDescription(bool extractAll) { QCString result="Zde naleznete seznam všech "; if (!extractAll) result+="dokumentovaných "; result+="souborů se stručnými popisy:"; return Decode(result); } /*! This is an introduction to the annotated compound list. */ virtual QCString trCompoundListDescription() { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { return Decode("Následující seznam obsahuje identifikace datových " "struktur a jejich stručné popisy:"); } else { return Decode("Následující seznam obsahuje především identifikace " "tříd, ale nacházejí se zde i další netriviální prvky, " "jako jsou struktury (struct), unie (union) a rozhraní " "(interface). V seznamu jsou uvedeny jejich stručné " "popisy:"); } } /*! This is an introduction to the page with all class members. */ virtual QCString trCompoundMembersDescription(bool extractAll) { QCString result= "Zde naleznete seznam všech "; if (!extractAll) { result += "dokumentovaných "; } if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { result += "položek struktur (struct) a unií (union) "; } else { result += "členů tříd "; } result += "s odkazy na "; if (extractAll) { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { result += "dokumentaci struktur/unií, ke kterým příslušejí:"; } else { result += "dokumentaci tříd, ke kterým příslušejí:"; } } else { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { result+="struktury/unie, ke kterým příslušejí:"; } else { result+="třídy, ke kterým příslušejí:"; } } return Decode(result); } /*! This is an introduction to the page with all file members. */ virtual QCString trFileMembersDescription(bool extractAll) { QCString result="Zde naleznete seznam všech "; if (!extractAll) result+="dokumentovaných "; if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { result+="funkcí, proměnných, maker, výčtů a definic typů (typedef) " "s odkazy na "; } else { result+="symbolů, které jsou definovány na úrovni svých souborů. " "Pro každý symbol je uveden odkaz na "; } if (extractAll) result+="soubory, ke kterým příslušejí:"; else result+="dokumentaci:"; return Decode(result); } /*! This is an introduction to the page with the list of all header files. */ virtual QCString trHeaderFilesDescription() { return Decode("Zde naleznete hlavičkové soubory, které tvoří " "aplikační programátorské rozhraní (API):"); } /*! This is an introduction to the page with the list of all examples */ virtual QCString trExamplesDescription() { return Decode("Zde naleznete seznam všech příkladů:"); } /*! This is an introduction to the page with the list of related pages */ virtual QCString trRelatedPagesDescription() { return Decode("Zde naleznete seznam všech souvisejících stránek " "dokumentace:"); } /*! This is an introduction to the page with the list of class/file groups */ virtual QCString trModulesDescription() { return Decode("Zde naleznete seznam všech modulů:"); } /*! This sentences is used in the annotated class/file lists if no brief * description is given. */ virtual QCString trNoDescriptionAvailable() { return Decode("Popis není k dispozici"); } // index titles (the project name is prepended for these) /*! This is used in HTML as the title of index.html. */ virtual QCString trDocumentation() { return Decode("Dokumentace"); } /*! This is used in LaTeX as the title of the chapter with the * index of all groups. */ virtual QCString trModuleIndex() { return Decode("Rejstřík modulů"); } /*! This is used in LaTeX as the title of the chapter with the * class hierarchy. */ virtual QCString trHierarchicalIndex() { return Decode("Rejstřík hierarchie tříd"); } /*! This is used in LaTeX as the title of the chapter with the * annotated compound index. */ virtual QCString trCompoundIndex() { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { return Decode("Rejstřík datových struktur"); } else { return Decode("Rejstřík tříd"); } } /*! This is used in LaTeX as the title of the chapter with the * list of all files. */ virtual QCString trFileIndex() { return Decode("Rejstřík souborů"); } /*! This is used in LaTeX as the title of the chapter containing * the documentation of all groups. */ virtual QCString trModuleDocumentation() { return Decode("Dokumentace modulů"); } /*! This is used in LaTeX as the title of the chapter containing * the documentation of all classes, structs and unions. */ virtual QCString trClassDocumentation() { return Decode("Dokumentace tříd"); } /*! This is used in LaTeX as the title of the chapter containing * the documentation of all files. */ virtual QCString trFileDocumentation() { return Decode("Dokumentace souborů"); } /*! This is used in LaTeX as the title of the chapter containing * the documentation of all examples. */ virtual QCString trExampleDocumentation() { return Decode("Dokumentace příkladů"); } /*! This is used in LaTeX as the title of the chapter containing * the documentation of all related pages. */ virtual QCString trPageDocumentation() { return Decode("Dokumentace souvisejících stránek"); } /*! This is used in LaTeX as the title of the document */ virtual QCString trReferenceManual() { return Decode("Referenční příručka"); } /*! This is used in the documentation of a file as a header before the * list of defines */ virtual QCString trDefines() { return Decode("Definice maker"); } /*! This is used in the documentation of a file as a header before the * list of function prototypes */ virtual QCString trFuncProtos() { return Decode("Prototypy"); } /*! This is used in the documentation of a file as a header before the * list of typedefs */ virtual QCString trTypedefs() { return Decode("Definice typů"); } /*! This is used in the documentation of a file as a header before the * list of enumerations */ virtual QCString trEnumerations() { return Decode("Výčty"); } /*! This is used in the documentation of a file as a header before the * list of (global) functions */ virtual QCString trFunctions() { return Decode("Funkce"); } /*! This is used in the documentation of a file as a header before the * list of (global) variables */ virtual QCString trVariables() { return Decode("Proměnné"); } /*! This is used in the documentation of a file as a header before the * list of (global) variables */ virtual QCString trEnumerationValues() { return Decode("Hodnoty výčtů"); } /*! This is used in man pages as the author section. */ virtual QCString trAuthor() { return Decode("Autor"); } /*! This is used in the documentation of a file before the list of * documentation blocks for defines */ virtual QCString trDefineDocumentation() { return Decode("Dokumentace k definicím maker"); } /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for function prototypes */ virtual QCString trFunctionPrototypeDocumentation() { return Decode("Dokumentace prototypů"); } /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for typedefs */ virtual QCString trTypedefDocumentation() { return Decode("Dokumentace definic typů"); } /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for enumeration types */ virtual QCString trEnumerationTypeDocumentation() { return Decode("Dokumentace výčtových typů"); } /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for enumeration values */ virtual QCString trEnumerationValueDocumentation() { return Decode("Dokumentace výčtových hodnot"); } /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for functions */ virtual QCString trFunctionDocumentation() { return Decode("Dokumentace funkcí"); } /*! This is used in the documentation of a file/namespace before the list * of documentation blocks for variables */ virtual QCString trVariableDocumentation() { return Decode("Dokumentace proměnných"); } /*! This is used in the documentation of a file/namespace/group before * the list of links to documented compounds */ virtual QCString trCompounds() { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { return Decode("Datové struktry"); } else { return Decode("Třídy"); } } /*! This is used in the documentation of a group before the list of * links to documented files */ virtual QCString trFiles() { return Decode("Soubory"); } /*! This is used in the standard footer of each page and indicates when * the page was generated */ virtual QCString trGeneratedAt(const char *date,const char *projName) { QCString result=(QCString)"Generováno "+date; if (projName) result+=(QCString)" pro projekt "+projName; result+=(QCString)" programem"; return Decode(result); } /*! This is part of the sentence used in the standard footer of each page. */ virtual QCString trWrittenBy() { return Decode(" -- autor "); } /*! this text is put before a class diagram */ virtual QCString trClassDiagram(const char *clName) { return Decode((QCString)"Diagram dědičnosti pro třídu "+clName); } /*! this text is generated when the \\internal command is used. */ virtual QCString trForInternalUseOnly() { return Decode("Pouze pro vnitřní použití."); } /*! this text is generated when the \\reimp command is used. */ virtual QCString trReimplementedForInternalReasons() { return Decode("Reimplementováno z interních důvodů; " "aplikační rozhraní zachováno."); } /*! this text is generated when the \\warning command is used. */ virtual QCString trWarning() { return Decode("Pozor"); } /*! this text is generated when the \\bug command is used. */ virtual QCString trBugsAndLimitations() { return Decode("Chyby a omezení"); } /*! this text is generated when the \\version command is used. */ virtual QCString trVersion() { return Decode("Verze"); } /*! this text is generated when the \\date command is used. */ virtual QCString trDate() { return Decode("Datum"); } /*! this text is generated when the \\author command is used. */ virtual QCString trAuthors() { return Decode("Autor/autoři"); } /*! this text is generated when the \\return command is used. */ virtual QCString trReturns() { return Decode("Návratová hodnota"); } /*! this text is generated when the \\sa command is used. */ virtual QCString trSeeAlso() { return Decode("Viz také"); } /*! this text is generated when the \\param command is used. */ virtual QCString trParameters() { return Decode("Parametry"); } /*! this text is generated when the \\exception command is used. */ virtual QCString trExceptions() { return Decode("Výjimky"); } /*! this text is used in the title page of a LaTeX document. */ virtual QCString trGeneratedBy() { return Decode("Generováno programem"); } // new since 0.49-990307 /*! used as the title of page containing all the index of all namespaces. */ virtual QCString trNamespaceList() { return Decode("Seznam prostorů jmen"); } /*! used as an introduction to the namespace list */ virtual QCString trNamespaceListDescription(bool extractAll) { QCString result="Zde naleznete seznam všech "; if (!extractAll) result+="dokumentovaných "; result+="prostorů jmen se stručným popisem:"; return Decode(result); } /*! used in the class documentation as a header before the list of all * friends of a class */ virtual QCString trFriends() { return Decode("Friends"); } ////////////////////////////////////////////////////////////////////////// // new since 0.49-990405 ////////////////////////////////////////////////////////////////////////// /*! used in the class documentation as a header before the list of all * related classes */ virtual QCString trRelatedFunctionDocumentation() { return Decode("Dokumentace k friends"); } ////////////////////////////////////////////////////////////////////////// // new since 0.49-990425 ////////////////////////////////////////////////////////////////////////// /*! used as the title of the HTML page of a class/struct/union */ virtual QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate) { QCString result("Dokumentace "); if (isTemplate) result+="šablony "; switch(compType) { case ClassDef::Class: result+="třídy "; break; case ClassDef::Struct: result+="struktury "; break; case ClassDef::Union: result+="unie "; break; case ClassDef::Interface: result+="rozhraní "; break; case ClassDef::Exception: result+="výjimky "; break; } result+=clName; return Decode(result); } /*! used as the title of the HTML page of a file */ virtual QCString trFileReference(const char *fileName) { QCString result("Dokumentace souboru "); result+=fileName; return Decode(result); } /*! used as the title of the HTML page of a namespace */ virtual QCString trNamespaceReference(const char *namespaceName) { QCString result("Dokumentace prostoru jmen "); result+=namespaceName; return Decode(result); } /*! \mgroup Class sections * these are for the member sections of a class, struct or union */ virtual QCString trPublicMembers() { return Decode("Veřejné metody"); } virtual QCString trPublicSlots() { return Decode("Veřejné sloty"); } virtual QCString trSignals() { return Decode("Signály"); } virtual QCString trStaticPublicMembers() { return Decode("Statické veřejné metody"); } virtual QCString trProtectedMembers() { return Decode("Chráněné metody"); } virtual QCString trProtectedSlots() { return Decode("Chráněné sloty"); } virtual QCString trStaticProtectedMembers() { return Decode("Statické chráněné metody"); } virtual QCString trPrivateMembers() { return Decode("Privátní metody"); } virtual QCString trPrivateSlots() { return Decode("Privátní sloty"); } virtual QCString trStaticPrivateMembers() { return Decode("Statické privátní metody"); } /*! \endmgroup */ /*! this function is used to produce a comma-separated list of items. * use generateMarker(i) to indicate where item i should be put. */ virtual QCString trWriteList(int numEntries) { QCString result; int i; // the inherits list contain `numEntries' classes for (i=0;i<numEntries;i++) { // use generateMarker to generate placeholders for the class links! result+=generateMarker(i); // generate marker for entry i in the list // (order is left to right) if (i!=numEntries-1) // not the last entry, so we need a separator { if (i<numEntries-2) // not the fore last entry result+=", "; else // the fore last entry result+=" a "; } } return Decode(result); } /*! used in class documentation to produce a list of base classes, * if class diagrams are disabled. */ virtual QCString trInheritsList(int numEntries) { QCString result("Dědí z "); result += (numEntries == 1) ? "bázové třídy " : "bázových tříd "; result += trWriteList(numEntries)+"."; return Decode(result); } /*! used in class documentation to produce a list of super classes, * if class diagrams are disabled. */ virtual QCString trInheritedByList(int numEntries) { QCString result("Zděděna "); result += (numEntries == 1) ? "třídou " : "třídami "; result += trWriteList(numEntries)+"."; return Decode(result); } /*! used in member documentation blocks to produce a list of * members that are hidden by this one. */ virtual QCString trReimplementedFromList(int numEntries) { QCString result("Reimplementuje "); result += (numEntries == 1) ? "metodu třídy " : "metody tříd "; result += trWriteList(numEntries)+"."; return Decode(result); } /*! used in member documentation blocks to produce a list of * all member that overwrite the implementation of this member. */ virtual QCString trReimplementedInList(int numEntries) { QCString result("Reimplementováno "); result += (numEntries == 1) ? "třídou " : "třídami "; result += trWriteList(numEntries)+"."; return Decode(result); } /*! This is put above each page as a link to all members of namespaces. */ virtual QCString trNamespaceMembers() { return Decode("Symboly v prostorech jmen"); } /*! This is an introduction to the page with all namespace members */ virtual QCString trNamespaceMemberDescription(bool extractAll) { QCString result="Zde naleznete seznam všech "; if (!extractAll) result+="dokumentovaných "; result+="symbolů, které jsou definovány ve svých prostorech jmen. " "U každého je uveden odkaz na "; if (extractAll) result+="dokumentaci příslušného prostoru jmen:"; else result+="příslušný prostor jmen:"; return Decode(result); } /*! This is used in LaTeX as the title of the chapter with the * index of all namespaces. */ virtual QCString trNamespaceIndex() { return Decode("Rejstřík prostorů jmen"); } /*! This is used in LaTeX as the title of the chapter containing * the documentation of all namespaces. */ virtual QCString trNamespaceDocumentation() { return Decode("Dokumentace prostorů jmen"); } ////////////////////////////////////////////////////////////////////////// // new since 0.49-990522 ////////////////////////////////////////////////////////////////////////// /*! This is used in the documentation before the list of all * namespaces in a file. */ virtual QCString trNamespaces() { return Decode("Prostory jmen"); } ////////////////////////////////////////////////////////////////////////// // new since 0.49-990728 ////////////////////////////////////////////////////////////////////////// /*! This is put at the bottom of a class documentation page and is * followed by a list of files that were used to generate the page. */ virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single) { // here s is one of " Class", " Struct" or " Union" // single is true implies a single file QCString result=(QCString)"Dokumentace pro "; switch(compType) { case ClassDef::Class: result+="tuto třídu"; break; case ClassDef::Struct: result+="tuto strukturu (struct)"; break; case ClassDef::Union: result+="tuto unii (union)"; break; case ClassDef::Interface: result+="toto rozhraní"; break; case ClassDef::Exception: result+="tuto výjimku"; break; } result+=" byla generována z "; if (single) result+="následujícího souboru:"; else result+="následujících souborů:"; return Decode(result); } /*! This is in the (quick) index as a link to the alphabetical compound * list. */ virtual QCString trAlphabeticalList() { return Decode("Rejstřík tříd"); } ////////////////////////////////////////////////////////////////////////// // new since 0.49-990901 ////////////////////////////////////////////////////////////////////////// /*! This is used as the heading text for the retval command. */ virtual QCString trReturnValues() { return Decode("Vracené hodnoty"); } /*! This is in the (quick) index as a link to the main page (index.html) */ virtual QCString trMainPage() { return Decode("Hlavní stránka"); } /*! This is used in references to page that are put in the LaTeX * documentation. It should be an abbreviation of the word page. */ virtual QCString trPageAbbreviation() { return Decode("s."); } ////////////////////////////////////////////////////////////////////////// // new since 0.49-991003 ////////////////////////////////////////////////////////////////////////// virtual QCString trSources() { return Decode("Zdroje"); } virtual QCString trDefinedAtLineInSourceFile() { return Decode("Definice je uvedena na řádku @0 v souboru @1."); } virtual QCString trDefinedInSourceFile() { return Decode("Definice v souboru @0."); } ////////////////////////////////////////////////////////////////////////// // new since 0.49-991205 ////////////////////////////////////////////////////////////////////////// virtual QCString trDeprecated() { return Decode("Zastaralé"); } ////////////////////////////////////////////////////////////////////////// // new since 1.0.0 ////////////////////////////////////////////////////////////////////////// /*! this text is put before a collaboration diagram */ virtual QCString trCollaborationDiagram(const char *clName) { return Decode((QCString)"Diagram tříd pro "+clName+":"); } /*! this text is put before an include dependency graph */ virtual QCString trInclDepGraph(const char *fName) { return Decode((QCString)"Graf závislostí na vkládaných souborech " "pro "+fName+":"); } /*! header that is put before the list of constructor/destructors. */ virtual QCString trConstructorDocumentation() { return Decode("Dokumentace konstruktoru a destruktoru"); } /*! Used in the file documentation to point to the corresponding sources. */ virtual QCString trGotoSourceCode() { return Decode("Zobrazit zdrojový text tohoto souboru."); } /*! Used in the file sources to point to the corresponding documentation. */ virtual QCString trGotoDocumentation() { return Decode("Zobrazit dokumentaci tohoto souboru."); } /*! Text for the \pre command */ virtual QCString trPrecondition() { return Decode("Precondition"); } /*! Text for the \post command */ virtual QCString trPostcondition() { return Decode("Postcondition"); } /*! Text for the \invariant command */ virtual QCString trInvariant() { return Decode("Invariant"); } /*! Text shown before a multi-line variable/enum initialization */ virtual QCString trInitialValue() { return Decode("Initializer:"); } /*! Text used the source code in the file index */ virtual QCString trCode() { return Decode("zdrojový text"); } virtual QCString trGraphicalHierarchy() { return Decode("Grafické zobrazení hierarchie tříd"); } virtual QCString trGotoGraphicalHierarchy() { return Decode("Zobrazit grafickou podobu hierarchie tříd"); } virtual QCString trGotoTextualHierarchy() { return Decode("Zobrazit textovou podobu hierarchie tříd"); } virtual QCString trPageIndex() { return Decode("Rejstřík stránek"); } ////////////////////////////////////////////////////////////////////////// // new since 1.1.0 ////////////////////////////////////////////////////////////////////////// virtual QCString trNote() { return Decode("Poznámka"); } virtual QCString trPublicTypes() { return Decode("Veřejné typy"); } virtual QCString trPublicAttribs() { if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C")) { return Decode("Datové položky"); } else { return Decode("Veřejné atributy"); } } virtual QCString trStaticPublicAttribs() { return Decode("Statické veřejné atributy"); } virtual QCString trProtectedTypes() { return Decode("Chráněné typy"); } virtual QCString trProtectedAttribs() { return Decode("Chráněné atributy"); } virtual QCString trStaticProtectedAttribs() { return Decode("Statické chráněné atributy"); } virtual QCString trPrivateTypes() { return Decode("Privátní typy"); } virtual QCString trPrivateAttribs() { return Decode("Privátní atributy"); } virtual QCString trStaticPrivateAttribs() { return Decode("Statické privátní atributy"); } ////////////////////////////////////////////////////////////////////////// // new since 1.1.3 ////////////////////////////////////////////////////////////////////////// /*! Used as a marker that is put before a todo item */ virtual QCString trTodo() { return Decode("Plánované úpravy"); } /*! Used as the header of the todo list */ virtual QCString trTodoList() { return Decode("Seznam plánovaných úprav"); } ////////////////////////////////////////////////////////////////////////// // new since 1.1.4 ////////////////////////////////////////////////////////////////////////// virtual QCString trReferencedBy() { return Decode("Používá se v"); } virtual QCString trRemarks() { return Decode("Poznámky"); // ??? not checked in a context } virtual QCString trAttention() { return Decode("Upozornění"); // ??? not checked in a context } virtual QCString trInclByDepGraph() { return Decode("Následující graf ukazuje, které soubory přímo nebo " "nepřímo vkládají tento soubor:"); } virtual QCString trSince() { return Decode("Od"); // ??? not checked in a context } //////////////////////////////////////////////////////////////////////////// // new since 1.1.5 ////////////////////////////////////////////////////////////////////////// /*! title of the graph legend page */ virtual QCString trLegendTitle() { return Decode("Vysvětlivky ke grafu"); } /*! page explaining how the dot graph's should be interpreted */ virtual QCString trLegendDocs() { QCString result( "Zde naleznete vysvětlení, jak mají být interpretovány grafy, " "které byly generovány programem doxygen.<p>\n" "Uvažujte následující příklad:\n" "\\code\n" "/*! Neviditelná třída, která se v grafu nezobrazuje, protože " "došlo k ořezání grafu. */\n" "class Invisible { };\n\n" "/*! Třída, u které došlo k ořezání grafu. Vztah dědičnosti " "je skryt. */\n" "class Truncated : public Invisible { };\n\n" "/* Třída, která není dokumentována komentáři programu doxygen. */\n" "class Undocumented { };\n\n" "/*! Odvozená třída s veřejným (public) děděním bázové třídy. */\n" "class PublicBase : public Truncated { };\n\n" "/*! Odvozená třída s chráněným (protected) děděním bázové třídy. */\n" "class ProtectedBase { };\n\n" "/*! Odvozená třída s privátním děděním bázové třídy. */\n" "class PrivateBase { };\n\n" "/*! Třída, která je využívána třídou Inherited. */\n" "class Used { };\n\n" "/*! Odvozená třída, která různým způsobem dědí z více bázových " "tříd. */\n" "class Inherited : public PublicBase,\n" " protected ProtectedBase,\n" " private PrivateBase,\n" " public Undocumented\n" "{\n" " private:\n" " Used *m_usedClass;\n" "};\n" "\\endcode\n" "Pokud je položka \\c MAX_DOT_GRAPH_HEIGHT konfiguračního souboru " "nastavena na hodnotu 200, bude vygenerován následující graf:" "<p><center><img src=\"graph_legend.gif\"></center>\n" "<p>\n" "Bloky (tj. uzly) v uvedeném grafu mají následující význam:\n" "<ul>\n" "<li>Černě vyplněný obdélník reprezentuje strukturu nebo třídu, " "pro kterou byl graf generován.\n" "<li>Obdélník s černým obrysem označuje dokumentovanou " "strukturu nebo třídu.\n" "<li>Obdélník s šedým obrysem označuje nedokumentovanou " "strukturu nebo třídu.\n" "<li>Obdélník s červeným obrysem označuje dokumentovanou " "strukturu nebo třídu, pro kterou\n" "nejsou zobrazeny všechny vztahy dědičnosti nebo obsažení. " "Graf je ořezán v případě, kdy jej\n" "není možné umístit do vymezených hranic.\n" "</ul>\n" "Šipky (tj. hrany grafu) mají následující význam:\n" "<ul>\n" "<li>Tmavě modrá šipka se používá pro označení vztahu veřejné " "dědičnosti mezi dvěma třídami.\n" "<li>Tmavě zelená šipka označuje vztah chráněné dědičnosti " "(protected).\n" "<li>Tmavě červená šipka označuje vztah privátní dědičnosti.\n" "<li>Purpurová šipka kreslená čárkovaně se používá v případě, " "kdy je třída obsažena v jiné třídě,\n" "nebo kdy je používána jinou třídou. Je označena identifikátorem " "jedné nebo více proměných, přes které\n" "je třída nebo struktura zpřístupněna.\n" "</ul>\n"); return Decode(result); } /*! text for the link to the legend page */ virtual QCString trLegend() { return Decode("vysvětlivky"); } ////////////////////////////////////////////////////////////////////////// // new since 1.2.0 ////////////////////////////////////////////////////////////////////////// /*! Used as a marker that is put before a test item */ virtual QCString trTest() { return Decode("Test"); } /*! Used as the header of the test list */ virtual QCString trTestList() { return Decode("Seznam testů"); } ////////////////////////////////////////////////////////////////////////// // new since 1.2.1 ////////////////////////////////////////////////////////////////////////// /*! Used as a section header for KDE-2 IDL methods */ virtual QCString trDCOPMethods() { return Decode("Metody DCOP"); } ////////////////////////////////////////////////////////////////////////// // new since 1.2.2 ////////////////////////////////////////////////////////////////////////// /*! Used as a section header for IDL properties */ virtual QCString trProperties() { return Decode("Vlastnosti"); } /*! Used as a section header for IDL property documentation */ virtual QCString trPropertyDocumentation() { return Decode("Dokumentace k vlastnosti"); } ////////////////////////////////////////////////////////////////////////// // new since 1.2.4 ////////////////////////////////////////////////////////////////////////// /*! Used for Java interfaces in the summary section of Java packages */ virtual QCString trInterfaces() { return Decode("Rozhraní"); } /*! Used for Java classes in the summary section of Java packages */ virtual QCString trClasses() { return Decode("Třídy"); } /*! Used as the title of a Java package */ virtual QCString trPackage(const char *name) { return Decode((QCString)"Balík "+name); } /*! Title of the package index page */ virtual QCString trPackageList() { return Decode("Seznam balíků"); } /*! The description of the package index page */ virtual QCString trPackageListDescription() { return Decode("Zde naleznete seznam balíků se stručným popisem " "(pokud byl uveden):"); } /*! The link name in the Quick links header for each page */ virtual QCString trPackages() { return Decode("Balíky"); } /*! Used as a chapter title for Latex & RTF output */ virtual QCString trPackageDocumentation() { return Decode("Dokumentace balíku"); } /*! Text shown before a multi-line define */ virtual QCString trDefineValue() { return Decode("Hodnota:"); } ////////////////////////////////////////////////////////////////////////// // new since 1.2.5 ////////////////////////////////////////////////////////////////////////// /*! Used as a marker that is put before a \\bug item */ virtual QCString trBug() { return Decode("Chyba"); } /*! Used as the header of the bug list */ virtual QCString trBugList() { return Decode("Seznam chyb"); } }; #endif // TRANSLATOR_CZ_H