Doxygen
translator_de.h
浏览该文件的文档.
1 /******************************************************************************
2  *
3  *
4  *
5  * Copyright (C) 1997-2015 by Dimitri van Heesch.
6  *
7  * Permission to use, copy, modify, and distribute this software and its
8  * documentation under the terms of the GNU General Public License is hereby
9  * granted. No representations are made about the suitability of this software
10  * for any purpose. It is provided "as is" without express or implied warranty.
11  * See the GNU General Public License for more details.
12  *
13  * Documents produced by Doxygen are derivative works derived from the
14  * input used in their production; they are not affected by this license.
15  *
16  * The translation into German was provided by
17  * Jens Seidel (jensseidel@users.sf.net)
18  * based on work from
19  * Jens Breitenstein (Jens.Breitenstein@tlc.de)
20  */
21 
22 // Updates:
23 // --------
24 // RK (who are you?)
25 // - Update for "new since 1.1.3" version
26 //
27 // 2001/03/23 Jens Seidel (jensseidel@users.sourceforge.net)
28 // - fixed typos
29 // - changed trPageDocumentation() "Seitenbeschreibung" to
30 // "Zusätzliche Informationen"
31 // - removed old trGeneratedFrom()
32 // - changed "/*!" to "/*" (documentation is inherited from translator_en.h
33 // (INHERIT_DOCS = YES), there's no need to make changes twice)
34 // - Update for "new since 1.2.4" version
35 //
36 // 2001/04/17 Jens Seidel (jensseidel@users.sourceforge.net)
37 // - fixed typos ("Vererbunsbeziehung", "gesch&uumltzter")
38 // - use umlauts instead of html code ("ä",...)
39 // this makes it easier to read and fixes three problems (two in
40 // \code segment)
41 //
42 // 2001/04/23 Jens Seidel (jensseidel@users.sourceforge.net)
43 // - Update for "new since 1.2.6-20010422" version
44 //
45 // 2001/05/06 Jens Seidel (jensseidel@users.sourceforge.net)
46 // - Update for "new since 1.2.7" version
47 // - Removed implementation of latexBabelPackage(), trVerbatimText(),
48 // trFiles(), added latexLanguageSupportCommand().
49 //
50 // 2001/05/25 Jens Seidel (jensseidel@users.sourceforge.net)
51 // - Update for "new since 1.2.7-20010524" version:
52 // removed trAuthors(), trAuthor(), added trAuthor(bool, bool)
53 //
54 // 2001/07/24 Jens Seidel (jensseidel@users.sourceforge.net)
55 // - trClassDocumentation() updated as in the English translator.
56 //
57 // 2001/11/30 Oliver Brandt (o.brandt@tu-bs.de) and
58 // Jens Seidel (jensseidel@users.sourceforge.net)
59 // - trReferences() implemented.
60 // - trCompoundReference(), trLegendDocs() updated
61 // - Removed some TODO's
62 //
63 // 2001/02/13 Oliver Brandt (o.brandt@tu-bs.de)
64 // - Updated for "new since 1.2.13" version
65 // - Removed some TODO's
66 //
67 // 2002/07/08 Oliver Brandt (o.brandt@tu-bs.de)
68 // - Updated for "new since 1.2.16" version
69 //
70 // 2002/11/25 Jens Seidel (jensseidel@users.sourceforge.net)
71 // - sync with english version 1.3
72 // - TranslatorGerman doesn't inherit from TranslatorEnglish anymore,
73 // so I changed "/* " back to "/*! " as in the English file
74 // - use ngerman instead of german package in LaTeX
75 // - changed "Datenelemente" to "Methoden" in
76 // tr{,Static}{Public,Protected,Private}Members
77 //
78 // 2003/04/28 Jens Seidel (jensseidel@users.sourceforge.net)
79 // - Updated for "new since 1.3" version
80 // - translated Java package to Paket
81 //
82 // 2003/09/11 Jens Seidel (jensseidel@users.sourceforge.net)
83 // - Updated for "new since 1.3.1" version
84 //
85 // 2003/09/24 Jens Seidel (jensseidel@users.sourceforge.net)
86 // - Updated a few strings which changed in CVS revision 1.22
87 // ("compound" vs. "class")
88 //
89 // 2004/08/01 Jens Seidel (jensseidel@users.sourceforge.net)
90 // - Updated for "new since 1.3.8" version
91 //
92 // 2004/09/19 Jens Seidel (jensseidel@users.sourceforge.net)
93 // - Updated for "new since 1.3.9" version
94 //
95 // 2004/09/25 Jens Seidel (jensseidel@users.sourceforge.net)
96 // - changed "Typendefinitionen" to "Typdefinitionen" in
97 // trFileMembersDescription() and trTypedefs()
98 // - added a dash after (file, ...) names and in front of description
99 // - changed "Eigenschaften" to "Propertys" (yeah, not ..."ies")
100 //
101 // 2005/03/20 Jens Seidel (jensseidel@users.sourceforge.net)
102 // - Updated for "new since 1.4.1" version
103 //
104 // 2005/04/09 Jens Seidel (jensseidel@users.sourceforge.net)
105 // - Changed Todo list translation as suggested in
106 // http://bugzilla.gnome.org/show_bug.cgi?id=172818
107 //
108 // 2005/05/09 Jens Seidel (jensseidel@users.sourceforge.net)
109 // - Updated for "new since 1.4.3" version (removed unused methods)
110 //
111 // 2006/06/12 Jens Seidel (jensseidel@users.sourceforge.net)
112 // - Updated for "new since 1.4.6" version
113 //
114 // 2008/02/04 Jens Seidel (jensseidel@users.sourceforge.net)
115 // - Updated for "new since 1.5.4" version
116 //
117 // 2009/01/09 Jens Seidel (jensseidel@users.sourceforge.net)
118 // - Resynced the trLegendDocs() method
119 //
120 // 2010/03/17 Jens Seidel (jensseidel@users.sourceforge.net)
121 // - Updated for "new since 1.6.0" version
122 // - Resynced the trLegendDocs() method (added closing HTML tags)
123 // - Changed file encoding to utf-8, adapted idLanguageCharset()
124 // - New German orthography (ngerman) is now default in LaTeX
125 //
126 // 2012/04/11 Peter Grotrian
127 // - Updated for "new since 1.8.0" version
128 // - Some small corrections
129 //
130 // 2016/03/15 Carsten Schumann (carsten at familie-schumann dot info)
131 // - Updated for "new since 1.8.4" version
132 //
133 // 2017/10/12 Arnd Weber (arnd dot weber at bafg dot de)
134 // Beatrix Konz
135 // - Updated for 1.8.13
136 // - Resynced trMemberDataDocumentation() and trFileMembers() to include the
137 // boolean switch OPTIMIZE_OUTPUT_FOR_C
138 // - Replaced "\t" by " "
139 //
140 // Todo:
141 // - see FIXME
142 
143 #ifndef TRANSLATOR_DE_H
144 #define TRANSLATOR_DE_H
145 
147 {
148  public:
149 
150  // --- Language control methods -------------------
151 
152  /*! Used for identification of the language. The identification
153  * should not be translated. It should be replaced by the name
154  * of the language in English using lower-case characters only
155  * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
156  * the identification used in language.cpp.
157  */
158  virtual QCString idLanguage()
159  { return "german"; }
160 
161  /*! Used to get the LaTeX command(s) for the language support. This method
162  * was designed for languages which do wish to use a babel package.
163  */
165  {
166  return "\\usepackage[ngerman]{babel}\n";
167  }
168 
169  virtual QCString trISOLang()
170  {
171  return "de";
172  }
173 
174  // --- Language translation methods -------------------
175 
176  /*! used in the compound documentation before a list of related functions. */
178  { return "Verwandte Funktionen"; }
179 
180  /*! subscript for the related functions. */
181  virtual QCString trRelatedSubscript()
182  { return "(Es handelt sich hierbei nicht um Elementfunktionen.)"; }
183 
184  /*! header that is put before the detailed description of files, classes and namespaces. */
186  { return "Ausführliche Beschreibung"; }
187 
188  /*! header that is put before the list of typedefs. */
190  { return "Dokumentation der benutzerdefinierten Datentypen"; }
191 
192  /*! header that is put before the list of enumerations. */
194  { return "Dokumentation der Aufzählungstypen"; }
195 
196  /*! header that is put before the list of member functions. */
198  { return "Dokumentation der Elementfunktionen"; }
199 
200  /*! header that is put before the list of member attributes. */
202  {
203  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
204  {
205  return "Dokumentation der Felder";
206  }
207  else
208  {
209  return "Dokumentation der Datenelemente";
210  }
211  }
212 
213  /*! this is the text of a link put after brief descriptions. */
214  virtual QCString trMore()
215  { return "Mehr ..."; }
216 
217  /*! put in the class documentation */
218  virtual QCString trListOfAllMembers()
219  { return "Aufstellung aller Elemente"; }
220 
221  /*! used as the title of the "list of all members" page of a class */
222  virtual QCString trMemberList()
223  { return "Elementverzeichnis"; }
224 
225  /*! this is the first part of a sentence that is followed by a class name */
227  { return "Vollständige Aufstellung aller Elemente für "; }
228 
229  /*! this is the remainder of the sentence after the class name */
231  { return " einschließlich aller geerbten Elemente."; }
232 
233  /*! this is put at the author sections at the bottom of man pages.
234  * parameter s is name of the project name.
235  */
236  virtual QCString trGeneratedAutomatically(const QCString &s)
237  { QCString result="Automatisch erzeugt von Doxygen";
238  if (!s.isEmpty()) result+=(QCString)" für "+s;
239  result+=" aus dem Quellcode.";
240  return result;
241  }
242 
243  /*! put after an enum name in the list of all members */
244  virtual QCString trEnumName()
245  { return "enum-Bezeichner"; }
246 
247  /*! put after an enum value in the list of all members */
248  virtual QCString trEnumValue()
249  { return "enum-Wert"; }
250 
251  /*! put after an undocumented member in the list of all members */
252  virtual QCString trDefinedIn()
253  { return "Definiert in"; }
254 
255  // quick reference sections
256 
257  /*! This is put above each page as a link to the list of all groups of
258  * compounds or files (see the \\group command).
259  */
260  virtual QCString trModules()
261  { return "Module"; }
262 
263  /*! This is put above each page as a link to the class hierarchy */
264  virtual QCString trClassHierarchy()
265  { return "Klassenhierarchie"; }
266 
267  /*! This is put above each page as a link to the list of annotated classes */
268  virtual QCString trCompoundList()
269  {
270  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
271  {
272  return "Datenstrukturen";
273  }
274  else
275  {
276  return "Auflistung der Klassen";
277  }
278  }
279 
280  /*! This is put above each page as a link to the list of documented files */
281  virtual QCString trFileList()
282  { return "Auflistung der Dateien"; }
283 
284  /*! This is put above each page as a link to all members of compounds. */
285  virtual QCString trCompoundMembers()
286  {
287  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
288  {
289  return "Datenstruktur-Elemente";
290  }
291  else
292  {
293  return "Klassen-Elemente";
294  }
295  }
296 
297  /*! This is put above each page as a link to all members of files. */
298  virtual QCString trFileMembers()
299  {
300  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
301  {
302  return "Globale Elemente";
303  }
304  else
305  {
306  return "Datei-Elemente";
307  }
308  }
309 
310  /*! This is put above each page as a link to all related pages. */
311  virtual QCString trRelatedPages()
312  { return "Zusätzliche Informationen"; }
313 
314  /*! This is put above each page as a link to all examples. */
315  virtual QCString trExamples()
316  { return "Beispiele"; }
317 
318  /*! This is put above each page as a link to the search engine. */
319  virtual QCString trSearch()
320  { return "Suchen"; }
321 
322  /*! This is an introduction to the class hierarchy. */
324  {
325  if (Config_getBool(OPTIMIZE_OUTPUT_VHDL))
326  {
327  return "Hier folgt eine hierarchische Auflistung der "
328  "Entwurfseinheiten:";
329  }
330  else
331  {
332  return "Die Liste der Ableitungen ist -mit Einschränkungen- "
333  "alphabetisch sortiert:";
334  }
335  }
336 
337  /*! This is an introduction to the list with all files. */
338  virtual QCString trFileListDescription(bool extractAll)
339  {
340  QCString result="Hier folgt die Aufzählung aller ";
341  if (!extractAll) result+="dokumentierten ";
342  result+="Dateien mit einer Kurzbeschreibung:";
343  return result;
344  }
345 
346  /*! This is an introduction to the annotated compound list. */
348  {
349  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
350  {
351  return "Hier folgt die Aufzählung aller Datenstrukturen "
352  "mit einer Kurzbeschreibung:";
353  }
354  else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
355  {
356  return "Hier folgt die Aufzählung aller Klassen mit einer Kurzbeschreibung:";
357  }
358  else
359  {
360  return "Hier folgt die Aufzählung aller Klassen, Strukturen, "
361  "Varianten und Schnittstellen mit einer Kurzbeschreibung:";
362  }
363  }
364 
365  /*! This is an introduction to the page with all class members. */
366  virtual QCString trCompoundMembersDescription(bool extractAll)
367  {
368  QCString result="Hier folgt die Aufzählung aller ";
369  if (!extractAll)
370  {
371  result+="dokumentierten ";
372  }
373  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
374  {
375  result+="Strukturen und Varianten";
376  }
377  else
378  {
379  result+="Klassenelemente";
380  }
381  result+=" mit Verweisen auf ";
382  if (!extractAll)
383  {
384  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
385  {
386  result+="die Dokumentation zu jedem Element:";
387  }
388  else
389  {
390  result+="die Klassendokumentation zu jedem Element:";
391  }
392  }
393  else
394  {
395  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
396  {
397  result+="die zugehörigen Elemente:";
398  }
399  else
400  {
401  result+="die zugehörigen Klassen:";
402  }
403  }
404  return result;
405  }
406 
407  /*! This is an introduction to the page with all file members. */
408  virtual QCString trFileMembersDescription(bool extractAll)
409  {
410  QCString result="Hier folgt die Aufzählung aller ";
411  if (!extractAll) result+="dokumentierten ";
412  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
413  {
414  result+="Funktionen, Variablen, Makros, Aufzählungen und Typdefinitionen";
415  }
416  else
417  {
418  result+="Dateielemente";
419  }
420  result+=" mit Verweisen auf ";
421  if (extractAll)
422  result+="die Dokumentation zu jedem Element:";
423  else
424  result+="die zugehörigen Dateien:";
425  return result;
426  }
427 
428  /*! This is an introduction to the page with the list of all examples */
430  { return "Hier folgt eine Liste mit allen Beispielen:"; }
431 
432  /*! This is an introduction to the page with the list of related pages */
434  { return "Hier folgt eine Liste mit zusammengehörigen Themengebieten:"; }
435 
436  /*! This is an introduction to the page with the list of class/file groups */
438  { return "Hier folgt die Aufzählung aller Module:"; }
439 
440  // index titles (the project name is prepended for these)
441 
442  /*! This is used in HTML as the title of index.html. */
443  virtual QCString trDocumentation()
444  { return "Dokumentation"; }
445 
446  /*! This is used in LaTeX as the title of the chapter with the
447  * index of all groups.
448  */
449  virtual QCString trModuleIndex()
450  { return "Modul-Verzeichnis"; }
451 
452  /*! This is used in LaTeX as the title of the chapter with the
453  * class hierarchy.
454  */
455  virtual QCString trHierarchicalIndex()
456  { return "Hierarchie-Verzeichnis"; }
457 
458  /*! This is used in LaTeX as the title of the chapter with the
459  * annotated compound index.
460  */
461  virtual QCString trCompoundIndex()
462  {
463  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
464  return "Datenstruktur-Verzeichnis";
465  else
466  return "Klassen-Verzeichnis";
467  }
468 
469  /*! This is used in LaTeX as the title of the chapter with the
470  * list of all files.
471  */
472  virtual QCString trFileIndex()
473  { return "Datei-Verzeichnis"; }
474 
475  /*! This is used in LaTeX as the title of the chapter containing
476  * the documentation of all groups.
477  */
479  { return "Modul-Dokumentation"; }
480 
481  /*! This is used in LaTeX as the title of the chapter containing
482  * the documentation of all classes, structs and unions.
483  */
485  {
486  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
487  {
488  return "Datenstruktur-Dokumentation";
489  }
490  else if (Config_getBool(OPTIMIZE_OUTPUT_VHDL))
491  {
492  return trDesignUnitDocumentation();
493  }
494  else
495  {
496  return "Klassen-Dokumentation";
497  }
498  }
499 
500  /*! This is used in LaTeX as the title of the chapter containing
501  * the documentation of all files.
502  */
504  { return "Datei-Dokumentation"; }
505 
506  /*! This is used in LaTeX as the title of the chapter containing
507  * the documentation of all examples.
508  */
510  { return "Dokumentation der Beispiele"; }
511 
512  /*! This is used in LaTeX as the title of the chapter containing
513  * the documentation of all related pages.
514  */
515  virtual QCString trPageDocumentation()
516  { return "Zusätzliche Informationen"; }
517 
518  /*! This is used in LaTeX as the title of the document */
519  virtual QCString trReferenceManual()
520  { return "Nachschlagewerk"; }
521 
522  /*! This is used in the documentation of a file as a header before the
523  * list of defines
524  */
525  virtual QCString trDefines()
526  { return "Makrodefinitionen"; }
527 
528  /*! This is used in the documentation of a file as a header before the
529  * list of typedefs
530  */
531  virtual QCString trTypedefs()
532  { return "Typdefinitionen"; }
533 
534  /*! This is used in the documentation of a file as a header before the
535  * list of enumerations
536  */
537  virtual QCString trEnumerations()
538  { return "Aufzählungen"; }
539 
540  /*! This is used in the documentation of a file as a header before the
541  * list of (global) functions
542  */
543  virtual QCString trFunctions()
544  { return "Funktionen"; }
545 
546  /*! This is used in the documentation of a file as a header before the
547  * list of (global) variables
548  */
549  virtual QCString trVariables()
550  { return "Variablen"; }
551 
552  /*! This is used in the documentation of a file as a header before the
553  * list of (global) variables
554  */
555  virtual QCString trEnumerationValues()
556  { return "Aufzählungswerte"; }
557 
558  /*! This is used in the documentation of a file before the list of
559  * documentation blocks for defines
560  */
562  { return "Makro-Dokumentation"; }
563 
564  /*! This is used in the documentation of a file/namespace before the list
565  * of documentation blocks for typedefs
566  */
568  { return "Dokumentation der benutzerdefinierten Typen"; }
569 
570  /*! This is used in the documentation of a file/namespace before the list
571  * of documentation blocks for enumeration types
572  */
574  { return "Dokumentation der Aufzählungstypen"; }
575 
576  /*! This is used in the documentation of a file/namespace before the list
577  * of documentation blocks for functions
578  */
580  { return "Dokumentation der Funktionen"; }
581 
582  /*! This is used in the documentation of a file/namespace before the list
583  * of documentation blocks for variables
584  */
586  { return "Variablen-Dokumentation"; }
587 
588  /*! This is used in the documentation of a file/namespace/group before
589  * the list of links to documented compounds
590  */
591  virtual QCString trCompounds()
592  {
593  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
594  {
595  return "Datenstrukturen";
596  }
597  else
598  {
599  return "Klassen";
600  }
601  }
602 
603  /*! This is used in the standard footer of each page and indicates when
604  * the page was generated
605  */
606  virtual QCString trGeneratedAt(const QCString &date,const QCString &projName)
607  {
608  QCString result=(QCString)"Erzeugt am "+date;
609  if (!projName.isEmpty()) result+=(QCString)" für "+projName;
610  result+=(QCString)" von";
611  return result;
612  }
613 
614  /*! this text is put before a class diagram */
615  virtual QCString trClassDiagram(const QCString &clName)
616  {
617  return (QCString)"Klassendiagramm für "+clName+":";
618  }
619 
620  /*! this text is generated when the \\internal command is used. */
622  { return "Nur für den internen Gebrauch."; }
623 
624  /*! this text is generated when the \\warning command is used. */
625  virtual QCString trWarning()
626  { return "Warnung"; }
627 
628  /*! this text is generated when the \\version command is used. */
629  virtual QCString trVersion()
630  { return "Version"; }
631 
632  /*! this text is generated when the \\date command is used. */
633  virtual QCString trDate()
634  { return "Datum"; }
635 
636  /*! this text is generated when the \\return command is used. */
637  virtual QCString trReturns()
638  { return "Rückgabe"; }
639 
640  /*! this text is generated when the \\sa command is used. */
641  virtual QCString trSeeAlso()
642  { return "Siehe auch"; }
643 
644  /*! this text is generated when the \\param command is used. */
645  virtual QCString trParameters()
646  { return "Parameter"; }
647 
648  /*! this text is generated when the \\exception command is used. */
649  virtual QCString trExceptions()
650  { return "Ausnahmebehandlung"; }
651 
652  /*! this text is used in the title page of a LaTeX document. */
653  virtual QCString trGeneratedBy()
654  { return "Erzeugt von"; }
655 
656 //////////////////////////////////////////////////////////////////////////
657 // new since 0.49-990307
658 //////////////////////////////////////////////////////////////////////////
659 
660  /*! used as the title of page containing all the index of all namespaces. */
661  virtual QCString trNamespaceList()
662  { return "Liste aller Namensbereiche"; }
663 
664  /*! used as an introduction to the namespace list */
665  virtual QCString trNamespaceListDescription(bool extractAll)
666  {
667  QCString result="Liste aller ";
668  if (!extractAll) result+="dokumentierten ";
669  result+="Namensbereiche mit Kurzbeschreibung:";
670  return result;
671  }
672 
673  /*! used in the class documentation as a header before the list of all
674  * friends of a class
675  */
676  virtual QCString trFriends()
677  { return "Freundbeziehungen"; }
678 
679 //////////////////////////////////////////////////////////////////////////
680 // new since 0.49-990405
681 //////////////////////////////////////////////////////////////////////////
682 
683  /*! used in the class documentation as a header before the list of all
684  * related classes
685  */
687  { return "Freundbeziehungen und Funktionsdokumentation"; }
688 
689 //////////////////////////////////////////////////////////////////////////
690 // new since 0.49-990425
691 //////////////////////////////////////////////////////////////////////////
692 
693  /*! used as the title of the HTML page of a class/struct/union */
694  virtual QCString trCompoundReference(const QCString &clName,
696  bool isTemplate)
697  {
698  QCString result=(QCString)clName+" ";
699  if (isTemplate) result+="Template-";
700  switch(compType)
701  {
702  case ClassDef::Class: result+="Klassen"; break;
703  case ClassDef::Struct: result+="Struktur"; break;
704  case ClassDef::Union: result+="Varianten"; break;
705  case ClassDef::Interface: result+="Schnittstellen"; break;
706  case ClassDef::Protocol: result+="Protokoll"; break;
707  case ClassDef::Category: result+="Kategorie"; break;
708  case ClassDef::Exception: result+="Ausnahmen"; break;
709  default: break;
710  }
711  result+="referenz";
712  return result;
713  }
714 
715  /*! used as the title of the HTML page of a file */
716  virtual QCString trFileReference(const QCString &fileName)
717  {
718  QCString result=fileName;
719  result+="-Dateireferenz";
720  return result;
721  }
722 
723  /*! used as the title of the HTML page of a namespace */
724  virtual QCString trNamespaceReference(const QCString &namespaceName)
725  {
726  QCString result=namespaceName;
727  result+="-Namensbereichsreferenz";
728  return result;
729  }
730 
731  virtual QCString trPublicMembers()
732  { return "Öffentliche Methoden"; }
733 
734  virtual QCString trPublicSlots()
735  { return "Öffentliche Slots"; }
736 
737  virtual QCString trSignals()
738  { return "Signale"; }
739 
741  { return "Öffentliche, statische Methoden"; }
742 
744  { return "Geschützte Methoden"; }
745 
746  virtual QCString trProtectedSlots()
747  { return "Geschützte Slots"; }
748 
750  { return "Geschützte, statische Methoden"; }
751 
752  virtual QCString trPrivateMembers()
753  { return "Private Methoden"; }
754 
755  virtual QCString trPrivateSlots()
756  { return "Private Slots"; }
757 
759  { return "Private, statische Methoden"; }
760 
761  /*! this function is used to produce a comma-separated list of items.
762  * use generateMarker(i) to indicate where item i should be put.
763  */
764  virtual QCString trWriteList(int numEntries)
765  {
766  QCString result;
767  int i;
768  // the inherits list contain `numEntries' classes
769  for (i=0;i<numEntries;i++)
770  {
771  // use generateMarker to generate placeholders for the class links!
772  result+=generateMarker(i); // generate marker for entry i in the list
773  // (order is left to right)
774 
775  if (i!=numEntries-1) // not the last entry, so we need a separator
776  {
777  if (i<numEntries-2) // not the fore last entry
778  result+=", ";
779  else // the fore last entry
780  result+=" und ";
781  }
782  }
783  return result;
784  }
785 
786  /*! used in class documentation to produce a list of base classes,
787  * if class diagrams are disabled.
788  */
789  virtual QCString trInheritsList(int numEntries)
790  {
791  return "Abgeleitet von "+trWriteList(numEntries)+".";
792  }
793 
794  /*! used in class documentation to produce a list of super classes,
795  * if class diagrams are disabled.
796  */
797  virtual QCString trInheritedByList(int numEntries)
798  {
799  return "Basisklasse für "+trWriteList(numEntries)+".";
800  }
801 
802  /*! used in member documentation blocks to produce a list of
803  * members that are hidden by this one.
804  */
805  virtual QCString trReimplementedFromList(int numEntries)
806  {
807  return "Erneute Implementation von "+trWriteList(numEntries)+".";
808  }
809 
810  /*! used in member documentation blocks to produce a list of
811  * all member that overwrite the implementation of this member.
812  */
813  virtual QCString trReimplementedInList(int numEntries)
814  {
815  return "Erneute Implementation in "+trWriteList(numEntries)+".";
816  }
817 
818  /*! This is put above each page as a link to all members of namespaces. */
819  virtual QCString trNamespaceMembers()
820  { return "Elemente eines Namensbereiches"; }
821 
822  /*! This is an introduction to the page with all namespace members */
823  virtual QCString trNamespaceMemberDescription(bool extractAll)
824  {
825  QCString result="Hier folgt die Aufzählung aller ";
826  if (!extractAll) result+="dokumentierten ";
827  result+="Namensbereichselemente mit Verweisen auf ";
828  if (extractAll)
829  result+="die Namensbereichsdokumentation für jedes Element:";
830  else
831  result+="die zugehörigen Dateien:";
832  return result;
833  }
834 
835  /*! This is used in LaTeX as the title of the chapter with the
836  * index of all namespaces.
837  */
839  { return "Verzeichnis der Namensbereiche"; }
840 
841  /*! This is used in LaTeX as the title of the chapter containing
842  * the documentation of all namespaces.
843  */
845  { return "Dokumentation der Namensbereiche"; }
846 
847 //////////////////////////////////////////////////////////////////////////
848 // new since 0.49-990522
849 //////////////////////////////////////////////////////////////////////////
850 
851  /*! This is used in the documentation before the list of all
852  * namespaces in a file.
853  */
854  virtual QCString trNamespaces()
855  { return "Namensbereiche"; }
856 
857 //////////////////////////////////////////////////////////////////////////
858 // new since 0.49-990728
859 //////////////////////////////////////////////////////////////////////////
860 
861  /*! This is put at the bottom of a class documentation page and is
862  * followed by a list of files that were used to generate the page.
863  */
865  bool single)
866  { // single is true implies a single file
867  QCString result=(QCString)"Die Dokumentation für diese";
868  switch(compType)
869  {
870  case ClassDef::Class: result+=" Klasse"; break;
871  case ClassDef::Struct: result+=" Struktur"; break;
872  case ClassDef::Union: result+=" Variante"; break;
873  case ClassDef::Interface: result+=" Schnittstelle"; break;
874  case ClassDef::Protocol: result+="s Protokoll"; break;
875  case ClassDef::Category: result+=" Kategorie"; break;
876  case ClassDef::Exception: result+=" Ausnahme"; break;
877  default: break;
878  }
879  result+=" wurde erzeugt aufgrund der Datei";
880  if (single) result+=":"; else result+="en:";
881  return result;
882  }
883 
884 //////////////////////////////////////////////////////////////////////////
885 // new since 0.49-990901
886 //////////////////////////////////////////////////////////////////////////
887 
888  /*! This is used as the heading text for the retval command. */
889  virtual QCString trReturnValues()
890  { return "Rückgabewerte"; }
891 
892  /*! This is in the (quick) index as a link to the main page (index.html)
893  */
894  virtual QCString trMainPage()
895  { return "Hauptseite"; }
896 
897  /*! This is used in references to page that are put in the LaTeX
898  * documentation. It should be an abbreviation of the word page.
899  */
900  virtual QCString trPageAbbreviation()
901  { return "S."; }
902 
903 //////////////////////////////////////////////////////////////////////////
904 // new since 0.49-991003
905 //////////////////////////////////////////////////////////////////////////
906 
908  {
909  return "Definiert in Zeile @0 der Datei @1.";
910  }
911 
913  {
914  return "Definiert in Datei @0.";
915  }
916 
917 //////////////////////////////////////////////////////////////////////////
918 // new since 0.49-991205
919 //////////////////////////////////////////////////////////////////////////
920 
921  virtual QCString trDeprecated()
922  {
923  return "Veraltet";
924  }
925 
926 //////////////////////////////////////////////////////////////////////////
927 // new since 1.0.0
928 //////////////////////////////////////////////////////////////////////////
929 
930  /*! this text is put before a collaboration diagram */
931  virtual QCString trCollaborationDiagram(const QCString &clName)
932  {
933  return (QCString)"Zusammengehörigkeiten von "+clName+":";
934  }
935 
936  /*! this text is put before an include dependency graph */
937  virtual QCString trInclDepGraph(const QCString &fName)
938  {
939  return (QCString)"Include-Abhängigkeitsdiagramm für "+fName+":";
940  }
941 
942  /*! header that is put before the list of constructor/destructors. */
944  {
945  return "Beschreibung der Konstruktoren und Destruktoren";
946  }
947 
948  /*! Used in the file documentation to point to the corresponding sources. */
949  virtual QCString trGotoSourceCode()
950  {
951  return "gehe zum Quellcode dieser Datei";
952  }
953 
954  /*! Used in the file sources to point to the corresponding documentation. */
955  virtual QCString trGotoDocumentation()
956  {
957  return "gehe zur Dokumentation dieser Datei";
958  }
959 
960  /*! Text for the \\pre command */
961  virtual QCString trPrecondition()
962  {
963  return "Vorbedingung";
964  }
965 
966  /*! Text for the \\post command */
967  virtual QCString trPostcondition()
968  {
969  return "Nachbedingung";
970  }
971 
972  /*! Text for the \\invariant command */
973  virtual QCString trInvariant()
974  {
975  return "Invariante";
976  }
977 
978  /*! Text shown before a multi-line variable/enum initialization */
979  virtual QCString trInitialValue()
980  {
981  return "Initialisierung:";
982  }
983 
984  /*! Text used the source code in the file index */
985  virtual QCString trCode()
986  {
987  return "code";
988  }
989 
991  {
992  return "Grafische Darstellung der Klassenhierarchie";
993  }
994 
996  {
997  return "gehe zur grafischen Darstellung der Klassenhierarchie";
998  }
999 
1001  {
1002  return "gehe zur textbasierten Darstellung der Klassenhierarchie";
1003  }
1005  virtual QCString trPageIndex()
1006  {
1007  return "Seitenindex";
1008  }
1010 //////////////////////////////////////////////////////////////////////////
1011 // new since 1.1.0
1012 //////////////////////////////////////////////////////////////////////////
1013 
1014  //RK: had to change here because of the new command \remark
1015  virtual QCString trNote()
1016  {
1017  return "Zu beachten";
1018  }
1020  virtual QCString trPublicTypes()
1021  {
1022  return "Öffentliche Typen";
1023  }
1025  virtual QCString trPublicAttribs()
1026  {
1027  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1028  {
1029  return "Datenfelder";
1030  }
1031  else
1032  {
1033  return "Öffentliche Attribute";
1034  }
1035  }
1036 
1038  {
1039  return "Statische öffentliche Attribute";
1040  }
1041 
1042  virtual QCString trProtectedTypes()
1043  {
1044  return "Geschützte Typen";
1045  }
1046 
1047  virtual QCString trProtectedAttribs()
1048  {
1049  return "Geschützte Attribute";
1050  }
1051 
1053  {
1054  return "Statische, geschützte Attribute";
1055  }
1057  virtual QCString trPrivateTypes()
1058  {
1059  return "Private Typen";
1060  }
1062  virtual QCString trPrivateAttribs()
1063  {
1064  return "Private Attribute";
1065  }
1068  {
1069  return "Statische, private Attribute";
1070  }
1072 //////////////////////////////////////////////////////////////////////////
1073 // new since 1.1.3
1074 //////////////////////////////////////////////////////////////////////////
1075 
1076  /*! Used as a marker that is put before a \\todo item */
1077  virtual QCString trTodo()
1078  {
1079  return "Noch zu erledigen";
1080  }
1082  /*! Used as the header of the todo list */
1083  virtual QCString trTodoList()
1084  {
1085  return "Ausstehende Aufgaben";
1086  }
1087 
1088 //////////////////////////////////////////////////////////////////////////
1089 // new since 1.1.4
1090 //////////////////////////////////////////////////////////////////////////
1091 
1092  virtual QCString trReferencedBy()
1093  {
1094  return "Wird benutzt von";
1095  }
1097  virtual QCString trRemarks()
1098  {
1099  return "Bemerkungen";
1100  }
1101 
1103  {
1104  return "Achtung";
1105  }
1106 
1107  virtual QCString trInclByDepGraph()
1108  {
1109  return "Dieser Graph zeigt, welche Datei direkt oder "
1110  "indirekt diese Datei enthält:";
1111  }
1112 
1113  virtual QCString trSince()
1114  {
1115  return "Seit";
1116  }
1117 
1118 //////////////////////////////////////////////////////////////////////////
1119 // new since 1.1.5
1120 //////////////////////////////////////////////////////////////////////////
1122  /*! title of the graph legend page */
1123  virtual QCString trLegendTitle()
1124  {
1125  return "Erklärung des Graphen";
1126  }
1127 
1128  /*! page explaining how the dot graph's should be interpreted
1129  * The %A in the text below are to prevent link to classes called "A".
1130  */
1131  virtual QCString trLegendDocs()
1132  {
1133  return
1134  "Diese Seite erklärt die Interpretation der von doxygen "
1135  "erzeugten Graphen.<p>\n"
1136  "Beispiel:\n"
1137  "\\code\n"
1138  "/*! Wegen Verkürzung unsichtbare Klasse */\n"
1139  "class Invisible { };\n\n"
1140  "/*! Klasse verkürzt dargestellt, Vererbungsbeziehung ist versteckt */\n"
1141  "class Truncated : public Invisible { };\n\n"
1142  "/* Nicht mit doxygen-Kommentaren dokumentierte Klasse */\n"
1143  "class Undocumented { };\n\n"
1144  "/*! Mithilfe öffentlicher Vererbung vererbte Klasse */\n"
1145  "class PublicBase : public Truncated { };\n\n"
1146  "/*! Eine Template-Klasse */\n"
1147  "template<class T> class Templ { };\n\n"
1148  "/*! Mithilfe geschützter Vererbung vererbte Klasse */\n"
1149  "class ProtectedBase { };\n\n"
1150  "/*! Mithilfe privater Vererbung vererbte Klasse */\n"
1151  "class PrivateBase { };\n\n"
1152  "/*! Von der Klasse Inherited benutzte Klasse */\n"
1153  "class Used { };\n\n"
1154  "/*! Superklasse, die von mehreren anderen Klassen erbt */\n"
1155  "class Inherited : public PublicBase,\n"
1156  " protected ProtectedBase,\n"
1157  " private PrivateBase,\n"
1158  " public Undocumented,\n"
1159  " public Templ<int>\n"
1160  "{\n"
1161  " private:\n"
1162  " Used *m_usedClass;\n"
1163  "};\n"
1164  "\\endcode\n"
1165  "Dies liefert den folgenden Graphen:"
1166  "<p><center><img alt=\"\" src=\"graph_legend."+getDotImageExtension()+"\"></center></p>\n"
1167  "<p>\n"
1168  "Die Rechtecke in obigem Graphen bedeuten:\n"
1169  "</p>\n"
1170  "<ul>\n"
1171  "<li>Ein grau gefülltes Rechteck stellt die Struktur oder "
1172  "Klasse dar, für die der Graph erzeugt wurde.</li>\n"
1173  "<li>Ein Rechteck mit schwarzem Rahmen kennzeichnet eine dokumentierte "
1174  "Struktur oder Klasse.</li>\n"
1175  "<li>Ein Rechteck mit grauem Rahmen kennzeichnet eine undokumentierte "
1176  "Struktur oder Klasse.</li>\n"
1177  "<li>Ein Rechteck mit rotem Rahmen kennzeichnet eine dokumentierte "
1178  "Struktur oder Klasse, für die nicht alle Vererbungs-/"
1179  "Enthaltenseinsbeziehungen dargestellt werden. Ein Graph wird gekürzt, "
1180  "wenn er nicht in die angegebenen Schranken passt.</li>\n"
1181  "</ul>\n"
1182  "<p>\n"
1183  "Die Pfeile bedeuten:\n"
1184  "</p>\n"
1185  "<ul>\n"
1186  "<li>Ein dunkelblauer Pfeil stellt eine öffentliche Vererbungsbeziehung "
1187  "zwischen zwei Klassen dar.</li>\n"
1188  "<li>Ein dunkelgrüner Pfeil stellt geschützte Vererbung dar.</li>\n"
1189  "<li>Ein dunkelroter Pfeil stellt private Vererbung dar.</li>\n"
1190  "<li>Ein gestrichelter violetter Pfeil bedeutet, dass eine Klasse in "
1191  "einer anderen enthalten ist oder von einer anderen benutzt wird. Am "
1192  "Pfeil stehen die Variable(n), mit deren Hilfe auf die Struktur oder "
1193  "Klasse an der Pfeilspitze zugegriffen werden kann.</li>\n"
1194  "<li>Ein gestrichelter gelber Pfeil kennzeichnet eine Verknüpfung "
1195  "zwischen einer Template-Instanz und der Template-Klasse von welcher "
1196  "es abstammt. Neben dem Pfeil sind die Template-Parameter aufgeführt.</li>\n"
1197  "</ul>\n";
1198  }
1199 
1200  /*! text for the link to the legend page */
1201  virtual QCString trLegend()
1202  {
1203  return "Legende";
1204  }
1205 
1206 //////////////////////////////////////////////////////////////////////////
1207 // new since 1.2.0
1208 //////////////////////////////////////////////////////////////////////////
1209 
1210  /*! Used as a marker that is put before a test item */
1211  virtual QCString trTest()
1212  {
1213  return "Test";
1214  }
1215 
1216  /*! Used as the header of the test list */
1217  virtual QCString trTestList()
1218  {
1219  return "Test-Liste";
1220  }
1221 
1222 //////////////////////////////////////////////////////////////////////////
1223 // new since 1.2.2
1224 //////////////////////////////////////////////////////////////////////////
1225 
1226  /*! Used as a section header for IDL properties */
1227  virtual QCString trProperties()
1228  {
1229  return "Propertys";
1230  }
1231 
1232  /*! Used as a section header for IDL property documentation */
1234  {
1235  return "Dokumentation der Propertys";
1236  }
1237 
1238 //////////////////////////////////////////////////////////////////////////
1239 // new since 1.2.4
1240 //////////////////////////////////////////////////////////////////////////
1241 
1242  /*! Used for Java classes in the summary section of Java packages */
1243  virtual QCString trClasses()
1244  {
1245  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1246  {
1247  return "Datenstrukturen";
1248  }
1249  else
1250  {
1251  return "Klassen";
1252  }
1253  }
1254 
1255  /*! Used as the title of a Java package */
1256  virtual QCString trPackage(const QCString &name)
1257  {
1258  return (QCString)"Paket "+name;
1259  }
1260 
1261  /*! Title of the package index page */
1263  {
1264  return "Paketliste";
1265  }
1266 
1267  /*! The description of the package index page */
1269  {
1270  return "Hier folgen die Pakete mit einer Kurzbeschreibung (wenn verfügbar):";
1271  }
1272 
1273  /*! The link name in the Quick links header for each page */
1274  virtual QCString trPackages()
1275  {
1276  return "Pakete";
1277  }
1278 
1279  /*! Text shown before a multi-line define */
1280  virtual QCString trDefineValue()
1281  {
1282  return "Wert:";
1283  }
1284 
1285 //////////////////////////////////////////////////////////////////////////
1286 // new since 1.2.5
1287 //////////////////////////////////////////////////////////////////////////
1288 
1289  /*! Used as a marker that is put before a \\bug item */
1290  virtual QCString trBug()
1291  {
1292  return "Fehler";
1293  }
1294 
1295  /*! Used as the header of the bug list */
1296  virtual QCString trBugList()
1297  {
1298  return "Liste der bekannten Fehler";
1299  }
1300 
1301 //////////////////////////////////////////////////////////////////////////
1302 // new since 1.2.6-20010422
1303 //////////////////////////////////////////////////////////////////////////
1304 
1305  /*! Used as ansicpg for RTF file. See translator_en.h for details. */
1306  virtual QCString trRTFansicp()
1307  {
1308  return "1252";
1309  }
1310 
1311  /*! Used as ansicpg for RTF fcharset
1312  * \see trRTFansicp() for a table of possible values.
1313  */
1314  virtual QCString trRTFCharSet()
1315  {
1316  return "0";
1317  }
1318 
1319  /*! Used as header RTF general index */
1320  virtual QCString trRTFGeneralIndex()
1321  {
1322  return "Index";
1323  }
1324 
1325 //////////////////////////////////////////////////////////////////////////
1326 // new since 1.2.7
1327 //////////////////////////////////////////////////////////////////////////
1328 
1329  /*! This is used for translation of the word that will possibly
1330  * be followed by a single name or by a list of names
1331  * of the category.
1332  */
1333  virtual QCString trClass(bool, bool singular)
1334  {
1335  QCString result("Klasse");
1336  if (!singular) result+="n";
1337  return result;
1338  }
1340  /*! This is used for translation of the word that will possibly
1341  * be followed by a single name or by a list of names
1342  * of the category.
1343  */
1344  virtual QCString trFile(bool, bool singular)
1345  {
1346  QCString result("Datei");
1347  if (!singular) result+="en";
1348  return result;
1349  }
1350 
1351  /*! This is used for translation of the word that will possibly
1352  * be followed by a single name or by a list of names
1353  * of the category.
1354  */
1355  virtual QCString trNamespace(bool, bool singular)
1356  {
1357  QCString result("Namensbereich");
1358  if (!singular) result+="e";
1359  return result;
1360  }
1361 
1362  /*! This is used for translation of the word that will possibly
1363  * be followed by a single name or by a list of names
1364  * of the category.
1365  */
1366  virtual QCString trGroup(bool, bool singular)
1367  {
1368  QCString result("Gruppe");
1369  if (!singular) result+="n";
1370  return result;
1371  }
1372 
1373  /*! This is used for translation of the word that will possibly
1374  * be followed by a single name or by a list of names
1375  * of the category.
1376  */
1377  virtual QCString trPage(bool, bool singular)
1378  {
1379  QCString result("Seite");
1380  if (!singular) result+="n";
1381  return result;
1382  }
1383 
1384  /*! This is used for translation of the word that will possibly
1385  * be followed by a single name or by a list of names
1386  * of the category.
1387  */
1388  virtual QCString trMember(bool, bool singular)
1389  {
1390  QCString result("Element");
1391  if (!singular) result+="e";
1392  return result;
1393  }
1394 
1395  /*! This is used for translation of the word that will possibly
1396  * be followed by a single name or by a list of names
1397  * of the category.
1398  */
1399  virtual QCString trGlobal(bool first_capital, bool singular)
1400  {
1401  QCString result((first_capital ? "Global" : "global")); // FIXME
1402  if (!singular) result+="";
1403  return result;
1404  }
1405 
1406 //////////////////////////////////////////////////////////////////////////
1407 // new since 1.2.7-20010524
1408 //////////////////////////////////////////////////////////////////////////
1409 
1410  /*! This text is generated when the \\author command is used and
1411  * for the author section in man pages.
1412  */
1413  virtual QCString trAuthor(bool, bool singular)
1414  {
1415  QCString result("Autor");
1416  if (!singular) result+="en";
1417  return result;
1418  }
1419 
1420 //////////////////////////////////////////////////////////////////////////
1421 // new since 1.2.11
1422 //////////////////////////////////////////////////////////////////////////
1423 
1424  /*! This text is put before the list of members referenced by a member
1425  */
1426  virtual QCString trReferences()
1427  {
1428  return "Benutzt";
1429  }
1430 
1431 //////////////////////////////////////////////////////////////////////////
1432 // new since 1.2.13
1433 //////////////////////////////////////////////////////////////////////////
1434 
1435  /*! used in member documentation blocks to produce a list of
1436  * members that are implemented by this one.
1437  */
1438  virtual QCString trImplementedFromList(int numEntries)
1439  {
1440  return "Implementiert " + trWriteList(numEntries) + ".";
1441  }
1442 
1443  /*! used in member documentation blocks to produce a list of
1444  * all members that implement this abstract member.
1445  */
1446  virtual QCString trImplementedInList(int numEntries)
1447  {
1448  return "Implementiert in " + trWriteList(numEntries) + ".";
1449  }
1450 
1451 //////////////////////////////////////////////////////////////////////////
1452 // new since 1.2.16
1453 //////////////////////////////////////////////////////////////////////////
1454 
1455  /*! used in RTF documentation as a heading for the Table
1456  * of Contents.
1457  */
1458  virtual QCString trRTFTableOfContents()
1459  {
1460  return "Inhaltsverzeichnis";
1461  }
1462 
1463 //////////////////////////////////////////////////////////////////////////
1464 // new since 1.2.17
1465 //////////////////////////////////////////////////////////////////////////
1466 
1467  /*! Used as the header of the list of item that have been
1468  * flagged deprecated
1469  */
1470  virtual QCString trDeprecatedList()
1471  {
1472  return "Veraltete Elemente";
1473  }
1474 
1475 //////////////////////////////////////////////////////////////////////////
1476 // new since 1.2.18
1477 //////////////////////////////////////////////////////////////////////////
1478 
1479  /*! Used as a header for declaration section of the events found in
1480  * a C# program
1481  */
1482  virtual QCString trEvents()
1483  {
1484  return "Ereignisse";
1485  }
1486 
1487  /*! Header used for the documentation section of a class' events. */
1488  virtual QCString trEventDocumentation()
1489  {
1490  return "Ereignisdokumentation";
1491  }
1492 
1493 //////////////////////////////////////////////////////////////////////////
1494 // new since 1.3
1495 //////////////////////////////////////////////////////////////////////////
1496 
1497  /*! Used as a heading for a list of Java class types with package scope.
1498  */
1499  virtual QCString trPackageTypes()
1500  {
1501  return "Pakettypen";
1502  }
1503 
1504  /*! Used as a heading for a list of Java class functions with package
1505  * scope.
1506  */
1508  {
1509  return "Paketfunktionen";
1510  }
1511 
1512  /*! Used as a heading for a list of static Java class functions with
1513  * package scope.
1514  */
1516  {
1517  return "Statische Paketfunktionen";
1518  }
1519 
1520  /*! Used as a heading for a list of Java class variables with package
1521  * scope.
1522  */
1523  virtual QCString trPackageAttribs()
1524  {
1525  return "Paketattribute";
1526  }
1527 
1528  /*! Used as a heading for a list of static Java class variables with
1529  * package scope.
1530  */
1532  {
1533  return "Statische Paketattribute";
1534  }
1535 
1536 //////////////////////////////////////////////////////////////////////////
1537 // new since 1.3.1
1538 //////////////////////////////////////////////////////////////////////////
1539 
1540  /*! Used in the quick index of a class/file/namespace member list page
1541  * to link to the unfiltered list of all members.
1542  */
1543  virtual QCString trAll()
1544  {
1545  return "Alle";
1546  }
1547  /*! Put in front of the call graph for a function. */
1548  virtual QCString trCallGraph()
1549  {
1550  return "Hier ist ein Graph, der zeigt, was diese Funktion aufruft:";
1551  }
1552 
1553 //////////////////////////////////////////////////////////////////////////
1554 // new since 1.3.3
1555 //////////////////////////////////////////////////////////////////////////
1556 
1557  /*! This string is used as the title for the page listing the search
1558  * results.
1559  */
1560  virtual QCString trSearchResultsTitle()
1561  {
1562  return "Suchergebnisse";
1563  }
1564  /*! This string is put just before listing the search results. The
1565  * text can be different depending on the number of documents found.
1566  * Inside the text you can put the special marker $num to insert
1567  * the number representing the actual number of search results.
1568  * The @a numDocuments parameter can be either 0, 1 or 2, where the
1569  * value 2 represents 2 or more matches. HTML markup is allowed inside
1570  * the returned string.
1571  */
1572  virtual QCString trSearchResults(int numDocuments)
1573  {
1574  if (numDocuments==0)
1575  {
1576  return "Es wurden keine Dokumente zu Ihrer Suchanfrage gefunden.";
1577  }
1578  else if (numDocuments==1)
1579  {
1580  return "Es wurde <b>1</b> Dokument zu Ihrer Suchanfrage gefunden.";
1581  }
1582  else
1583  {
1584  return "Es wurden <b>$num</b> Dokumente zu Ihrer Suchanfrage "
1585  "gefunden. Die besten Treffer werden zuerst angezeigt.";
1586  }
1587  }
1588  /*! This string is put before the list of matched words, for each search
1589  * result. What follows is the list of words that matched the query.
1590  */
1592  {
1593  return "Treffer:";
1594  }
1595 
1596 //////////////////////////////////////////////////////////////////////////
1597 // new since 1.3.8
1598 //////////////////////////////////////////////////////////////////////////
1599 
1600  /*! This is used in HTML as the title of page with source code for file filename
1601  */
1602  virtual QCString trSourceFile(QCString& filename)
1603  {
1604  return filename + " Quellcode";
1605  }
1606 
1607 //////////////////////////////////////////////////////////////////////////
1608 // new since 1.3.9
1609 //////////////////////////////////////////////////////////////////////////
1611  /*! This is used as the name of the chapter containing the directory
1612  * hierarchy.
1613  */
1614  virtual QCString trDirIndex()
1615  { return "Verzeichnishierarchie"; }
1616 
1617  /*! This is used as the name of the chapter containing the documentation
1618  * of the directories.
1619  */
1620  virtual QCString trDirDocumentation()
1621  { return "Verzeichnisdokumentation"; }
1622 
1623  /*! This is used as the title of the directory index and also in the
1624  * Quick links of an HTML page, to link to the directory hierarchy.
1625  */
1626  virtual QCString trDirectories()
1627  { return "Verzeichnisse"; }
1628 
1629  /*! This returns a sentences that introduces the directory hierarchy.
1630  * and the fact that it is sorted alphabetically per level
1631  */
1632  virtual QCString trDirDescription()
1633  { return "Diese Verzeichnishierarchie ist -mit Einschränkungen- "
1634  "alphabetisch sortiert:";
1635  }
1636 
1637  /*! This returns the title of a directory page. The name of the
1638  * directory is passed via \a dirName.
1639  */
1640  virtual QCString trDirReference(const QCString &dirName)
1641  { QCString result=dirName; result+="-Verzeichnisreferenz"; return result; }
1642 
1643  /*! This returns the word directory with or without starting capital
1644  * (\a first_capital) and in sigular or plural form (\a singular).
1645  */
1646  virtual QCString trDir(bool, bool singular)
1647  {
1648  QCString result("Verzeichnis");
1649  if (!singular) result+="se";
1650  return result;
1651  }
1652 
1653 //////////////////////////////////////////////////////////////////////////
1654 // new since 1.4.1
1655 //////////////////////////////////////////////////////////////////////////
1656 
1657  /*! This text is added to the documentation when the \\overload command
1658  * is used for a overloaded function.
1659  */
1660  virtual QCString trOverloadText()
1661  {
1662  return "Dies ist eine überladene Methode, die der Bequemlichkeit "
1663  "wegen bereitgestellt wird. Sie unterscheidet sich von der "
1664  "obigen Funktion nur in den Argumenten die sie unterstützt.";
1665  }
1666 
1667 //////////////////////////////////////////////////////////////////////////
1668 // new since 1.4.6
1669 //////////////////////////////////////////////////////////////////////////
1670 
1671  /*! This is used to introduce a caller (or called-by) graph */
1672  virtual QCString trCallerGraph()
1673  {
1674  return "Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:";
1675  }
1676 
1677  /*! This is used in the documentation of a file/namespace before the list
1678  * of documentation blocks for enumeration values
1679  */
1681  { return "Dokumentation der Aufzählungswerte"; }
1682 
1683 //////////////////////////////////////////////////////////////////////////
1684 // new since 1.5.4 (mainly for Fortran)
1685 //////////////////////////////////////////////////////////////////////////
1686 
1687  /*! header that is put before the list of member subprograms (Fortran). */
1689  { return "Elementfunktionen/Unterroutinen-Dokumentation"; }
1690 
1691  /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1693  { return "Datentyp-Liste"; }
1694 
1695  /*! This is put above each page as a link to all members of compounds (Fortran). */
1697  { return "Datenfelder"; }
1698 
1699  /*! This is an introduction to the annotated compound list (Fortran). */
1701  { return "Hier folgen die Datentypen mit Kurzbeschreibungen:"; }
1702 
1703  /*! This is an introduction to the page with all data types (Fortran). */
1704  virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
1705  {
1706  QCString result="Hier folgt eine Liste aller ";
1707  if (!extractAll)
1708  {
1709  result+="dokumentierten ";
1710  }
1711  result+="Datentypelemente";
1712  result+=" mit Links ";
1713  if (!extractAll)
1714  {
1715  result+="zur Datenstruktur-Dokumentation für jedes Element";
1716  }
1717  else
1718  {
1719  result+="zu den Datentypen, zu denen sie gehören:";
1720  }
1721  return result;
1722  }
1724  /*! This is used in LaTeX as the title of the chapter with the
1725  * annotated compound index (Fortran).
1726  */
1728  { return "Datentyp-Index"; }
1729 
1730  /*! This is used in LaTeX as the title of the chapter containing
1731  * the documentation of all data types (Fortran).
1732  */
1733  virtual QCString trTypeDocumentation()
1734  { return "Datentyp-Dokumentation"; }
1735 
1736  /*! This is used in the documentation of a file as a header before the
1737  * list of (global) subprograms (Fortran).
1738  */
1739  virtual QCString trSubprograms()
1740  { return "Funktionen/Unterroutinen"; }
1741 
1742  /*! This is used in the documentation of a file/namespace before the list
1743  * of documentation blocks for subprograms (Fortran)
1744  */
1746  { return "Funktionen/Unterroutinen-Dokumentation"; }
1747 
1748  /*! This is used in the documentation of a file/namespace/group before
1749  * the list of links to documented compounds (Fortran)
1750  */
1751  virtual QCString trDataTypes()
1752  { return "Datentypen"; }
1753 
1754  /*! used as the title of page containing all the index of all modules (Fortran). */
1755  virtual QCString trModulesList()
1756  { return "Modulliste"; }
1757 
1758  /*! used as an introduction to the modules list (Fortran) */
1759  virtual QCString trModulesListDescription(bool extractAll)
1760  {
1761  QCString result="Hier folgt eine Liste aller ";
1762  if (!extractAll) result+="dokumentierten ";
1763  result+="Module mit ihren Kurzbeschreibungen:";
1764  return result;
1765  }
1766 
1767  /*! used as the title of the HTML page of a module/type (Fortran) */
1768  virtual QCString trCompoundReferenceFortran(const QCString &clName,
1769  ClassDef::CompoundType compType,
1770  bool isTemplate)
1771  {
1772  QCString result=(QCString)clName;
1773  result += "-";
1774  switch(compType)
1775  {
1776  case ClassDef::Class: result+="Modul"; break;
1777  case ClassDef::Struct: result+="Typ"; break;
1778  case ClassDef::Union: result+="Union"; break;
1779  case ClassDef::Interface: result+="Interface"; break;
1780  case ClassDef::Protocol: result+="Protokoll"; break;
1781  case ClassDef::Category: result+="Kategorie"; break;
1782  case ClassDef::Exception: result+="Ausnahmen"; break;
1783  default: break;
1784  }
1785  if (isTemplate) result+="-Template";
1786  result+="-Referenz";
1787  return result;
1788  }
1789  /*! used as the title of the HTML page of a module (Fortran) */
1790  virtual QCString trModuleReference(const QCString &namespaceName)
1791  {
1792  QCString result=namespaceName;
1793  result+="-Modul-Referenz";
1794  return result;
1795  }
1796 
1797  /*! This is put above each page as a link to all members of modules. (Fortran) */
1798  virtual QCString trModulesMembers()
1799  { return "Modul-Elemente"; }
1800 
1801  /*! This is an introduction to the page with all modules members (Fortran) */
1802  virtual QCString trModulesMemberDescription(bool extractAll)
1803  {
1804  QCString result="Hier folgt eine Liste aller ";
1805  if (!extractAll) result+="dokumentierten ";
1806  result+="Modulelemente mit Links ";
1807  if (extractAll)
1808  {
1809  result+="zur Moduldokumentation für jedes Element:";
1810  }
1811  else
1812  {
1813  result+="zu den Modulen, zu denen sie gehören:";
1814  }
1815  return result;
1816  }
1818  /*! This is used in LaTeX as the title of the chapter with the
1819  * index of all modules (Fortran).
1820  */
1822  { return "Modul-Index"; }
1823 
1824  /*! This is used for translation of the word that will possibly
1825  * be followed by a single name or by a list of names
1826  * of the category.
1827  */
1828  virtual QCString trModule(bool /*first_capital*/, bool singular)
1829  {
1830  QCString result("Modul");
1831  if (!singular) result+="e";
1832  return result;
1833  }
1834 
1835  /*! This is put at the bottom of a module documentation page and is
1836  * followed by a list of files that were used to generate the page.
1837  */
1839  bool single)
1840  {
1841  // single is true implies a single file
1842  QCString result=(QCString)"Die Dokumentation für ";
1843  switch(compType)
1844  {
1845  case ClassDef::Class: result+="dieses Modul"; break;
1846  case ClassDef::Struct: result+="diesen Typ"; break;
1847  case ClassDef::Union: result+="diese Union"; break;
1848  case ClassDef::Interface: result+="dieses Interface"; break;
1849  case ClassDef::Protocol: result+="dieses Protokoll"; break;
1850  case ClassDef::Category: result+="diese Kategorie"; break;
1851  case ClassDef::Exception: result+="diese Ausnahme"; break;
1852  default: break;
1853  }
1854  if (single)
1855  result+=" wurde aus der folgenden Datei erzeugt:";
1856  else
1857  result+=" wurde aus den folgenden Dateien erzeugt:";
1858  return result;
1859  }
1860 
1861  /*! This is used for translation of the word that will possibly
1862  * be followed by a single name or by a list of names
1863  * of the category.
1864  */
1865  virtual QCString trType(bool /*first_capital*/, bool singular)
1866  {
1867  QCString result("Typ");
1868  if (!singular) result+="en";
1869  return result;
1870  }
1871 
1872  /*! This is used for translation of the word that will possibly
1873  * be followed by a single name or by a list of names
1874  * of the category.
1875  */
1876  virtual QCString trSubprogram(bool /*first_capital*/, bool singular)
1877  {
1878  QCString result("Unterprogramm");
1879  if (!singular) result+="e";
1880  return result;
1881  }
1882 
1883  /*! C# Type Constraint list */
1885  {
1886  return "Type Constraints";
1887  }
1888 
1889 //////////////////////////////////////////////////////////////////////////
1890 // new since 1.6.0 (mainly for the new search engine)
1891 //////////////////////////////////////////////////////////////////////////
1892 
1893  /*! directory relation for \a name */
1894  virtual QCString trDirRelation(const QCString &name)
1895  {
1896  return "Bezug " + QCString(name);
1897  }
1898 
1899  /*! Loading message shown when loading search results */
1900  virtual QCString trLoading()
1901  {
1902  return "Lade ...";
1903  }
1904 
1905  /*! Label used for search results in the global namespace */
1906  virtual QCString trGlobalNamespace()
1907  {
1908  return "Globaler Namensbereich";
1909  }
1910 
1911  /*! Message shown while searching */
1912  virtual QCString trSearching()
1913  {
1914  return "Suche ...";
1915  }
1916 
1917  /*! Text shown when no search results are found */
1918  virtual QCString trNoMatches()
1919  {
1920  return "Keine Treffer";
1921  }
1922 
1923 //////////////////////////////////////////////////////////////////////////
1924 // new since 1.6.3 (missing items for the directory pages)
1925 //////////////////////////////////////////////////////////////////////////
1926 
1927  /*! when clicking a directory dependency label, a page with a
1928  * table is shown. The heading for the first column mentions the
1929  * source file that has a relation to another file.
1930  */
1931  virtual QCString trFileIn(const QCString &name)
1932  {
1933  return (QCString)"Datei in "+name;
1934  }
1935 
1936  /*! when clicking a directory dependency label, a page with a
1937  * table is shown. The heading for the second column mentions the
1938  * destination file that is included.
1939  */
1940  virtual QCString trIncludesFileIn(const QCString &name)
1941  {
1942  return (QCString)"Include-Dateien in "+name;
1943  }
1944 
1945  /** Compiles a date string.
1946  * @param year Year in 4 digits
1947  * @param month Month of the year: 1=January
1948  * @param day Day of the Month: 1..31
1949  * @param dayOfWeek Day of the week: 1=Monday..7=Sunday
1950  * @param hour Hour of the day: 0..23
1951  * @param minutes Minutes in the hour: 0..59
1952  * @param seconds Seconds within the minute: 0..59
1953  * @param includeTime Include time in the result string?
1954  */
1955  virtual QCString trDateTime(int year,int month,int day,int dayOfWeek,
1956  int hour,int minutes,int seconds,
1957  bool includeTime)
1958  {
1959  static const char *days[] = { "Mon","Die","Mit","Don","Fre","Sam","Son" };
1960  static const char *months[] = { "Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez" };
1961  QCString sdate;
1962  sdate.sprintf("%s %s %d %d",days[dayOfWeek-1],months[month-1],day,year);
1963  if (includeTime)
1964  {
1965  QCString stime;
1966  stime.sprintf(" %.2d:%.2d:%.2d",hour,minutes,seconds);
1967  sdate+=stime;
1968  }
1969  return sdate;
1970  }
1971 
1972 //////////////////////////////////////////////////////////////////////////
1973 // new since 1.7.5
1974 //////////////////////////////////////////////////////////////////////////
1975 
1976  /*! Header for the page with bibliographic citations */
1977  virtual QCString trCiteReferences()
1978  { return "Literaturverzeichnis"; }
1979 
1980  /*! Text for copyright paragraph */
1981  virtual QCString trCopyright()
1982  { return "Copyright"; }
1983 
1984  /*! Header for the graph showing the directory dependencies */
1985  virtual QCString trDirDepGraph(const QCString &name)
1986  { return QCString("Diagramm der Verzeichnisabhängigkeiten für ")+name+":"; }
1987 
1988 //////////////////////////////////////////////////////////////////////////
1989 // new since 1.8.0
1990 //////////////////////////////////////////////////////////////////////////
1991 
1992  /*! Detail level selector shown for hierarchical indices */
1993  virtual QCString trDetailLevel()
1994  { return "Detailebene"; }
1995 
1996  /*! Section header for list of template parameters */
1997  virtual QCString trTemplateParameters()
1998  { return "Template-Parameter"; }
1999 
2000  /*! Used in dot graph when UML_LOOK is enabled and there are many fields */
2001  virtual QCString trAndMore(const QCString &number)
2002  { return "und "+number+" mehr ..."; }
2003 
2004  /*! Used file list for a Java enum */
2005  virtual QCString trEnumGeneratedFromFiles(bool single)
2006  { QCString result = "Die Dokumentation für diesen enum wurde aus ";
2007  if (single)
2008  result += "der folgenden Datei";
2009  else
2010  result += "den folgenden Dateien";
2011  result+=" generiert:";
2012  return result;
2013  }
2014 
2015  /*! Header of a Java enum page (Java enums are represented as classes). */
2016  virtual QCString trEnumReference(const QCString &name)
2017  { return QCString(name)+" Enum-Referenz"; }
2018 
2019  /*! Used for a section containing inherited members */
2020  virtual QCString trInheritedFrom(const QCString &members,const QCString &what)
2021  { return QCString(members)+" geerbt von "+what; }
2022 
2023  /*! Header of the sections with inherited members specific for the
2024  * base class(es)
2025  */
2027  { return "Weitere Geerbte Elemente"; }
2028 
2029 //////////////////////////////////////////////////////////////////////////
2030 // new since 1.8.2
2031 //////////////////////////////////////////////////////////////////////////
2032 
2033  /*! Used as a tooltip for the toggle button thatappears in the
2034  * navigation tree in the HTML output when GENERATE_TREEVIEW is
2035  * enabled. This tooltip explains the meaning of the button.
2036  */
2037  virtual QCString trPanelSynchronisationTooltip(bool enable)
2038  {
2039  QCString opt = enable ? "einzuschalten" : "auszuschalten";
2040  return "Klicken um Panelsynchronisation "+opt;
2041  }
2042 
2043  /*! Used in a method of an Objective-C class that is declared in a
2044  * a category. Note that the @1 marker is required and is replaced
2045  * by a link.
2046  */
2047  virtual QCString trProvidedByCategory()
2048  {
2049  return "Bestandteil der Kategorie @0.";
2050  }
2051 
2052  /*! Used in a method of an Objective-C category that extends a class.
2053  * Note that the @1 marker is required and is replaced by a link to
2054  * the class method.
2055  */
2057  {
2058  return "Erweitert Klasse @0.";
2059  }
2060 
2061  /*! Used as the header of a list of class methods in Objective-C.
2062  * These are similar to static public member functions in C++.
2063  */
2064  virtual QCString trClassMethods()
2065  {
2066  return "Klassenmethoden";
2067  }
2068 
2069  /*! Used as the header of a list of instance methods in Objective-C.
2070  * These are similar to public member functions in C++.
2071  */
2072  virtual QCString trInstanceMethods()
2073  {
2074  return "Instanzmethoden";
2075  }
2076 
2077  /*! Used as the header of the member functions of an Objective-C class.
2078  */
2080  {
2081  return "Methodendokumentation";
2082  }
2084 //////////////////////////////////////////////////////////////////////////
2085 // new since 1.8.4
2086 //////////////////////////////////////////////////////////////////////////
2087 
2088  /** old style UNO IDL services: implemented interfaces */
2089  virtual QCString trInterfaces()
2090  { return "Exportierte Interfaces"; }
2092  /** old style UNO IDL services: inherited services */
2093  virtual QCString trServices()
2094  { return "Eingebundene Dienste"; }
2095 
2096  /** UNO IDL constant groups */
2097  virtual QCString trConstantGroups()
2098  { return "Konstante Gruppen"; }
2099 
2100  /** UNO IDL constant groups */
2101  virtual QCString trConstantGroupReference(const QCString &namespaceName)
2102  {
2103  QCString result=namespaceName;
2104  result+=" Konstantengruppen-Referenz";
2105  return result;
2106  }
2107 
2108  /** UNO IDL service page title */
2109  virtual QCString trServiceReference(const QCString &sName)
2110  {
2111  QCString result=(QCString)sName;
2112  result+=" Dienstreferenz";
2113  return result;
2114  }
2115 
2116  /** UNO IDL singleton page title */
2117  virtual QCString trSingletonReference(const QCString &sName)
2118  {
2119  QCString result=(QCString)sName;
2120  result+=" Singleton-Referenz";
2121  return result;
2122  }
2123 
2124  /** UNO IDL service page */
2125  virtual QCString trServiceGeneratedFromFiles(bool single)
2126  {
2127  QCString result=(QCString)"Die Dokumentation für diesen Dienst "
2128  "wurde generiert aus ";
2129  if (single) result+="folgender Datei: "; else result+="folgenden Dateien: ";
2130  return result;
2131  }
2132 
2133  /** UNO IDL singleton page */
2134  virtual QCString trSingletonGeneratedFromFiles(bool single)
2135  {
2136  QCString result=(QCString)"Die Dokumentation für diesen Singleton wurde generiert aus ";
2137  if (single) result+="folgender Datei:"; else result+="folgenden Dateien:";
2138  return result;
2139  }
2140 
2141 //////////////////////////////////////////////////////////////////////////
2142 // new since 1.8.15
2143 //////////////////////////////////////////////////////////////////////////
2145  /** VHDL design unit hierarchy */
2147  { return "Entwurfseinheiten-Hierarchie"; }
2148  /** VHDL design unit list */
2149  virtual QCString trDesignUnitList()
2150  { return "Auflistung der Entwurfseinheiten"; }
2151  /** VHDL design unit members */
2152  virtual QCString trDesignUnitMembers()
2153  { return "Entwurfseinheiten-Elemente"; }
2154  /** VHDL design unit list description */
2156  {
2157  return "Hier folgt die Aufzählung aller Entwurfseinheiten und deren "
2158  "Elemente mit einer Kurzbeschreibung:";
2159  }
2160  /** VHDL design unit index */
2161  virtual QCString trDesignUnitIndex()
2162  { return "Entwurfseinheiten-Verzeichnis"; }
2163  /** VHDL design units */
2164  virtual QCString trDesignUnits()
2165  { return "Entwurfseinheiten"; }
2166  /** VHDL functions/procedures/processes */
2167  virtual QCString trFunctionAndProc()
2168  { return "Funktionen/Prozeduren/Prozesse"; }
2169  /** VHDL type */
2170  virtual QCString trVhdlType(uint64 type,bool single)
2171  {
2172  switch(type)
2173  {
2175  if (single) return "Bibliothek";
2176  else return "Bibliotheken";
2177  case VhdlDocGen::PACKAGE:
2178  if (single) return "Paket";
2179  else return "Pakete";
2181  if (single) return "Signal";
2182  else return "Signale";
2184  if (single) return "Komponente";
2185  else return "Komponenten";
2187  if (single) return "Konstante";
2188  else return "Konstanten";
2190  if (single) return "Entwurfseinheit";
2191  else return "Entwurfseinheiten";
2192  case VhdlDocGen::TYPE:
2193  if (single) return "Typ";
2194  else return "Typen";
2195  case VhdlDocGen::SUBTYPE:
2196  if (single) return "Subtyp";
2197  else return "Subtypen";
2198  case VhdlDocGen::FUNCTION:
2199  if (single) return "Funktion";
2200  else return "Funktionen";
2201  case VhdlDocGen::RECORD:
2202  if (single) return "Datenstruktur";
2203  else return "Datenstrukturen";
2204  case VhdlDocGen::PROCEDURE:
2205  if (single) return "Prozedur";
2206  else return "Prozeduren";
2208  if (single) return "Architektur";
2209  else return "Architekturen";
2210  case VhdlDocGen::ATTRIBUTE:
2211  if (single) return "Attribut";
2212  else return "Attribute";
2213  case VhdlDocGen::PROCESS:
2214  if (single) return "Prozess";
2215  else return "Prozesse";
2216  case VhdlDocGen::PORT:
2217  if (single) return "Schnittstelle";
2218  else return "Schnittstellen";
2219  case VhdlDocGen::USE:
2220  if (single) return "Use Klausel";
2221  else return "Use Klauseln";
2222  case VhdlDocGen::GENERIC:
2223  if (single) return "Parameter";
2224  else return "Parameter";
2226  return "Paketkörper";
2227  case VhdlDocGen::UNITS:
2228  return "Einheiten";
2230  if (single) return "Geteilte Variable";
2231  else return "Geteilte Variablen";
2232  case VhdlDocGen::VFILE:
2233  if (single) return "Datei";
2234  else return "Dateien";
2235  case VhdlDocGen::GROUP:
2236  if (single) return "Gruppe";
2237  else return "Gruppen";
2239  if (single) return "Instanziierung";
2240  else return "Instanziierungen";
2241  case VhdlDocGen::ALIAS:
2242  if (single) return "Alias";
2243  else return "Aliase";
2244  case VhdlDocGen::CONFIG:
2245  if (single) return "Konfiguration";
2246  else return "Konfigurationen";
2248  return "Verschiedenes";
2249  case VhdlDocGen::UCF_CONST:
2250  return "Constraints";
2251  default:
2252  return "Klasse";
2253  }
2254  }
2255  virtual QCString trCustomReference(const QCString &name)
2256  { return QCString(name)+"-Referenz"; }
2257 
2258 //////////////////////////////////////////////////////////////////////////
2259 // new since 1.8.19
2260 //////////////////////////////////////////////////////////////////////////
2261 
2262  /** VHDL design unit documentation */
2264  { return "Entwurfseinheiten-Dokumentation"; }
2265 
2266 };
2267 
2268 #endif
TranslatorGerman::trCustomReference
virtual QCString trCustomReference(const QCString &name)
Definition: translator_de.h:2274
TranslatorGerman::trISOLang
virtual QCString trISOLang()
Definition: translator_de.h:188
getDotImageExtension
QCString getDotImageExtension()
Definition: util.cpp:7032
TranslatorGerman::trModulesMembers
virtual QCString trModulesMembers()
Definition: translator_de.h:1817
TranslatorGerman::trEvents
virtual QCString trEvents()
Definition: translator_de.h:1501
TranslatorGerman::trEventDocumentation
virtual QCString trEventDocumentation()
Definition: translator_de.h:1507
VhdlDocGen::PROCEDURE
@ PROCEDURE
Definition: vhdldocgen.h:95
TranslatorGerman::trCompounds
virtual QCString trCompounds()
Definition: translator_de.h:610
TranslatorGerman::trEnumerationTypeDocumentation
virtual QCString trEnumerationTypeDocumentation()
Definition: translator_de.h:592
TranslatorGerman::trDataTypes
virtual QCString trDataTypes()
Definition: translator_de.h:1770
TranslatorGerman::trCompoundMembersDescriptionFortran
virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
Definition: translator_de.h:1723
TranslatorGerman::trExampleDocumentation
virtual QCString trExampleDocumentation()
Definition: translator_de.h:528
TranslatorGerman::trProtectedMembers
virtual QCString trProtectedMembers()
Definition: translator_de.h:762
TranslatorGerman::trGotoDocumentation
virtual QCString trGotoDocumentation()
Definition: translator_de.h:974
TranslatorGerman::trLegendTitle
virtual QCString trLegendTitle()
Definition: translator_de.h:1142
TranslatorGerman::trFileDocumentation
virtual QCString trFileDocumentation()
Definition: translator_de.h:522
TranslatorGerman::trReturnValues
virtual QCString trReturnValues()
Definition: translator_de.h:908
VhdlDocGen::TYPE
@ TYPE
Definition: vhdldocgen.h:91
TranslatorGerman::trStaticPackageAttribs
virtual QCString trStaticPackageAttribs()
Definition: translator_de.h:1550
TranslatorGerman::trTypeConstraints
virtual QCString trTypeConstraints()
Definition: translator_de.h:1903
TranslatorGerman::trReimplementedFromList
virtual QCString trReimplementedFromList(int numEntries)
Definition: translator_de.h:824
TranslatorGerman::trReferencedBy
virtual QCString trReferencedBy()
Definition: translator_de.h:1111
TranslatorGerman::trDetailLevel
virtual QCString trDetailLevel()
Definition: translator_de.h:2012
TranslatorGerman::trAttention
virtual QCString trAttention()
Definition: translator_de.h:1121
TranslatorGerman::trGraphicalHierarchy
virtual QCString trGraphicalHierarchy()
Definition: translator_de.h:1009
TranslatorGerman::trNamespaceList
virtual QCString trNamespaceList()
Definition: translator_de.h:680
TranslatorGerman::trSourceFile
virtual QCString trSourceFile(QCString &filename)
Definition: translator_de.h:1621
VhdlDocGen::COMPONENT
@ COMPONENT
Definition: vhdldocgen.h:89
TranslatorGerman::trConstructorDocumentation
virtual QCString trConstructorDocumentation()
Definition: translator_de.h:962
TranslatorGerman::trPrivateSlots
virtual QCString trPrivateSlots()
Definition: translator_de.h:774
ClassDef::Union
@ Union
Definition: classdef.h:109
TranslatorGerman::trTypeDocumentation
virtual QCString trTypeDocumentation()
Definition: translator_de.h:1752
VhdlDocGen::SUBTYPE
@ SUBTYPE
Definition: vhdldocgen.h:92
TranslatorGerman::trDateTime
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
Compiles a date string.
Definition: translator_de.h:1974
TranslatorGerman::trInstanceMethods
virtual QCString trInstanceMethods()
Definition: translator_de.h:2091
TranslatorGerman::trAndMore
virtual QCString trAndMore(const QCString &number)
Definition: translator_de.h:2020
TranslatorGerman::trFile
virtual QCString trFile(bool, bool singular)
Definition: translator_de.h:1363
TranslatorGerman::trExamplesDescription
virtual QCString trExamplesDescription()
Definition: translator_de.h:448
TranslatorGerman::trDetailedDescription
virtual QCString trDetailedDescription()
Definition: translator_de.h:204
TranslatorGerman::trSince
virtual QCString trSince()
Definition: translator_de.h:1132
TranslatorGerman::trReferences
virtual QCString trReferences()
Definition: translator_de.h:1445
TranslatorGerman::trSingletonGeneratedFromFiles
virtual QCString trSingletonGeneratedFromFiles(bool single)
UNO IDL singleton page
Definition: translator_de.h:2153
TranslatorGerman::trStaticPackageMembers
virtual QCString trStaticPackageMembers()
Definition: translator_de.h:1534
TranslatorGerman::trCompoundMembers
virtual QCString trCompoundMembers()
Definition: translator_de.h:304
TranslatorGerman::trStaticPrivateMembers
virtual QCString trStaticPrivateMembers()
Definition: translator_de.h:777
TranslatorGerman::trDesignUnitListDescription
virtual QCString trDesignUnitListDescription()
VHDL design unit list description
Definition: translator_de.h:2174
TranslatorGerman::trCompoundMembersFortran
virtual QCString trCompoundMembersFortran()
Definition: translator_de.h:1715
TranslatorGerman::trExamples
virtual QCString trExamples()
Definition: translator_de.h:334
TranslatorGerman::trMemberFunctionDocumentation
virtual QCString trMemberFunctionDocumentation()
Definition: translator_de.h:216
TranslatorGerman::trSearching
virtual QCString trSearching()
Definition: translator_de.h:1931
TranslatorGerman::trEnumerations
virtual QCString trEnumerations()
Definition: translator_de.h:556
TranslatorGerman::trImplementedInList
virtual QCString trImplementedInList(int numEntries)
Definition: translator_de.h:1465
TranslatorGerman::trServices
virtual QCString trServices()
old style UNO IDL services: inherited services
Definition: translator_de.h:2112
TranslatorAdapter_1_8_15
Definition: translator_adapter.h:82
VhdlDocGen::ENTITY
@ ENTITY
Definition: vhdldocgen.h:83
TranslatorGerman::trSingletonReference
virtual QCString trSingletonReference(const QCString &sName)
UNO IDL singleton page title
Definition: translator_de.h:2136
TranslatorGerman::trEnumName
virtual QCString trEnumName()
Definition: translator_de.h:263
VhdlDocGen::SIGNAL
@ SIGNAL
Definition: vhdldocgen.h:88
generateMarker
QCString generateMarker(int id)
Definition: util.cpp:284
TranslatorGerman::trProtectedAttribs
virtual QCString trProtectedAttribs()
Definition: translator_de.h:1066
TranslatorGerman::trEnumReference
virtual QCString trEnumReference(const QCString &name)
Definition: translator_de.h:2035
QCString::isEmpty
bool isEmpty() const
Returns TRUE iff the string is empty
Definition: qcstring.h:144
TranslatorGerman::trRemarks
virtual QCString trRemarks()
Definition: translator_de.h:1116
VhdlDocGen::CONFIG
@ CONFIG
Definition: vhdldocgen.h:105
VhdlDocGen::GENERIC
@ GENERIC
Definition: vhdldocgen.h:100
TranslatorGerman::trSearchResults
virtual QCString trSearchResults(int numDocuments)
Definition: translator_de.h:1591
TranslatorGerman::trGeneratedAt
virtual QCString trGeneratedAt(const QCString &date, const QCString &projName)
Definition: translator_de.h:625
TranslatorGerman::trStaticProtectedMembers
virtual QCString trStaticProtectedMembers()
Definition: translator_de.h:768
TranslatorGerman::trFunctionDocumentation
virtual QCString trFunctionDocumentation()
Definition: translator_de.h:598
ClassDef::CompoundType
CompoundType
The various compound types
Definition: classdef.h:107
TranslatorGerman::trGroup
virtual QCString trGroup(bool, bool singular)
Definition: translator_de.h:1385
VhdlDocGen::PACKAGE
@ PACKAGE
Definition: vhdldocgen.h:86
TranslatorGerman::trClassDocumentation
virtual QCString trClassDocumentation()
Definition: translator_de.h:503
ClassDef::Interface
@ Interface
Definition: classdef.h:110
TranslatorGerman::trRTFGeneralIndex
virtual QCString trRTFGeneralIndex()
Definition: translator_de.h:1339
TranslatorGerman::trGotoTextualHierarchy
virtual QCString trGotoTextualHierarchy()
Definition: translator_de.h:1019
TranslatorGerman::trInclDepGraph
virtual QCString trInclDepGraph(const QCString &fName)
Definition: translator_de.h:956
TranslatorGerman::trFileListDescription
virtual QCString trFileListDescription(bool extractAll)
Definition: translator_de.h:357
TranslatorGerman::trPostcondition
virtual QCString trPostcondition()
Definition: translator_de.h:986
TranslatorGerman::trDir
virtual QCString trDir(bool, bool singular)
Definition: translator_de.h:1665
TranslatorGerman::trModulesDescription
virtual QCString trModulesDescription()
Definition: translator_de.h:456
TranslatorGerman::trDirDescription
virtual QCString trDirDescription()
Definition: translator_de.h:1651
TranslatorGerman::trNoMatches
virtual QCString trNoMatches()
Definition: translator_de.h:1937
TranslatorGerman::trClass
virtual QCString trClass(bool, bool singular)
Definition: translator_de.h:1352
TranslatorGerman::trStaticProtectedAttribs
virtual QCString trStaticProtectedAttribs()
Definition: translator_de.h:1071
TranslatorGerman::trMemberTypedefDocumentation
virtual QCString trMemberTypedefDocumentation()
Definition: translator_de.h:208
TranslatorGerman::trDefinedAtLineInSourceFile
virtual QCString trDefinedAtLineInSourceFile()
Definition: translator_de.h:926
TranslatorGerman::trFileReference
virtual QCString trFileReference(const QCString &fileName)
Definition: translator_de.h:735
TranslatorGerman::trNamespaces
virtual QCString trNamespaces()
Definition: translator_de.h:873
TranslatorGerman::trGeneratedBy
virtual QCString trGeneratedBy()
Definition: translator_de.h:672
TranslatorGerman::trPrecondition
virtual QCString trPrecondition()
Definition: translator_de.h:980
TranslatorGerman::trRelatedSubscript
virtual QCString trRelatedSubscript()
Definition: translator_de.h:200
TranslatorGerman::trDirReference
virtual QCString trDirReference(const QCString &dirName)
Definition: translator_de.h:1659
TranslatorGerman::trFunctionAndProc
virtual QCString trFunctionAndProc()
VHDL functions/procedures/processes
Definition: translator_de.h:2186
TranslatorGerman::trProtectedSlots
virtual QCString trProtectedSlots()
Definition: translator_de.h:765
TranslatorGerman::trPageDocumentation
virtual QCString trPageDocumentation()
Definition: translator_de.h:534
TranslatorGerman::trServiceReference
virtual QCString trServiceReference(const QCString &sName)
UNO IDL service page title
Definition: translator_de.h:2128
TranslatorGerman::trModuleDocumentation
virtual QCString trModuleDocumentation()
Definition: translator_de.h:497
TranslatorGerman::trCompoundList
virtual QCString trCompoundList()
Definition: translator_de.h:287
VhdlDocGen::VFILE
@ VFILE
Definition: vhdldocgen.h:103
VhdlDocGen::UNITS
@ UNITS
Definition: vhdldocgen.h:99
TranslatorGerman::trDesignUnitMembers
virtual QCString trDesignUnitMembers()
VHDL design unit members
Definition: translator_de.h:2171
TranslatorGerman::trDirIndex
virtual QCString trDirIndex()
Definition: translator_de.h:1633
TranslatorGerman::trRelatedFunctionDocumentation
virtual QCString trRelatedFunctionDocumentation()
Definition: translator_de.h:705
ClassDef::Class
@ Class
Definition: classdef.h:107
TranslatorGerman::trCiteReferences
virtual QCString trCiteReferences()
Definition: translator_de.h:1996
TranslatorGerman::trStaticPublicMembers
virtual QCString trStaticPublicMembers()
Definition: translator_de.h:759
VhdlDocGen::PORT
@ PORT
Definition: vhdldocgen.h:98
TranslatorGerman::trEnumerationValueDocumentation
virtual QCString trEnumerationValueDocumentation()
Definition: translator_de.h:1699
TranslatorGerman::trNamespaceIndex
virtual QCString trNamespaceIndex()
Definition: translator_de.h:857
TranslatorGerman::trSignals
virtual QCString trSignals()
Definition: translator_de.h:756
TranslatorGerman::trConstantGroups
virtual QCString trConstantGroups()
UNO IDL constant groups
Definition: translator_de.h:2116
TranslatorGerman::trDefineValue
virtual QCString trDefineValue()
Definition: translator_de.h:1299
TranslatorGerman::trPackageMembers
virtual QCString trPackageMembers()
Definition: translator_de.h:1526
TranslatorGerman::trModuleIndex
virtual QCString trModuleIndex()
Definition: translator_de.h:468
TranslatorGerman::trModulesListDescription
virtual QCString trModulesListDescription(bool extractAll)
Definition: translator_de.h:1778
TranslatorGerman::trPackage
virtual QCString trPackage(const QCString &name)
Definition: translator_de.h:1275
TranslatorGerman::trNote
virtual QCString trNote()
Definition: translator_de.h:1034
TranslatorGerman::trDefinedIn
virtual QCString trDefinedIn()
Definition: translator_de.h:271
TranslatorGerman::trLegendDocs
virtual QCString trLegendDocs()
Definition: translator_de.h:1150
TranslatorGerman::trCallGraph
virtual QCString trCallGraph()
Definition: translator_de.h:1567
TranslatorGerman::trFunctions
virtual QCString trFunctions()
Definition: translator_de.h:562
TranslatorGerman::trDefinedInSourceFile
virtual QCString trDefinedInSourceFile()
Definition: translator_de.h:931
TranslatorGerman::trDirRelation
virtual QCString trDirRelation(const QCString &name)
Definition: translator_de.h:1913
TranslatorGerman::trRTFCharSet
virtual QCString trRTFCharSet()
Definition: translator_de.h:1333
TranslatorGerman::trRTFTableOfContents
virtual QCString trRTFTableOfContents()
Definition: translator_de.h:1477
TranslatorGerman::trMainPage
virtual QCString trMainPage()
Definition: translator_de.h:913
TranslatorGerman::trMemberList
virtual QCString trMemberList()
Definition: translator_de.h:241
TranslatorGerman::trRelatedPages
virtual QCString trRelatedPages()
Definition: translator_de.h:330
TranslatorGerman::trPublicMembers
virtual QCString trPublicMembers()
Definition: translator_de.h:750
TranslatorGerman::trMemberDataDocumentation
virtual QCString trMemberDataDocumentation()
Definition: translator_de.h:220
TranslatorGerman::trRelatedPagesDescription
virtual QCString trRelatedPagesDescription()
Definition: translator_de.h:452
TranslatorGerman::trRTFansicp
virtual QCString trRTFansicp()
Definition: translator_de.h:1325
TranslatorGerman::trNamespaceMemberDescription
virtual QCString trNamespaceMemberDescription(bool extractAll)
Definition: translator_de.h:842
TranslatorGerman::trProvidedByCategory
virtual QCString trProvidedByCategory()
Definition: translator_de.h:2066
TranslatorGerman::trProperties
virtual QCString trProperties()
Definition: translator_de.h:1246
VhdlDocGen::ALIAS
@ ALIAS
Definition: vhdldocgen.h:106
TranslatorGerman::trDirDepGraph
virtual QCString trDirDepGraph(const QCString &name)
Definition: translator_de.h:2004
TranslatorGerman::trAdditionalInheritedMembers
virtual QCString trAdditionalInheritedMembers()
Definition: translator_de.h:2045
TranslatorGerman::trDocumentation
virtual QCString trDocumentation()
Definition: translator_de.h:462
TranslatorGerman::trPanelSynchronisationTooltip
virtual QCString trPanelSynchronisationTooltip(bool enable)
Definition: translator_de.h:2056
TranslatorGerman::trWriteList
virtual QCString trWriteList(int numEntries)
Definition: translator_de.h:783
TranslatorGerman::trClassHierarchy
virtual QCString trClassHierarchy()
Definition: translator_de.h:283
TranslatorGerman::trForInternalUseOnly
virtual QCString trForInternalUseOnly()
Definition: translator_de.h:640
TranslatorGerman::trTodo
virtual QCString trTodo()
Definition: translator_de.h:1096
TranslatorGerman::trLoading
virtual QCString trLoading()
Definition: translator_de.h:1919
TranslatorGerman::trGeneratedFromFilesFortran
virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single)
Definition: translator_de.h:1857
TranslatorGerman::trSubprograms
virtual QCString trSubprograms()
Definition: translator_de.h:1758
TranslatorGerman::trDeprecatedList
virtual QCString trDeprecatedList()
Definition: translator_de.h:1489
VhdlDocGen::ARCHITECTURE
@ ARCHITECTURE
Definition: vhdldocgen.h:85
TranslatorGerman::trServiceGeneratedFromFiles
virtual QCString trServiceGeneratedFromFiles(bool single)
UNO IDL service page
Definition: translator_de.h:2144
TranslatorGerman::trModulesMemberDescription
virtual QCString trModulesMemberDescription(bool extractAll)
Definition: translator_de.h:1821
TranslatorGerman::trReimplementedInList
virtual QCString trReimplementedInList(int numEntries)
Definition: translator_de.h:832
TranslatorGerman::trCopyright
virtual QCString trCopyright()
Definition: translator_de.h:2000
TranslatorGerman::trCompoundReferenceFortran
virtual QCString trCompoundReferenceFortran(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate)
Definition: translator_de.h:1787
TranslatorGerman::trSubprogram
virtual QCString trSubprogram(bool, bool singular)
Definition: translator_de.h:1895
TranslatorGerman::trPublicAttribs
virtual QCString trPublicAttribs()
Definition: translator_de.h:1044
TranslatorGerman::trNamespace
virtual QCString trNamespace(bool, bool singular)
Definition: translator_de.h:1374
TranslatorGerman::trPage
virtual QCString trPage(bool, bool singular)
Definition: translator_de.h:1396
TranslatorGerman::trSearchResultsTitle
virtual QCString trSearchResultsTitle()
Definition: translator_de.h:1579
TranslatorGerman::trCode
virtual QCString trCode()
Definition: translator_de.h:1004
TranslatorGerman::trPackages
virtual QCString trPackages()
Definition: translator_de.h:1293
VhdlDocGen::ATTRIBUTE
@ ATTRIBUTE
Definition: vhdldocgen.h:87
TranslatorGerman::trAuthor
virtual QCString trAuthor(bool, bool singular)
Definition: translator_de.h:1432
TranslatorGerman::trDefines
virtual QCString trDefines()
Definition: translator_de.h:544
TranslatorGerman::trGlobalNamespace
virtual QCString trGlobalNamespace()
Definition: translator_de.h:1925
TranslatorGerman::trTestList
virtual QCString trTestList()
Definition: translator_de.h:1236
TranslatorGerman::trExtendsClass
virtual QCString trExtendsClass()
Definition: translator_de.h:2075
TranslatorGerman::trPackageListDescription
virtual QCString trPackageListDescription()
Definition: translator_de.h:1287
TranslatorGerman::trReturns
virtual QCString trReturns()
Definition: translator_de.h:656
VhdlDocGen::CONSTANT
@ CONSTANT
Definition: vhdldocgen.h:90
TranslatorGerman::trPackageList
virtual QCString trPackageList()
Definition: translator_de.h:1281
TranslatorGerman::trInvariant
virtual QCString trInvariant()
Definition: translator_de.h:992
TranslatorGerman::trRelatedFunctions
virtual QCString trRelatedFunctions()
Definition: translator_de.h:196
TranslatorGerman::trPrivateAttribs
virtual QCString trPrivateAttribs()
Definition: translator_de.h:1081
TranslatorGerman::trNamespaceDocumentation
virtual QCString trNamespaceDocumentation()
Definition: translator_de.h:863
TranslatorGerman::trCompoundReference
virtual QCString trCompoundReference(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate)
Definition: translator_de.h:713
VhdlDocGen::PACKAGE_BODY
@ PACKAGE_BODY
Definition: vhdldocgen.h:84
TranslatorGerman::trModulesIndex
virtual QCString trModulesIndex()
Definition: translator_de.h:1840
TranslatorGerman::trCollaborationDiagram
virtual QCString trCollaborationDiagram(const QCString &clName)
Definition: translator_de.h:950
TranslatorGerman::trVhdlType
virtual QCString trVhdlType(uint64 type, bool single)
VHDL type
Definition: translator_de.h:2189
TranslatorGerman::trClassHierarchyDescription
virtual QCString trClassHierarchyDescription()
Definition: translator_de.h:342
TranslatorGerman::trPackageAttribs
virtual QCString trPackageAttribs()
Definition: translator_de.h:1542
TranslatorGerman::trFriends
virtual QCString trFriends()
Definition: translator_de.h:695
TranslatorGerman::trParameters
virtual QCString trParameters()
Definition: translator_de.h:664
VhdlDocGen::LIBRARY
@ LIBRARY
Definition: vhdldocgen.h:82
TranslatorGerman::trPublicSlots
virtual QCString trPublicSlots()
Definition: translator_de.h:753
TranslatorGerman::trLegend
virtual QCString trLegend()
Definition: translator_de.h:1220
TranslatorGerman::trIncludesFileIn
virtual QCString trIncludesFileIn(const QCString &name)
Definition: translator_de.h:1959
TranslatorGerman::trTemplateParameters
virtual QCString trTemplateParameters()
Definition: translator_de.h:2016
TranslatorGerman::trListOfAllMembers
virtual QCString trListOfAllMembers()
Definition: translator_de.h:237
ClassDef::Category
@ Category
Definition: classdef.h:112
TranslatorGerman::trNamespaceMembers
virtual QCString trNamespaceMembers()
Definition: translator_de.h:838
ClassDef::Struct
@ Struct
Definition: classdef.h:108
TranslatorGerman::trMore
virtual QCString trMore()
Definition: translator_de.h:233
VhdlDocGen::UCF_CONST
@ UCF_CONST
Definition: vhdldocgen.h:108
TranslatorGerman::trEnumValue
virtual QCString trEnumValue()
Definition: translator_de.h:267
TranslatorGerman::trInclByDepGraph
virtual QCString trInclByDepGraph()
Definition: translator_de.h:1126
TranslatorGerman::trEnumerationValues
virtual QCString trEnumerationValues()
Definition: translator_de.h:574
TranslatorGerman::trImplementedFromList
virtual QCString trImplementedFromList(int numEntries)
Definition: translator_de.h:1457
TranslatorGerman::trDesignUnitList
virtual QCString trDesignUnitList()
VHDL design unit list
Definition: translator_de.h:2168
TranslatorGerman::trGlobal
virtual QCString trGlobal(bool first_capital, bool singular)
Definition: translator_de.h:1418
TranslatorGerman::trModules
virtual QCString trModules()
Definition: translator_de.h:279
TranslatorGerman::trVariables
virtual QCString trVariables()
Definition: translator_de.h:568
TranslatorGerman::trDesignUnitDocumentation
virtual QCString trDesignUnitDocumentation()
VHDL design unit documentation
Definition: translator_de.h:2282
TranslatorGerman::trPublicTypes
virtual QCString trPublicTypes()
Definition: translator_de.h:1039
TranslatorGerman::trMemberEnumerationDocumentation
virtual QCString trMemberEnumerationDocumentation()
Definition: translator_de.h:212
TranslatorGerman::trClasses
virtual QCString trClasses()
Definition: translator_de.h:1262
TranslatorGerman::trDesignUnitIndex
virtual QCString trDesignUnitIndex()
VHDL design unit index
Definition: translator_de.h:2180
TranslatorGerman::trGotoGraphicalHierarchy
virtual QCString trGotoGraphicalHierarchy()
Definition: translator_de.h:1014
TranslatorGerman::trTypedefs
virtual QCString trTypedefs()
Definition: translator_de.h:550
TranslatorGerman::trGeneratedAutomatically
virtual QCString trGeneratedAutomatically(const QCString &s)
Definition: translator_de.h:255
TranslatorGerman::trCompoundListDescriptionFortran
virtual QCString trCompoundListDescriptionFortran()
Definition: translator_de.h:1719
TranslatorGerman::trTodoList
virtual QCString trTodoList()
Definition: translator_de.h:1102
TranslatorGerman::trReferenceManual
virtual QCString trReferenceManual()
Definition: translator_de.h:538
TranslatorGerman::trFileMembersDescription
virtual QCString trFileMembersDescription(bool extractAll)
Definition: translator_de.h:427
VhdlDocGen::INSTANTIATION
@ INSTANTIATION
Definition: vhdldocgen.h:101
TranslatorGerman::trDesignUnits
virtual QCString trDesignUnits()
VHDL design units
Definition: translator_de.h:2183
Config_getBool
#define Config_getBool(name)
Definition: config.h:33
ClassDef::Protocol
@ Protocol
Definition: classdef.h:111
TranslatorGerman::trModuleReference
virtual QCString trModuleReference(const QCString &namespaceName)
Definition: translator_de.h:1809
TranslatorGerman::trFileList
virtual QCString trFileList()
Definition: translator_de.h:300
TranslatorGerman::trModule
virtual QCString trModule(bool, bool singular)
Definition: translator_de.h:1847
TranslatorGerman::trSearchMatches
virtual QCString trSearchMatches()
Definition: translator_de.h:1610
TranslatorGerman::trDirectories
virtual QCString trDirectories()
Definition: translator_de.h:1645
TranslatorGerman::trIncludingInheritedMembers
virtual QCString trIncludingInheritedMembers()
Definition: translator_de.h:249
VhdlDocGen::PROCESS
@ PROCESS
Definition: vhdldocgen.h:97
TranslatorGerman::trCompoundIndex
virtual QCString trCompoundIndex()
Definition: translator_de.h:480
TranslatorGerman::trMemberFunctionDocumentationFortran
virtual QCString trMemberFunctionDocumentationFortran()
Definition: translator_de.h:1707
VhdlDocGen::SHAREDVARIABLE
@ SHAREDVARIABLE
Definition: vhdldocgen.h:104
TranslatorGerman::trVersion
virtual QCString trVersion()
Definition: translator_de.h:648
TranslatorGerman::trFileMembers
virtual QCString trFileMembers()
Definition: translator_de.h:317
TranslatorGerman::trModulesList
virtual QCString trModulesList()
Definition: translator_de.h:1774
TranslatorGerman::trSearch
virtual QCString trSearch()
Definition: translator_de.h:338
TranslatorGerman::trTypedefDocumentation
virtual QCString trTypedefDocumentation()
Definition: translator_de.h:586
TranslatorGerman::trPrivateTypes
virtual QCString trPrivateTypes()
Definition: translator_de.h:1076
TranslatorGerman::trFileIn
virtual QCString trFileIn(const QCString &name)
Definition: translator_de.h:1950
TranslatorGerman::trAll
virtual QCString trAll()
Definition: translator_de.h:1562
TranslatorGerman::trCallerGraph
virtual QCString trCallerGraph()
Definition: translator_de.h:1691
TranslatorGerman::trDeprecated
virtual QCString trDeprecated()
Definition: translator_de.h:940
TranslatorGerman::idLanguage
virtual QCString idLanguage()
Definition: translator_de.h:177
TranslatorGerman::trStaticPrivateAttribs
virtual QCString trStaticPrivateAttribs()
Definition: translator_de.h:1086
TranslatorGerman::trBugList
virtual QCString trBugList()
Definition: translator_de.h:1315
TranslatorGerman::trType
virtual QCString trType(bool, bool singular)
Definition: translator_de.h:1884
VhdlDocGen::GROUP
@ GROUP
Definition: vhdldocgen.h:102
TranslatorGerman::trMember
virtual QCString trMember(bool, bool singular)
Definition: translator_de.h:1407
TranslatorGerman::trPropertyDocumentation
virtual QCString trPropertyDocumentation()
Definition: translator_de.h:1252
TranslatorGerman::trVariableDocumentation
virtual QCString trVariableDocumentation()
Definition: translator_de.h:604
TranslatorGerman::trInheritsList
virtual QCString trInheritsList(int numEntries)
Definition: translator_de.h:808
TranslatorGerman::trGotoSourceCode
virtual QCString trGotoSourceCode()
Definition: translator_de.h:968
TranslatorGerman::trFileIndex
virtual QCString trFileIndex()
Definition: translator_de.h:491
TranslatorGerman::trInheritedFrom
virtual QCString trInheritedFrom(const QCString &members, const QCString &what)
Definition: translator_de.h:2039
TranslatorGerman::trInterfaces
virtual QCString trInterfaces()
old style UNO IDL services: implemented interfaces
Definition: translator_de.h:2108
TranslatorGerman::trPageIndex
virtual QCString trPageIndex()
Definition: translator_de.h:1024
TranslatorGerman::trSubprogramDocumentation
virtual QCString trSubprogramDocumentation()
Definition: translator_de.h:1764
TranslatorGerman::trNamespaceReference
virtual QCString trNamespaceReference(const QCString &namespaceName)
Definition: translator_de.h:743
TranslatorGerman::trDefineDocumentation
virtual QCString trDefineDocumentation()
Definition: translator_de.h:580
TranslatorGerman::latexLanguageSupportCommand
virtual QCString latexLanguageSupportCommand()
Definition: translator_de.h:183
VhdlDocGen::USE
@ USE
Definition: vhdldocgen.h:96
TranslatorGerman::trWarning
virtual QCString trWarning()
Definition: translator_de.h:644
TranslatorGerman::trMethodDocumentation
virtual QCString trMethodDocumentation()
Definition: translator_de.h:2098
TranslatorGerman::trCompoundIndexFortran
virtual QCString trCompoundIndexFortran()
Definition: translator_de.h:1746
TranslatorGerman::trTest
virtual QCString trTest()
Definition: translator_de.h:1230
TranslatorGerman::trCompoundListDescription
virtual QCString trCompoundListDescription()
Definition: translator_de.h:366
TranslatorGerman::trCompoundListFortran
virtual QCString trCompoundListFortran()
Definition: translator_de.h:1711
TranslatorGerman::trOverloadText
virtual QCString trOverloadText()
Definition: translator_de.h:1679
TranslatorGerman::trEnumGeneratedFromFiles
virtual QCString trEnumGeneratedFromFiles(bool single)
Definition: translator_de.h:2024
ClassDef::Exception
@ Exception
Definition: classdef.h:113
TranslatorGerman::trNamespaceListDescription
virtual QCString trNamespaceListDescription(bool extractAll)
Definition: translator_de.h:684
TranslatorGerman::trBug
virtual QCString trBug()
Definition: translator_de.h:1309
TranslatorGerman::trClassMethods
virtual QCString trClassMethods()
Definition: translator_de.h:2083
VhdlDocGen::FUNCTION
@ FUNCTION
Definition: vhdldocgen.h:93
TranslatorGerman::trInitialValue
virtual QCString trInitialValue()
Definition: translator_de.h:998
TranslatorGerman::trGeneratedFromFiles
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
Definition: translator_de.h:883
uint64
uint64_t uint64
Definition: qcstring.h:43
TranslatorGerman::trDirDocumentation
virtual QCString trDirDocumentation()
Definition: translator_de.h:1639
TranslatorGerman::trPrivateMembers
virtual QCString trPrivateMembers()
Definition: translator_de.h:771
VhdlDocGen::RECORD
@ RECORD
Definition: vhdldocgen.h:94
TranslatorGerman::trStaticPublicAttribs
virtual QCString trStaticPublicAttribs()
Definition: translator_de.h:1056
TranslatorGerman::trInheritedByList
virtual QCString trInheritedByList(int numEntries)
Definition: translator_de.h:816
TranslatorGerman::trExceptions
virtual QCString trExceptions()
Definition: translator_de.h:668
TranslatorGerman::trCompoundMembersDescription
virtual QCString trCompoundMembersDescription(bool extractAll)
Definition: translator_de.h:385
QCString::sprintf
QCString & sprintf(const char *format,...)
Definition: qcstring.cpp:24
TranslatorGerman::trThisIsTheListOfAllMembers
virtual QCString trThisIsTheListOfAllMembers()
Definition: translator_de.h:245
TranslatorGerman::trPackageTypes
virtual QCString trPackageTypes()
Definition: translator_de.h:1518
TranslatorGerman::trDesignUnitHierarchy
virtual QCString trDesignUnitHierarchy()
VHDL design unit hierarchy
Definition: translator_de.h:2165
TranslatorGerman::trSeeAlso
virtual QCString trSeeAlso()
Definition: translator_de.h:660
TranslatorGerman::trConstantGroupReference
virtual QCString trConstantGroupReference(const QCString &namespaceName)
UNO IDL constant groups
Definition: translator_de.h:2120
TranslatorGerman::trHierarchicalIndex
virtual QCString trHierarchicalIndex()
Definition: translator_de.h:474
TranslatorGerman::trDate
virtual QCString trDate()
Definition: translator_de.h:652
TranslatorGerman::trClassDiagram
virtual QCString trClassDiagram(const QCString &clName)
Definition: translator_de.h:634
TranslatorGerman
Definition: translator_de.h:146
TranslatorGerman::trPageAbbreviation
virtual QCString trPageAbbreviation()
Definition: translator_de.h:919
VhdlDocGen::MISCELLANEOUS
@ MISCELLANEOUS
Definition: vhdldocgen.h:107
QCString
This is an alternative implementation of QCString.
Definition: qcstring.h:108
TranslatorGerman::trProtectedTypes
virtual QCString trProtectedTypes()
Definition: translator_de.h:1061