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  */
58  virtual QCString idLanguage()
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[norwegian]{babel}\n"
76  "\\usepackage[T1]{fontenc}\n";
77  }
78 
79  // --- Language translation methods -------------------
80 
81  /*! used in the compound documentation before a list of related functions. */
83  { return "Relaterte funksjoner"; }
84 
85  /*! subscript for the related functions. */
87  { return "(Merk at disse ikke er medlemsfunksjoner.)"; }
88 
89  /*! header that is put before the detailed description of files, classes and namespaces. */
91  { return "Detaljert beskrivelse"; }
92 
93  /*! header that is put before the list of typedefs. */
95  { return "Medlemstypedef-dokumentasjon"; }
96 
97  /*! header that is put before the list of enumerations. */
99  { return "Medlemsenumerasjon-dokumentasjon"; }
100 
101  /*! header that is put before the list of member functions. */
103  { return "Medlemsfunksjon-dokumentasjon"; }
104 
105  /*! header that is put before the list of member attributes. */
107  {
108  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
109  {
110  return "Feltdokumentasjon";
111  }
112  else
113  {
114  return "Medlemsdata-dokumentasjon";
115  }
116  }
117 
118  /*! this is the text of a link put after brief descriptions. */
119  virtual QCString trMore()
120  { return "Mer..."; }
121 
122  /*! put in the class documentation */
124  { return "Liste over alle medlemmer"; }
125 
126  /*! used as the title of the "list of all members" page of a class */
128  { return "Medlemsliste"; }
129 
130  /*! this is the first part of a sentence that is followed by a class name */
132  { return "Dette er den fullstendige listen over medlemmer for "; }
133 
134  /*! this is the remainder of the sentence after the class name */
136  { return ", alle arvede medlemmer inkludert."; }
137 
138  /*! this is put at the author sections at the bottom of man pages.
139  * parameter s is name of the project name.
140  */
141  virtual QCString trGeneratedAutomatically(const char *s)
142  { QCString result="Generert automatisk av Doxygen";
143  if (s) result+=(QCString)" for "+s;
144  result+=" fra kildekoden.";
145  return result;
146  }
147 
148  /*! put after an enum name in the list of all members */
150  { return "enum-navn"; }
151 
152  /*! put after an enum value in the list of all members */
154  { return "enum-verdi"; }
155 
156  /*! put after an undocumented member in the list of all members */
158  { return "definert i"; }
159 
160  // quick reference sections
161 
162  /*! This is put above each page as a link to the list of all groups of
163  * compounds or files (see the \\group command).
164  */
165  virtual QCString trModules()
166  { return "Moduler"; }
167 
168  /*! This is put above each page as a link to the class hierarchy */
170  { return "Klassehierarki"; }
171 
172  /*! This is put above each page as a link to the list of annotated classes */
174  {
175  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
176  {
177  return "Datastrukturer";
178  }
179  else
180  {
181  return "Klasseliste";
182  }
183  }
184 
185  /*! This is put above each page as a link to the list of documented files */
187  { return "Fil-liste"; }
188 
189  /*! This is put above each page as a link to the list of all verbatim headers */
191  { return "Header-filer"; }
192 
193  /*! This is put above each page as a link to all members of compounds. */
195  {
196  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
197  {
198  return "Datafelt";
199  }
200  else
201  {
202  return "Klassemedlemmer";
203  }
204  }
205 
206  /*! This is put above each page as a link to all members of files. */
208  {
209  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
210  {
211  return "Globale";
212  }
213  else
214  {
215  return "Filmedlemmer";
216  }
217  }
218 
219  /*! This is put above each page as a link to all related pages. */
221  { return "Relaterte sider"; }
222 
223  /*! This is put above each page as a link to all examples. */
225  { return "Eksempler"; }
226 
227  /*! This is put above each page as a link to the search engine. */
228  virtual QCString trSearch()
229  { return "Søk"; }
230 
231  /*! This is an introduction to the class hierarchy. */
233  { return "Denne arvelisten er grovsortert alfabetisk "
234  "(ikke nødvendigvis korrekt):";
235  }
236 
237  /*! This is an introduction to the list with all files. */
238  virtual QCString trFileListDescription(bool extractAll)
239  {
240  QCString result="Her er en liste over alle ";
241  if (!extractAll) result+="dokumenterte ";
242  result+="filer med korte beskrivelser:";
243  return result;
244  }
245 
246  /*! This is an introduction to the annotated compound list. */
248  {
249 
250  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
251  {
252  return "Her er datastrukturene med korte beskrivelser:";
253  }
254  else
255  {
256  return "Her er klasser, struct'er, "
257  "unioner og interface'er med korte beskrivelser:";
258  }
259  }
260 
261  /*! This is an introduction to the page with all class members. */
262  virtual QCString trCompoundMembersDescription(bool extractAll)
263  {
264  QCString result="Her er en liste over alle ";
265  if (!extractAll)
266  {
267  result+="dokumenterte ";
268  }
269  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
270  {
271  result+="struct- og unionfelter";
272  }
273  else
274  {
275  result+="klassemedlemmer";
276  }
277  result+=" med koblinger til ";
278  if (!extractAll)
279  {
280  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
281  {
282  result+="struct/union dokumentasjon for hvert felt:";
283  }
284  else
285  {
286  result+="klassedokumentasjonen for hvert medlem:";
287  }
288  }
289  else
290  {
291  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
292  {
293  result+="struct'ene/unionene de hører til:";
294  }
295  else
296  {
297  result+="klassene de hører til:";
298  }
299  }
300  return result;
301  }
302  /*! This is an introduction to the page with all file members. */
303  virtual QCString trFileMembersDescription(bool extractAll)
304  {
305  QCString result="Her er en liste over alle ";
306  if (!extractAll) result+="dokumenterte ";
307 
308  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
309  {
310  result+="funksjoner, variabler, definisjoner, enum'er, og typedef'er";
311  }
312  else
313  {
314  result+="filmedlemmer";
315  }
316  result+=" med koblinger til ";
317  if (extractAll)
318  result+="filene de hører til:";
319  else
320  result+="dokumentasjonen:";
321  return result;
322  }
323 
324  /*! This is an introduction to the page with the list of all header files. */
326  { return "Her er alle header-filene som utgjør API'et:"; }
327 
328  /*! This is an introduction to the page with the list of all examples */
330  { return "Her er en liste over alle eksemplene:"; }
331 
332  /*! This is an introduction to the page with the list of related pages */
334  { return "Her er en liste over alle relaterte dokumentasjonssider:"; }
335 
336  /*! This is an introduction to the page with the list of class/file groups */
338  { return "Her er en liste over alle moduler:"; }
339 
340  /*! This sentences is used in the annotated class/file lists if no brief
341  * description is given.
342  */
344  { return "Ingen beskrivelse tilgjengelig"; }
345 
346  // index titles (the project name is prepended for these)
347 
348 
349  /*! This is used in HTML as the title of index.html. */
351  { return "Dokumentasjon"; }
352 
353  /*! This is used in LaTeX as the title of the chapter with the
354  * index of all groups.
355  */
357  { return "Modulindeks"; }
358 
359  /*! This is used in LaTeX as the title of the chapter with the
360  * class hierarchy.
361  */
363  { return "Hierarkisk indeks"; }
364 
365  /*! This is used in LaTeX as the title of the chapter with the
366  * annotated compound index.
367  */
369  {
370  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
371  {
372  return "Datastrukturindeks";
373  }
374  else
375  {
376  return "Klasseindeks";
377  }
378  }
379 
380  /*! This is used in LaTeX as the title of the chapter with the
381  * list of all files.
382  */
384  { return "Filindeks"; }
385 
386  /*! This is used in LaTeX as the title of the chapter containing
387  * the documentation of all groups.
388  */
390  { return "Moduldokumentasjon"; }
391 
392  /*! This is used in LaTeX as the title of the chapter containing
393  * the documentation of all classes, structs and unions.
394  */
396  {
397  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
398  {
399  return "Datastrukturdokumentasjon";
400  }
401  else
402  {
403  return "Klassedokumentasjon";
404  }
405  }
406 
407  /*! This is used in LaTeX as the title of the chapter containing
408  * the documentation of all files.
409  */
411  { return "Fildokumentasjon"; }
412 
413  /*! This is used in LaTeX as the title of the chapter containing
414  * the documentation of all examples.
415  */
417  { return "Eksempeldokumentasjon"; }
418 
419  /*! This is used in LaTeX as the title of the chapter containing
420  * the documentation of all related pages.
421  */
423  { return "Sidedokumentasjon"; }
424 
425  /*! This is used in LaTeX as the title of the document */
427  { return "Referansemanual"; }
428 
429  /*! This is used in the documentation of a file as a header before the
430  * list of defines
431  */
432  virtual QCString trDefines()
433  { return "Definisjoner"; }
434 
435  /*! This is used in the documentation of a file as a header before the
436  * list of typedefs
437  */
439  { return "Typedef'er"; }
440 
441  /*! This is used in the documentation of a file as a header before the
442  * list of enumerations
443  */
445  { return "Enumerasjoner"; }
446 
447  /*! This is used in the documentation of a file as a header before the
448  * list of (global) functions
449  */
451  { return "Funksjoner"; }
452 
453  /*! This is used in the documentation of a file as a header before the
454  * list of (global) variables
455  */
457  { return "Variabler"; }
458 
459  /*! This is used in the documentation of a file as a header before the
460  * list of (global) variables
461  */
463  { return "Enumerasjonsverdier"; }
464 
465  /*! This is used in the documentation of a file before the list of
466  * documentation blocks for defines
467  */
469  { return "Define-dokumentasjon"; }
470 
471  /*! This is used in the documentation of a file/namespace before the list
472  * of documentation blocks for typedefs
473  */
475  { return "Typedef-dokumentasjon"; }
476 
477  /*! This is used in the documentation of a file/namespace before the list
478  * of documentation blocks for enumeration types
479  */
481  { return "Enumerasjontype dokumentasjon"; }
482 
483  /*! This is used in the documentation of a file/namespace before the list
484  * of documentation blocks for enumeration values
485  */
487  { return "Enumerasjonsverdi dokumentasjon"; }
488 
489  /*! This is used in the documentation of a file/namespace before the list
490  * of documentation blocks for functions
491  */
493  { return "Funksjonsdokumentasjon"; }
494 
495  /*! This is used in the documentation of a file/namespace before the list
496  * of documentation blocks for variables
497  */
499  { return "Variabeldokumentasjon"; }
500 
501  /*! This is used in the documentation of a file/namespace/group before
502  * the list of links to documented compounds
503  */
505  {
506  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
507  {
508  return "Datastrukturer";
509  }
510  else
511  {
512  return "Klasser";
513  }
514  }
515 
516  /*! This is used in the standard footer of each page and indicates when
517  * the page was generated
518  */
519  virtual QCString trGeneratedAt(const char *date,const char *projName)
520  {
521  QCString result=(QCString)"Generert "+date;
522  if (projName) result+=(QCString)" for "+projName;
523  result+=(QCString)" av";
524  return result;
525  }
526 
527  /*! this text is put before a class diagram */
528  virtual QCString trClassDiagram(const char *clName)
529  {
530  return (QCString)"Arvediagram for "+clName+":";
531  }
532 
533  /*! this text is generated when the \\internal command is used. */
535  { return "Kun for intern bruk."; }
536 
537  /*! this text is generated when the \\reimp command is used. */
539  { return "Reimplementert av interne grunner; API er ikke påvirket."; }
540 
541  /*! this text is generated when the \\warning command is used. */
542  virtual QCString trWarning()
543  { return "Advarsel"; }
544 
545  /*! this text is generated when the \\bug command is used. */
547  { return "Feil og begrensninger"; }
548 
549  /*! this text is generated when the \\version command is used. */
550  virtual QCString trVersion()
551  { return "Versjon"; }
552 
553  /*! this text is generated when the \\date command is used. */
554  virtual QCString trDate()
555  { return "Dato"; }
556 
557  /*! this text is generated when the \\return command is used. */
558  virtual QCString trReturns()
559  { return "Returnerer"; }
560 
561  /*! this text is generated when the \\sa command is used. */
562  virtual QCString trSeeAlso()
563  { return "Se også"; }
564 
565  /*! this text is generated when the \\param command is used. */
567  { return "Parametre"; }
568 
569  /*! this text is generated when the \\exception command is used. */
571  { return "Unntak"; }
572 
573  /*! this text is used in the title page of a LaTeX document. */
575  { return "Generert av"; }
576 
577 //////////////////////////////////////////////////////////////////////////
578 // new since 0.49-990307
579 //////////////////////////////////////////////////////////////////////////
580 
581  /*! used as the title of page containing all the index of all namespaces. */
583  { return "Navneromsliste"; }
584 
585  /*! used as an introduction to the namespace list */
586  virtual QCString trNamespaceListDescription(bool extractAll)
587  {
588  QCString result="Her er en liste over alle ";
589  if (!extractAll) result+="dokumenterte ";
590  result+="navnerom med korte beskrivelser:";
591  return result;
592  }
593 
594  /*! used in the class documentation as a header before the list of all
595  * friends of a class
596  */
597  virtual QCString trFriends()
598  { return "Venner"; }
599 
600 //////////////////////////////////////////////////////////////////////////
601 // new since 0.49-990405
602 //////////////////////////////////////////////////////////////////////////
603 
604  /*! used in the class documentation as a header before the list of all
605  * related classes
606  */
608  { return "Venner og relatert funksjonsdokumentasjon"; }
609 
610 //////////////////////////////////////////////////////////////////////////
611 // new since 0.49-990425
612 //////////////////////////////////////////////////////////////////////////
613 
614  /*! used as the title of the HTML page of a class/struct/union */
615  virtual QCString trCompoundReference(const char *clName,
616  ClassDef::CompoundType compType,
617  bool isTemplate)
618  {
619  QCString result=(QCString)clName;
620  switch(compType)
621  {
622  case ClassDef::Class: result+=" Klasse"; break;
623  case ClassDef::Struct: result+=" Struct"; break;
624  case ClassDef::Union: result+=" Union"; break;
625  case ClassDef::Interface: result+=" Grensesnitt"; break;
626  case ClassDef::Exception: result+=" Unntak"; break;
627  case ClassDef::Protocol: result+=" Protocol"; break;
628  case ClassDef::Category: result+=" Category"; break;
629  default: break;
630  }
631  if (isTemplate) result+=" Mal";
632  result+=" Referanse";
633  return result;
634  }
635 
636  /*! used as the title of the HTML page of a file */
637  virtual QCString trFileReference(const char *fileName)
638  {
640  result+=" filreferanse";
641  return result;
642  }
643 
644  /*! used as the title of the HTML page of a namespace */
645  virtual QCString trNamespaceReference(const char *namespaceName)
646  {
647  QCString result=namespaceName;
648  result+=" navneromsreferanse";
649  return result;
650  }
651 
653  { return "Public medlemsfunksjoner"; }
655  { return "Public slots"; }
656  virtual QCString trSignals()
657  { return "Signaler"; }
659  { return "Statiske public medlemsfunksjoner"; }
661  { return "Protected memdlemsfunksjoner"; }
663  { return "Protected slots"; }
665  { return "Statiske protected medlemsfunksjoner"; }
667  { return "Private medlemsfunksjoner"; }
669  { return "Private slots"; }
671  { return "Statiske private medlemsfunksjoner"; }
672 
673  /*! this function is used to produce a comma-separated list of items.
674  * use generateMarker(i) to indicate where item i should be put.
675  */
676  virtual QCString trWriteList(int numEntries)
677  {
679  int i;
680  // the inherits list contain `numEntries' classes
681  for (i=0;i<numEntries;i++)
682  {
683  // use generateMarker to generate placeholders for the class links!
684  result+=generateMarker(i); // generate marker for entry i in the list
685  // (order is left to right)
686 
687  if (i!=numEntries-1) // not the last entry, so we need a separator
688  {
689  if (i<numEntries-2) // not the fore last entry
690  result+=", ";
691  else // the fore last entry
692  result+=", og ";
693  }
694  }
695  return result;
696  }
697 
698  /*! used in class documentation to produce a list of base classes,
699  * if class diagrams are disabled.
700  */
701  virtual QCString trInheritsList(int numEntries)
702  {
703  return "Arver "+trWriteList(numEntries)+".";
704  }
705 
706  /*! used in class documentation to produce a list of super classes,
707  * if class diagrams are disabled.
708  */
709  virtual QCString trInheritedByList(int numEntries)
710  {
711  return "Arvet av "+trWriteList(numEntries)+".";
712  }
713 
714  /*! used in member documentation blocks to produce a list of
715  * members that are hidden by this one.
716  */
717  virtual QCString trReimplementedFromList(int numEntries)
718  {
719  return "Reimplementert fra "+trWriteList(numEntries)+".";
720  }
721 
722  /*! used in member documentation blocks to produce a list of
723  * all member that overwrite the implementation of this member.
724  */
725  virtual QCString trReimplementedInList(int numEntries)
726  {
727  return "Reimplementert i "+trWriteList(numEntries)+".";
728  }
729 
730  /*! This is put above each page as a link to all members of namespaces. */
732  { return "Navneromsmedlemmer"; }
733 
734  /*! This is an introduction to the page with all namespace members */
735  virtual QCString trNamespaceMemberDescription(bool extractAll)
736  {
737  QCString result="Her er en liste over alle ";
738  if (!extractAll) result+="dokumenterte ";
739  result+="navneromsmedlemmer med koblinger til ";
740  if (extractAll)
741  result+="navneromsdokumentasjonen for hvert medlem:";
742  else
743  result+="navnerommet de hører til:";
744  return result;
745  }
746  /*! This is used in LaTeX as the title of the chapter with the
747  * index of all namespaces.
748  */
750  { return "Navneromsindeks"; }
751 
752  /*! This is used in LaTeX as the title of the chapter containing
753  * the documentation of all namespaces.
754  */
756  { return "Navneromsdokumentasjon"; }
757 
758 //////////////////////////////////////////////////////////////////////////
759 // new since 0.49-990522
760 //////////////////////////////////////////////////////////////////////////
761 
762  /*! This is used in the documentation before the list of all
763  * namespaces in a file.
764  */
766  { return "Navnerom"; }
767 
768 //////////////////////////////////////////////////////////////////////////
769 // new since 0.49-990728
770 //////////////////////////////////////////////////////////////////////////
771 
772  /*! This is put at the bottom of a class documentation page and is
773  * followed by a list of files that were used to generate the page.
774  */
776  bool single)
777  { // here s is one of " Class", " Struct" or " Union"
778  // single is true implies a single file
779  QCString result=(QCString)"Dokumentasjonen for ";
780  switch(compType)
781  {
782  case ClassDef::Class: result+="denne klasse"; break;
783  case ClassDef::Struct: result+="denne struct"; break;
784  case ClassDef::Union: result+="denne union"; break;
785  case ClassDef::Interface: result+="dette interface"; break;
786  case ClassDef::Exception: result+="dette unntak"; break;
787  case ClassDef::Protocol: result+="denne protocol"; break;
788  case ClassDef::Category: result+="denne category"; break;
789  default: break;
790  }
791  result+=" ble generert fra følgende fil";
792  if (single) result+=":"; else result+="er:";
793  return result;
794  }
795 
796 //////////////////////////////////////////////////////////////////////////
797 // new since 0.49-990901
798 //////////////////////////////////////////////////////////////////////////
799 
800  /*! This is used as the heading text for the retval command. */
802  { return "Returverdier"; }
803 
804  /*! This is in the (quick) index as a link to the main page (index.html)
805  */
807  { return "Hovedside"; }
808 
809  /*! This is used in references to page that are put in the LaTeX
810  * documentation. It should be an abbreviation of the word page.
811  */
813  { return "s."; }
814 
815 //////////////////////////////////////////////////////////////////////////
816 // new since 0.49-991003
817 //////////////////////////////////////////////////////////////////////////
818 
819  virtual QCString trSources()
820  {
821  return "Kilder";
822  }
824  {
825  return "Definisjon på linje @0 i filen @1.";
826  }
828  {
829  return "Definisjon i filen @0.";
830  }
831 
832 //////////////////////////////////////////////////////////////////////////
833 // new since 0.49-991205
834 //////////////////////////////////////////////////////////////////////////
835 
837  {
838  return "Foreldet";
839  }
840 
841 //////////////////////////////////////////////////////////////////////////
842 // new since 1.0.0
843 //////////////////////////////////////////////////////////////////////////
844 
845  /*! this text is put before a collaboration diagram */
846  virtual QCString trCollaborationDiagram(const char *clName)
847  {
848  return (QCString)"Samarbeidsdiagram for "+clName+":";
849  }
850  /*! this text is put before an include dependency graph */
851  virtual QCString trInclDepGraph(const char *fName)
852  {
853  return (QCString)"Avhengighetsgraf for "+fName+":";
854  }
855 
856  /*! header that is put before the list of constructor/destructors. */
858  {
859  return "Konstruktør- & destruktør-dokumentasjon";
860  }
861  /*! Used in the file documentation to point to the corresponding sources. */
863  {
864  return "Gå til kildekoden til denne filen.";
865  }
866  /*! Used in the file sources to point to the corresponding documentation. */
868  {
869  return "Gå til dokumentasjonen til denne filen.";
870  }
871  /*! Text for the \\pre command */
873  {
874  return "Forhåndsbetingelse";
875  }
876  /*! Text for the \\post command */
878  {
879  return "Etterbetingelse";
880  }
881  /*! Text for the \\invariant command */
883  {
884  return "Invariant";
885  }
886  /*! Text shown before a multi-line variable/enum initialization */
888  {
889  return "Startverdi:";
890  }
891  /*! Text used the source code in the file index */
892  virtual QCString trCode()
893  {
894  return "kode";
895  }
897  {
898  return "Grafisk klassehierarki";
899  }
901  {
902  return "Gå til det grafiske klasse hierarkiet";
903  }
905  {
906  return "Gå til tekst-klassehierarki";
907  }
909  {
910  return "Innhold";
911  }
912 
913 //////////////////////////////////////////////////////////////////////////
914 // new since 1.1.0
915 //////////////////////////////////////////////////////////////////////////
916 
917  virtual QCString trNote()
918  {
919  return "Notat";
920  }
922  {
923  return "Public typer";
924  }
926  {
927  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
928  {
929  return "Datafelt";
930  }
931  else
932  {
933  return "Public attributter";
934  }
935  }
937  {
938  return "Statiske public attributter";
939  }
941  {
942  return "Protected typer";
943  }
945  {
946  return "Protected attributter";
947  }
949  {
950  return "Statiske protected attributter";
951  }
953  {
954  return "Private typer";
955  }
957  {
958  return "Private attributter";
959  }
961  {
962  return "Statiske private attributter";
963  }
964 
965 //////////////////////////////////////////////////////////////////////////
966 // new since 1.1.3
967 //////////////////////////////////////////////////////////////////////////
968 
969  /*! Used as a marker that is put before a todo item */
970  virtual QCString trTodo()
971  {
972  return "Todo";
973  }
974  /*! Used as the header of the todo list */
976  {
977  return "Todo-liste";
978  }
979 
980 //////////////////////////////////////////////////////////////////////////
981 // new since 1.1.4
982 //////////////////////////////////////////////////////////////////////////
983 
985  {
986  return "Referert av";
987  }
988  virtual QCString trRemarks()
989  {
990  return "Merknader";
991  }
993  {
994  return "Viktig";
995  }
997  {
998  return "Denne grafen viser hvilke filer som direkte eller "
999  "indirekte inkluderer denne filen:";
1000  }
1001  virtual QCString trSince()
1002  {
1003  return "Siden";
1004  }
1005 
1006 //////////////////////////////////////////////////////////////////////////
1007 // new since 1.1.5
1008 //////////////////////////////////////////////////////////////////////////
1009 
1010  /*! title of the graph legend page */
1012  {
1013  return "Symbolforklaring";
1014  }
1015  /*! page explaining how the dot graph's should be interpreted */
1017  {
1018  return
1019  "Denne siden forklarer hvordan man tolker grafene doxygen genererer.<p>\n"
1020  "Vi baserer oss på følgende eksempel:\n"
1021  "\\code\n"
1022  "/*! Usynlig klasse pga. trunkasjon */\n"
1023  "class Invisible { };\n\n"
1024  "/*! Trunkert klasse, arve-relasjon er skjult */\n"
1025  "class Truncated : public Invisible { };\n\n"
1026  "/* Klasse som ikke er dokumentert med doxygen-kommentarer */"
1027  "class Undocumented { };\n\n"
1028  "/*! Klasse med public-arv */\n"
1029  "class PublicBase : public Truncated { };\n\n"
1030  "/*! A template class */\n"
1031  "template<class T> class Templ { };\n\n"
1032  "/*! Klasse med protected-arv */\n"
1033  "class ProtectedBase { };\n\n"
1034  "/*! Klasse med private-arv */\n"
1035  "class PrivateBase { };\n\n"
1036  "/*! Klasse som blir brukt av klassen Inherited */\n"
1037  "class Used { };\n\n"
1038  "/*! Super-klasse som arver flere andre klasser */\n"
1039  "class Inherited : public PublicBase,\n"
1040  " protected ProtectedBase,\n"
1041  " private PrivateBase,\n"
1042  " public Undocumented,\n"
1043  " public Templ<int>\n"
1044  "{\n"
1045  " private:\n"
1046  " Used *m_usedClass;\n"
1047  "};\n"
1048  "\\endcode\n"
1049  "Hvis \\c MAX_DOT_GRAPH_HEIGHT er satt til 200 i "
1050  "konfigurasjonsfila vil dette resultere i følgende graf:"
1051  "<p><center><img src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
1052  "<p>\n"
1053  "Boksene i grafen over betyr følgende:\n"
1054  "<ul>\n"
1055  "<li>En fylt svart boks representerer klassen grafen "
1056  "er generert for.\n"
1057  "<li>En boks med svart ramme angir en dokumentert struct eller klasse.\n"
1058  "<li>En boks med grå ramme angir en udokumentert struct eller klasse.\n"
1059  "<li>En boks med rød ramme angir en dokumentert struct eller klasse "
1060  "der ikke alle relasjoner er vist. En graf blir trunkert om den ikke "
1061  "passer innenfor de spesifiserte rammene.\n"
1062  "</ul>\n"
1063  "Pilene i grafen har følgende betydning:\n"
1064  "</ul>\n"
1065  "<li>En mørk blå pil brukes til å visualisere public-arv mellom to klasser.\n"
1066  "<li>En mørk grønn pil brukes for protected-arv.\n"
1067  "<li>En mørk rød pil angir private-arv.\n"
1068  "<li>En stiplet lilla pil angir at en klasse er inkludert eller brukt "
1069  "i en annen klasse. Pilen er merket med variablen(e) klassen "
1070  "er tilgjengelig gjennom.\n"
1071  "</ul>\n";
1072  }
1073  /*! text for the link to the legend page */
1074  virtual QCString trLegend()
1075  {
1076  return "symbolforklaring";
1077  }
1078 
1079 //////////////////////////////////////////////////////////////////////////
1080 // new since 1.2.0
1081 //////////////////////////////////////////////////////////////////////////
1082 
1083  /*! Used as a marker that is put before a test item */
1084  virtual QCString trTest()
1085  {
1086  return "Test";
1087  }
1088  /*! Used as the header of the test list */
1090  {
1091  return "Test-liste";
1092  }
1093 
1094 //////////////////////////////////////////////////////////////////////////
1095 // new since 1.2.1
1096 //////////////////////////////////////////////////////////////////////////
1097 
1098  /*! Used as a section header for IDL properties */
1100  {
1101  return "Egenskaper";
1102  }
1103  /*! Used as a section header for IDL property documentation */
1105  {
1106  return "Egenskaps-dokumentasjon";
1107  }
1108 
1109 //////////////////////////////////////////////////////////////////////////
1110 // new since 1.2.4
1111 //////////////////////////////////////////////////////////////////////////
1112 
1113  /*! Used for Java interfaces in the summary section of Java packages */
1115  {
1116  return "Grensesnitt";
1117  }
1118  /*! Used for Java classes in the summary section of Java packages */
1120  {
1121  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
1122  {
1123  return "Datastrukturer";
1124  }
1125  else
1126  {
1127  return "Klasser";
1128  }
1129  }
1130  /*! Used as the title of a Java package */
1131  virtual QCString trPackage(const char *name)
1132  {
1133  return (QCString)"Package "+name;
1134  }
1135  /*! Title of the package index page */
1137  {
1138  return "Pakke-liste";
1139  }
1140  /*! The description of the package index page */
1142  {
1143  return "Her er pakkene med korte beskrivelser (om tilgjengelig):";
1144  }
1145  /*! The link name in the Quick links header for each page */
1147  {
1148  return "Pakker";
1149  }
1150  /*! Used as a chapter title for Latex & RTF output */
1152  {
1153  return "Pakke-dokumentasjon";
1154  }
1155  /*! Text shown before a multi-line define */
1157  {
1158  return "Verdi:";
1159  }
1160 
1161 //////////////////////////////////////////////////////////////////////////
1162 // new since 1.2.5
1163 //////////////////////////////////////////////////////////////////////////
1164 
1165  /*! Used as a marker that is put before a \\bug item */
1166  virtual QCString trBug()
1167  {
1168  return "Feil";
1169  }
1170  /*! Used as the header of the bug list */
1172  {
1173  return "Feil-liste";
1174  }
1175 
1176 //////////////////////////////////////////////////////////////////////////
1177 // new since 1.2.6
1178 //////////////////////////////////////////////////////////////////////////
1179 
1180  /*! Used as ansicpg for RTF file
1181  *
1182  * The following table shows the correlation of Charset name, Charset Value and
1183  * <pre>
1184  * Codepage number:
1185  * Charset Name Charset Value(hex) Codepage number
1186  * ------------------------------------------------------
1187  * DEFAULT_CHARSET 1 (x01)
1188  * SYMBOL_CHARSET 2 (x02)
1189  * OEM_CHARSET 255 (xFF)
1190  * ANSI_CHARSET 0 (x00) 1252
1191  * RUSSIAN_CHARSET 204 (xCC) 1251
1192  * EE_CHARSET 238 (xEE) 1250
1193  * GREEK_CHARSET 161 (xA1) 1253
1194  * TURKISH_CHARSET 162 (xA2) 1254
1195  * BALTIC_CHARSET 186 (xBA) 1257
1196  * HEBREW_CHARSET 177 (xB1) 1255
1197  * ARABIC _CHARSET 178 (xB2) 1256
1198  * SHIFTJIS_CHARSET 128 (x80) 932
1199  * HANGEUL_CHARSET 129 (x81) 949
1200  * GB2313_CHARSET 134 (x86) 936
1201  * CHINESEBIG5_CHARSET 136 (x88) 950
1202  * </pre>
1203  *
1204  */
1206  {
1207  return "1252";
1208  }
1209 
1210 
1211  /*! Used as ansicpg for RTF fcharset
1212  * \see trRTFansicp() for a table of possible values.
1213  */
1215  {
1216  return "0";
1217  }
1218 
1219  /*! Used as header RTF general index */
1221  {
1222  return "Indeks";
1223  }
1224 
1225  /*! This is used for translation of the word that will possibly
1226  * be followed by a single name or by a list of names
1227  * of the category.
1228  */
1229  virtual QCString trClass(bool first_capital, bool singular)
1230  {
1231  QCString result((first_capital ? "Klasse" : "klasse"));
1232  if (!singular) result+="r";
1233  return result;
1234  }
1235 
1236  /*! This is used for translation of the word that will possibly
1237  * be followed by a single name or by a list of names
1238  * of the category.
1239  */
1240  virtual QCString trFile(bool first_capital, bool singular)
1241  {
1242  QCString result((first_capital ? "Fil" : "fil"));
1243  if (!singular) result+="er";
1244  return result;
1245  }
1246 
1247  /*! This is used for translation of the word that will possibly
1248  * be followed by a single name or by a list of names
1249  * of the category.
1250  */
1251  virtual QCString trNamespace(bool first_capital, bool singular)
1252  {
1253  QCString result((first_capital ? "Navnerom" : "navnerom"));
1254  if (!singular) result+="";
1255  return result;
1256  }
1257 
1258  /*! This is used for translation of the word that will possibly
1259  * be followed by a single name or by a list of names
1260  * of the category.
1261  */
1262  virtual QCString trGroup(bool first_capital, bool singular)
1263  {
1264  QCString result((first_capital ? "Gruppe" : "gruppe"));
1265  if (!singular) result+="r";
1266  return result;
1267  }
1268 
1269  /*! This is used for translation of the word that will possibly
1270  * be followed by a single name or by a list of names
1271  * of the category.
1272  */
1273  virtual QCString trPage(bool first_capital, bool singular)
1274  {
1275  QCString result((first_capital ? "Side" : "side"));
1276  if (!singular) result+="r";
1277  return result;
1278  }
1279 
1280  /*! This is used for translation of the word that will possibly
1281  * be followed by a single name or by a list of names
1282  * of the category.
1283  */
1284  virtual QCString trMember(bool first_capital, bool singular)
1285  {
1286  QCString result((first_capital ? "Medlem" : "medlem"));
1287  if (!singular) result+="mer";
1288  return result;
1289  }
1290 
1291  /*! This is used for translation of the word that will possibly
1292  * be followed by a single name or by a list of names
1293  * of the category.
1294  */
1295  virtual QCString trField(bool first_capital, bool singular)
1296  {
1297  QCString result((first_capital ? "Felt" : "felt"));
1298  if (!singular) result+="";
1299  return result;
1300  }
1301 
1302  /*! This is used for translation of the word that will possibly
1303  * be followed by a single name or by a list of names
1304  * of the category.
1305  */
1306  virtual QCString trGlobal(bool first_capital, bool singular)
1307  {
1308  QCString result((first_capital ? "Global" : "global"));
1309  if (!singular) result+="e";
1310  return result;
1311  }
1312 
1313 //////////////////////////////////////////////////////////////////////////
1314 // new since 1.2.7
1315 //////////////////////////////////////////////////////////////////////////
1316 
1317  /*! This text is generated when the \\author command is used and
1318  * for the author section in man pages. */
1319  virtual QCString trAuthor(bool first_capital, bool singular)
1320  {
1321  QCString result((first_capital ? "Forfatter" : "forfatter"));
1322  if (!singular) result+="e";
1323  return result;
1324  }
1325 
1326 //////////////////////////////////////////////////////////////////////////
1327 // new since 1.2.11
1328 //////////////////////////////////////////////////////////////////////////
1329 
1330  /*! This text is put before the list of members referenced by a member
1331  */
1333  {
1334  return "Referanser";
1335  }
1336 
1337 //////////////////////////////////////////////////////////////////////////
1338 // new since 1.2.13
1339 //////////////////////////////////////////////////////////////////////////
1340 
1341  /*! used in member documentation blocks to produce a list of
1342  * members that are implemented by this one.
1343  */
1344  virtual QCString trImplementedFromList(int numEntries)
1345  {
1346  return "Implementerer "+trWriteList(numEntries)+".";
1347  }
1348 
1349  /*! used in member documentation blocks to produce a list of
1350  * all members that implement this abstract member.
1351  */
1352  virtual QCString trImplementedInList(int numEntries)
1353  {
1354  return "Implementert i "+trWriteList(numEntries)+".";
1355  }
1356 
1357 //////////////////////////////////////////////////////////////////////////
1358 // new since 1.2.16
1359 //////////////////////////////////////////////////////////////////////////
1360 
1361  /*! used in RTF documentation as a heading for the Table
1362  * of Contents.
1363  */
1365  {
1366  return "Innholdsfortegnelse";
1367  }
1368 
1369 //////////////////////////////////////////////////////////////////////////
1370 // new since 1.2.17
1371 //////////////////////////////////////////////////////////////////////////
1372 
1373  /*! Used as the header of the list of item that have been
1374  * flagged deprecated
1375  */
1377  {
1378  return "Liste over foreldede enheter";
1379  }
1380 
1381 //////////////////////////////////////////////////////////////////////////
1382 // new since 1.2.18
1383 //////////////////////////////////////////////////////////////////////////
1384 
1385  /*! Used as a header for declaration section of the events found in
1386  * a C# program
1387  */
1388  virtual QCString trEvents()
1389  {
1390  return "Hendelser";
1391  }
1392  /*! Header used for the documentation section of a class' events. */
1394  {
1395  return "Hendelsesdokumentasjon";
1396  }
1397 
1398 //////////////////////////////////////////////////////////////////////////
1399 // new since 1.3
1400 //////////////////////////////////////////////////////////////////////////
1401 
1402  /*! Used as a heading for a list of Java class types with package scope.
1403  */
1405  {
1406  return "Pakketyper";
1407  }
1408  /*! Used as a heading for a list of Java class functions with package
1409  * scope.
1410  */
1412  {
1413  return "Pakkefunksjoner";
1414  }
1415  /*! Used as a heading for a list of static Java class functions with
1416  * package scope.
1417  */
1419  {
1420  return "Statiske Pakkefunksjoner";
1421  }
1422  /*! Used as a heading for a list of Java class variables with package
1423  * scope.
1424  */
1426  {
1427  return "Pakkeattributter";
1428  }
1429  /*! Used as a heading for a list of static Java class variables with
1430  * package scope.
1431  */
1433  {
1434  return "Statiske Pakkeattributter";
1435  }
1436 
1437 //////////////////////////////////////////////////////////////////////////
1438 // new since 1.3.1
1439 //////////////////////////////////////////////////////////////////////////
1440 
1441  /*! Used in the quick index of a class/file/namespace member list page
1442  * to link to the unfiltered list of all members.
1443  */
1444  virtual QCString trAll()
1445  {
1446  return "Alle";
1447  }
1448  /*! Put in front of the call graph for a function. */
1450  {
1451  return "Her er kall-grafen for denne funksjonen:";
1452  }
1453 
1454 //////////////////////////////////////////////////////////////////////////
1455 // new since 1.3.3
1456 //////////////////////////////////////////////////////////////////////////
1457 
1458  /*! This string is used as the title for the page listing the search
1459  * results.
1460  */
1462  {
1463  return "Søkeresultater";
1464  }
1465  /*! This string is put just before listing the search results. The
1466  * text can be different depending on the number of documents found.
1467  * Inside the text you can put the special marker $num to insert
1468  * the number representing the actual number of search results.
1469  * The @a numDocuments parameter can be either 0, 1 or 2, where the
1470  * value 2 represents 2 or more matches. HTML markup is allowed inside
1471  * the returned string.
1472  */
1473  virtual QCString trSearchResults(int numDocuments)
1474  {
1475  if (numDocuments==0)
1476  {
1477  return "Beklager, men ingen dokumenter ble funnet.";
1478  }
1479  else if (numDocuments==1)
1480  {
1481  return "Fant <b>ett</b> dokument som passet ditt søk.";
1482  }
1483  else
1484  {
1485  return "Fant <b>$num</b> dokumenter som passet ditt søk. "
1486  "Viser beste treff først.";
1487  }
1488  }
1489  /*! This string is put before the list of matched words, for each search
1490  * result. What follows is the list of words that matched the query.
1491  */
1493  {
1494  return "Treff:";
1495  }
1496 
1497 //////////////////////////////////////////////////////////////////////////
1498 // new since 1.3.8
1499 //////////////////////////////////////////////////////////////////////////
1500 
1501  /*! This is used in HTML as the title of page with source code for file filename
1502  */
1504  {
1505  return "Kildefil " + filename;
1506  }
1507 
1508 //////////////////////////////////////////////////////////////////////////
1509 // new since 1.3.9
1510 //////////////////////////////////////////////////////////////////////////
1511 
1512  /*! This is used as the name of the chapter containing the directory
1513  * hierarchy.
1514  */
1516  { return "Katalog hierarki"; }
1517 
1518  /*! This is used as the name of the chapter containing the documentation
1519  * of the directories.
1520  */
1522  { return "Katalogdokumentasjon"; }
1523 
1524  /*! This is used as the title of the directory index and also in the
1525  * Quick links of an HTML page, to link to the directory hierarchy.
1526  */
1528  { return "Kataloger"; }
1529 
1530  /*! This returns a sentences that introduces the directory hierarchy.
1531  * and the fact that it is sorted alphabetically per level
1532  */
1534  { return "Denne katalogen er grovsortert alfabetisk "
1535  "(ikke nødvendigvis korrekt).";
1536  }
1537 
1538  /*! This returns the title of a directory page. The name of the
1539  * directory is passed via \a dirName.
1540  */
1541  virtual QCString trDirReference(const char *dirName)
1542  { QCString result=dirName; result+=" Katalog referanse"; return result; }
1543 
1544  /*! This returns the word directory with or without starting capital
1545  * (\a first_capital) and in sigular or plural form (\a singular).
1546  */
1547  virtual QCString trDir(bool first_capital, bool singular)
1548  {
1549  QCString result((first_capital ? "Katalog" : "katalog"));
1550  if (!singular) result+="er";
1551  return result;
1552  }
1553 
1554 //////////////////////////////////////////////////////////////////////////
1555 // new since 1.4.1
1556 //////////////////////////////////////////////////////////////////////////
1557 
1558  /*! This text is added to the documentation when the \\overload command
1559  * is used for a overloaded function.
1560  */
1562  {
1563  return "Dette er en overloaded medlemsfunksjon, "
1564  "generert for deg. Den skiller seg ut fra "
1565  "funksjonen ovenfor i argument(ene) den aksepterer.";
1566  }
1567 };
1568 
1569 #endif
virtual QCString trNamespaces()
static QCString name
Definition: declinfo.cpp:673
virtual QCString trProtectedMembers()
virtual QCString trDirDescription()
virtual QCString trReimplementedInList(int numEntries)
virtual QCString trInitialValue()
virtual QCString trNamespaceIndex()
virtual QCString trRTFCharSet()
virtual QCString trFileMembersDescription(bool extractAll)
virtual QCString trDirReference(const char *dirName)
virtual QCString trMore()
virtual QCString trVariableDocumentation()
QCString generateMarker(int id)
Definition: util.cpp:266
virtual QCString trDirDocumentation()
static QCString result
virtual QCString trVersion()
virtual QCString trSearch()
virtual QCString trModules()
virtual QCString trRTFGeneralIndex()
virtual QCString trPageDocumentation()
virtual QCString trMemberDataDocumentation()
virtual QCString trGeneratedAutomatically(const char *s)
virtual QCString trInclByDepGraph()
virtual QCString trNamespaceDocumentation()
virtual QCString trCompoundMembersDescription(bool extractAll)
virtual QCString trReimplementedForInternalReasons()
virtual QCString idLanguage()
Definition: translator_no.h:58
virtual QCString trTest()
virtual QCString trProtectedAttribs()
virtual QCString trModuleDocumentation()
virtual QCString latexLanguageSupportCommand()
Definition: translator_no.h:72
virtual QCString trPublicMembers()
virtual QCString trPackages()
virtual QCString trLegend()
virtual QCString trMemberTypedefDocumentation()
Definition: translator_no.h:94
virtual QCString trNamespaceList()
virtual QCString trEnumerations()
virtual QCString trEvents()
virtual QCString trPackageList()
virtual QCString trGotoTextualHierarchy()
virtual QCString trClassDocumentation()
virtual QCString trInclDepGraph(const char *fName)
virtual QCString trRelatedPages()
virtual QCString trNamespaceReference(const char *namespaceName)
virtual QCString trInterfaces()
virtual QCString trDate()
virtual QCString trCollaborationDiagram(const char *clName)
virtual QCString trRelatedFunctionDocumentation()
virtual QCString trCompounds()
virtual QCString trHierarchicalIndex()
virtual QCString trExceptions()
virtual QCString trLegendTitle()
virtual QCString trListOfAllMembers()
virtual QCString trSources()
virtual QCString trDeprecated()
virtual QCString trVariables()
virtual QCString trPage(bool first_capital, bool singular)
virtual QCString trPageIndex()
virtual QCString trDefineDocumentation()
virtual QCString trOverloadText()
virtual QCString trBugsAndLimitations()
virtual QCString trInheritsList(int numEntries)
virtual QCString trNote()
virtual QCString trGraphicalHierarchy()
virtual QCString trTodoList()
virtual QCString trClasses()
virtual QCString trPackageListDescription()
virtual QCString trPrecondition()
virtual QCString trRelatedPagesDescription()
virtual QCString trNamespaceMembers()
string filename
Definition: train.py:213
virtual QCString trFunctionDocumentation()
virtual QCString trPackageTypes()
virtual QCString trLegendDocs()
virtual QCString trPostcondition()
virtual QCString trStaticPrivateMembers()
virtual QCString trPrivateSlots()
virtual QCString trPrivateTypes()
virtual QCString trRemarks()
virtual QCString trNamespace(bool first_capital, bool singular)
virtual QCString trDefinedAtLineInSourceFile()
virtual QCString trSeeAlso()
virtual QCString trMember(bool first_capital, bool singular)
virtual QCString trStaticProtectedMembers()
virtual QCString trGotoDocumentation()
virtual QCString trEnumerationValueDocumentation()
virtual QCString trEnumValue()
virtual QCString trStaticPackageMembers()
virtual QCString trGlobal(bool first_capital, bool singular)
virtual QCString trModulesDescription()
virtual QCString trClassDiagram(const char *clName)
virtual QCString trEnumerationTypeDocumentation()
virtual QCString trMemberFunctionDocumentation()
virtual QCString trStaticPublicAttribs()
virtual QCString trSourceFile(QCString &filename)
virtual QCString trPackageAttribs()
virtual QCString trPropertyDocumentation()
virtual QCString trIncludingInheritedMembers()
virtual QCString trGroup(bool first_capital, bool singular)
virtual QCString trPublicSlots()
fileName
Definition: dumpTree.py:9
virtual QCString trPublicTypes()
virtual QCString trMainPage()
virtual QCString trReturnValues()
virtual QCString trWarning()
virtual QCString trProperties()
virtual QCString trSignals()
virtual QCString trDir(bool first_capital, bool singular)
virtual QCString trPrivateMembers()
virtual QCString trDeprecatedList()
virtual QCString trEventDocumentation()
virtual QCString trPageAbbreviation()
virtual QCString trFileListDescription(bool extractAll)
virtual QCString trInvariant()
virtual QCString trGotoGraphicalHierarchy()
virtual QCString trSince()
virtual QCString trPackage(const char *name)
virtual QCString trExamplesDescription()
#define Config_getBool(val)
Definition: config.cpp:664
virtual QCString trMemberEnumerationDocumentation()
Definition: translator_no.h:98
QCString getDotImageExtension(void)
Definition: util.cpp:8562
virtual QCString trStaticPackageAttribs()
virtual QCString trThisIsTheListOfAllMembers()
virtual QCString trReturns()
virtual QCString trAttention()
virtual QCString trDirectories()
virtual QCString trPublicAttribs()
virtual QCString trFileIndex()
virtual QCString trFunctions()
virtual QCString trRelatedSubscript()
Definition: translator_no.h:86
virtual QCString trDefineValue()
virtual QCString trClassHierarchy()
virtual QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
virtual QCString trModuleIndex()
virtual QCString trClassHierarchyDescription()
virtual QCString trSearchResults(int numDocuments)
virtual QCString trTodo()
virtual QCString trHeaderFilesDescription()
virtual QCString trNoDescriptionAvailable()
virtual QCString trEnumerationValues()
virtual QCString trDefinedInSourceFile()
virtual QCString trWriteList(int numEntries)
virtual QCString trProtectedSlots()
virtual QCString trReferenceManual()
virtual QCString trImplementedFromList(int numEntries)
virtual QCString trGotoSourceCode()
virtual QCString trCompoundIndex()
virtual QCString trDetailedDescription()
Definition: translator_no.h:90
virtual QCString trStaticPrivateAttribs()
virtual QCString trGeneratedAt(const char *date, const char *projName)
virtual QCString trGeneratedBy()
virtual QCString trInheritedByList(int numEntries)
virtual QCString trReferencedBy()
virtual QCString trExamples()
virtual QCString trDocumentation()
CompoundType
Definition: classdef.h:63
virtual QCString trRTFTableOfContents()
virtual QCString trCompoundMembers()
virtual QCString trFileDocumentation()
virtual QCString trPackageDocumentation()
virtual QCString trTestList()
virtual QCString trField(bool first_capital, bool singular)
virtual QCString trNamespaceListDescription(bool extractAll)
virtual QCString trReferences()
virtual QCString trDefines()
virtual QCString trBugList()
virtual QCString trTypedefs()
virtual QCString trFile(bool first_capital, bool singular)
virtual QCString trClass(bool first_capital, bool singular)
virtual QCString trPackageMembers()
virtual QCString trBug()
virtual QCString trDirIndex()
virtual QCString trParameters()
virtual QCString trPrivateAttribs()
virtual QCString trStaticProtectedAttribs()
virtual QCString trHeaderFiles()
virtual QCString trCompoundList()
virtual QCString trConstructorDocumentation()
virtual QCString trCallGraph()
virtual QCString trSearchResultsTitle()
virtual QCString trForInternalUseOnly()
virtual QCString trExampleDocumentation()
virtual QCString trSearchMatches()
virtual QCString trFriends()
virtual QCString trAuthor(bool first_capital, bool singular)
virtual QCString trAll()
virtual QCString trNamespaceMemberDescription(bool extractAll)
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
virtual QCString trRelatedFunctions()
Definition: translator_no.h:82
virtual QCString trTypedefDocumentation()
virtual QCString trProtectedTypes()
virtual QCString trDefinedIn()
virtual QCString trCode()
static QCString * s
Definition: config.cpp:1042
virtual QCString trRTFansicp()
virtual QCString trMemberList()
virtual QCString trFileList()
virtual QCString trCompoundListDescription()
virtual QCString trEnumName()
virtual QCString trImplementedInList(int numEntries)
virtual QCString trFileReference(const char *fileName)
virtual QCString trStaticPublicMembers()
virtual QCString trFileMembers()
virtual QCString trReimplementedFromList(int numEntries)