18 #ifndef TRANSLATOR_EN_H 19 #define TRANSLATOR_EN_H 81 {
return "Related Functions"; }
85 {
return "(Note that these are not member functions.)"; }
89 {
return "Detailed Description"; }
93 {
return "Member Typedef Documentation"; }
97 {
return "Member Enumeration Documentation"; }
101 {
return "Member Function Documentation"; }
108 return "Field Documentation";
112 return "Member Data Documentation";
118 {
return "More..."; }
122 {
return "List of all members"; }
126 {
return "Member List"; }
130 {
return "This is the complete list of members for "; }
134 {
return ", including all inherited members."; }
142 result+=
" from the source code.";
148 {
return "enum name"; }
152 {
return "enum value"; }
156 {
return "defined in"; }
164 {
return "Modules"; }
168 {
return "Class Hierarchy"; }
175 return "Data Structures";
185 {
return "File List"; }
192 return "Data Fields";
196 return "Class Members";
209 return "File Members";
215 {
return "Related Pages"; }
219 {
return "Examples"; }
227 {
return "This inheritance list is sorted roughly, " 228 "but not completely, alphabetically:";
235 if (!extractAll) result+=
"documented ";
236 result+=
"files with brief descriptions:";
246 return "Here are the data structures with brief descriptions:";
250 return "Here are the classes, structs, " 251 "unions and interfaces with brief descriptions:";
261 result+=
"documented ";
265 result+=
"struct and union fields";
269 result+=
"class members";
271 result+=
" with links to ";
276 result+=
"the struct/union documentation for each field:";
280 result+=
"the class documentation for each member:";
287 result+=
"the structures/unions they belong to:";
291 result+=
"the classes they belong to:";
301 if (!extractAll) result+=
"documented ";
305 result+=
"functions, variables, defines, enums, and typedefs";
309 result+=
"file members";
311 result+=
" with links to ";
313 result+=
"the files they belong to:";
315 result+=
"the documentation:";
321 {
return "Here is a list of all examples:"; }
325 {
return "Here is a list of all related documentation pages:"; }
329 {
return "Here is a list of all modules:"; }
335 {
return "Documentation"; }
341 {
return "Module Index"; }
347 {
return "Hierarchical Index"; }
356 return "Data Structure Index";
360 return "Class Index";
368 {
return "File Index"; }
374 {
return "Module Documentation"; }
383 return "Data Structure Documentation";
387 return "Class Documentation";
395 {
return "File Documentation"; }
401 {
return "Example Documentation"; }
407 {
return "Page Documentation"; }
411 {
return "Reference Manual"; }
423 {
return "Typedefs"; }
429 {
return "Enumerations"; }
435 {
return "Functions"; }
441 {
return "Variables"; }
447 {
return "Enumerator"; }
453 {
return "Macro Definition Documentation"; }
459 {
return "Typedef Documentation"; }
465 {
return "Enumeration Type Documentation"; }
471 {
return "Function Documentation"; }
477 {
return "Variable Documentation"; }
486 return "Data Structures";
500 if (projName) result+=(
QCString)
" for "+projName;
508 return (
QCString)
"Inheritance diagram for "+clName+
":";
513 {
return "For internal use only."; }
517 {
return "Warning"; }
521 {
return "Version"; }
529 {
return "Returns"; }
533 {
return "See also"; }
537 {
return "Parameters"; }
541 {
return "Exceptions"; }
545 {
return "Generated by"; }
553 {
return "Namespace List"; }
559 if (!extractAll) result+=
"documented ";
560 result+=
"namespaces with brief descriptions:";
568 {
return "Friends"; }
578 {
return "Friends And Related Function Documentation"; }
601 if (isTemplate) result+=
" Template";
602 result+=
" Reference";
610 result+=
" File Reference";
618 result+=
" Namespace Reference";
623 {
return "Public Member Functions"; }
625 {
return "Public Slots"; }
627 {
return "Signals"; }
629 {
return "Static Public Member Functions"; }
631 {
return "Protected Member Functions"; }
633 {
return "Protected Slots"; }
635 {
return "Static Protected Member Functions"; }
637 {
return "Private Member Functions"; }
639 {
return "Private Slots"; }
641 {
return "Static Private Member Functions"; }
651 for (i=0;i<numEntries;i++)
681 return "Inherited by "+
trWriteList(numEntries)+
".";
689 return "Reimplemented from "+
trWriteList(numEntries)+
".";
697 return "Reimplemented in "+
trWriteList(numEntries)+
".";
702 {
return "Namespace Members"; }
708 if (!extractAll) result+=
"documented ";
709 result+=
"namespace members with links to ";
711 result+=
"the namespace documentation for each member:";
713 result+=
"the namespaces they belong to:";
720 {
return "Namespace Index"; }
726 {
return "Namespace Documentation"; }
736 {
return "Namespaces"; }
760 result+=
" was generated from the following file";
761 if (single) result+=
":";
else result+=
"s:";
771 {
return "Return values"; }
776 {
return "Main Page"; }
790 return "Definition at line @0 of file @1.";
794 return "Definition in file @0.";
813 return (
QCString)
"Collaboration diagram for "+clName+
":";
818 return (
QCString)
"Include dependency graph for "+fName+
":";
823 return "Constructor & Destructor Documentation";
828 return "Go to the source code of this file.";
833 return "Go to the documentation of this file.";
838 return "Precondition";
843 return "Postcondition";
853 return "Initial value:";
862 return "Graphical Class Hierarchy";
866 return "Go to the graphical class hierarchy";
870 return "Go to the textual class hierarchy";
887 return "Public Types";
893 return "Data Fields";
897 return "Public Attributes";
902 return "Static Public Attributes";
906 return "Protected Types";
910 return "Protected Attributes";
914 return "Static Protected Attributes";
918 return "Private Types";
922 return "Private Attributes";
926 return "Static Private Attributes";
950 return "Referenced by";
962 return "This graph shows which files directly or " 963 "indirectly include this file:";
977 return "Graph Legend";
985 "This page explains how to interpret the graphs that are generated " 987 "Consider the following example:\n" 989 "/*! Invisible class because of truncation */\n" 990 "class Invisible { };\n\n" 991 "/*! Truncated class, inheritance relation is hidden */\n" 992 "class Truncated : public Invisible { };\n\n" 993 "/* Class not documented with doxygen comments */\n" 994 "class Undocumented { };\n\n" 995 "/*! Class that is inherited using public inheritance */\n" 996 "class PublicBase : public Truncated { };\n\n" 997 "/*! A template class */\n" 998 "template<class T> class Templ { };\n\n" 999 "/*! Class that is inherited using protected inheritance */\n" 1000 "class ProtectedBase { };\n\n" 1001 "/*! Class that is inherited using private inheritance */\n" 1002 "class PrivateBase { };\n\n" 1003 "/*! Class that is used by the Inherited class */\n" 1004 "class Used { };\n\n" 1005 "/*! Super class that inherits a number of other classes */\n" 1006 "class Inherited : public PublicBase,\n" 1007 " protected ProtectedBase,\n" 1008 " private PrivateBase,\n" 1009 " public Undocumented,\n" 1010 " public Templ<int>\n" 1013 " Used *m_usedClass;\n" 1016 "This will result in the following graph:" 1019 "The boxes in the above graph have the following meaning:\n" 1022 "<li>%A filled gray box represents the struct or class for which the " 1023 "graph is generated.</li>\n" 1024 "<li>%A box with a black border denotes a documented struct or class.</li>\n" 1025 "<li>%A box with a gray border denotes an undocumented struct or class.</li>\n" 1026 "<li>%A box with a red border denotes a documented struct or class for" 1027 "which not all inheritance/containment relations are shown. %A graph is " 1028 "truncated if it does not fit within the specified boundaries.</li>\n" 1031 "The arrows have the following meaning:\n" 1034 "<li>%A dark blue arrow is used to visualize a public inheritance " 1035 "relation between two classes.</li>\n" 1036 "<li>%A dark green arrow is used for protected inheritance.</li>\n" 1037 "<li>%A dark red arrow is used for private inheritance.</li>\n" 1038 "<li>%A purple dashed arrow is used if a class is contained or used " 1039 "by another class. The arrow is labeled with the variable(s) " 1040 "through which the pointed class or struct is accessible.</li>\n" 1041 "<li>%A yellow dashed arrow denotes a relation between a template instance and " 1042 "the template class it was instantiated from. The arrow is labeled with " 1043 "the template parameters of the instance.</li>\n" 1074 return "Properties";
1079 return "Property Documentation";
1091 return "Data Structures";
1106 return "Package List";
1111 return "Here are the packages with brief descriptions (if available):";
1195 if (!singular) result+=
"es";
1206 if (!singular) result+=
"s";
1217 if (!singular) result+=
"s";
1228 if (!singular) result+=
"s";
1239 if (!singular) result+=
"s";
1250 if (!singular) result+=
"s";
1261 if (!singular) result+=
"s";
1274 if (!singular) result+=
"s";
1286 return "References";
1306 return "Implemented in "+
trWriteList(numEntries)+
".";
1318 return "Table of Contents";
1330 return "Deprecated List";
1347 return "Event Documentation";
1358 return "Package Types";
1365 return "Package Functions";
1372 return "Static Package Functions";
1379 return "Package Attributes";
1386 return "Static Package Attributes";
1403 return "Here is the call graph for this function:";
1415 return "Search Results";
1427 if (numDocuments==0)
1429 return "Sorry, no documents matching your query.";
1431 else if (numDocuments==1)
1433 return "Found <b>1</b> document matching your query.";
1437 return "Found <b>$num</b> documents matching your query. " 1438 "Showing best matches first.";
1457 return filename +
" Source File";
1468 {
return "Directory Hierarchy"; }
1474 {
return "Directory Documentation"; }
1480 {
return "Directories"; }
1486 {
return "This directory hierarchy is sorted roughly, " 1487 "but not completely, alphabetically:";
1502 if (singular) result+=
"y";
else result+=
"ies";
1515 return "This is an overloaded member function, " 1516 "provided for convenience. It differs from the above " 1517 "function only in what argument(s) it accepts.";
1527 return "Here is the caller graph for this function:";
1534 {
return "Enumerator Documentation"; }
1542 {
return "Member Function/Subroutine Documentation"; }
1546 {
return "Data Types List"; }
1550 {
return "Data Fields"; }
1554 {
return "Here are the data types with brief descriptions:"; }
1562 result+=
"documented ";
1564 result+=
"data types members";
1565 result+=
" with links to ";
1568 result+=
"the data structure documentation for each member";
1572 result+=
"the data types they belong to:";
1581 {
return "Data Type Index"; }
1587 {
return "Data Type Documentation"; }
1593 {
return "Functions/Subroutines"; }
1599 {
return "Function/Subroutine Documentation"; }
1605 {
return "Data Types"; }
1609 {
return "Modules List"; }
1615 if (!extractAll) result+=
"documented ";
1616 result+=
"modules with brief descriptions:";
1637 if (isTemplate) result+=
" Template";
1638 result+=
" Reference";
1645 result+=
" Module Reference";
1651 {
return "Module Members"; }
1657 if (!extractAll) result+=
"documented ";
1658 result+=
"module members with links to ";
1661 result+=
"the module documentation for each member:";
1665 result+=
"the modules they belong to:";
1674 {
return "Modules Index"; }
1683 if (!singular) result+=
"s";
1706 result+=
" was generated from the following file";
1707 if (single) result+=
":";
else result+=
"s:";
1718 if (!singular) result+=
"s";
1729 if (!singular) result+=
"s";
1736 return "Type Constraints";
1752 return "Loading...";
1758 return "Global Namespace";
1764 return "Searching...";
1770 return "No Matches";
1806 int hour,
int minutes,
int seconds,
1809 static const char *days[] = {
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat",
"Sun" };
1810 static const char *months[] = {
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec" };
1812 sdate.
sprintf(
"%s %s %d %d",days[dayOfWeek-1],months[month-1],day,year);
1816 stime.
sprintf(
" %.2d:%.2d:%.2d",hour,minutes,seconds);
1828 {
return "Bibliography"; }
1832 {
return "Copyright"; }
1836 {
return QCString(
"Directory dependency graph for ")+name+
":"; }
1844 {
return "detail level"; }
1848 {
return "Template Parameters"; }
1852 {
return "and "+number+
" more..."; }
1856 {
QCString result =
"The documentation for this enum was generated from the following file";
1857 if (!single) result +=
"s";
1864 {
return QCString(name)+
" Enum Reference"; }
1868 {
return QCString(members)+
" inherited from "+what; }
1874 {
return "Additional Inherited Members"; }
1887 return "click to "+opt+
" panel synchronisation";
1896 return "Provided by category @0.";
1905 return "Extends class @0.";
1913 return "Class Methods";
1921 return "Instance Methods";
1928 return "Method Documentation";
1936 return "Design Overview";
1945 {
return "Exported Interfaces"; }
1949 {
return "Included Services"; }
1953 {
return "Constant Groups"; }
1959 result+=
" Constant Group Reference";
1966 result+=
" Service Reference";
1973 result+=
" Singleton Reference";
1981 "was generated from the following file";
1982 if (single) result+=
":";
else result+=
"s:";
1990 "was generated from the following file";
1991 if (single) result+=
":";
else result+=
"s:";
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trWriteList(int numEntries)
virtual QCString trThisIsTheListOfAllMembers()
virtual QCString trFileIndex()
virtual QCString trPublicSlots()
virtual QCString trModules()
virtual QCString trDeprecated()
virtual QCString trSeeAlso()
virtual QCString idLanguage()
virtual QCString trTestList()
virtual QCString trPackageAttribs()
virtual QCString trGotoTextualHierarchy()
virtual QCString trPrivateTypes()
virtual QCString trClass(bool first_capital, bool singular)
virtual QCString trAuthor(bool first_capital, bool singular)
virtual QCString trCompoundList()
virtual QCString trStaticProtectedMembers()
virtual QCString trSourceFile(QCString &filename)
virtual QCString trSignals()
virtual QCString trPublicAttribs()
QCString generateMarker(int id)
virtual QCString trEnumerationValues()
virtual QCString trLegendDocs()
virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trTypeConstraints()
virtual QCString trNamespace(bool first_capital, bool singular)
virtual QCString trPublicMembers()
virtual QCString trNamespaceMemberDescription(bool extractAll)
virtual QCString trInheritedFrom(const char *members, const char *what)
virtual QCString trCiteReferences()
virtual QCString trDefineValue()
virtual QCString trStaticPackageMembers()
virtual QCString trExamples()
virtual QCString trProtectedTypes()
virtual QCString trSubprograms()
virtual QCString trRTFTableOfContents()
virtual QCString trConstantGroupReference(const char *namespaceName)
virtual QCString trModule(bool first_capital, bool singular)
virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trExtendsClass()
virtual QCString trDefinedAtLineInSourceFile()
virtual QCString trPrivateMembers()
virtual QCString trPackageMembers()
virtual QCString trEnumerations()
virtual QCString trEnumReference(const char *name)
virtual QCString trCompoundMembersFortran()
virtual QCString trPageIndex()
virtual QCString trBugList()
virtual QCString trDirDescription()
virtual QCString trLoading()
virtual QCString trRelatedPagesDescription()
virtual QCString trClassDocumentation()
virtual QCString trStaticProtectedAttribs()
virtual QCString trInheritedByList(int numEntries)
virtual QCString trProtectedSlots()
virtual QCString trInstanceMethods()
virtual QCString trStaticPublicMembers()
virtual QCString trNote()
virtual QCString trReimplementedFromList(int numEntries)
virtual QCString trModulesListDescription(bool extractAll)
virtual QCString trEventDocumentation()
virtual QCString trPackage(const char *name)
virtual QCString trFileList()
virtual QCString trReturnValues()
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
virtual QCString trSearchMatches()
virtual QCString trSearchResults(int numDocuments)
virtual QCString trEnumName()
virtual QCString trDesignOverview()
virtual QCString trPrivateAttribs()
virtual QCString trVariableDocumentation()
virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single)
virtual QCString trPackages()
virtual QCString trFunctions()
virtual QCString trGeneratedBy()
virtual QCString trPageDocumentation()
virtual QCString trCompoundListDescription()
virtual QCString trPackageTypes()
virtual QCString trRelatedSubscript()
virtual QCString trFileMembers()
virtual QCString trMemberTypedefDocumentation()
virtual QCString trExceptions()
virtual QCString trAdditionalInheritedMembers()
virtual QCString trVariables()
virtual QCString trTemplateParameters()
virtual QCString trGotoSourceCode()
virtual QCString trPage(bool first_capital, bool singular)
virtual QCString trRTFansicp()
virtual QCString trClassHierarchyDescription()
virtual QCString trTypeDocumentation()
virtual QCString trCompoundListFortran()
virtual QCString trDirRelation(const char *name)
virtual QCString trReferences()
virtual QCString trPublicTypes()
virtual QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
virtual QCString trDetailedDescription()
virtual QCString trReferenceManual()
virtual QCString trRTFCharSet()
virtual QCString trClasses()
virtual QCString trNamespaceListDescription(bool extractAll)
virtual QCString trMainPage()
virtual QCString trTodoList()
virtual QCString trGeneratedAutomatically(const char *s)
virtual QCString trSearchResultsTitle()
virtual QCString trSearch()
virtual QCString trMemberList()
virtual QCString trEnumValue()
virtual QCString trLegend()
virtual QCString trTypedefs()
virtual QCString trSingletonReference(const char *sName)
virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
virtual QCString trGroup(bool first_capital, bool singular)
virtual QCString trCompoundIndexFortran()
virtual QCString trGotoDocumentation()
virtual QCString latexLanguageSupportCommand()
virtual QCString trInitialValue()
virtual QCString trProtectedMembers()
virtual QCString trFileDocumentation()
virtual QCString trNamespaces()
virtual QCString trOverloadText()
virtual QCString trDeprecatedList()
virtual QCString trPostcondition()
virtual QCString trGotoGraphicalHierarchy()
virtual QCString trClassDiagram(const char *clName)
virtual QCString trMore()
second seconds
Alias for common language habits.
virtual QCString trConstructorDocumentation()
virtual QCString trCompoundListDescriptionFortran()
virtual QCString trPrivateSlots()
virtual QCString trConstantGroups()
virtual QCString trMember(bool first_capital, bool singular)
virtual QCString trTest()
virtual QCString trModulesList()
virtual QCString trCompoundIndex()
virtual QCString trRemarks()
virtual QCString trDate()
virtual QCString trNamespaceDocumentation()
virtual QCString trModuleDocumentation()
virtual QCString trCompoundMembers()
virtual QCString trGeneratedAt(const char *date, const char *projName)
virtual QCString trEnumerationTypeDocumentation()
virtual QCString trModulesIndex()
virtual QCString trDir(bool first_capital, bool singular)
virtual QCString trAndMore(const QCString &number)
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trListOfAllMembers()
virtual QCString trModulesMembers()
virtual QCString trCompounds()
virtual QCString trVersion()
virtual QCString trInheritsList(int numEntries)
virtual QCString trEnumGeneratedFromFiles(bool single)
virtual QCString trStaticPublicAttribs()
virtual QCString trNamespaceList()
#define Config_getBool(val)
QCString getDotImageExtension(void)
virtual QCString trPropertyDocumentation()
virtual QCString trStaticPackageAttribs()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
virtual QCString trInvariant()
virtual QCString trFileMembersDescription(bool extractAll)
virtual QCString trImplementedInList(int numEntries)
virtual QCString trFileIn(const char *name)
virtual QCString trCopyright()
virtual QCString trGlobalNamespace()
virtual QCString trCallGraph()
virtual QCString trNamespaceReference(const char *namespaceName)
virtual QCString trTodo()
virtual QCString trRTFGeneralIndex()
virtual QCString trFriends()
virtual QCString trInclDepGraph(const char *fName)
QCString & sprintf(const char *format,...)
virtual QCString trTypedefDocumentation()
virtual QCString trMemberEnumerationDocumentation()
virtual QCString trFunctionDocumentation()
virtual QCString trDocumentation()
virtual QCString trEvents()
virtual QCString trSubprogramDocumentation()
virtual QCString trInclByDepGraph()
virtual QCString trGlobal(bool first_capital, bool singular)
virtual QCString trEnumerationValueDocumentation()
virtual QCString trModuleIndex()
virtual QCString trSubprogram(bool first_capital, bool singular)
virtual QCString trProvidedByCategory()
virtual QCString trDirectories()
virtual QCString trRelatedFunctions()
virtual QCString trStaticPrivateMembers()
virtual QCString trPrecondition()
virtual QCString trLegendTitle()
virtual QCString trDirReference(const char *dirName)
virtual QCString trHierarchicalIndex()
virtual QCString trSince()
virtual QCString trFileListDescription(bool extractAll)
virtual QCString trExampleDocumentation()
virtual QCString trServiceReference(const char *sName)
virtual QCString trCode()
virtual QCString trRelatedFunctionDocumentation()
virtual QCString trCompoundMembersDescription(bool extractAll)
virtual QCString trImplementedFromList(int numEntries)
virtual QCString trMemberFunctionDocumentation()
virtual QCString trDefines()
virtual QCString trDefineDocumentation()
virtual QCString trProperties()
virtual QCString trIncludesFileIn(const char *name)
virtual QCString trModuleReference(const char *namespaceName)
virtual QCString trNamespaceIndex()
virtual QCString trCompoundReferenceFortran(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
virtual QCString trReimplementedInList(int numEntries)
virtual QCString trMemberDataDocumentation()
virtual QCString trType(bool first_capital, bool singular)
virtual QCString trReferencedBy()
virtual QCString trPageAbbreviation()
virtual QCString trRelatedPages()
virtual QCString trDefinedIn()
virtual QCString trDefinedInSourceFile()
virtual QCString trNoMatches()
virtual QCString trPackageList()
virtual QCString trIncludingInheritedMembers()
virtual QCString trCallerGraph()
virtual QCString trDirDepGraph(const char *name)
virtual QCString trClassMethods()
virtual QCString trGraphicalHierarchy()
virtual QCString trStaticPrivateAttribs()
virtual QCString trCollaborationDiagram(const char *clName)
virtual QCString trDirIndex()
virtual QCString trClassHierarchy()
virtual QCString trServices()
virtual QCString trReturns()
virtual QCString trMemberFunctionDocumentationFortran()
virtual QCString trDetailLevel()
virtual QCString trForInternalUseOnly()
virtual QCString trWarning()
virtual QCString trDataTypes()
virtual QCString trNamespaceMembers()
virtual QCString trDirDocumentation()
virtual QCString trFileReference(const char *fileName)
virtual QCString trAttention()
virtual QCString trProtectedAttribs()
virtual QCString trParameters()
virtual QCString trPackageListDescription()
virtual QCString trModulesDescription()
virtual QCString trExamplesDescription()
virtual QCString trMethodDocumentation()
virtual QCString trInterfaces()
virtual QCString trSearching()
virtual QCString trFile(bool first_capital, bool singular)