Doxygen
translator_dk.h
浏览该文件的文档.
1 /*-*- c-basic-offset: 2; tab-width: 8 -*-*/
2 /******************************************************************************
3  *
4  *
5  *
6  * Copyright (C) 1997-2015 by Dimitri van Heesch.
7  *
8  * Permission to use, copy, modify, and distribute this software and its
9  * documentation under the terms of the GNU General Public License is hereby
10  * granted. No representations are made about the suitability of this software
11  * for any purpose. It is provided "as is" without express or implied warranty.
12  * See the GNU General Public License for more details.
13  *
14  * Documents produced by Doxygen are derivative works derived from the
15  * input used in their production; they are not affected by this license.
16  *
17  */
18  /*! @file
19  * @brief Danish translation
20  */
21 
22 /*
23  * Danish translation by
24  * Erik Søe Sørensen <eriksoe@daimi.au.dk>
25  *
26  * First version (not complete) for Doxygen 1.2.7
27  * Extended and revised for Doxygen 1.3
28  * Extended and revised for Doxygen 1.3.4
29  * Extended and revised for Doxygen 1.3.8
30  */
31 
32 /* Translator's notes:
33 
34  Oversættelseskonventioner:
35  (Konventioner for konventioner:
36  '?' angiver oversættelser, jeg har været i tvivl om
37  '??' angiver tvivlsomme oversættelser
38  '..?' angiver ord, der endnu ikke er fundet en oversættelse til
39  '(do.)' angiver ord, der med vilje ikke er oversat, idet jeg selv
40  overvejende bruger det engelske udtryk
41  '(-> _)' angiver ord, der er fundet en oversættelse til, men som jeg
42  vægrer mig ved at oversætte.
43  'KLID:_' angiver ord, hvor jeg med overlæg har rettet mig efter
44  KLID.dk's oversættelsesguide (enig eller ej).
45  )
46  bug -> 'kendt fejl'
47  class -> klasse
48  compound -> 'sammensat type'
49  constructor -> konstruktør ?
50  destructor -> destruktør ?
51  directory -> KLID:katalog (kunne også være 'bibliotek','mappe','folder')
52  event -> begivenhed ?
53  exception (-> undtagelse ?)
54  friend ..?
55  interface -> grænseflade ?
56  member -> medlem (TODO)
57  namespace -> (do.)
58  overloaded -> KLID:overdefineret
59  private -> privat
60  property -> egenskab?
61  protected -> beskyttet ??
62  public -> offentlig
63  reference(vb) -> "indeholde referencer til" (?)
64  slot ..?
65  source code -> kildekode
66  struct -> datastruktur
67  template (-> skabelon ?)
68  typedef -> typedefinition (?)
69  todo -> (do.)
70  union ..?
71 
72  Specielle forbindelser:
73  'Inheritance diagram' -> Stamtræ (selvom Nedarvningsdiagram også gik an)
74 
75 
76  -----
77 
78  (Konstruktivt) input modtages med glæde!
79  -- Erik Søe Sørensen <eriksoe@daimi.au.dk>
80 
81 
82  links -> (links.)
83  -- Poul-Erik Hansen
84 
85  */
86 
87 #ifndef TRANSLATOR_DK_H
88 #define TRANSLATOR_DK_H
89 
91 {
92  public:
93 
94  // --- Language control methods -------------------
95 
96  /*! Used for identification of the language. The identification
97  * should not be translated. It should be replaced by the name
98  * of the language in English using lower-case characters only
99  * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
100  * the identification used in language.cpp.
101  */
103  { return "danish"; }
104 
105  /*! Used to get the LaTeX command(s) for the language support.
106  * This method should return string with commands that switch
107  * LaTeX to the desired language. For example
108  * <pre>"\\usepackage[german]{babel}\n"
109  * </pre>
110  * or
111  * <pre>"\\usepackage{polski}\n"
112  * "\\usepackage[latin2]{inputenc}\n"
113  * "\\usepackage[T1]{fontenc}\n"
114  * </pre>
115  */
117  {
118  return
119  "\\usepackage[danish]{babel}\n";
120  }
121 
122  virtual QCString trISOLang()
123  {
124  return "da";
125  }
126 
127  // --- Language translation methods -------------------
128 
129  /*! used in the compound documentation before a list of related functions. */
131  { return "Relaterede funktioner"; }
132 
133  /*! subscript for the related functions. */
135  { return "(Bemærk at disse ikke er medlems-funktioner.)"; }
136 
137  /*! header that is put before the detailed description of files,
138  * classes and namespaces. */
140  { return "Detaljeret beskrivelse"; }
141 
142  /*! header that is put before the list of typedefs. */
144  { return "Dokumentation af medlems-typedefinitioner"; }
145 
146  /*! header that is put before the list of enumerations. */
148  { return "Dokumentation af medlems-enumerationer"; }
149  // medlems-enumerationer -> 'indeholdte enumerationer'
150 
151  /*! header that is put before the list of member functions. */
153  { return "Dokumentation af medlemsfunktioner"; }
154 
155  /*! header that is put before the list of member attributes. */
157  {
158  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C)) {
159  return "Felt-dokumentation";
160  } else {
161  return "Dokumentation af feltvariable";
162  }
163  }
164 
165  /*! this is the text of a link put after brief descriptions. */
166  virtual QCString trMore()
167  { return "Mere..."; }
168 
169  /*! put in the class documentation */
171  { return "Liste over alle medlemmer"; }
172 
173  /*! used as the title of the "list of all members" page of a class */
175  { return "Liste over medlemmer"; }
176 
177  /*! this is the first part of a sentence that is followed by a class name */
179  { return "Dette er den komplette liste over medlemmer i "; }
180 
181  /*! this is the remainder of the sentence after the class name */
183  { return ", inklusive alle nedarvede medlemmer."; }
184 
185  /*! this is put at the author sections at the bottom of man pages.
186  * parameter s is name of the project name.
187  */
189  { QCString result="Automatisk genereret af Doxygen";
190  if (!s.isEmpty()) result+=(QCString)" for "+s;
191  result+=" ud fra kildekoden.";
192  return result;
193  }
194 
195  /*! put after an enum name in the list of all members */
197  { return "enumerationsnavn"; }
198 
199  /*! put after an enum value in the list of all members */
201  { return "enumerationsværdi"; }
202 
203  /*! put after an undocumented member in the list of all members */
205  { return "defineret i"; }
206 
207  // quick reference sections
208 
209  /*! This is put above each page as a link to the list of all groups of
210  * compounds or files (see the \\group command).
211  */
212  virtual QCString trModules()
213  { return "Moduler"; }
214 
215  /*! This is put above each page as a link to the class hierarchy */
217  { return "Klassehierarki"; }
218 
219  /*! This is put above each page as a link to the list of annotated classes */
221  {
222  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C)) {
223  return "Datastrukturer";
224  } else {
225  return "Oversigt over sammensatte typer";
226  }
227  }
228 
229  /*! This is put above each page as a link to the list of documented files */
231  { return "Filoversigt"; }
232 
233  /*! This is put above each page as a link to all members of compounds. */
235  {
236  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C)) {
237  return "Data-felter";
238  } else {
239  return "Felter i sammensatte typer";
240  }
241  }
242 
243  /*! This is put above each page as a link to all members of files. */
245  {
246  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C)) {
247  return "Globale symboler";
248  } else {
249  return "Placering i filer"; // Fil-medlemmer"; //TODO
250  //"Globale definitioner" ?
251  }
252  }
253 
254  /*! This is put above each page as a link to all related pages. */
256  { return "Relaterede sider"; }
257 
258  /*! This is put above each page as a link to all examples. */
260  { return "Eksempler"; }
261 
262  /*! This is put above each page as a link to the search engine. */
263  virtual QCString trSearch()
264  { return "Søg"; }
265 
266  /*! This is an introduction to the class hierarchy. */
268  { return "Denne nedarvningsliste er sorteret næsten - "
269  "men ikke nødvendigvis helt - alfabetisk:";
270  }
271 
272  /*! This is an introduction to the list with all files. */
273  virtual QCString trFileListDescription(bool extractAll)
274  {
275  QCString result="Her er en liste over alle ";
276  if (!extractAll) result+="dokumenterede ";
277  result+="filer med korte beskrivelser:";
278  return result;
279  }
280 
281  /*! This is an introduction to the annotated compound list. */
283  {
284 
285  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C)) {
286  return "Her er datastrukturerne med korte beskrivelser:";
287  } else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE)) {
288  return "Her er klasserne med korte beskrivelser:";
289  } else {
290  return "Her er klasserne, datastrukturerne, "
291  "unionerne og grænsefladerne med korte beskrivelser:";
292  }
293  }
294 
295  /*! This is an introduction to the page with all class members. */
296  virtual QCString trCompoundMembersDescription(bool extractAll)
297  {
298  QCString result="Her er en liste over alle ";
299  if (!extractAll) {
300  result+="dokumenterede ";
301  }
302  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C)) {
303  result+="felter i datastrukturer og unioner";
304  } else {
305  result+="klassemedlemmer";
306  }
307  result+=" med links til ";
308  if (!extractAll) {
309  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C)) {
310  result+="datastruktur/unions-dokumentationen for hvert felt:";
311  } else {
312  result+="klassedokumentationen for hvert medlem:";
313  }
314  } else {
315  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C)) {
316  result+="de datastrukturer/unioner, de hører til:";
317  } else {
318  result+="de klasser, de hører til:";
319  }
320  }
321  return result;
322  }
323 
324  /*! This is an introduction to the page with all file members. */
325  virtual QCString trFileMembersDescription(bool extractAll)
326  {
327  QCString result="Her er en liste over alle ";
328  if (!extractAll) result+="dokumenterede ";
329 
330  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C)) {
331  result+="funktioner, variable, #defines, enumerationer "
332  "og typedefinitioner";
333  } else {
334  result+="fil-medlemmer";
335  }
336  result+=", med links til ";
337  if (extractAll)
338  result+="de filer, de tilhører:";
339  else
340  result+="deres dokumentation:";
341  return result;
342  }
343 
344  /*! This is an introduction to the page with the list of all examples */
346  { return "Her er en liste over alle eksempler:"; }
347 
348  /*! This is an introduction to the page with the list of related pages */
350  { return "Her er en liste over alle relaterede dokumentationssider:"; }
351 
352  /*! This is an introduction to the page with the list of class/file groups */
354  { return "Her er en liste over alle moduler:"; }
355 
356  /*! This is used in HTML as the title of index.html. */
358  { return "Dokumentation"; }
359 
360  /*! This is used in LaTeX as the title of the chapter with the
361  * index of all groups.
362  */
364  { return "Modul-indeks"; }
365 
366  /*! This is used in LaTeX as the title of the chapter with the
367  * class hierarchy.
368  */
370  { return "Hierarkisk indeks"; }
371 
372  /*! This is used in LaTeX as the title of the chapter with the
373  * annotated compound index.
374  */
376  {
377  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C)) {
378  return "Indeks over datastrukturer";
379  } else {
380  return "Indeks over sammensatte typer";
381  }
382  }
383 
384  /*! This is used in LaTeX as the title of the chapter with the
385  * list of all files.
386  */
388  { return "Fil-indeks"; }
389 
390  /*! This is used in LaTeX as the title of the chapter containing
391  * the documentation of all groups.
392  */
394  { return "Modul-dokumentation"; }
395 
396  /*! This is used in LaTeX as the title of the chapter containing
397  * the documentation of all classes, structs and unions.
398  */
400  {
401  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C)) {
402  return "Datastruktur-documentation";
403  } else {
404  return "Klasse-dokumentation";
405  }
406  }
407 
408  /*! This is used in LaTeX as the title of the chapter containing
409  * the documentation of all files.
410  */
412  { return "Fil-dokumentation"; }
413 
414  /*! This is used in LaTeX as the title of the chapter containing
415  * the documentation of all examples.
416  */
418  { return "Eksempel-dokumentation"; }
419 
420  /*! This is used in LaTeX as the title of the chapter containing
421  * the documentation of all related pages.
422  */
424  { return "Side-dokumentation"; }
425 
426  /*! This is used in LaTeX as the title of the document */
428  { return "Referencemanual"; }
429 
430  /*! This is used in the documentation of a file as a header before the
431  * list of defines
432  */
433  virtual QCString trDefines()
434  { return "#Defines"; }
435 
436  /*! This is used in the documentation of a file as a header before the
437  * list of typedefs
438  */
440  { return "Typedefinitioner"; }
441 
442  /*! This is used in the documentation of a file as a header before the
443  * list of enumerations
444  */
446  { return "Enumerationer"; }
447 
448  /*! This is used in the documentation of a file as a header before the
449  * list of (global) functions
450  */
452  { return "Funktioner"; }
453 
454  /*! This is used in the documentation of a file as a header before the
455  * list of (global) variables
456  */
458  { return "Variable"; }
459 
460  /*! This is used in the documentation of a file as a header before the
461  * list of (global) variables
462  */
464  { return "Enumerationsværdier"; }
465 
466  /*! This is used in the documentation of a file before the list of
467  * documentation blocks for defines
468  */
470  { return "#Define-dokumentation"; }
471 
472  /*! This is used in the documentation of a file/namespace before the list
473  * of documentation blocks for typedefs
474  */
476  { return "Dokumentation af typedefinitioner"; }
477 
478  /*! This is used in the documentation of a file/namespace before the list
479  * of documentation blocks for enumeration types
480  */
482  { return "Dokumentation af enumerations-typer"; }
483 
484  /*! This is used in the documentation of a file/namespace before the list
485  * of documentation blocks for enumeration values
486  */
488  { return "Dokumentation af enumerations-værdier"; }
489 
490  /*! This is used in the documentation of a file/namespace before the list
491  * of documentation blocks for functions
492  */
494  { return "Funktions-dokumentation"; }
495 
496  /*! This is used in the documentation of a file/namespace before the list
497  * of documentation blocks for variables
498  */
500  { return "Variabel-dokumentation"; }
501 
502  /*! This is used in the documentation of a file/namespace/group before
503  * the list of links to documented compounds
504  */
506  {
507  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C)) {
508  return "Datastrukturer";
509  } else {
510  return "Sammensatte typer";
511  }
512  }
513 
514  /*! This is used in the standard footer of each page and indicates when
515  * the page was generated
516  */
517  virtual QCString trGeneratedAt(const QCString &date,const QCString &projName)
518  {
519  QCString result=(QCString)"Genereret "+date;
520  if (!projName.isEmpty()) result+=(QCString)" for "+projName;
521  result+=(QCString)" af";
522  return result;
523  }
524 
525  /*! this text is put before a class diagram */
526  virtual QCString trClassDiagram(const QCString &clName)
527  {
528  return (QCString)"Stamtræ for "+clName+":";
529  }
530 
531  /*! this text is generated when the \\internal command is used. */
533  { return "Kun til intern brug."; }
534 
535  /*! this text is generated when the \\warning command is used. */
536  virtual QCString trWarning()
537  { return "Advarsel"; }
538 
539  /*! this text is generated when the \\version command is used. */
540  virtual QCString trVersion()
541  { return "Version"; }
542 
543  /*! this text is generated when the \\date command is used. */
544  virtual QCString trDate()
545  { return "Dato"; }
546 
547  /*! this text is generated when the \\return command is used. */
548  virtual QCString trReturns()
549  { return "Returnerer"; }
550 
551  /*! this text is generated when the \\sa command is used. */
552  virtual QCString trSeeAlso()
553  { return "Se også"; }
554 
555  /*! this text is generated when the \\param command is used. */
557  { return "Parametre"; }
558 
559  /*! this text is generated when the \\exception command is used. */
561  { return "Undtagelser"; } // "Exceptions"
562 
563  /*! this text is used in the title page of a LaTeX document. */
565  { return "Genereret af"; }
566 
567 //////////////////////////////////////////////////////////////////////////
568 // new since 0.49-990307
569 //////////////////////////////////////////////////////////////////////////
570 
571  /*! used as the title of page containing all the index of all namespaces. */
573  { return "Oversigt over namespaces"; }
574 
575  /*! used as an introduction to the namespace list */
576  virtual QCString trNamespaceListDescription(bool extractAll)
577  {
578  QCString result="Her er en liste over alle ";
579  if (!extractAll) result+="dokumenterede ";
580  result+="namespaces med korte beskrivelser:";
581  return result;
582  }
583 
584  /*! used in the class documentation as a header before the list of all
585  * friends of a class
586  */
587  virtual QCString trFriends()
588  { return "Friends"; }
589 
590 //////////////////////////////////////////////////////////////////////////
591 // new since 0.49-990405
592 //////////////////////////////////////////////////////////////////////////
593 
594  /*! used in the class documentation as a header before the list of all
595  * related classes
596  */
598  { return "Dokumentation af friends og af relaterede funktioner"; }
599 
600 //////////////////////////////////////////////////////////////////////////
601 // new since 0.49-990425
602 //////////////////////////////////////////////////////////////////////////
603 
604  /*! used as the title of the HTML page of a class/struct/union */
605  virtual QCString trCompoundReference(const QCString &clName,
606  ClassDef::CompoundType compType,
607  bool isTemplate)
608  {
609  QCString result=(QCString)clName+" ";
610  switch(compType)
611  {
612  case ClassDef::Class: result+=" Klasse-"; break;
613  case ClassDef::Struct: result+=" Datastruktur-"; break;
614  case ClassDef::Union: result+=" Union-"; break;
615  case ClassDef::Interface: result+=" Grænseflade-"; break;
616  case ClassDef::Protocol: result+=" Protokol-"; break;
617  case ClassDef::Category: result+=" Kategori-"; break; // " Category-"
618  case ClassDef::Exception: result+=" Undtagelse-"; break; // " Exception"
619  default: break;
620  }
621  if (isTemplate) result+="skabelon-"; // "template-"
622  result+="reference";
623  return result;
624  }
625 
626  /*! used as the title of the HTML page of a file */
627  virtual QCString trFileReference(const QCString &fileName)
628  {
629  QCString result=fileName;
630  result+=" filreference";
631  return result;
632  }
633 
634  /*! used as the title of the HTML page of a namespace */
635  virtual QCString trNamespaceReference(const QCString &namespaceName)
636  {
637  QCString result=namespaceName;
638  result+=" namespace-reference";
639  return result;
640  }
641 
643  { return "Offentlige metoder"; }
645  { return "Offentlige slots"; }
646  virtual QCString trSignals()
647  { return "Signaler"; }
649  { return "Statiske, offentlige metoder"; }
651  { return "Beskyttede metoder"; }
653  { return "Beskyttede slots"; }
655  { return "Statiske, beskyttede metoder"; }
657  { return "Private metoder"; }
659  { return "Private slots"; }
661  { return "Statiske, private metoder"; }
662 
663  /*! this function is used to produce a comma-separated list of items.
664  * use generateMarker(i) to indicate where item i should be put.
665  */
666  virtual QCString trWriteList(int numEntries)
667  {
668  QCString result;
669  int i;
670  // the inherits list contain `numEntries' classes
671  for (i=0;i<numEntries;i++) {
672  // use generateMarker to generate placeholders for the class links!
673  result+=generateMarker(i); // generate marker for entry i in the list
674  // (order is left to right)
675 
676  if (i!=numEntries-1) { // not the last entry, so we need a separator
677  if (i<numEntries-2) // not the fore last entry
678  result+=", ";
679  else // the fore last entry
680  result+=" og ";
681  }
682  }
683  return result;
684  }
685 
686  /*! used in class documentation to produce a list of base classes,
687  * if class diagrams are disabled.
688  */
689  virtual QCString trInheritsList(int numEntries)
690  {
691  return "Nedarver "+trWriteList(numEntries)+".";
692  }
693 
694  /*! used in class documentation to produce a list of super classes,
695  * if class diagrams are disabled.
696  */
697  virtual QCString trInheritedByList(int numEntries)
698  {
699  return "Nedarvet af "+trWriteList(numEntries)+".";
700  }
701 
702  /*! used in member documentation blocks to produce a list of
703  * members that are hidden by this one.
704  */
705  virtual QCString trReimplementedFromList(int numEntries)
706  {
707  return "Overskriver metode fra "+trWriteList(numEntries)+".";
708  }
709 
710  /*! used in member documentation blocks to produce a list of
711  * all member that overwrite the implementation of this member.
712  */
713  virtual QCString trReimplementedInList(int numEntries)
714  {
715  return "Reimplementeret i "+trWriteList(numEntries)+".";
716  }
717 
718  /*! This is put above each page as a link to all members of namespaces. */
720  { return "Namespace-medlemmer"; }
721 
722  /*! This is an introduction to the page with all namespace members */
723  virtual QCString trNamespaceMemberDescription(bool extractAll)
724  {
725  QCString result="Her er en liste over alle ";
726  if (!extractAll) result+="dokumenterede ";
727  result+="namespace-medlemmer med links til ";
728  if (extractAll)
729  result+="namespace-dokumentationen for hvert medlem:";
730  else
731  result+="det namespace, de hører til:";
732  return result;
733  }
734  /*! This is used in LaTeX as the title of the chapter with the
735  * index of all namespaces.
736  */
738  { return "Namespace-indeks"; }
739 
740  /*! This is used in LaTeX as the title of the chapter containing
741  * the documentation of all namespaces.
742  */
744  { return "Namespace-dokumentation"; }
745 
746 //////////////////////////////////////////////////////////////////////////
747 // new since 0.49-990522
748 //////////////////////////////////////////////////////////////////////////
749 
750  /*! This is used in the documentation before the list of all
751  * namespaces in a file.
752  */
754  { return "Namespaces"; }
755 
756 //////////////////////////////////////////////////////////////////////////
757 // new since 0.49-990728
758 //////////////////////////////////////////////////////////////////////////
759 
760  /*! This is put at the bottom of a class documentation page and is
761  * followed by a list of files that were used to generate the page.
762  */
764  bool single)
765  { // here s is one of " Class", " Struct" or " Union"
766  // single is true implies a single file
767  QCString result=(QCString)"Dokumentationen for denne ";
768  switch(compType)
769  {
770  case ClassDef::Class: result+="klasse"; break;
771  case ClassDef::Struct: result+="datastruktur"; break;
772  case ClassDef::Union: result+="union"; break;
773  case ClassDef::Interface: result+="grænseflade"; break;
774  case ClassDef::Protocol: result+="protokol"; break; // "protocol"
775  case ClassDef::Category: result+="kategori"; break; // "category"
776  case ClassDef::Exception: result+="undtagelse"; break; // "exception"
777  default: break;
778  }
779  result+=" blev genereret ud fra fil";
780  if (single) result+="en:"; else result+="erne:";
781  return result;
782  }
783 
784 //////////////////////////////////////////////////////////////////////////
785 // new since 0.49-990901
786 //////////////////////////////////////////////////////////////////////////
787 
788  /*! This is used as the heading text for the retval command. */
790  { return "Returværdier"; }
791 
792  /*! This is in the (quick) index as a link to the main page (index.html)
793  */
795  { return "Hovedside"; }
796 
797  /*! This is used in references to page that are put in the LaTeX
798  * documentation. It should be an abbreviation of the word page.
799  */
801  { return "s."; }
802 
803 //////////////////////////////////////////////////////////////////////////
804 // new since 0.49-991003
805 //////////////////////////////////////////////////////////////////////////
806 
808  {
809  return "Defineret på linje @0 i filen @1.";
810  }
811 
813  {
814  return "Defineret i filen @0.";
815  }
816 
817 //////////////////////////////////////////////////////////////////////////
818 // new since 0.49-991205
819 //////////////////////////////////////////////////////////////////////////
820 
822  {
823  return "Frarådes - fortidslevn"; // ?? - What is the context?
824  // "Ugleset" :)
825  }
826 
827 //////////////////////////////////////////////////////////////////////////
828 // new since 1.0.0
829 //////////////////////////////////////////////////////////////////////////
830 
831  /*! this text is put before a collaboration diagram */
832  virtual QCString trCollaborationDiagram(const QCString &clName)
833  {
834  return (QCString)"Samarbejdsdiagram for "+clName+":";
835  }
836  /*! this text is put before an include dependency graph */
837  virtual QCString trInclDepGraph(const QCString &fName)
838  {
839  return (QCString)"Inklusions-afhængighedsgraf for "+fName+":";
840  }
841  /*! header that is put before the list of constructor/destructors. */
843  {
844  return "Dokumentation af konstruktører og destruktører";
845  // "Constructor & Destructor dokumentation";
846  }
847 
848  /*! Used in the file documentation to point to the corresponding sources. */
850  { return "Hop til denne fils kildekode."; }
851  /*! Used in the file sources to point to the corresponding documentation. */
853  { return "Hop til denne fils dokumentation."; }
854 
855  /*! Text for the \\pre command */
857  { return "Forudsætninger (precondition)"; }
858  /*! Text for the \\post command */
860  { return "Resultat (postcondition)"; }
861  /*! Text for the \\invariant command */
863  { return "Invariant"; }
864 
865  /*! Text shown before a multi-line variable/enum initialization */
867  { return "Startværdi:"; }
868 
869  /*! Text used the source code in the file index */
870  virtual QCString trCode()
871  { return "kildekode"; }
873  { return "Grafisk klassehierarki"; }
875  { return "Hop til det grafiske klassehierarki"; }
877  { return "Hop til det tekstuelle klassehierarki"; }
879  { return "Sideindeks"; }
880 
881 //////////////////////////////////////////////////////////////////////////
882 // new since 1.1.0
883 //////////////////////////////////////////////////////////////////////////
884 
885  virtual QCString trNote()
886  { return "Note"; }
888  { return "Offentlige typer"; }
889 
891  {
892  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C)) {
893  return "Datafelter";
894  } else {
895  return "Offentlige attributter";
896  }
897  }
898 
900  { return "Statiske, offentlige attributter"; }
902  { return "Beskyttede typer"; }
904  { return "Beskyttede attributter"; }
906  { return "Statiske, beskyttede attributter"; }
908  { return "Private typer"; }
910  { return "Private attributter"; }
912  { return "Statiske, private attributter"; }
913 
914 //////////////////////////////////////////////////////////////////////////
915 // new since 1.1.3
916 //////////////////////////////////////////////////////////////////////////
917 
918  /*! Used as a marker that is put before a \\todo item */
919  virtual QCString trTodo()
920  {
921  return "Todo";
922  }
923  /*! Used as the header of the todo list */
925  {
926  return "Todo-liste";
927  }
928 
929 //////////////////////////////////////////////////////////////////////////
930 // new since 1.1.4
931 //////////////////////////////////////////////////////////////////////////
932 
934  {
935  return "Refereret til af";
936  }
937  virtual QCString trRemarks()
938  {
939  return "Bemærkninger";
940  }
942  {
943  return "OBS";
944  }
946  {
947  return
948  "Denne graf viser, hvilke filer der direkte eller "
949  "indirekte inkluderer denne fil:";
950  }
951  virtual QCString trSince()
952  {
953  return "Siden";
954  }
955 
956 //////////////////////////////////////////////////////////////////////////
957 // new since 1.1.5
958 //////////////////////////////////////////////////////////////////////////
959 
960  /*! title of the graph legend page */
962  {
963  return "Graf-forklaring";
964  }
965  /*! page explaining how the dot graph's should be interpreted */
966  virtual QCString trLegendDocs() //TODO
967  {
968  return
969  "Denne side forklarer, hvordan man skal fortolke de grafer, "
970  "der genereres af doxygen.<p>\n"
971  "Tag følgende eksempel:\n"
972  "\\code\n"
973  "/*! Klasse der er usynlig pg.a. beskæring */\n"
974  "class Invisible { };\n\n"
975  "/*! Beskåret klasse: nedarvningsrelation er skjult */\n"
976  "class Truncated : public Invisible { };\n\n"
977  "/* Klasse der ikke er dokumenteret med doxygen-kommentarer */\n"
978  "class Undocumented { };\n\n"
979  "/*! Klasse der nedarves fra offentligt */\n"
980  "class PublicBase : public Truncated { };\n\n"
981  "/*! En template-klasse */\n"
982  "template<class T> class Templ { };\n\n"
983  "/*! Klasse der nedarves fra beskyttet */\n"
984  "class ProtectedBase { };\n\n"
985  "/*! Klasse der nedarves fra privat */\n"
986  "class PrivateBase { };\n\n"
987  "/*! Klasse der bruges af Inherited-klassen */\n"
988  "class Used { };\n\n"
989  "/*! Klasse der nedarver en masse andre klasser */\n"
990  "class Inherited : public PublicBase,\n"
991  " protected ProtectedBase,\n"
992  " private PrivateBase,\n"
993  " public Undocumented,\n"
994  " public Templ<int>\n"
995  "{\n"
996  " private:\n"
997  " Used *m_usedClass;\n"
998  "};\n"
999  "\\endcode\n"
1000  "Hvis \\c MAX_DOT_GRAPH_HEIGHT i konfigurationsfilen "
1001  "er sat til 240, vil dette resultere i følgende graf:"
1002  "<p><center><img src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
1003  "<p>\n"
1004  "De forskellige slags kasser i ovenstående graf har følgende "
1005  "betydninger:\n"
1006  "<ul>\n"
1007  "<li>%En udfyldt sort kasse repræsenterer den datastruktur eller "
1008  "klasse, grafen er genereret for.\n"
1009  "<li>%En kasse med sort kant betegner en dokumenteret datastruktur "
1010  " eller klasse.\n"
1011  "<li>%En kasse med grå kant betegner en udokumenteret datastruktur "
1012  " eller klasse.\n"
1013  "<li>%En kasse med rød kant betegner en dokumenteret datastruktur "
1014  " eller klasse, for hvilken ikke alle "
1015  "nedarvnings- og indeholdelses-relationer er vist. "
1016  "%Grafer beskæres, hvis de fylder mere end de specificerede dimensioner.\n "
1017  "</ul>\n"
1018  "Pilene har følgende betydninger:\n"
1019  "<ul>\n"
1020  "<li>%En mørkeblå pil viser en offentlig nedarvningsrelation "
1021  "mellem to klasser.\n"
1022  "<li>%En mørkegrøn pil viser en beskyttet nedarvningsrelation.\n"
1023  "<li>%En mørkerød pil viser en privat nedarvningsrelation.\n"
1024  "<li>%En lilla, stiplet pil bruges, når en klasse er indeholdt i "
1025  "eller benyttes af en anden klasse. "
1026  "Ved pilen står navnet på den eller de variable, gennem hvilke(n) "
1027  "den klasse, pilen peger på, er tilgængelig.\n"
1028  "<li>%En gul, stiplet pil viser forholdet mellem en template-instans "
1029  "og den template-klasse, den er instantieret fra."
1030  "Ved pilen står template-parametrene brugt ved instantieringen.\n"
1031  "</ul>\n";
1032  }
1033  /*! text for the link to the legend page */
1034  virtual QCString trLegend()
1035  {
1036  return "forklaring til graf";
1037  }
1038 
1039 //////////////////////////////////////////////////////////////////////////
1040 // new since 1.2.0
1041 //////////////////////////////////////////////////////////////////////////
1042 
1043  /*! Used as a marker that is put before a test item */
1044  virtual QCString trTest()
1045  {
1046  return "Test";
1047  }
1048  /*! Used as the header of the test list */
1050  {
1051  return "Testliste";
1052  }
1053 
1054 //////////////////////////////////////////////////////////////////////////
1055 // new since 1.2.2
1056 //////////////////////////////////////////////////////////////////////////
1057 
1058  /*! Used as a section header for IDL properties */
1060  {
1061  return "Egenskaber";
1062  }
1063  /*! Used as a section header for IDL property documentation */
1065  {
1066  return "Egenskabsdokumentation";
1067  }
1068 
1069 //////////////////////////////////////////////////////////////////////////
1070 // new since 1.2.4
1071 //////////////////////////////////////////////////////////////////////////
1072 
1073  /*! Used for Java classes in the summary section of Java packages */
1075  {
1076  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C)) {
1077  return "Datastrukturer";
1078  } else {
1079  return "Klasser";
1080  }
1081  }
1082  /*! Used as the title of a Java package */
1083  virtual QCString trPackage(const QCString &name)
1084  {
1085  return (QCString)"Pakke "+name;
1086  }
1087  /*! Title of the package index page */
1089  {
1090  return "Pakkeoversigt";
1091  }
1092  /*! The description of the package index page */
1094  {
1095  return
1096  "Her er en liste over pakkerne, med korte beskrivelser "
1097  "(hvor en sådan findes):";
1098  }
1099  /*! The link name in the Quick links header for each page */
1101  {
1102  return "Pakker";
1103  }
1104  /*! Text shown before a multi-line define */
1106  {
1107  return "Værdi:";
1108  }
1109 
1110 //////////////////////////////////////////////////////////////////////////
1111 // new since 1.2.5
1112 //////////////////////////////////////////////////////////////////////////
1113 
1114  /*! Used as a marker that is put before a \\bug item */
1115  virtual QCString trBug()
1116  {
1117  return "Kendte fejl";
1118  }
1119  /*! Used as the header of the bug list */
1121  {
1122  return "Liste over kendte fejl";
1123  }
1124 
1125 //////////////////////////////////////////////////////////////////////////
1126 // new since 1.2.6
1127 //////////////////////////////////////////////////////////////////////////
1128 
1129  /*! Used as ansicpg for RTF file
1130  * (used table extract:)
1131  * <pre>
1132  * Charset Name Charset Value(hex) Codepage number
1133  * ------------------------------------------------------
1134  * ANSI_CHARSET 0 (x00) 1252
1135  * </pre>
1136  */
1138  {
1139  return "1252";
1140  }
1141 
1142  /*! Used as ansicpg for RTF fcharset */
1144  {
1145  return "0";
1146  }
1147 
1148  /*! Used as header RTF general index */
1150  {
1151  return "Indeks";
1152  }
1153 
1154  /*! This is used for translation of the word that will possibly
1155  * be followed by a single name or by a list of names
1156  * of the category.
1157  */
1158  virtual QCString trClass(bool first_capital, bool singular)
1159  {
1160  return createNoun(first_capital, singular, "klasse", "r");
1161  }
1162 
1163  /*! This is used for translation of the word that will possibly
1164  * be followed by a single name or by a list of names
1165  * of the category.
1166  */
1167  virtual QCString trFile(bool first_capital, bool singular)
1168  {
1169  return createNoun(first_capital, singular, "fil", "er");
1170  }
1171 
1172  /*! This is used for translation of the word that will possibly
1173  * be followed by a single name or by a list of names
1174  * of the category.
1175  */
1176  virtual QCString trNamespace(bool first_capital, bool singular)
1177  {
1178  return createNoun(first_capital, singular, "namespace", "s");
1179  }
1180 
1181  /*! This is used for translation of the word that will possibly
1182  * be followed by a single name or by a list of names
1183  * of the category.
1184  */
1185  virtual QCString trGroup(bool first_capital, bool singular)
1186  {
1187  return createNoun(first_capital, singular, "gruppe", "r");
1188  }
1189 
1190  /*! This is used for translation of the word that will possibly
1191  * be followed by a single name or by a list of names
1192  * of the category.
1193  */
1194  virtual QCString trPage(bool first_capital, bool singular)
1195  {
1196  return createNoun(first_capital, singular, "side", "r");
1197  }
1198 
1199  /*! This is used for translation of the word that will possibly
1200  * be followed by a single name or by a list of names
1201  * of the category.
1202  */
1203  virtual QCString trMember(bool first_capital, bool singular)
1204  {
1205  return createNoun(first_capital, singular, "medlem", "mer");
1206  }
1207 
1208  /*! This is used for translation of the word that will possibly
1209  * be followed by a single name or by a list of names
1210  * of the category.
1211  */
1212  virtual QCString trGlobal(bool first_capital, bool singular)
1213  {
1214  return createNoun(first_capital, singular, "global", "e");
1215  }
1216 
1217 //////////////////////////////////////////////////////////////////////////
1218 // new since 1.2.7
1219 //////////////////////////////////////////////////////////////////////////
1220 
1221  /*! This text is generated when the \\author command is used and
1222  * for the author section in man pages. */
1223  virtual QCString trAuthor(bool first_capital, bool singular)
1224  {
1225  return createNoun(first_capital, singular, "forfatter", "e");
1226  }
1227 
1228 //////////////////////////////////////////////////////////////////////////
1229 // new since 1.2.11
1230 //////////////////////////////////////////////////////////////////////////
1231 
1232  /*! This text is put before the list of members referenced by a member
1233  */
1235  {
1236  return "Indeholder referencer til";
1237  }
1238 
1239 //////////////////////////////////////////////////////////////////////////
1240 // new since 1.2.13
1241 //////////////////////////////////////////////////////////////////////////
1242 
1243  /*! used in member documentation blocks to produce a list of
1244  * members that are implemented by this one.
1245  */
1246  virtual QCString trImplementedFromList(int numEntries)
1247  {
1248  return "Implementerer "+trWriteList(numEntries)+".";
1249  }
1250 
1251  /*! used in member documentation blocks to produce a list of
1252  * all members that implement this abstract member.
1253  */
1254  virtual QCString trImplementedInList(int numEntries)
1255  {
1256  return "Implementeret i "+trWriteList(numEntries)+".";
1257  }
1258 
1259 //////////////////////////////////////////////////////////////////////////
1260 // new since 1.2.16
1261 //////////////////////////////////////////////////////////////////////////
1262 
1263  /*! used in RTF documentation as a heading for the Table
1264  * of Contents.
1265  */
1267  {
1268  return "Indholdsfortegnelse";
1269  }
1270 
1271 //////////////////////////////////////////////////////////////////////////
1272 // new since 1.2.17
1273 //////////////////////////////////////////////////////////////////////////
1274 
1275  /*! Used as the header of the list of item that have been
1276  * flagged deprecated
1277  */
1279  {
1280  return "Liste over fortidslevn, hvis brug frarådes";
1281  }
1282 
1283 //////////////////////////////////////////////////////////////////////////
1284 // new since 1.2.18
1285 //////////////////////////////////////////////////////////////////////////
1286 
1287  /*! Used as a header for declaration section of the events found in
1288  * a C# program
1289  */
1290  virtual QCString trEvents()
1291  {
1292  return "Begivenheder";
1293  }
1294  /*! Header used for the documentation section of a class' events. */
1296  {
1297  return "Begivenhedsdokumentation";
1298  }
1299 
1300 //////////////////////////////////////////////////////////////////////////
1301 // new since 1.3
1302 //////////////////////////////////////////////////////////////////////////
1303 
1304  /* Java: Entities with package scope... */
1306  { return "Typer med pakke-scope"; }
1308  { return "Metoder med pakke-scope"; }
1310  { return "Statiske metoder med pakke-scope"; }
1312  { return "Attributter med pakke-scope"; }
1314  { return "Statiske attributter med pakke-scope"; }
1315 
1316 //////////////////////////////////////////////////////////////////////////
1317 // new since 1.3.1
1318 //////////////////////////////////////////////////////////////////////////
1319 
1320  /*! Used in the quick index of a class/file/namespace member list page
1321  * to link to the unfiltered list of all members.
1322  */
1323  virtual QCString trAll()
1324  {
1325  return "Alle";
1326  }
1327 
1328  /*! Put in front of the call graph for a function. */
1330  {
1331  return "Her er kald-grafen for denne funktion:";
1332  }
1333 
1334 //////////////////////////////////////////////////////////////////////////
1335 // new since 1.3.3
1336 //////////////////////////////////////////////////////////////////////////
1337 
1338  /*! This string is used as the title for the page listing the search
1339  * results.
1340  */
1342  {
1343  return "Søgeresultater";
1344  }
1345 
1346  /*! This string is put just before listing the search results. The
1347  * text can be different depending on the number of documents found.
1348  * Inside the text you can put the special marker $num to insert
1349  * the number representing the actual number of search results.
1350  * The @a numDocuments parameter can be either 0, 1 or 2, where the
1351  * value 2 represents 2 or more matches. HTML markup is allowed inside
1352  * the returned string.
1353  */
1354  virtual QCString trSearchResults(int numDocuments)
1355  {
1356  if (numDocuments==0) {
1357  return "Beklager - ingen dokumenter passede til din forespørgsel.";
1358  } else if (numDocuments==1) {
1359  return "Fandt <b>1</b> dokument, der passer til din forespørgsel.";
1360  } else {
1361  return
1362  "Fandt <b>$num</b> dokumenter, der passer til din forespørgsel. "
1363  "De, der passer bedst, vises først.";
1364  }
1365  }
1366 
1367  /*! This string is put before the list of matched words, for each search
1368  * result. What follows is the list of words that matched the query.
1369  */
1371  {
1372  return "Fundne ord:"; //translation?
1373  }
1374 
1375 //////////////////////////////////////////////////////////////////////////
1376 // new since 1.3.8
1377 //////////////////////////////////////////////////////////////////////////
1378 
1379  /*! This is used in HTML as the title of page with source code for
1380  * file filename
1381  */
1382  virtual QCString trSourceFile(QCString& filename)
1383  {
1384  return "Kildefilen " + filename;
1385  }
1386 
1387 
1388 //////////////////////////////////////////////////////////////////////////
1389 // new since 1.3.9
1390 //////////////////////////////////////////////////////////////////////////
1391 
1392  /*! This is used as the name of the chapter containing the directory
1393  * hierarchy.
1394  */
1396  { return "Katalogstruktur"; }
1397 
1398  /*! This is used as the name of the chapter containing the documentation
1399  * of the directories.
1400  */
1402  { return "Katalog-dokumentation"; }
1403 
1404  /*! This is used as the title of the directory index and also in the
1405  * Quick links of an HTML page, to link to the directory hierarchy.
1406  */
1408  { return "Kataloger"; }
1409 
1410  /*! This returns a sentences that introduces the directory hierarchy.
1411  * and the fact that it is sorted alphabetically per level
1412  */
1414  { return "Denne katalogstruktur er sorteret næsten - "
1415  "men ikke nødvendigvis helt - alfabetisk:";
1416  }
1417 
1418  /*! This returns the title of a directory page. The name of the
1419  * directory is passed via \a dirName.
1420  */
1421  virtual QCString trDirReference(const QCString &dirName)
1422  { QCString result="Indhold af kataloget "; result+=dirName; return result;}
1423 
1424  /*! This returns the word directory with or without starting capital
1425  * (\a first_capital) and in sigular or plural form (\a singular).
1426  */
1427  virtual QCString trDir(bool first_capital, bool singular)
1428  {
1429  return createNoun(first_capital, singular, "katalog", "er");
1430  }
1431 
1432 //////////////////////////////////////////////////////////////////////////
1433 // new since 1.4.1
1434 //////////////////////////////////////////////////////////////////////////
1435 
1436  /*! This text is added to the documentation when the \\overload command
1437  * is used for a overloaded function.
1438  */
1440  {
1441  return "Dette er en overdefineret medlemsfunktion, "
1442  "defineret af bekvemmelighedshensyn. "
1443  "Den adskiller sig kun fra den ovenstående funktion i, "
1444  "hvilke argumenter den tager.";
1445  }
1446 
1447 //////////////////////////////////////////////////////////////////////////
1448 // new since 1.4.6
1449 //////////////////////////////////////////////////////////////////////////
1450 
1451  /*! This is used to introduce a caller (or called-by) graph */
1453  {
1454  return "Her er kalder-grafen for denne funktion:";
1455  }
1456 
1457  // None translated yet PEH 2010-11-27
1458  // Subroutine
1459 
1460  /*! header that is put before the list of member subprograms (Fortran). */
1462  { return "Medlem Funktion/Subroutine Dokumentation"; } // "Member Function/Subroutine Documentation"
1463 
1464  /*! This is used in the documentation of a file/namespace before the list
1465  * of documentation blocks for enumeration values
1466  */
1467  /*
1468  virtual QCString trEnumerationValueDocumentation()
1469  { return "Enumerator-dokumentation"; } //TODO?
1470 */
1471 
1472 
1473 //////////////////////////////////////////////////////////////////////////
1474 // new since 1.5.4 (mainly for Fortran)
1475 //////////////////////////////////////////////////////////////////////////
1476 
1477  /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1479  { return "Data Type Liste"; } // "Data Types List"
1480 
1481  /*! This is put above each page as a link to all members of compounds (Fortran). */
1483  { return "Data felter"; } // "Data Fields"
1484 
1485  /*! This is an introduction to the annotated compound list (Fortran). */
1487  { return "Her er de datatyper med kort beskrivelse:"; } // "Here are the data types with brief descriptions:"
1488 
1489  /*! This is an introduction to the page with all data types (Fortran). */
1491  {
1492  QCString result="Her er en liste af alle "; // "Here is a list of all "
1493  if (!extractAll)
1494  {
1495  result+="dokumenteret "; // "documented "
1496  }
1497  result+="datatype medlemmer"; // "data types members"
1498  result+=" med links til "; // " with links to "
1499  if (!extractAll)
1500  {
1501  result+="data strukturer dokumenteret for hver medlem"; // "the data structure documentation for each member"
1502  }
1503  else
1504  {
1505  result+="de datatyper som de tilhører:"; // "the data types they belong to:"
1506  }
1507  return result;
1508  }
1509 
1510  /*! This is used in LaTeX as the title of the chapter with the
1511  * annotated compound index (Fortran).
1512  */
1514  { return "Datatype indeks"; } // "Data Type Index"
1515 
1516  /*! This is used in LaTeX as the title of the chapter containing
1517  * the documentation of all data types (Fortran).
1518  */
1520  { return "Datatype dokumentation"; } // "Data Type Documentation"
1521 
1522  /*! This is used in the documentation of a file as a header before the
1523  * list of (global) subprograms (Fortran).
1524  */
1526  { return "Funktioner/Subroutiner"; } // "Functions/Subroutines"
1527 
1528  /*! This is used in the documentation of a file/namespace before the list
1529  * of documentation blocks for subprograms (Fortran)
1530  */
1532  { return "Funktion/Subroutine dokumentation"; } // "Function/Subroutine Documentation"
1533 
1534  /*! This is used in the documentation of a file/namespace/group before
1535  * the list of links to documented compounds (Fortran)
1536  */
1538  { return "Datatyper"; } // "Data Types"
1539 
1540  /*! used as the title of page containing all the index of all modules (Fortran). */
1542  { return "Modulliste"; } // "Modules List"
1543 
1544  /*! used as an introduction to the modules list (Fortran) */
1545  virtual QCString trModulesListDescription(bool extractAll)
1546  {
1547  QCString result="Her er en liste over alle "; // "Here is a list of all "
1548  if (!extractAll) result+="dokumenteret "; // "documented "
1549  result+="moduler med kort beskrivelse:"; // "modules with brief descriptions:"
1550  return result;
1551  }
1552 
1553  /*! used as the title of the HTML page of a module/type (Fortran) */
1555  ClassDef::CompoundType compType,
1556  bool isTemplate)
1557  {
1558  QCString result=(QCString)clName;
1559  switch(compType)
1560  {
1561  case ClassDef::Class: result+=" Modul"; break; // " Module"
1562  case ClassDef::Struct: result+=" Type"; break; // " Type"
1563  case ClassDef::Union: result+=" Union"; break; // " Union"
1564  case ClassDef::Interface: result+=" Grænseflade"; break; // " Interface"
1565  case ClassDef::Protocol: result+=" Protocol"; break; // " Protocol"
1566  case ClassDef::Category: result+=" Kategori"; break; // " Category"
1567  case ClassDef::Exception: result+=" Undtagelse"; break; // " Exception"
1568  default: break;
1569  }
1570  if (isTemplate) result+=" Template";
1571  result+=" Reference";
1572  return result;
1573  }
1574 
1575  /*! used as the title of the HTML page of a module (Fortran) */
1576  virtual QCString trModuleReference(const QCString &namespaceName)
1577  {
1578  QCString result=namespaceName;
1579  result+=" Modulreference"; // " Module Reference"
1580  return result;
1581  }
1582 
1583  /*! This is put above each page as a link to all members of modules. (Fortran) */
1585  { return "Modulmedlemmer"; } // "Module Members"
1586 
1587  /*! This is an introduction to the page with all modules members (Fortran) */
1588  virtual QCString trModulesMemberDescription(bool extractAll)
1589  {
1590  QCString result="Her er en list over alle "; // "Here is a list of all "
1591  if (!extractAll) result+="Dokumentet "; // "documented "
1592  result+="modulmemlemmer med link til "; // "module members with links to "
1593  if (extractAll)
1594  {
1595  result+="dokumentation for hvert model medlem:"; // "the module documentation for each member:"
1596  }
1597  else
1598  {
1599  result+="moduler de tilhøre:"; // "the modules they belong to:"
1600  }
1601  return result;
1602  }
1603 
1604  /*! This is used in LaTeX as the title of the chapter with the
1605  * index of all modules (Fortran).
1606  */
1608  { return "Modulindekser"; } // "Modules Index"
1609 
1610  /*! This is used for translation of the word that will possibly
1611  * be followed by a single name or by a list of names
1612  * of the category.
1613  */
1614  virtual QCString trModule(bool first_capital, bool singular)
1615  {
1616  QCString result((first_capital ? "Modul" : "modul")); // "Module" : "module"));
1617  if (!singular) result+="er"; // "s";
1618  return result;
1619  }
1620 
1621  /*! This is put at the bottom of a module documentation page and is
1622  * followed by a list of files that were used to generate the page.
1623  */
1625  bool single)
1626  {
1627  // single is true implies a single file
1628  QCString result=(QCString)"The documentation for this ";
1629  switch(compType)
1630  {
1631  case ClassDef::Class: result+="modul"; break; // "module"
1632  case ClassDef::Struct: result+="type"; break; // "type"
1633  case ClassDef::Union: result+="union"; break; // "union"
1634  case ClassDef::Interface: result+="grænseflade"; break; // "interface"
1635  case ClassDef::Protocol: result+="protokol"; break; // "protocol"
1636  case ClassDef::Category: result+="kategori"; break; // "category"
1637  case ClassDef::Exception: result+="undtagelse"; break; // "exception"
1638  default: break;
1639  }
1640  result+=" var lavet udfra følgende file"; // " was generated from the following file"
1641  if (single) result+=":"; else result+="r:"; // ":" / "s:"
1642  return result;
1643  }
1644 
1645  /*! This is used for translation of the word that will possibly
1646  * be followed by a single name or by a list of names
1647  * of the category.
1648  */
1649  virtual QCString trType(bool first_capital, bool singular)
1650  {
1651  QCString result((first_capital ? "Type" : "type")); // "Type" : "type"
1652  if (!singular) result+="r"; // "s"
1653  return result;
1654  }
1655 
1656  /*! This is used for translation of the word that will possibly
1657  * be followed by a single name or by a list of names
1658  * of the category.
1659  */
1660  virtual QCString trSubprogram(bool first_capital, bool singular)
1661  {
1662  QCString result((first_capital ? "Subprogram" : "subprogram")); // "Subprogram" : "subprogram"
1663  if (!singular) result+="er"; // "s"
1664  return result;
1665  }
1666 
1667  /*! C# Type Constraint list */
1669  {
1670  return "typebegrænsninger"; // "Type Constraints"
1671  }
1672 
1673 //////////////////////////////////////////////////////////////////////////
1674 // new since 1.6.0 (mainly for the new search engine)
1675 //////////////////////////////////////////////////////////////////////////
1676 
1677  /*! directory relation for \a name */
1678  virtual QCString trDirRelation(const QCString &name)
1679  {
1680  return QCString(name)+" Relation"; // " Relation"
1681  }
1682 
1683  /*! Loading message shown when loading search results */
1685  {
1686  return "Indlæser..."; // "Loading..."
1687  }
1688 
1689  /*! Label used for search results in the global namespace */
1691  {
1692  return "Globalt Namespace"; // "Global Namespace"
1693  }
1694 
1695  /*! Message shown while searching */
1697  {
1698  return "Søger..."; // "Searching..."
1699  }
1700 
1701  /*! Text shown when no search results are found */
1703  {
1704  return "Ingen fund"; // "No Matches"
1705  }
1706 
1707 //////////////////////////////////////////////////////////////////////////
1708 // new since 1.6.3 (missing items for the directory pages)
1709 //////////////////////////////////////////////////////////////////////////
1710 
1711  /*! when clicking a directory dependency label, a page with a
1712  * table is shown. The heading for the first column mentions the
1713  * source file that has a relation to another file.
1714  */
1715  virtual QCString trFileIn(const QCString &name)
1716  {
1717  return (QCString)"File i "+name; // "File in "
1718  }
1719 
1720  /*! when clicking a directory dependency label, a page with a
1721  * table is shown. The heading for the second column mentions the
1722  * destination file that is included.
1723  */
1724  virtual QCString trIncludesFileIn(const QCString &name)
1725  {
1726  return (QCString)"Inkluderer file i "+name; // "Includes file in "
1727  }
1728 
1729  /** Compiles a date string.
1730  * @param year Year in 4 digits
1731  * @param month Month of the year: 1=January
1732  * @param day Day of the Month: 1..31
1733  * @param dayOfWeek Day of the week: 1=Monday..7=Sunday
1734  * @param hour Hour of the day: 0..23
1735  * @param minutes Minutes in the hour: 0..59
1736  * @param seconds Seconds within the minute: 0..59
1737  * @param includeTime Include time in the result string?
1738  */
1739  virtual QCString trDateTime(int year,int month,int day,int dayOfWeek,
1740  int hour,int minutes,int seconds,
1741  bool includeTime)
1742  {
1743  static const char *days[] = { "Man","Tir","Ons","Tor","Fre","Lør","Søn" }; // { "Mon","Tue","Wed","Thu","Fri","Sat","Sun" };
1744  static const char *months[] = { "Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec" }; // { "Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec" };
1745  QCString sdate;
1746  sdate.sprintf("%s %s %d %d",days[dayOfWeek-1],months[month-1],day,year);
1747  if (includeTime)
1748  {
1749  QCString stime;
1750  stime.sprintf(" %.2d:%.2d:%.2d",hour,minutes,seconds);
1751  sdate+=stime;
1752  }
1753  return sdate;
1754  }
1755 
1756 //////////////////////////////////////////////////////////////////////////
1757 // new since 1.7.5
1758 //////////////////////////////////////////////////////////////////////////
1759 
1761  {
1762  return "Bibliografiske referencer";
1763  }
1764 
1766  {
1767  return "Copyright";
1768  }
1769 
1770  virtual QCString trDirDepGraph(const QCString &name)
1771  {
1772  return QCString("Afhængighedsgraf for katalog ")+name+":";
1773  }
1774 
1775 
1776 
1777 /*---------- For internal use: ----------------------------------------*/
1778  protected:
1779  /*! For easy flexible-noun implementation.
1780  * \internal
1781  */
1782  QCString createNoun(bool first_capital, bool singular,
1783  const char* base, const char* plurSuffix)
1784  {
1785  QCString result(base);
1786  if (first_capital) result[0] = (char)toupper(result[0]);
1787  if (!singular) result+=plurSuffix;
1788  return result;
1789  }
1790 };
1791 
1792 #endif
TranslatorDanish::trOverloadText
virtual QCString trOverloadText()
Definition: translator_dk.h:1439
TranslatorDanish::trGeneratedAt
virtual QCString trGeneratedAt(const QCString &date, const QCString &projName)
Definition: translator_dk.h:517
getDotImageExtension
QCString getDotImageExtension()
Definition: util.cpp:7032
TranslatorDanish::trIncludesFileIn
virtual QCString trIncludesFileIn(const QCString &name)
Definition: translator_dk.h:1724
TranslatorDanish::trVersion
virtual QCString trVersion()
Definition: translator_dk.h:540
TranslatorDanish::trPackageTypes
virtual QCString trPackageTypes()
Definition: translator_dk.h:1305
TranslatorDanish::trRTFansicp
virtual QCString trRTFansicp()
Definition: translator_dk.h:1137
TranslatorDanish::trInvariant
virtual QCString trInvariant()
Definition: translator_dk.h:862
TranslatorDanish::trReturnValues
virtual QCString trReturnValues()
Definition: translator_dk.h:789
TranslatorDanish::trWarning
virtual QCString trWarning()
Definition: translator_dk.h:536
TranslatorDanish::trProtectedSlots
virtual QCString trProtectedSlots()
Definition: translator_dk.h:652
TranslatorDanish::trMemberList
virtual QCString trMemberList()
Definition: translator_dk.h:174
TranslatorDanish::trStaticPackageAttribs
virtual QCString trStaticPackageAttribs()
Definition: translator_dk.h:1313
TranslatorDanish::trMemberFunctionDocumentationFortran
virtual QCString trMemberFunctionDocumentationFortran()
Definition: translator_dk.h:1461
TranslatorDanish::trInheritsList
virtual QCString trInheritsList(int numEntries)
Definition: translator_dk.h:689
TranslatorDanish::trMore
virtual QCString trMore()
Definition: translator_dk.h:166
TranslatorDanish::trClassDocumentation
virtual QCString trClassDocumentation()
Definition: translator_dk.h:399
ClassDef::Union
@ Union
Definition: classdef.h:109
TranslatorDanish::trDefineDocumentation
virtual QCString trDefineDocumentation()
Definition: translator_dk.h:469
TranslatorDanish::trExamples
virtual QCString trExamples()
Definition: translator_dk.h:259
TranslatorDanish::trCompoundMembers
virtual QCString trCompoundMembers()
Definition: translator_dk.h:234
TranslatorDanish::trReferenceManual
virtual QCString trReferenceManual()
Definition: translator_dk.h:427
TranslatorDanish::trDirDepGraph
virtual QCString trDirDepGraph(const QCString &name)
Definition: translator_dk.h:1770
TranslatorDanish::trMemberEnumerationDocumentation
virtual QCString trMemberEnumerationDocumentation()
Definition: translator_dk.h:147
TranslatorDanish::trStaticProtectedAttribs
virtual QCString trStaticProtectedAttribs()
Definition: translator_dk.h:905
TranslatorDanish::trDataTypes
virtual QCString trDataTypes()
Definition: translator_dk.h:1537
TranslatorDanish::trModulesList
virtual QCString trModulesList()
Definition: translator_dk.h:1541
TranslatorDanish::trRTFGeneralIndex
virtual QCString trRTFGeneralIndex()
Definition: translator_dk.h:1149
TranslatorDanish::trProtectedMembers
virtual QCString trProtectedMembers()
Definition: translator_dk.h:650
TranslatorDanish::trNamespaceList
virtual QCString trNamespaceList()
Definition: translator_dk.h:572
TranslatorDanish::trEnumerationValueDocumentation
virtual QCString trEnumerationValueDocumentation()
Definition: translator_dk.h:487
TranslatorDanish::trClassHierarchyDescription
virtual QCString trClassHierarchyDescription()
Definition: translator_dk.h:267
generateMarker
QCString generateMarker(int id)
Definition: util.cpp:284
TranslatorDanish::trSearchResults
virtual QCString trSearchResults(int numDocuments)
Definition: translator_dk.h:1354
QCString::isEmpty
bool isEmpty() const
Returns TRUE iff the string is empty
Definition: qcstring.h:144
ClassDef::CompoundType
CompoundType
The various compound types
Definition: classdef.h:107
TranslatorDanish::trStaticPrivateMembers
virtual QCString trStaticPrivateMembers()
Definition: translator_dk.h:660
TranslatorDanish::trImplementedFromList
virtual QCString trImplementedFromList(int numEntries)
Definition: translator_dk.h:1246
TranslatorDanish::trTypedefs
virtual QCString trTypedefs()
Definition: translator_dk.h:439
ClassDef::Interface
@ Interface
Definition: classdef.h:110
TranslatorDanish::trCompoundReference
virtual QCString trCompoundReference(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate)
Definition: translator_dk.h:605
TranslatorDanish::trSubprogramDocumentation
virtual QCString trSubprogramDocumentation()
Definition: translator_dk.h:1531
TranslatorDanish::trReimplementedFromList
virtual QCString trReimplementedFromList(int numEntries)
Definition: translator_dk.h:705
TranslatorDanish::trForInternalUseOnly
virtual QCString trForInternalUseOnly()
Definition: translator_dk.h:532
TranslatorDanish::trTestList
virtual QCString trTestList()
Definition: translator_dk.h:1049
TranslatorDanish::trEnumName
virtual QCString trEnumName()
Definition: translator_dk.h:196
TranslatorDanish::trModulesMemberDescription
virtual QCString trModulesMemberDescription(bool extractAll)
Definition: translator_dk.h:1588
TranslatorDanish::trGotoSourceCode
virtual QCString trGotoSourceCode()
Definition: translator_dk.h:849
TranslatorDanish::trPrivateMembers
virtual QCString trPrivateMembers()
Definition: translator_dk.h:656
TranslatorDanish::trDefineValue
virtual QCString trDefineValue()
Definition: translator_dk.h:1105
TranslatorDanish::trHierarchicalIndex
virtual QCString trHierarchicalIndex()
Definition: translator_dk.h:369
TranslatorDanish::trGlobal
virtual QCString trGlobal(bool first_capital, bool singular)
Definition: translator_dk.h:1212
TranslatorDanish::trModulesIndex
virtual QCString trModulesIndex()
Definition: translator_dk.h:1607
TranslatorDanish::trSearchResultsTitle
virtual QCString trSearchResultsTitle()
Definition: translator_dk.h:1341
TranslatorDanish::trDirReference
virtual QCString trDirReference(const QCString &dirName)
Definition: translator_dk.h:1421
TranslatorDanish::trDefines
virtual QCString trDefines()
Definition: translator_dk.h:433
TranslatorDanish::trNote
virtual QCString trNote()
Definition: translator_dk.h:885
TranslatorDanish::trCode
virtual QCString trCode()
Definition: translator_dk.h:870
TranslatorDanish::trType
virtual QCString trType(bool first_capital, bool singular)
Definition: translator_dk.h:1649
TranslatorDanish::trFunctionDocumentation
virtual QCString trFunctionDocumentation()
Definition: translator_dk.h:493
TranslatorDanish::trFileDocumentation
virtual QCString trFileDocumentation()
Definition: translator_dk.h:411
TranslatorDanish::trPrivateSlots
virtual QCString trPrivateSlots()
Definition: translator_dk.h:658
TranslatorDanish::trSubprograms
virtual QCString trSubprograms()
Definition: translator_dk.h:1525
TranslatorDanish::trCollaborationDiagram
virtual QCString trCollaborationDiagram(const QCString &clName)
Definition: translator_dk.h:832
TranslatorDanish::trFileIndex
virtual QCString trFileIndex()
Definition: translator_dk.h:387
ClassDef::Class
@ Class
Definition: classdef.h:107
TranslatorDanish::trRemarks
virtual QCString trRemarks()
Definition: translator_dk.h:937
TranslatorDanish::trStaticPackageMembers
virtual QCString trStaticPackageMembers()
Definition: translator_dk.h:1309
TranslatorDanish::trSubprogram
virtual QCString trSubprogram(bool first_capital, bool singular)
Definition: translator_dk.h:1660
TranslatorDanish::trDir
virtual QCString trDir(bool first_capital, bool singular)
Definition: translator_dk.h:1427
TranslatorDanish::trWriteList
virtual QCString trWriteList(int numEntries)
Definition: translator_dk.h:666
TranslatorDanish::trFileMembersDescription
virtual QCString trFileMembersDescription(bool extractAll)
Definition: translator_dk.h:325
TranslatorDanish::trClass
virtual QCString trClass(bool first_capital, bool singular)
Definition: translator_dk.h:1158
TranslatorDanish::trMemberFunctionDocumentation
virtual QCString trMemberFunctionDocumentation()
Definition: translator_dk.h:152
TranslatorDanish::trPublicTypes
virtual QCString trPublicTypes()
Definition: translator_dk.h:887
TranslatorDanish::trAll
virtual QCString trAll()
Definition: translator_dk.h:1323
TranslatorDanish::trSearchMatches
virtual QCString trSearchMatches()
Definition: translator_dk.h:1370
TranslatorDanish::trConstructorDocumentation
virtual QCString trConstructorDocumentation()
Definition: translator_dk.h:842
TranslatorDanish::trPostcondition
virtual QCString trPostcondition()
Definition: translator_dk.h:859
TranslatorDanish::trReferences
virtual QCString trReferences()
Definition: translator_dk.h:1234
TranslatorDanish::trPackageList
virtual QCString trPackageList()
Definition: translator_dk.h:1088
TranslatorDanish::trSignals
virtual QCString trSignals()
Definition: translator_dk.h:646
TranslatorDanish::trGotoDocumentation
virtual QCString trGotoDocumentation()
Definition: translator_dk.h:852
TranslatorDanish::trPackages
virtual QCString trPackages()
Definition: translator_dk.h:1100
TranslatorDanish::trPackageAttribs
virtual QCString trPackageAttribs()
Definition: translator_dk.h:1311
TranslatorDanish::trCompoundListDescription
virtual QCString trCompoundListDescription()
Definition: translator_dk.h:282
TranslatorDanish::trMainPage
virtual QCString trMainPage()
Definition: translator_dk.h:794
TranslatorDanish::trReimplementedInList
virtual QCString trReimplementedInList(int numEntries)
Definition: translator_dk.h:713
TranslatorDanish::trLoading
virtual QCString trLoading()
Definition: translator_dk.h:1684
TranslatorDanish::trGeneratedFromFiles
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
Definition: translator_dk.h:763
TranslatorDanish::trRelatedPages
virtual QCString trRelatedPages()
Definition: translator_dk.h:255
TranslatorDanish::trPackageListDescription
virtual QCString trPackageListDescription()
Definition: translator_dk.h:1093
TranslatorDanish::trLegendTitle
virtual QCString trLegendTitle()
Definition: translator_dk.h:961
TranslatorDanish::trModulesMembers
virtual QCString trModulesMembers()
Definition: translator_dk.h:1584
TranslatorDanish::trDirIndex
virtual QCString trDirIndex()
Definition: translator_dk.h:1395
TranslatorDanish::trCompoundMembersFortran
virtual QCString trCompoundMembersFortran()
Definition: translator_dk.h:1482
TranslatorDanish::trReferencedBy
virtual QCString trReferencedBy()
Definition: translator_dk.h:933
TranslatorDanish::trEvents
virtual QCString trEvents()
Definition: translator_dk.h:1290
TranslatorDanish::trFileMembers
virtual QCString trFileMembers()
Definition: translator_dk.h:244
TranslatorDanish::trCompoundListDescriptionFortran
virtual QCString trCompoundListDescriptionFortran()
Definition: translator_dk.h:1486
TranslatorDanish::trPageDocumentation
virtual QCString trPageDocumentation()
Definition: translator_dk.h:423
TranslatorDanish::trModulesListDescription
virtual QCString trModulesListDescription(bool extractAll)
Definition: translator_dk.h:1545
TranslatorDanish
Definition: translator_dk.h:90
TranslatorDanish::trPublicSlots
virtual QCString trPublicSlots()
Definition: translator_dk.h:644
TranslatorDanish::trGeneratedAutomatically
virtual QCString trGeneratedAutomatically(const QCString &s)
Definition: translator_dk.h:188
TranslatorDanish::trStaticPublicAttribs
virtual QCString trStaticPublicAttribs()
Definition: translator_dk.h:899
TranslatorDanish::trModuleIndex
virtual QCString trModuleIndex()
Definition: translator_dk.h:363
TranslatorDanish::trDirDocumentation
virtual QCString trDirDocumentation()
Definition: translator_dk.h:1401
TranslatorDanish::trFile
virtual QCString trFile(bool first_capital, bool singular)
Definition: translator_dk.h:1167
TranslatorDanish::trDefinedInSourceFile
virtual QCString trDefinedInSourceFile()
Definition: translator_dk.h:812
TranslatorDanish::trISOLang
virtual QCString trISOLang()
Definition: translator_dk.h:122
TranslatorDanish::trExamplesDescription
virtual QCString trExamplesDescription()
Definition: translator_dk.h:345
TranslatorDanish::trPrecondition
virtual QCString trPrecondition()
Definition: translator_dk.h:856
TranslatorDanish::trRelatedPagesDescription
virtual QCString trRelatedPagesDescription()
Definition: translator_dk.h:349
TranslatorDanish::trEventDocumentation
virtual QCString trEventDocumentation()
Definition: translator_dk.h:1295
TranslatorDanish::trIncludingInheritedMembers
virtual QCString trIncludingInheritedMembers()
Definition: translator_dk.h:182
TranslatorDanish::trSourceFile
virtual QCString trSourceFile(QCString &filename)
Definition: translator_dk.h:1382
TranslatorDanish::trMember
virtual QCString trMember(bool first_capital, bool singular)
Definition: translator_dk.h:1203
TranslatorDanish::trRTFTableOfContents
virtual QCString trRTFTableOfContents()
Definition: translator_dk.h:1266
TranslatorDanish::trFileReference
virtual QCString trFileReference(const QCString &fileName)
Definition: translator_dk.h:627
TranslatorDanish::trListOfAllMembers
virtual QCString trListOfAllMembers()
Definition: translator_dk.h:170
TranslatorDanish::trFriends
virtual QCString trFriends()
Definition: translator_dk.h:587
TranslatorDanish::trCallerGraph
virtual QCString trCallerGraph()
Definition: translator_dk.h:1452
TranslatorDanish::trEnumValue
virtual QCString trEnumValue()
Definition: translator_dk.h:200
TranslatorDanish::trDetailedDescription
virtual QCString trDetailedDescription()
Definition: translator_dk.h:139
TranslatorDanish::trNamespaceReference
virtual QCString trNamespaceReference(const QCString &namespaceName)
Definition: translator_dk.h:635
ClassDef::Category
@ Category
Definition: classdef.h:112
TranslatorDanish::trGeneratedFromFilesFortran
virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single)
Definition: translator_dk.h:1624
TranslatorDanish::trDefinedAtLineInSourceFile
virtual QCString trDefinedAtLineInSourceFile()
Definition: translator_dk.h:807
TranslatorDanish::trDirRelation
virtual QCString trDirRelation(const QCString &name)
Definition: translator_dk.h:1678
TranslatorDanish::trTodoList
virtual QCString trTodoList()
Definition: translator_dk.h:924
ClassDef::Struct
@ Struct
Definition: classdef.h:108
TranslatorDanish::trAuthor
virtual QCString trAuthor(bool first_capital, bool singular)
Definition: translator_dk.h:1223
TranslatorDanish::trDate
virtual QCString trDate()
Definition: translator_dk.h:544
TranslatorDanish::trExampleDocumentation
virtual QCString trExampleDocumentation()
Definition: translator_dk.h:417
TranslatorDanish::trNamespaceListDescription
virtual QCString trNamespaceListDescription(bool extractAll)
Definition: translator_dk.h:576
TranslatorDanish::trClassHierarchy
virtual QCString trClassHierarchy()
Definition: translator_dk.h:216
TranslatorDanish::trFileList
virtual QCString trFileList()
Definition: translator_dk.h:230
TranslatorDanish::trModuleDocumentation
virtual QCString trModuleDocumentation()
Definition: translator_dk.h:393
TranslatorDanish::trNamespaceDocumentation
virtual QCString trNamespaceDocumentation()
Definition: translator_dk.h:743
TranslatorDanish::trClasses
virtual QCString trClasses()
Definition: translator_dk.h:1074
TranslatorDanish::trCallGraph
virtual QCString trCallGraph()
Definition: translator_dk.h:1329
TranslatorDanish::trModuleReference
virtual QCString trModuleReference(const QCString &namespaceName)
Definition: translator_dk.h:1576
TranslatorDanish::trCompoundIndex
virtual QCString trCompoundIndex()
Definition: translator_dk.h:375
TranslatorDanish::trParameters
virtual QCString trParameters()
Definition: translator_dk.h:556
TranslatorDanish::trCompoundIndexFortran
virtual QCString trCompoundIndexFortran()
Definition: translator_dk.h:1513
TranslatorDanish::trCompoundListFortran
virtual QCString trCompoundListFortran()
Definition: translator_dk.h:1478
TranslatorDanish::trEnumerationValues
virtual QCString trEnumerationValues()
Definition: translator_dk.h:463
TranslatorDanish::trTest
virtual QCString trTest()
Definition: translator_dk.h:1044
TranslatorDanish::trEnumerationTypeDocumentation
virtual QCString trEnumerationTypeDocumentation()
Definition: translator_dk.h:481
TranslatorDanish::trDeprecated
virtual QCString trDeprecated()
Definition: translator_dk.h:821
TranslatorDanish::trPrivateTypes
virtual QCString trPrivateTypes()
Definition: translator_dk.h:907
TranslatorDanish::latexLanguageSupportCommand
virtual QCString latexLanguageSupportCommand()
Definition: translator_dk.h:116
TranslatorDanish::trFunctions
virtual QCString trFunctions()
Definition: translator_dk.h:451
TranslatorDanish::trCompoundMembersDescription
virtual QCString trCompoundMembersDescription(bool extractAll)
Definition: translator_dk.h:296
TranslatorDanish::trPackageMembers
virtual QCString trPackageMembers()
Definition: translator_dk.h:1307
TranslatorDanish::trNamespaceIndex
virtual QCString trNamespaceIndex()
Definition: translator_dk.h:737
TranslatorDanish::trRelatedFunctionDocumentation
virtual QCString trRelatedFunctionDocumentation()
Definition: translator_dk.h:597
TranslatorDanish::trTypedefDocumentation
virtual QCString trTypedefDocumentation()
Definition: translator_dk.h:475
TranslatorDanish::trMemberTypedefDocumentation
virtual QCString trMemberTypedefDocumentation()
Definition: translator_dk.h:143
Config_getBool
#define Config_getBool(name)
Definition: config.h:33
ClassDef::Protocol
@ Protocol
Definition: classdef.h:111
TranslatorDanish::trPropertyDocumentation
virtual QCString trPropertyDocumentation()
Definition: translator_dk.h:1064
TranslatorDanish::trPackage
virtual QCString trPackage(const QCString &name)
Definition: translator_dk.h:1083
TranslatorDanish::trGeneratedBy
virtual QCString trGeneratedBy()
Definition: translator_dk.h:564
TranslatorDanish::trAttention
virtual QCString trAttention()
Definition: translator_dk.h:941
TranslatorDanish::trBugList
virtual QCString trBugList()
Definition: translator_dk.h:1120
TranslatorDanish::trProperties
virtual QCString trProperties()
Definition: translator_dk.h:1059
TranslatorDanish::trSearching
virtual QCString trSearching()
Definition: translator_dk.h:1696
TranslatorDanish::trPrivateAttribs
virtual QCString trPrivateAttribs()
Definition: translator_dk.h:909
TranslatorDanish::trCompoundMembersDescriptionFortran
virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
Definition: translator_dk.h:1490
TranslatorDanish::trMemberDataDocumentation
virtual QCString trMemberDataDocumentation()
Definition: translator_dk.h:156
TranslatorDanish::idLanguage
virtual QCString idLanguage()
Definition: translator_dk.h:102
TranslatorDanish::trRelatedSubscript
virtual QCString trRelatedSubscript()
Definition: translator_dk.h:134
TranslatorDanish::trNamespaceMembers
virtual QCString trNamespaceMembers()
Definition: translator_dk.h:719
TranslatorDanish::createNoun
QCString createNoun(bool first_capital, bool singular, const char *base, const char *plurSuffix)
Definition: translator_dk.h:1782
TranslatorDanish::trThisIsTheListOfAllMembers
virtual QCString trThisIsTheListOfAllMembers()
Definition: translator_dk.h:178
TranslatorDanish::trDirectories
virtual QCString trDirectories()
Definition: translator_dk.h:1407
TranslatorDanish::trCompoundList
virtual QCString trCompoundList()
Definition: translator_dk.h:220
TranslatorDanish::trProtectedTypes
virtual QCString trProtectedTypes()
Definition: translator_dk.h:901
TranslatorDanish::trCopyright
virtual QCString trCopyright()
Definition: translator_dk.h:1765
TranslatorDanish::trCompounds
virtual QCString trCompounds()
Definition: translator_dk.h:505
TranslatorDanish::trInclDepGraph
virtual QCString trInclDepGraph(const QCString &fName)
Definition: translator_dk.h:837
TranslatorDanish::trImplementedInList
virtual QCString trImplementedInList(int numEntries)
Definition: translator_dk.h:1254
TranslatorDanish::trEnumerations
virtual QCString trEnumerations()
Definition: translator_dk.h:445
TranslatorDanish::trPublicMembers
virtual QCString trPublicMembers()
Definition: translator_dk.h:642
TranslatorDanish::trGotoGraphicalHierarchy
virtual QCString trGotoGraphicalHierarchy()
Definition: translator_dk.h:874
TranslatorDanish::trReturns
virtual QCString trReturns()
Definition: translator_dk.h:548
TranslatorDanish::trCiteReferences
virtual QCString trCiteReferences()
Definition: translator_dk.h:1760
TranslatorDanish::trGlobalNamespace
virtual QCString trGlobalNamespace()
Definition: translator_dk.h:1690
TranslatorDanish::trPageAbbreviation
virtual QCString trPageAbbreviation()
Definition: translator_dk.h:800
TranslatorDanish::trTypeConstraints
virtual QCString trTypeConstraints()
Definition: translator_dk.h:1668
TranslatorDanish::trInheritedByList
virtual QCString trInheritedByList(int numEntries)
Definition: translator_dk.h:697
TranslatorDanish::trRTFCharSet
virtual QCString trRTFCharSet()
Definition: translator_dk.h:1143
TranslatorDanish::trSince
virtual QCString trSince()
Definition: translator_dk.h:951
TranslatorDanish::trPageIndex
virtual QCString trPageIndex()
Definition: translator_dk.h:878
TranslatorDanish::trFileListDescription
virtual QCString trFileListDescription(bool extractAll)
Definition: translator_dk.h:273
TranslatorDanish::trDefinedIn
virtual QCString trDefinedIn()
Definition: translator_dk.h:204
TranslatorDanish::trStaticPublicMembers
virtual QCString trStaticPublicMembers()
Definition: translator_dk.h:648
TranslatorDanish::trModule
virtual QCString trModule(bool first_capital, bool singular)
Definition: translator_dk.h:1614
TranslatorDanish::trModules
virtual QCString trModules()
Definition: translator_dk.h:212
TranslatorDanish::trClassDiagram
virtual QCString trClassDiagram(const QCString &clName)
Definition: translator_dk.h:526
TranslatorAdapter_1_8_0
Adapter class for languages that only contain translations up to version 1.8.0.
Definition: translator_adapter.h:263
TranslatorDanish::trProtectedAttribs
virtual QCString trProtectedAttribs()
Definition: translator_dk.h:903
TranslatorDanish::trNoMatches
virtual QCString trNoMatches()
Definition: translator_dk.h:1702
TranslatorDanish::trPublicAttribs
virtual QCString trPublicAttribs()
Definition: translator_dk.h:890
TranslatorDanish::trTypeDocumentation
virtual QCString trTypeDocumentation()
Definition: translator_dk.h:1519
TranslatorDanish::trLegendDocs
virtual QCString trLegendDocs()
Definition: translator_dk.h:966
TranslatorDanish::trVariableDocumentation
virtual QCString trVariableDocumentation()
Definition: translator_dk.h:499
TranslatorDanish::trDeprecatedList
virtual QCString trDeprecatedList()
Definition: translator_dk.h:1278
TranslatorDanish::trRelatedFunctions
virtual QCString trRelatedFunctions()
Definition: translator_dk.h:130
TranslatorDanish::trLegend
virtual QCString trLegend()
Definition: translator_dk.h:1034
TranslatorDanish::trCompoundReferenceFortran
virtual QCString trCompoundReferenceFortran(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate)
Definition: translator_dk.h:1554
TranslatorDanish::trNamespace
virtual QCString trNamespace(bool first_capital, bool singular)
Definition: translator_dk.h:1176
TranslatorDanish::trStaticPrivateAttribs
virtual QCString trStaticPrivateAttribs()
Definition: translator_dk.h:911
TranslatorDanish::trGotoTextualHierarchy
virtual QCString trGotoTextualHierarchy()
Definition: translator_dk.h:876
ClassDef::Exception
@ Exception
Definition: classdef.h:113
TranslatorDanish::trSearch
virtual QCString trSearch()
Definition: translator_dk.h:263
TranslatorDanish::trNamespaces
virtual QCString trNamespaces()
Definition: translator_dk.h:753
TranslatorDanish::trNamespaceMemberDescription
virtual QCString trNamespaceMemberDescription(bool extractAll)
Definition: translator_dk.h:723
TranslatorDanish::trVariables
virtual QCString trVariables()
Definition: translator_dk.h:457
TranslatorDanish::trInclByDepGraph
virtual QCString trInclByDepGraph()
Definition: translator_dk.h:945
TranslatorDanish::trStaticProtectedMembers
virtual QCString trStaticProtectedMembers()
Definition: translator_dk.h:654
TranslatorDanish::trModulesDescription
virtual QCString trModulesDescription()
Definition: translator_dk.h:353
TranslatorDanish::trDirDescription
virtual QCString trDirDescription()
Definition: translator_dk.h:1413
TranslatorDanish::trTodo
virtual QCString trTodo()
Definition: translator_dk.h:919
TranslatorDanish::trSeeAlso
virtual QCString trSeeAlso()
Definition: translator_dk.h:552
TranslatorDanish::trDocumentation
virtual QCString trDocumentation()
Definition: translator_dk.h:357
TranslatorDanish::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_dk.h:1739
QCString::sprintf
QCString & sprintf(const char *format,...)
Definition: qcstring.cpp:24
TranslatorDanish::trExceptions
virtual QCString trExceptions()
Definition: translator_dk.h:560
TranslatorDanish::trGraphicalHierarchy
virtual QCString trGraphicalHierarchy()
Definition: translator_dk.h:872
TranslatorDanish::trGroup
virtual QCString trGroup(bool first_capital, bool singular)
Definition: translator_dk.h:1185
TranslatorDanish::trInitialValue
virtual QCString trInitialValue()
Definition: translator_dk.h:866
TranslatorDanish::trPage
virtual QCString trPage(bool first_capital, bool singular)
Definition: translator_dk.h:1194
TranslatorDanish::trBug
virtual QCString trBug()
Definition: translator_dk.h:1115
TranslatorDanish::trFileIn
virtual QCString trFileIn(const QCString &name)
Definition: translator_dk.h:1715
QCString
This is an alternative implementation of QCString.
Definition: qcstring.h:108