Doxygen
Loading...
Searching...
No Matches
translator_no.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 * Copyright (C) 1997-2015 by Dimitri van Heesch.
4 *
5 * Permission to use, copy, modify, and distribute this software and its
6 * documentation under the terms of the GNU General Public License is hereby
7 * granted. No representations are made about the suitability of this software
8 * for any purpose. It is provided "as is" without express or implied warranty.
9 * See the GNU General Public License for more details.
10 *
11 * Documents produced by Doxygen are derivative works derived from the
12 * input used in their production; they are not affected by this license.
13 *
14 */
15
16/******************************************************************************
17 * Norwegian translation by Lars Erik Jordet <lejordet@gmail.com>, parts by Frode Nilsen
18 *
19 * This is a new translation made from scratch, not based on my older Norwegian translation (for 1.2.2)
20 *
21 * Translation notes (in Norwegian)
22 *
23 * Jeg har stort sett brukt ord som ligger ganske nær de engelske ekvivalentene,
24 * for eksempel "enumeration" -> "enumerasjon", og i enkelte tilfeller det engelske
25 * ordet direkte, der jeg finner det mer naturlig enn å prøve å stable en setning
26 * på beina på norsk, eller jeg selv foretrekker det engelske ordet (eks: "Header-fil").
27 * Om noen ikke skulle like disse valgene, kontakt meg på mailadressen over.
28 *
29 * Doxygen har mange strings som består av sammensatte ord ("Member function description", for eksempel),
30 * som ikke alltid ser like ryddig ut på norsk. Jeg har brukt bindestrek for å få
31 * det til å se presentabelt ut, men om noen har en bedre idé, send til mailadressen over.
32 *
33 * 2006-03-06:
34 * Jeg bruker ikke doxygen selv lenger, så det går nok litt i lengste laget mellom oppdateringer...
35 *
36 * Changelog
37 *
38 * 2003-12-18: Initial translation
39 * 2004-07-19: Fixup to prepare for 1.3.8 (I had forgotten some functions)
40 * 2006-03-06: Added a .diff from Frode Nilsen, now compatible with 1.4.6.
41 */
42
43#ifndef TRANSLATOR_NO_H
44#define TRANSLATOR_NO_H
45
47{
48 public:
49
50 // --- Language control methods -------------------
51
52 /*! Used for identification of the language. The identification
53 * should not be translated. It should be replaced by the name
54 * of the language in English using lower-case characters only
55 * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
56 * the identification used in language.cpp.
57 */
59 { return "norwegian"; }
60
61 /*! Used to get the LaTeX command(s) for the language support.
62 * This method should return string with commands that switch
63 * LaTeX to the desired language. For example
64 * <pre>"\\usepackage[german]{babel}\n"
65 * </pre>
66 * or
67 * <pre>"\\usepackage{polski}\n"
68 * "\\usepackage[latin2]{inputenc}\n"
69 * "\\usepackage[T1]{fontenc}\n"
70 * </pre>
71 */
73 {
74 return
75 "\\usepackage[norsk]{babel}\n";
76 }
77
79 {
80 return "nn";
81 }
83 {
84 return "0x814 Norwegian";
85 }
86
87 // --- Language translation methods -------------------
88
89 /*! used in the compound documentation before a list of related functions. */
91 { return "Relaterte funksjoner"; }
92
93 /*! subscript for the related functions. */
95 { return "(Merk at disse ikke er medlemsfunksjoner.)"; }
96
97 /*! header that is put before the detailed description of files, classes and namespaces. */
99 { return "Detaljert beskrivelse"; }
100
101 /*! header that is used when the summary tag is missing inside the details tag */
103 { return "Detaljar"; }
104
105 /*! header that is put before the list of typedefs. */
107 { return "Medlemstypedef-dokumentasjon"; }
108
109 /*! header that is put before the list of enumerations. */
111 { return "Medlemsenumerasjon-dokumentasjon"; }
112
113 /*! header that is put before the list of member functions. */
115 { return "Medlemsfunksjon-dokumentasjon"; }
116
117 /*! header that is put before the list of member attributes. */
119 {
120 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
121 {
122 return "Feltdokumentasjon";
123 }
124 else
125 {
126 return "Medlemsdata-dokumentasjon";
127 }
128 }
129
130 /*! this is the text of a link put after brief descriptions. */
131 QCString trMore() override
132 { return "Mer..."; }
133
134 /*! put in the class documentation */
136 { return "Liste over alle medlemmer"; }
137
138 /*! used as the title of the "list of all members" page of a class */
140 { return "Medlemsliste"; }
141
142 /*! this is the first part of a sentence that is followed by a class name */
144 { return "Dette er den fullstendige listen over medlemmer for"; }
145
146 /*! this is the remainder of the sentence after the class name */
148 { return ", alle arvede medlemmer inkludert."; }
149
150 /*! this is put at the author sections at the bottom of man pages.
151 * parameter s is name of the project name.
152 */
154 { QCString result="Generert automatisk av Doxygen";
155 if (!s.isEmpty()) result+=" for "+s;
156 result+=" fra kildekoden.";
157 return result;
158 }
159
160 /*! put after an enum name in the list of all members */
162 { return "enum-navn"; }
163
164 /*! put after an enum value in the list of all members */
166 { return "enum-verdi"; }
167
168 /*! put after an undocumented member in the list of all members */
170 { return "definert i"; }
171
172 // quick reference sections
173
174 /*! This is put above each page as a link to the list of all groups of
175 * compounds or files (see the \\group command).
176 */
178 { return "Moduler"; }
179
180 /*! This is put above each page as a link to the class hierarchy */
182 { return "Klassehierarki"; }
183
184 /*! This is put above each page as a link to the list of annotated classes */
186 {
187 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
188 {
189 return "Datastrukturer";
190 }
191 else
192 {
193 return "Klasseliste";
194 }
195 }
196
197 /*! This is put above each page as a link to the list of documented files */
199 { return "Fil-liste"; }
200
201 /*! This is put above each page as a link to all members of compounds. */
203 {
204 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
205 {
206 return "Datafelt";
207 }
208 else
209 {
210 return "Klassemedlemmer";
211 }
212 }
213
214 /*! This is put above each page as a link to all members of files. */
216 {
217 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
218 {
219 return "Globale";
220 }
221 else
222 {
223 return "Filmedlemmer";
224 }
225 }
226
227 /*! This is put above each page as a link to all related pages. */
229 { return "Relaterte sider"; }
230
231 /*! This is put above each page as a link to all examples. */
233 { return "Eksempler"; }
234
235 /*! This is put above each page as a link to the search engine. */
237 { return "Søk"; }
238
239 /*! This is an introduction to the class hierarchy. */
241 { return "Denne arvelisten er grovsortert alfabetisk "
242 "(ikke nødvendigvis korrekt):";
243 }
244
245 /*! This is an introduction to the list with all files. */
246 QCString trFileListDescription(bool extractAll) override
247 {
248 QCString result="Her er en liste over alle ";
249 if (!extractAll) result+="dokumenterte ";
250 result+="filer med korte beskrivelser:";
251 return result;
252 }
253
254 /*! This is an introduction to the annotated compound list. */
256 {
257
258 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
259 {
260 return "Her er datastrukturene med korte beskrivelser:";
261 }
262 else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
263 {
264 return "Her er klasser med korte beskrivelser:";
265 }
266 else
267 {
268 return "Her er klasser, struct'er, "
269 "unioner og interface'er med korte beskrivelser:";
270 }
271 }
272
273 /*! This is an introduction to the page with all class members. */
274 QCString trCompoundMembersDescription(bool extractAll) override
275 {
276 QCString result="Her er en liste over alle ";
277 if (!extractAll)
278 {
279 result+="dokumenterte ";
280 }
281 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
282 {
283 result+="struct- og unionfelter";
284 }
285 else
286 {
287 result+="klassemedlemmer";
288 }
289 result+=" med koblinger til ";
290 if (!extractAll)
291 {
292 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
293 {
294 result+="struct/union dokumentasjon for hvert felt:";
295 }
296 else
297 {
298 result+="klassedokumentasjonen for hvert medlem:";
299 }
300 }
301 else
302 {
303 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
304 {
305 result+="struct'ene/unionene de hører til:";
306 }
307 else
308 {
309 result+="klassene de hører til:";
310 }
311 }
312 return result;
313 }
314 /*! This is an introduction to the page with all file members. */
315 QCString trFileMembersDescription(bool extractAll) override
316 {
317 QCString result="Her er en liste over alle ";
318 if (!extractAll) result+="dokumenterte ";
319
320 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
321 {
322 result+="funksjoner, variabler, definisjoner, enum'er, og typedef'er";
323 }
324 else
325 {
326 result+="filmedlemmer";
327 }
328 result+=" med koblinger til ";
329 if (extractAll)
330 result+="filene de hører til:";
331 else
332 result+="dokumentasjonen:";
333 return result;
334 }
335
336 /*! This is an introduction to the page with the list of all examples */
338 { return "Her er en liste over alle eksemplene:"; }
339
340 /*! This is an introduction to the page with the list of related pages */
342 { return "Her er en liste over alle relaterte dokumentasjonssider:"; }
343
344 /*! This is an introduction to the page with the list of class/file groups */
346 { return "Her er en liste over alle moduler:"; }
347
348 // index titles (the project name is prepended for these)
349
350
351 /*! This is used in HTML as the title of index.html. */
352 QCString trDocumentation(const QCString &projName) override
353 { return (!projName.isEmpty()?projName + " " : "") + "Dokumentasjon"; }
354
355 /*! This is used in LaTeX as the title of the chapter with the
356 * index of all groups.
357 */
359 { return "Modulindeks"; }
360
361 /*! This is used in LaTeX as the title of the chapter with the
362 * class hierarchy.
363 */
365 { return "Hierarkisk indeks"; }
366
367 /*! This is used in LaTeX as the title of the chapter with the
368 * annotated compound index.
369 */
371 {
372 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
373 {
374 return "Datastrukturindeks";
375 }
376 else
377 {
378 return "Klasseindeks";
379 }
380 }
381
382 /*! This is used in LaTeX as the title of the chapter with the
383 * list of all files.
384 */
386 { return "Filindeks"; }
387
388 /*! This is used in LaTeX as the title of the chapter containing
389 * the documentation of all groups.
390 */
392 { return "Moduldokumentasjon"; }
393
394 /*! This is used in LaTeX as the title of the chapter containing
395 * the documentation of all classes, structs and unions.
396 */
398 {
399 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
400 {
401 return "Datastrukturdokumentasjon";
402 }
403 else if (Config_getBool(OPTIMIZE_OUTPUT_VHDL))
404 {
406 }
407 else
408 {
409 return "Klassedokumentasjon";
410 }
411 }
412
413 /*! This is used in LaTeX as the title of the chapter containing
414 * the documentation of all files.
415 */
417 { return "Fildokumentasjon"; }
418
419 /*! This is used in LaTeX as the title of the document */
421 { return "Referansemanual"; }
422
423 /*! This is used in the documentation of a file as a header before the
424 * list of defines
425 */
427 { return "Definisjoner"; }
428
429 /*! This is used in the documentation of a file as a header before the
430 * list of typedefs
431 */
433 { return "Typedef'er"; }
434
435 /*! This is used in the documentation of a file as a header before the
436 * list of enumerations
437 */
439 { return "Enumerasjoner"; }
440
441 /*! This is used in the documentation of a file as a header before the
442 * list of (global) functions
443 */
445 { return "Funksjoner"; }
446
447 /*! This is used in the documentation of a file as a header before the
448 * list of (global) variables
449 */
451 { return "Variabler"; }
452
453 /*! This is used in the documentation of a file as a header before the
454 * list of (global) variables
455 */
457 { return "Enumerasjonsverdier"; }
458
459 /*! This is used in the documentation of a file before the list of
460 * documentation blocks for defines
461 */
463 { return "Define-dokumentasjon"; }
464
465 /*! This is used in the documentation of a file/namespace before the list
466 * of documentation blocks for typedefs
467 */
469 { return "Typedef-dokumentasjon"; }
470
471 /*! This is used in the documentation of a file/namespace before the list
472 * of documentation blocks for enumeration types
473 */
475 { return "Enumerasjontype dokumentasjon"; }
476
477 /*! This is used in the documentation of a file/namespace before the list
478 * of documentation blocks for enumeration values
479 */
481 { return "Enumerasjonsverdi dokumentasjon"; }
482
483 /*! This is used in the documentation of a file/namespace before the list
484 * of documentation blocks for functions
485 */
487 { return "Funksjonsdokumentasjon"; }
488
489 /*! This is used in the documentation of a file/namespace before the list
490 * of documentation blocks for variables
491 */
493 { return "Variabeldokumentasjon"; }
494
495 /*! This is used in the documentation of a file/namespace/group before
496 * the list of links to documented compounds
497 */
499 {
500 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
501 {
502 return "Datastrukturer";
503 }
504 else
505 {
506 return "Klasser";
507 }
508 }
509
510 /*! This is used in the standard footer of each page and indicates when
511 * the page was generated
512 */
513 QCString trGeneratedAt(const QCString &date,const QCString &projName) override
514 {
515 QCString result="Generert "+date;
516 if (!projName.isEmpty()) result+=" for "+projName;
517 result+=" av";
518 return result;
519 }
520
521 /*! this text is put before a class diagram */
522 QCString trClassDiagram(const QCString &clName) override
523 {
524 return "Arvediagram for "+clName+":";
525 }
526
527 /*! this text is generated when the \\warning command is used. */
529 { return "Advarsel"; }
530
531 /*! this text is generated when the \\version command is used. */
533 { return "Versjon"; }
534
535 /*! this text is generated when the \\date command is used. */
536 QCString trDate() override
537 { return "Dato"; }
538
539 /*! this text is generated when the \\return command is used. */
541 { return "Returnerer"; }
542
543 /*! this text is generated when the \\sa command is used. */
545 { return "Se også"; }
546
547 /*! this text is generated when the \\param command is used. */
549 { return "Parametre"; }
550
551 /*! this text is generated when the \\exception command is used. */
553 { return "Unntak"; }
554
555 /*! this text is used in the title page of a LaTeX document. */
557 { return "Generert av"; }
558
559//////////////////////////////////////////////////////////////////////////
560// new since 0.49-990307
561//////////////////////////////////////////////////////////////////////////
562
563 /*! used as the title of page containing all the index of all namespaces. */
565 { return "Navneromsliste"; }
566
567 /*! used as an introduction to the namespace list */
568 QCString trNamespaceListDescription(bool extractAll) override
569 {
570 QCString result="Her er en liste over alle ";
571 if (!extractAll) result+="dokumenterte ";
572 result+="navnerom med korte beskrivelser:";
573 return result;
574 }
575
576 /*! used in the class documentation as a header before the list of all
577 * friends of a class
578 */
580 { return "Venner"; }
581
582//////////////////////////////////////////////////////////////////////////
583// new since 0.49-990405
584//////////////////////////////////////////////////////////////////////////
585
586 /*! used in the class documentation as a header before the list of all
587 * related classes
588 */
590 { return "Venner og relatert funksjonsdokumentasjon"; }
591
592//////////////////////////////////////////////////////////////////////////
593// new since 0.49-990425
594//////////////////////////////////////////////////////////////////////////
595
596 /*! used as the title of the HTML page of a class/struct/union */
598 ClassDef::CompoundType compType,
599 bool isTemplate) override
600 {
601 QCString result=clName;
602 switch(compType)
603 {
604 case ClassDef::Class: result+=" Klasse"; break;
605 case ClassDef::Struct: result+=" Struct"; break;
606 case ClassDef::Union: result+=" Union"; break;
607 case ClassDef::Interface: result+=" Grensesnitt"; break;
608 case ClassDef::Exception: result+=" Unntak"; break;
609 case ClassDef::Protocol: result+=" Protocol"; break;
610 case ClassDef::Category: result+=" Category"; break;
611 default: break;
612 }
613 if (isTemplate) result+=" Mal";
614 result+=" Referanse";
615 return result;
616 }
617
618 /*! used as the title of the HTML page of a file */
619 QCString trFileReference(const QCString &fileName) override
620 {
621 QCString result=fileName;
622 result+=" filreferanse";
623 return result;
624 }
625
626 /*! used as the title of the HTML page of a namespace */
627 QCString trNamespaceReference(const QCString &namespaceName) override
628 {
629 QCString result=namespaceName;
630 result+=" navneromsreferanse";
631 return result;
632 }
633
635 { return "Public medlemsfunksjoner"; }
637 { return "Public slots"; }
639 { return "Signaler"; }
641 { return "Statiske public medlemsfunksjoner"; }
643 { return "Protected memdlemsfunksjoner"; }
645 { return "Protected slots"; }
647 { return "Statiske protected medlemsfunksjoner"; }
649 { return "Private medlemsfunksjoner"; }
651 { return "Private slots"; }
653 { return "Statiske private medlemsfunksjoner"; }
654
655 /*! this function is used to produce a comma-separated list of items.
656 * use generateMarker(i) to indicate where item i should be put.
657 */
658 QCString trWriteList(int numEntries) override
659 {
660 QCString result;
661 // the inherits list contain `numEntries' classes
662 for (int i=0;i<numEntries;i++)
663 {
664 // use generateMarker to generate placeholders for the class links!
665 result+=generateMarker(i); // generate marker for entry i in the list
666 // (order is left to right)
667
668 if (i!=numEntries-1) // not the last entry, so we need a separator
669 {
670 if (i<numEntries-2) // not the fore last entry
671 result+=", ";
672 else // the fore last entry
673 result+=", og ";
674 }
675 }
676 return result;
677 }
678
679 /*! used in class documentation to produce a list of base classes,
680 * if class diagrams are disabled.
681 */
682 QCString trInheritsList(int numEntries) override
683 {
684 return "Arver "+trWriteList(numEntries)+".";
685 }
686
687 /*! used in class documentation to produce a list of super classes,
688 * if class diagrams are disabled.
689 */
690 QCString trInheritedByList(int numEntries) override
691 {
692 return "Arvet av "+trWriteList(numEntries)+".";
693 }
694
695 /*! used in member documentation blocks to produce a list of
696 * members that are hidden by this one.
697 */
698 QCString trReimplementedFromList(int numEntries) override
699 {
700 return "Reimplementert fra "+trWriteList(numEntries)+".";
701 }
702
703 /*! used in member documentation blocks to produce a list of
704 * all member that overwrite the implementation of this member.
705 */
706 QCString trReimplementedInList(int numEntries) override
707 {
708 return "Reimplementert i "+trWriteList(numEntries)+".";
709 }
710
711 /*! This is put above each page as a link to all members of namespaces. */
713 { return "Navneromsmedlemmer"; }
714
715 /*! This is an introduction to the page with all namespace members */
716 QCString trNamespaceMemberDescription(bool extractAll) override
717 {
718 QCString result="Her er en liste over alle ";
719 if (!extractAll) result+="dokumenterte ";
720 result+="navneromsmedlemmer med koblinger til ";
721 if (extractAll)
722 result+="navneromsdokumentasjonen for hvert medlem:";
723 else
724 result+="navnerommet de hører til:";
725 return result;
726 }
727 /*! This is used in LaTeX as the title of the chapter with the
728 * index of all namespaces.
729 */
731 { return "Navneromsindeks"; }
732
733 /*! This is used in LaTeX as the title of the chapter containing
734 * the documentation of all namespaces.
735 */
737 { return "Navneromsdokumentasjon"; }
738
739//////////////////////////////////////////////////////////////////////////
740// new since 0.49-990522
741//////////////////////////////////////////////////////////////////////////
742
743 /*! This is used in the documentation before the list of all
744 * namespaces in a file.
745 */
747 { return "Navnerom"; }
748
749//////////////////////////////////////////////////////////////////////////
750// new since 0.49-990728
751//////////////////////////////////////////////////////////////////////////
752
753 /*! This is put at the bottom of a class documentation page and is
754 * followed by a list of files that were used to generate the page.
755 */
757 bool single) override
758 { // here s is one of " Class", " Struct" or " Union"
759 // single is true implies a single file
760 QCString result="Dokumentasjonen for ";
761 switch(compType)
762 {
763 case ClassDef::Class: result+="denne klasse"; break;
764 case ClassDef::Struct: result+="denne struct"; break;
765 case ClassDef::Union: result+="denne union"; break;
766 case ClassDef::Interface: result+="dette interface"; break;
767 case ClassDef::Exception: result+="dette unntak"; break;
768 case ClassDef::Protocol: result+="denne protocol"; break;
769 case ClassDef::Category: result+="denne category"; break;
770 default: break;
771 }
772 result+=" ble generert fra følgende fil";
773 if (single) result+=":"; else result+="er:";
774 return result;
775 }
776
777//////////////////////////////////////////////////////////////////////////
778// new since 0.49-990901
779//////////////////////////////////////////////////////////////////////////
780
781 /*! This is used as the heading text for the retval command. */
783 { return "Returverdier"; }
784
785 /*! This is in the (quick) index as a link to the main page (index.html)
786 */
788 { return "Hovedside"; }
789
790 /*! This is used in references to page that are put in the LaTeX
791 * documentation. It should be an abbreviation of the word page.
792 */
794 { return "s."; }
795
796//////////////////////////////////////////////////////////////////////////
797// new since 0.49-991003
798//////////////////////////////////////////////////////////////////////////
799
801 {
802 return "Definisjon på linje @0 i filen @1.";
803 }
805 {
806 return "Definisjon i filen @0.";
807 }
808
809//////////////////////////////////////////////////////////////////////////
810// new since 0.49-991205
811//////////////////////////////////////////////////////////////////////////
812
814 {
815 return "Foreldet";
816 }
817
818//////////////////////////////////////////////////////////////////////////
819// new since 1.0.0
820//////////////////////////////////////////////////////////////////////////
821
822 /*! this text is put before a collaboration diagram */
824 {
825 return "Samarbeidsdiagram for "+clName+":";
826 }
827 /*! this text is put before an include dependency graph */
828 QCString trInclDepGraph(const QCString &fName) override
829 {
830 return "Avhengighetsgraf for "+fName+":";
831 }
832
833 /*! header that is put before the list of constructor/destructors. */
835 {
836 return "Konstruktør- & destruktør-dokumentasjon";
837 }
838 /*! Used in the file documentation to point to the corresponding sources. */
840 {
841 return "Gå til kildekoden til denne filen.";
842 }
843 /*! Used in the file sources to point to the corresponding documentation. */
845 {
846 return "Gå til dokumentasjonen til denne filen.";
847 }
848 /*! Text for the \\pre command */
850 {
851 return "Forhåndsbetingelse";
852 }
853 /*! Text for the \\post command */
855 {
856 return "Etterbetingelse";
857 }
858 /*! Text for the \\invariant command */
860 {
861 return "Invariant";
862 }
863 /*! Text shown before a multi-line variable/enum initialization */
865 {
866 return "Startverdi:";
867 }
868 /*! Text used the source code in the file index */
869 QCString trCode() override
870 {
871 return "kode";
872 }
874 {
875 return "Grafisk klassehierarki";
876 }
878 {
879 return "Gå til det grafiske klasse hierarkiet";
880 }
882 {
883 return "Gå til tekst-klassehierarki";
884 }
886 {
887 return "Innhold";
888 }
889
890//////////////////////////////////////////////////////////////////////////
891// new since 1.1.0
892//////////////////////////////////////////////////////////////////////////
893
894 QCString trNote() override
895 {
896 return "Notat";
897 }
899 {
900 return "Public typer";
901 }
903 {
904 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
905 {
906 return "Datafelt";
907 }
908 else
909 {
910 return "Public attributter";
911 }
912 }
914 {
915 return "Statiske public attributter";
916 }
918 {
919 return "Protected typer";
920 }
922 {
923 return "Protected attributter";
924 }
926 {
927 return "Statiske protected attributter";
928 }
930 {
931 return "Private typer";
932 }
934 {
935 return "Private attributter";
936 }
938 {
939 return "Statiske private attributter";
940 }
941
942//////////////////////////////////////////////////////////////////////////
943// new since 1.1.3
944//////////////////////////////////////////////////////////////////////////
945
946 /*! Used as a marker that is put before a todo item */
947 QCString trTodo() override
948 {
949 return "Todo";
950 }
951 /*! Used as the header of the todo list */
953 {
954 return "Todo-liste";
955 }
956
957//////////////////////////////////////////////////////////////////////////
958// new since 1.1.4
959//////////////////////////////////////////////////////////////////////////
960
962 {
963 return "Referert av";
964 }
966 {
967 return "Merknader";
968 }
970 {
971 return "Viktig";
972 }
974 {
975 return "Denne grafen viser hvilke filer som direkte eller "
976 "indirekte inkluderer denne filen:";
977 }
978 QCString trSince() override
979 {
980 return "Siden";
981 }
982
983//////////////////////////////////////////////////////////////////////////
984// new since 1.1.5
985//////////////////////////////////////////////////////////////////////////
986
987 /*! title of the graph legend page */
989 {
990 return "Symbolforklaring";
991 }
992 /*! page explaining how the dot graph's should be interpreted */
994 {
995 return
996 "Denne siden forklarer hvordan man tolker grafene doxygen genererer.<p>\n"
997 "Vi baserer oss på følgende eksempel:\n"
998 "\\code\n"
999 "/*! Usynlig klasse pga. trunkasjon */\n"
1000 "class Invisible { };\n\n"
1001 "/*! Trunkert klasse, arve-relasjon er skjult */\n"
1002 "class Truncated : public Invisible { };\n\n"
1003 "/* Klasse som ikke er dokumentert med doxygen-kommentarer */"
1004 "class Undocumented { };\n\n"
1005 "/*! Klasse med public-arv */\n"
1006 "class PublicBase : public Truncated { };\n\n"
1007 "/*! A template class */\n"
1008 "template<class T> class Templ { };\n\n"
1009 "/*! Klasse med protected-arv */\n"
1010 "class ProtectedBase { };\n\n"
1011 "/*! Klasse med private-arv */\n"
1012 "class PrivateBase { };\n\n"
1013 "/*! Klasse som blir brukt av klassen Inherited */\n"
1014 "class Used { };\n\n"
1015 "/*! Super-klasse som arver flere andre klasser */\n"
1016 "class Inherited : public PublicBase,\n"
1017 " protected ProtectedBase,\n"
1018 " private PrivateBase,\n"
1019 " public Undocumented,\n"
1020 " public Templ<int>\n"
1021 "{\n"
1022 " private:\n"
1023 " Used *m_usedClass;\n"
1024 "};\n"
1025 "\\endcode\n"
1026 "Hvis \\c MAX_DOT_GRAPH_HEIGHT er satt til 200 i "
1027 "konfigurasjonsfila vil dette resultere i følgende graf:"
1028 "<p><center><img src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
1029 "<p>\n"
1030 "Boksene i grafen over betyr følgende:\n"
1031 "<ul>\n"
1032 "<li>En fylt svart boks representerer klassen grafen "
1033 "er generert for.\n"
1034 "<li>En boks med svart ramme angir en dokumentert struct eller klasse.\n"
1035 "<li>En boks med grå ramme angir en udokumentert struct eller klasse.\n"
1036 "<li>En boks med rød ramme angir en dokumentert struct eller klasse "
1037 "der ikke alle relasjoner er vist. En graf blir trunkert om den ikke "
1038 "passer innenfor de spesifiserte rammene.\n"
1039 "</ul>\n"
1040 "Pilene i grafen har følgende betydning:\n"
1041 "</ul>\n"
1042 "<li>En mørk blå pil brukes til å visualisere public-arv mellom to klasser.\n"
1043 "<li>En mørk grønn pil brukes for protected-arv.\n"
1044 "<li>En mørk rød pil angir private-arv.\n"
1045 "<li>En stiplet lilla pil angir at en klasse er inkludert eller brukt "
1046 "i en annen klasse. Pilen er merket med variablen(e) klassen "
1047 "er tilgjengelig gjennom.\n"
1048 "</ul>\n";
1049 }
1050 /*! text for the link to the legend page */
1052 {
1053 return "symbolforklaring";
1054 }
1055
1056//////////////////////////////////////////////////////////////////////////
1057// new since 1.2.0
1058//////////////////////////////////////////////////////////////////////////
1059
1060 /*! Used as a marker that is put before a test item */
1061 QCString trTest() override
1062 {
1063 return "Test";
1064 }
1065 /*! Used as the header of the test list */
1067 {
1068 return "Test-liste";
1069 }
1070
1071//////////////////////////////////////////////////////////////////////////
1072// new since 1.2.1
1073//////////////////////////////////////////////////////////////////////////
1074
1075 /*! Used as a section header for IDL properties */
1077 {
1078 return "Egenskaper";
1079 }
1080 /*! Used as a section header for IDL property documentation */
1082 {
1083 return "Egenskaps-dokumentasjon";
1084 }
1085
1086//////////////////////////////////////////////////////////////////////////
1087// new since 1.2.4
1088//////////////////////////////////////////////////////////////////////////
1089
1090 /*! Used for Java interfaces in the summary section of Java packages */
1092 {
1093 return "Grensesnitt";
1094 }
1095 /*! Used for Java classes in the summary section of Java packages */
1097 {
1098 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1099 {
1100 return "Datastrukturer";
1101 }
1102 else
1103 {
1104 return "Klasser";
1105 }
1106 }
1107 /*! Used as the title of a Java package */
1108 QCString trPackage(const QCString &name) override
1109 {
1110 return "Package "+name;
1111 }
1112 /*! The description of the package index page */
1114 {
1115 return "Her er pakkene med korte beskrivelser (om tilgjengelig):";
1116 }
1117 /*! The link name in the Quick links header for each page */
1119 {
1120 return "Pakker";
1121 }
1122 /*! Text shown before a multi-line define */
1124 {
1125 return "Verdi:";
1126 }
1127
1128//////////////////////////////////////////////////////////////////////////
1129// new since 1.2.5
1130//////////////////////////////////////////////////////////////////////////
1131
1132 /*! Used as a marker that is put before a \\bug item */
1133 QCString trBug() override
1134 {
1135 return "Feil";
1136 }
1137 /*! Used as the header of the bug list */
1139 {
1140 return "Feil-liste";
1141 }
1142
1143//////////////////////////////////////////////////////////////////////////
1144// new since 1.2.6
1145//////////////////////////////////////////////////////////////////////////
1146
1147 /*! Used as ansicpg for RTF file
1148 *
1149 * The following table shows the correlation of Charset name, Charset Value and
1150 * <pre>
1151 * Codepage number:
1152 * Charset Name Charset Value(hex) Codepage number
1153 * ------------------------------------------------------
1154 * DEFAULT_CHARSET 1 (x01)
1155 * SYMBOL_CHARSET 2 (x02)
1156 * OEM_CHARSET 255 (xFF)
1157 * ANSI_CHARSET 0 (x00) 1252
1158 * RUSSIAN_CHARSET 204 (xCC) 1251
1159 * EE_CHARSET 238 (xEE) 1250
1160 * GREEK_CHARSET 161 (xA1) 1253
1161 * TURKISH_CHARSET 162 (xA2) 1254
1162 * BALTIC_CHARSET 186 (xBA) 1257
1163 * HEBREW_CHARSET 177 (xB1) 1255
1164 * ARABIC _CHARSET 178 (xB2) 1256
1165 * SHIFTJIS_CHARSET 128 (x80) 932
1166 * HANGEUL_CHARSET 129 (x81) 949
1167 * GB2313_CHARSET 134 (x86) 936
1168 * CHINESEBIG5_CHARSET 136 (x88) 950
1169 * </pre>
1170 *
1171 */
1173 {
1174 return "1252";
1175 }
1176
1177
1178 /*! Used as ansicpg for RTF fcharset
1179 * \see trRTFansicp() for a table of possible values.
1180 */
1182 {
1183 return "0";
1184 }
1185
1186 /*! Used as header RTF general index */
1188 {
1189 return "Indeks";
1190 }
1191
1192 /*! This is used for translation of the word that will possibly
1193 * be followed by a single name or by a list of names
1194 * of the category.
1195 */
1196 QCString trClass(bool first_capital, bool singular) override
1197 {
1198 return createNoun(first_capital, singular, "klasse", "r");
1199 }
1200
1201 /*! This is used for translation of the word that will possibly
1202 * be followed by a single name or by a list of names
1203 * of the category.
1204 */
1205 QCString trFile(bool first_capital, bool singular) override
1206 {
1207 return createNoun(first_capital, singular, "fil", "er");
1208 }
1209
1210 /*! This is used for translation of the word that will possibly
1211 * be followed by a single name or by a list of names
1212 * of the category.
1213 */
1214 QCString trNamespace(bool first_capital, bool singular) override
1215 {
1216 return createNoun(first_capital, false, "navnerom", "");
1217 }
1218
1219 /*! This is used for translation of the word that will possibly
1220 * be followed by a single name or by a list of names
1221 * of the category.
1222 */
1223 QCString trGroup(bool first_capital, bool singular) override
1224 {
1225 return createNoun(first_capital, singular, "gruppe", "r");
1226 }
1227
1228 /*! This is used for translation of the word that will possibly
1229 * be followed by a single name or by a list of names
1230 * of the category.
1231 */
1232 QCString trPage(bool first_capital, bool singular) override
1233 {
1234 return createNoun(first_capital, singular, "side", "r");
1235 }
1236
1237 /*! This is used for translation of the word that will possibly
1238 * be followed by a single name or by a list of names
1239 * of the category.
1240 */
1241 QCString trMember(bool first_capital, bool singular) override
1242 {
1243 return createNoun(first_capital, singular, "medlem", "mer");
1244 }
1245
1246 /*! This is used for translation of the word that will possibly
1247 * be followed by a single name or by a list of names
1248 * of the category.
1249 */
1250 QCString trGlobal(bool first_capital, bool singular) override
1251 {
1252 return createNoun(first_capital, singular, "global", "e");
1253 }
1254
1255//////////////////////////////////////////////////////////////////////////
1256// new since 1.2.7
1257//////////////////////////////////////////////////////////////////////////
1258
1259 /*! This text is generated when the \\author command is used and
1260 * for the author section in man pages. */
1261 QCString trAuthor(bool first_capital, bool singular) override
1262 {
1263 return createNoun(first_capital, singular, "forfatter", "e");
1264 }
1265
1266//////////////////////////////////////////////////////////////////////////
1267// new since 1.2.11
1268//////////////////////////////////////////////////////////////////////////
1269
1270 /*! This text is put before the list of members referenced by a member
1271 */
1273 {
1274 return "Referanser";
1275 }
1276
1277//////////////////////////////////////////////////////////////////////////
1278// new since 1.2.13
1279//////////////////////////////////////////////////////////////////////////
1280
1281 /*! used in member documentation blocks to produce a list of
1282 * members that are implemented by this one.
1283 */
1284 QCString trImplementedFromList(int numEntries) override
1285 {
1286 return "Implementerer "+trWriteList(numEntries)+".";
1287 }
1288
1289 /*! used in member documentation blocks to produce a list of
1290 * all members that implement this abstract member.
1291 */
1292 QCString trImplementedInList(int numEntries) override
1293 {
1294 return "Implementert i "+trWriteList(numEntries)+".";
1295 }
1296
1297//////////////////////////////////////////////////////////////////////////
1298// new since 1.2.16
1299//////////////////////////////////////////////////////////////////////////
1300
1301 /*! used in RTF documentation as a heading for the Table
1302 * of Contents.
1303 */
1305 {
1306 return "Innholdsfortegnelse";
1307 }
1308
1309//////////////////////////////////////////////////////////////////////////
1310// new since 1.2.17
1311//////////////////////////////////////////////////////////////////////////
1312
1313 /*! Used as the header of the list of item that have been
1314 * flagged deprecated
1315 */
1317 {
1318 return "Liste over foreldede enheter";
1319 }
1320
1321//////////////////////////////////////////////////////////////////////////
1322// new since 1.2.18
1323//////////////////////////////////////////////////////////////////////////
1324
1325 /*! Used as a header for declaration section of the events found in
1326 * a C# program
1327 */
1329 {
1330 return "Hendelser";
1331 }
1332 /*! Header used for the documentation section of a class' events. */
1334 {
1335 return "Hendelsesdokumentasjon";
1336 }
1337
1338//////////////////////////////////////////////////////////////////////////
1339// new since 1.3
1340//////////////////////////////////////////////////////////////////////////
1341
1342 /*! Used as a heading for a list of Java class types with package scope.
1343 */
1345 {
1346 return "Pakketyper";
1347 }
1348 /*! Used as a heading for a list of Java class functions with package
1349 * scope.
1350 */
1352 {
1353 return "Pakkefunksjoner";
1354 }
1356 {
1357 return "Pakkemedlemmer";
1358 }
1359 /*! Used as a heading for a list of static Java class functions with
1360 * package scope.
1361 */
1363 {
1364 return "Statiske Pakkefunksjoner";
1365 }
1366 /*! Used as a heading for a list of Java class variables with package
1367 * scope.
1368 */
1370 {
1371 return "Pakkeattributter";
1372 }
1373 /*! Used as a heading for a list of static Java class variables with
1374 * package scope.
1375 */
1377 {
1378 return "Statiske Pakkeattributter";
1379 }
1380
1381//////////////////////////////////////////////////////////////////////////
1382// new since 1.3.1
1383//////////////////////////////////////////////////////////////////////////
1384
1385 /*! Used in the quick index of a class/file/namespace member list page
1386 * to link to the unfiltered list of all members.
1387 */
1388 QCString trAll() override
1389 {
1390 return "Alle";
1391 }
1392 /*! Put in front of the call graph for a function. */
1394 {
1395 return "Her er kall-grafen for denne funksjonen:";
1396 }
1397
1398//////////////////////////////////////////////////////////////////////////
1399// new since 1.3.3
1400//////////////////////////////////////////////////////////////////////////
1401
1402 /*! This string is used as the title for the page listing the search
1403 * results.
1404 */
1406 {
1407 return "Søkeresultater";
1408 }
1409 /*! This string is put just before listing the search results. The
1410 * text can be different depending on the number of documents found.
1411 * Inside the text you can put the special marker $num to insert
1412 * the number representing the actual number of search results.
1413 * The @a numDocuments parameter can be either 0, 1 or 2, where the
1414 * value 2 represents 2 or more matches. HTML markup is allowed inside
1415 * the returned string.
1416 */
1417 QCString trSearchResults(int numDocuments) override
1418 {
1419 if (numDocuments==0)
1420 {
1421 return "Beklager, men ingen dokumenter ble funnet.";
1422 }
1423 else if (numDocuments==1)
1424 {
1425 return "Fant <b>ett</b> dokument som passet ditt søk.";
1426 }
1427 else
1428 {
1429 return "Fant <b>$num</b> dokumenter som passet ditt søk. "
1430 "Viser beste treff først.";
1431 }
1432 }
1433 /*! This string is put before the list of matched words, for each search
1434 * result. What follows is the list of words that matched the query.
1435 */
1437 {
1438 return "Treff:";
1439 }
1440
1441//////////////////////////////////////////////////////////////////////////
1442// new since 1.3.8
1443//////////////////////////////////////////////////////////////////////////
1444
1445 /*! This is used in HTML as the title of page with source code for file filename
1446 */
1447 QCString trSourceFile(const QCString& filename) override
1448 {
1449 return "Kildefil " + filename;
1450 }
1451
1452//////////////////////////////////////////////////////////////////////////
1453// new since 1.3.9
1454//////////////////////////////////////////////////////////////////////////
1455
1456 /*! This is used as the name of the chapter containing the directory
1457 * hierarchy.
1458 */
1460 { return "Katalog hierarki"; }
1461
1462 /*! This is used as the name of the chapter containing the documentation
1463 * of the directories.
1464 */
1466 { return "Katalogdokumentasjon"; }
1467
1468 /*! This is used as the title of the directory index and also in the
1469 * Quick links of an HTML page, to link to the directory hierarchy.
1470 */
1472 { return "Kataloger"; }
1473
1474 /*! This returns the title of a directory page. The name of the
1475 * directory is passed via \a dirName.
1476 */
1477 QCString trDirReference(const QCString &dirName) override
1478 { QCString result=dirName; result+=" Katalog referanse"; return result; }
1479
1480 /*! This returns the word directory with or without starting capital
1481 * (\a first_capital) and in sigular or plural form (\a singular).
1482 */
1483 QCString trDir(bool first_capital, bool singular) override
1484 {
1485 return createNoun(first_capital, singular, "katalog", "er");
1486 }
1487
1488//////////////////////////////////////////////////////////////////////////
1489// new since 1.4.1
1490//////////////////////////////////////////////////////////////////////////
1491
1492 /*! This text is added to the documentation when the \\overload command
1493 * is used for a overloaded function.
1494 */
1496 {
1497 return "Dette er en overloaded medlemsfunksjon, "
1498 "generert for deg. Den skiller seg ut fra "
1499 "funksjonen ovenfor i argument(ene) den aksepterer.";
1500 }
1501
1502 QCString trDayOfWeek(int dayOfWeek, bool first_capital, bool full) override
1503 {
1504 static const char *days_short[] = { "må.", "ty.", "on.", "to.", "fr.", "la.", "sø." };
1505 static const char *days_full[] = { "måndag", "tysdag", "onsdag", "torsdag", "fredag", "laurdag", "søndag" };
1506 QCString text = full? days_full[dayOfWeek-1] : days_short[dayOfWeek-1];
1507 if (first_capital) return text.mid(0,1).upper()+text.mid(1);
1508 else return text;
1509 }
1510 QCString trMonth(int month, bool first_capital, bool full) override
1511 {
1512 static const char *months_short[] = { "jan", "feb", "mar", "apr", "mai", "jun", "jul", "aug", "sep", "okt", "nov", "des" };
1513 static const char *months_full[] = { "januar", "februar", "mars", "april", "mai", "juni", "juli", "august", "september", "oktober", "november", "desember" };
1514 QCString text = full? months_full[month-1] : months_short[month-1];
1515 if (first_capital) return text.mid(0,1).upper()+text.mid(1);
1516 else return text;
1517 }
1518 QCString trDayPeriod(bool period) override
1519 {
1520 static const char *dayPeriod[] = { "f.m.", "e.m." };
1521 return dayPeriod[period?1:0];
1522 }
1523};
1524
1525#endif
CompoundType
The various compound types.
Definition classdef.h:109
@ Interface
Definition classdef.h:112
@ Exception
Definition classdef.h:115
This is an alternative implementation of QCString.
Definition qcstring.h:101
QCString upper() const
Definition qcstring.h:239
QCString mid(size_t index, size_t len=static_cast< size_t >(-1)) const
Definition qcstring.h:226
bool isEmpty() const
Returns TRUE iff the string is empty.
Definition qcstring.h:150
Adapter class for languages that only contain translations up to version 1.4.6.
QCString trDesignUnitDocumentation() override
QCString createNoun(bool first_capital, bool singular, const QCString &base, const QCString &plurSuffix, const QCString &singSuffix="")
Definition translator.h:782
QCString trDefineDocumentation() override
QCString trPage(bool first_capital, bool singular) override
QCString trClass(bool first_capital, bool singular) override
QCString trPackage(const QCString &name) override
QCString trVariableDocumentation() override
QCString trEnumerationValueDocumentation() override
QCString trNamespace(bool first_capital, bool singular) override
QCString trImplementedFromList(int numEntries) override
QCString trSearchResults(int numDocuments) override
QCString trFileListDescription(bool extractAll) override
QCString trReferencedBy() override
QCString trModulesDescription() override
QCString getLanguageString() override
language codes for Html help
QCString trPackageListDescription() override
QCString trLegendDocs() override
QCString trNamespaces() override
QCString trProtectedTypes() override
QCString trDate() override
QCString trGotoDocumentation() override
QCString trFileMembers() override
QCString trClassHierarchy() override
QCString trGotoGraphicalHierarchy() override
QCString trClasses() override
QCString trReferenceManual() override
QCString trDefinedIn() override
QCString trSince() override
QCString trProperties() override
QCString trExamplesDescription() override
QCString trInterfaces() override
QCString trGotoTextualHierarchy() override
QCString trPackageAttribs() override
QCString trRemarks() override
QCString trAll() override
QCString trProtectedSlots() override
QCString trLegend() override
QCString trDir(bool first_capital, bool singular) override
QCString trReturnValues() override
QCString trSignals() override
QCString trSourceFile(const QCString &filename) override
QCString trEnumName() override
QCString trInitialValue() override
QCString trThisIsTheListOfAllMembers() override
QCString trStaticProtectedMembers() override
QCString trInheritsList(int numEntries) override
QCString trImplementedInList(int numEntries) override
QCString trDayPeriod(bool period) override
QCString trTypedefDocumentation() override
QCString trCompoundIndex() override
QCString trReimplementedFromList(int numEntries) override
QCString trClassDocumentation() override
QCString trInvariant() override
QCString trNamespaceDocumentation() override
QCString trDefines() override
QCString trFileIndex() override
QCString trPrivateMembers() override
QCString trFunctions() override
QCString trPostcondition() override
QCString trAttention() override
QCString trGeneratedAt(const QCString &date, const QCString &projName) override
QCString trReimplementedInList(int numEntries) override
QCString trStaticPublicAttribs() override
QCString trWarning() override
QCString trMemberDataDocumentation() override
QCString trCallGraph() override
QCString trPackageMembers() override
QCString trHierarchicalIndex() override
QCString trTypedefs() override
QCString trPageAbbreviation() override
QCString trVersion() override
QCString trStaticPackageFunctions() override
QCString trMemberTypedefDocumentation() override
QCString trNamespaceListDescription(bool extractAll) override
QCString trFunctionDocumentation() override
QCString trRelatedSubscript() override
QCString trInclByDepGraph() override
QCString trCompounds() override
QCString trDefinedAtLineInSourceFile() override
QCString trParameters() override
QCString trGeneratedAutomatically(const QCString &s) override
QCString trRTFGeneralIndex() override
QCString trTest() override
QCString trReturns() override
QCString trEnumerationValues() override
QCString trPublicSlots() override
QCString trDefinedInSourceFile() override
QCString trPrivateTypes() override
QCString trPrecondition() override
QCString trGroup(bool first_capital, bool singular) override
QCString trMemberEnumerationDocumentation() override
QCString trFileDocumentation() override
QCString trFileMembersDescription(bool extractAll) override
QCString trNamespaceReference(const QCString &namespaceName) override
QCString trGotoSourceCode() override
QCString trModules() override
QCString trAuthor(bool first_capital, bool singular) override
QCString trModuleIndex() override
QCString trBugList() override
QCString trReferences() override
QCString trDetailedDescription() override
QCString trStaticPublicMembers() override
QCString trEnumerations() override
QCString trStaticPrivateAttribs() override
QCString trRelatedPagesDescription() override
QCString trRelatedFunctionDocumentation() override
QCString trVariables() override
QCString trMemberFunctionDocumentation() override
QCString trClassDiagram(const QCString &clName) override
QCString trTestList() override
QCString trPublicMembers() override
QCString trModuleDocumentation() override
QCString trSearchResultsTitle() override
QCString idLanguage() override
QCString trDirDocumentation() override
QCString trOverloadText() override
QCString trNamespaceList() override
QCString latexLanguageSupportCommand() override
QCString trEnumerationTypeDocumentation() override
QCString trDirectories() override
QCString trSearchMatches() override
QCString trStaticPrivateMembers() override
QCString trGeneratedBy() override
QCString trRTFansicp() override
QCString trDeprecated() override
QCString trMonth(int month, bool first_capital, bool full) override
QCString trPublicTypes() override
QCString trMainPage() override
QCString trCompoundReference(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate) override
QCString trCompoundMembersDescription(bool extractAll) override
QCString trIncludingInheritedMembers() override
QCString trNamespaceMemberDescription(bool extractAll) override
QCString trBug() override
QCString trRTFCharSet() override
QCString trStaticProtectedAttribs() override
QCString trPrivateAttribs() override
QCString trFileReference(const QCString &fileName) override
QCString trNote() override
QCString trTodo() override
QCString trPackageTypes() override
QCString trPackages() override
QCString trCompoundMembers() override
QCString trSearch() override
QCString trDirReference(const QCString &dirName) override
QCString trGraphicalHierarchy() override
QCString trSeeAlso() override
QCString trMember(bool first_capital, bool singular) override
QCString trCompoundListDescription() override
QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single) override
QCString trMore() override
QCString trRelatedFunctions() override
QCString trDayOfWeek(int dayOfWeek, bool first_capital, bool full) override
QCString trCode() override
QCString trCollaborationDiagram(const QCString &clName) override
QCString trPageIndex() override
QCString trPublicAttribs() override
QCString trDeprecatedList() override
QCString trISOLang() override
QCString trTodoList() override
QCString trCompoundList() override
QCString trLegendTitle() override
QCString trMemberList() override
QCString trExceptions() override
QCString trRelatedPages() override
QCString trStaticPackageAttribs() override
QCString trPropertyDocumentation() override
QCString trPrivateSlots() override
QCString trClassHierarchyDescription() override
QCString trFile(bool first_capital, bool singular) override
QCString trRTFTableOfContents() override
QCString trExamples() override
QCString trEnumValue() override
QCString trDirIndex() override
QCString trDefineValue() override
QCString trProtectedAttribs() override
QCString trDocumentation(const QCString &projName) override
QCString trEvents() override
QCString trGlobal(bool first_capital, bool singular) override
QCString trDetails() override
QCString trInclDepGraph(const QCString &fName) override
QCString trWriteList(int numEntries) override
QCString trListOfAllMembers() override
QCString trEventDocumentation() override
QCString trProtectedMembers() override
QCString trNamespaceMembers() override
QCString trFriends() override
QCString trInheritedByList(int numEntries) override
QCString trNamespaceIndex() override
QCString trFileList() override
QCString trPackageFunctions() override
QCString trConstructorDocumentation() override
#define Config_getBool(name)
Definition config.h:33
QCString generateMarker(int id)
Definition util.cpp:290
QCString getDotImageExtension()
Definition util.cpp:6617