translator_fi.h
Go to the documentation of this file.
1 /******************************************************************************
2  *
3  *
4  *
5  * Copyright (C) 1997-2015 by Dimitri van Heesch.
6  *
7  * Permission to use, copy, modify, and distribute this software and its
8  * documentation under the terms of the GNU General Public License is hereby
9  * granted. No representations are made about the suitability of this software
10  * for any purpose. It is provided "as is" without express or implied warranty.
11  * See the GNU General Public License for more details.
12  *
13  * Documents produced by Doxygen are derivative works derived from the
14  * input used in their production; they are not affected by this license.
15  *
16  */
17 /*
18 ==================================================================================
19 Suomenkielinen käännös:
20 Olli Korhonen ( -> 0.49-990425) <olli.korhonen@ccc.fi>
21 Antti Laine (0.49-990425 -> ) <antti.a.laine@tut.fi>
22 ==================================================================================
23 1999/10/19
24 * Alustava käännös valmis.
25 
26 * Huom: Kaikille termeille on keksitty käännösvastine, mikä ei ehkä ole
27  kaikissa tapauksissa hyvä ratkaisu, ja parempikin termi voi
28  olla vakiintuneessa käytössä.
29 
30 2008-04-08
31 * Käännetty versioon 1.5.5 asti.
32 2008-08-26
33 * MAX_DOT_GRAPH_HEIGHT poistettu, versio 1.5.6
34 * Tekstit muutettu UTF-8:ksi
35 2009-01-17
36 * versio 1.5.8
37 * Kantaluokka vaihdettu TranslatorEnglishistä Translatoriksi
38 * Enumeraatio -> luettelotyyppi
39 * Paranneltu kieltä ja poistettu kirjoitusvirheitä
40 
41 * Tehtävää:
42  - Termien kokoaminen listaksi ja suomennosten järkevyyden tarkastelu. (lista on jo melko kattava)
43  Author = Tekijä
44  Class = Luokka
45  Compound = Kooste
46  Data = Data
47  Documentation = Dokumentaatio
48  Defines = Määrittelyt
49  Description = Selite
50  Detailed = Yksityiskohtainen
51  Diagram = Kaavio
52  Enum = Luettelotyyppi
53  Exceptions = Poikkeukset
54  File = Tiedosto
55  Friends = Ystävät
56  Functions = Funktiot
57  Hierarchical = Hierarkinen
58  Index = Indeksi
59  Inherits = Perii
60  Member = Jäsen
61  Module = Moduli
62  Namespace = Nimiavaruus
63  Parameters = Parametrit
64  Private = Yksityinen
65  Protected = Suojattu
66  Prototypes = Prototyypit
67  Public = Julkinen
68  Reference Manual= Käsikirja
69  Reimplemented = Uudelleen toteutettu
70  Related = Liittyvä
71  Signals = Signaalit
72  Slots = Vastineet
73  Static = Staattinen
74  Struct = Tietue
75  Typedef = Tyyppimäärittely
76  Union = Yhdiste
77  Variables = Muuttujat
78  - Taivutusmuotojen virheettömyyden tarkastelu prepositioiden korvauskohdissa.
79  - Sanasta sanaan käännöskohtien mielekkyyden tarkastelu valmiista dokumentista.
80  - umlaut vastineiden käyttö scandien kohdalla.
81 
82 positiiviset kommentit otetaan ilolla vastaan.
83 ===================================================================================
84 */
85 
86 #ifndef TRANSLATOR_FI_H
87 #define TRANSLATOR_FI_H
88 
90 {
91  public:
92  /*! This method is used to generate a warning message to signal
93  * the user that the translation of his/her language of choice
94  * needs updating.
95  */
96  /*virtual QCString updateNeededMessage()
97  {
98  return "The Finnish translator is really obsolete.\n"
99  "It was not updated since version 1.0.0. As a result,\n"
100  "some sentences may appear in English.\n\n";
101  }*/
102 
103  // --- Language control methods -------------------
104 
105  /*! Used for identification of the language. The identification
106  * should not be translated. It should be replaced by the name
107  * of the language in English using lower-case characters only
108  * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
109  * the identification used in language.cpp.
110  */
112  { return "finnish"; }
113 
114  /*! Used to get the LaTeX command(s) for the language support.
115  * This method should return string with commands that switch
116  * LaTeX to the desired language. For example
117  * <pre>"\\usepackage[german]{babel}\n"
118  * </pre>
119  * or
120  * <pre>"\\usepackage{polski}\n"
121  * "\\usepackage[latin2]{inputenc}\n"
122  * "\\usepackage[T1]{fontenc}\n"
123  * </pre>
124  *
125  * The English LaTeX does not use such commands. Because of this
126  * the empty string is returned in this implementation.
127  */
129  {
130  return "\\usepackage[finnish]{babel}\n";
131  }
132 
133  // --- Language translation methods -------------------
134 
135  /*! used in the compound documentation before a list of related functions. */
137  { return "Liittyvät funktiot"; } // "Related Functions";
138 
139  /*! subscript for the related functions. */
141  { return "(Huomaa, että nämä eivät ole jäsenfunktioita.)"; } // "(Note that these are not member functions.)"
142 
143  /*! header that is put before the detailed description of files, classes and namespaces. */
145  { return "Yksityiskohtainen selite"; } // "Detailed Description"
146 
147  /*! header that is put before the list of typedefs. */
149  // header that is put before the list of typedefs.
150  { return "Jäsentyyppimäärittelyiden dokumentaatio"; } // "Member Typedef Documentation"
151 
152  /*! header that is put before the list of enumerations. */
154  { return "Jäsenluettelotyyppien dokumentaatio"; } // "Member Enumeration Documentation"
155 
156  /*! header that is put before the list of member functions. */
158  { return "Jäsenfunktioiden dokumentaatio"; } // "Member Function Documentation"
159 
160  /*! header that is put before the list of member attributes. */
162  {
163  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
164  {
165  return "Kenttien dokumentaatio"; // "Field Documentation";
166  }
167  else
168  {
169  return "Jäsendatan dokumentaatio"; // "Member Data Documentation"
170  }
171  }
172 
173  /*! this is the text of a link put after brief descriptions. */
174  virtual QCString trMore()
175  { return "Lisää..."; } // "More..."
176 
177  /*! put in the class documentation */
179  { return "Lista kaikista jäsenistä"; } // "List of all members."
181 
182  /*! used as the title of the "list of all members" page of a class */
183  { return "Jäsenlista"; } // "Member List"
184 
185  /*! this is the first part of a sentence that is followed by a class name */
187  { return "Tämä on lista kaikista jäsenistä luokassa "; } // "This is the complete list of members for "
188 
189  /*! this is the remainder of the sentence after the class name */
191  { return ", sisältäen kaikki perityt jäsenet."; } // ", including all inherited members."
192 
193  /*! this is put at the author sections at the bottom of man pages.
194  * parameter s is name of the project name.
195  */
196  virtual QCString trGeneratedAutomatically(const char *s)
197  { QCString result=(QCString)"Automaattisesti luotu Doxygenilla "
198  "lähdekoodista projektille "+s; // "Generated automatically by Doxygen" ... "for" ... "from the sourcecode"
199  //if (s) result+=(QCString)" voor "+s;
200  // tässä on ongelma, kuinka taivuttaa parametria, esim. "Jcad"+"in"; "IFC2VRML konversio"+"n"
201  // mutta ratkaistaan ongelma kätevästi kaksoispisteellä -> "Jcad:n" / "IFC2VRML konversio:n"
202  // lopputulos on vähemmän kökkö ja täysin luettava, mutta ei kuitenkaan täydellinen.
203  //
204  // kierretään ongelma taivuttamalla sanaa projekti :)
205  return result;
206  }
207 
208  /*! put after an enum name in the list of all members */
210  { return "luettelotyypin nimi"; } // "enum name"
211 
212  /*! put after an enum value in the list of all members */
214  { return "luettelotyypin arvo"; } // "enum value"
215 
216  /*! put after an undocumented member in the list of all members */
218  { return "määritelty"; } // "defined in"
219 
220  // quick reference sections
221 
222  /*! This is put above each page as a link to the list of all groups of
223  * compounds or files (see the \\group command).
224  */
225  virtual QCString trModules()
226  { return "Moduulit"; } // "Modules"
227 
228  /*! This is put above each page as a link to the class hierarchy */
230  { return "Luokkahierarkia"; } // "Class Hierarchy"
231 
232  /*! This is put above each page as a link to the list of annotated classes */
234  {
235  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
236  {
237  return "Tietueet"; // "Data Structures"
238  }
239  else
240  {
241  return "Luokkalista"; // "Class List"
242  }
243  }
244 
245  /*! This is put above each page as a link to the list of documented files */
247  { return "Tiedostolista"; } // "File List"
248 
249  /*! This is put above each page as a link to all members of compounds. */
251  {
252  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
253  {
254  return "Tietueen kentät"; // "Data Fields"
255  }
256  else
257  {
258  return "Luokan jäsenet"; // "Class Members"
259  }
260  }
261 
262  /*! This is put above each page as a link to all members of files. */
264  {
265  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
266  {
267  return "Globaalit"; // "Globals"
268  }
269  else
270  {
271  return "Tiedoston jäsenet"; // "File Members"
272  }
273  }
274 
275  /*! This is put above each page as a link to all related pages. */
277  { return "Liittyvät sivut"; } // "Related Pages"
278 
279  /*! This is put above each page as a link to all examples. */
281  { return "Esimerkit"; } // "Examples"
282 
283  /*! This is put above each page as a link to the search engine. */
284  virtual QCString trSearch()
285  { return "Etsi"; } // "Search"
286 
287  /*! This is an introduction to the class hierarchy. */
289  { return "Tämä periytymislista on päätasoltaan aakkostettu " // "This inheritance list is sorted roughly, "
290  "mutta alijäsenet on aakkostettu itsenäisesti:"; // "but not completely, alphabetically:";
291  }
292 
293  /*! This is an introduction to the list with all files. */
294  virtual QCString trFileListDescription(bool extractAll)
295  {
296  QCString result="Tässä on lista kaikista ";
297  if (!extractAll) result+="dokumentoiduista "; // "documented "
298  result+="tiedostoista lyhyen selitteen kanssa:"; // "files with brief descriptions:"
299  return result;
300  }
301 
302  /*! This is an introduction to the annotated compound list. */
304  {
305 
306  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
307  {
308  return "Tässä ovat tietueet lyhyen selitteen kanssa:"; // "Here are the data structures with brief descriptions:"
309  }
310  else
311  {
312  return "Tässä ovat luokat, tietueet ja " // "Here are the classes, structs and "
313  "yhdisteet lyhyen selitteen kanssa:"; // "unions with brief descriptions:"
314  }
315  }
316 
317  /*! This is an introduction to the page with all class members. */
318  virtual QCString trCompoundMembersDescription(bool extractAll)
319  {
320  QCString result="Tässä on lista kaikista "; // "Here is a list of all "
321  if (!extractAll)
322  {
323  result+="dokumentoiduista "; // "documented "
324  }
325  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
326  {
327  result+="tietuiden ja yhdisteiden kentistä"; // "struct and union fields"
328  }
329  else
330  {
331  result+="luokkien jäsenistä"; // "class members"
332  }
333  result+=" linkitettyinä "; // " with links to "
334  if (!extractAll)
335  {
336  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
337  {
338  result+="jokaisen kentän tietueen/yhdisteen dokumentaatioon:"; // "the struct/union documentation for each field:"
339  }
340  else
341  {
342  result+="jokaisen jäsenen luokkadokumentaatioon:"; // "the class documentation for each member:"
343  }
344  }
345  else
346  {
347  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
348  {
349  result+= "tietueisiin/yhdisteisiin, joihin ne kuuluvat:"; // "the structures/unions they belong to:"
350  }
351  else
352  {
353  result+="luokkiin, joihin ne kuuluvat"; //"the classes they belong to:"
354  }
355  }
356  return result;
357  }
358 
359  /*! This is an introduction to the page with all file members. */
360  virtual QCString trFileMembersDescription(bool extractAll)
361  {
362  QCString result="Tässä on lista kaikista "; // "Here is a list of all "
363  if (!extractAll) result+="dokumentoiduista "; // "documented "
364 
365  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
366  {
367  result+="funktioista, muuttujista, määrittelyistä, luettelotyypeistä ja tyyppimäärittelyistä"; // "functions, variables, defines, enums, and typedefs"
368  }
369  else
370  {
371  result+="tiedoston jäsenistä"; // "file members"
372  }
373  result+=" linkitettyinä "; // " with links to "
374  if (extractAll)
375  result+="tiedostoihin, joihin ne kuuluvat:"; // "the files they belong to:"
376  else
377  result+="dokumentaatioon:"; // "the documentation:"
378  return result;
379  }
380 
381  /*! This is an introduction to the page with the list of all examples */
383  { return "Tässä on lista kaikista esimerkeistä:"; } // "Here is a list of all examples:"
384 
385  /*! This is an introduction to the page with the list of related pages */
387  { return "Tässä on lista kaikista liittyvistä dokumentaatiosivuista:"; } // "Here is a list of all related documentation pages:"
388 
389  /*! This is an introduction to the page with the list of class/file groups */
391  { return "Tässä on lista kaikista moduleista:"; } // "Here is a list of all modules:"
392 
393  // index titles (the project name is prepended for these)
394 
395  /*! This is used in HTML as the title of index.html. */
397  { return "Dokumentaatio"; } // "Documentation"
398 
399  /*! This is used in LaTeX as the title of the chapter with the
400  * index of all groups.
401  */
403  { return "Moduuliluettelo"; } // "Module Index"
404 
405  /*! This is used in LaTeX as the title of the chapter with the
406  * class hierarchy.
407  */
409  { return "Hierarkinen luettelo"; } // "Hierarchical Index"
410 
411  /*! This is used in LaTeX as the title of the chapter with the
412  * annotated compound index.
413  */
415  {
416  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
417  {
418  return "Tietueluettelo"; // "Data Structure Index"
419  }
420  else
421  {
422  return "Luokkaluettelo"; // "Class Index"
423  }
424  }
425 
426  /*! This is used in LaTeX as the title of the chapter with the
427  * list of all files.
428  */
430  { return "Tiedostoluettelo"; } // "File Index"
431 
432  /*! This is used in LaTeX as the title of the chapter containing
433  * the documentation of all groups.
434  */
436  { return "Moduulien dokumentaatio"; } // "Module Documentation"
437 
438  /*! This is used in LaTeX as the title of the chapter containing
439  * the documentation of all classes, structs and unions.
440  */
442  {
443  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
444  {
445  return "Tietueiden dokumentaatio"; // "Data Structure Documentation"
446  }
447  else
448  {
449  return "Luokkien dokumentaatio"; // "Class Documentation"
450  }
451  }
452 
453  /*! This is used in LaTeX as the title of the chapter containing
454  * the documentation of all files.
455  */
457  { return "Tiedostojen dokumentaatio"; } // "File Documentation"
458 
459  /*! This is used in LaTeX as the title of the chapter containing
460  * the documentation of all examples.
461  */
463  { return "Esimerkkien dokumentaatio"; } // "Example Documentation"
464 
465  /*! This is used in LaTeX as the title of the chapter containing
466  * the documentation of all related pages.
467  */
469  { return "Sivujen dokumentaatio"; } // "Page Documentation"
470 
471  /*! This is used in LaTeX as the title of the document */
473  { return "Käsikirja"; } // "Reference Manual"
474 
475  /*! This is used in the documentation of a file as a header before the
476  * list of defines
477  */
478  virtual QCString trDefines()
479  { return "Määrittelyt"; } // "Defines"
480 
481  /*! This is used in the documentation of a file as a header before the
482  * list of typedefs
483  */
485  { return "Tyyppimäärittelyt"; } // "Typedefs"
486 
487  /*! This is used in the documentation of a file as a header before the
488  * list of enumerations
489  */
491  { return "Luettelotyypit"; } // "Enumerations"
492 
493  /*! This is used in the documentation of a file as a header before the
494  * list of (global) functions
495  */
497  { return "Funktiot"; } // "Functions"
498 
499  /*! This is used in the documentation of a file as a header before the
500  * list of (global) variables
501  */
503  { return "Muuttujat"; } // "Variables"
504 
505  /*! This is used in the documentation of a file as a header before the
506  * list of (global) variables
507  */
509  { return "Luettelotyyppien arvot"; } // "Enumerator"
510 
511  /*! This is used in the documentation of a file before the list of
512  * documentation blocks for defines
513  */
515  { return "Määritysten dokumentointi"; } // "Define Documentation"
516 
517  /*! This is used in the documentation of a file/namespace before the list
518  * of documentation blocks for typedefs
519  */
521  { return "Tyyppimääritysten dokumentaatio"; } // "Typedef Documentation"
522 
523  /*! This is used in the documentation of a file/namespace before the list
524  * of documentation blocks for enumeration types
525  */
527  { return "Luettelotyyppien dokumentaatio"; } // "Enumeration Type Documentation"
528 
529  /*! This is used in the documentation of a file/namespace before the list
530  * of documentation blocks for functions
531  */
533  { return "Funktioiden dokumentaatio"; } // "Function Documentation"
534 
535  /*! This is used in the documentation of a file/namespace before the list
536  * of documentation blocks for variables
537  */
539  { return "Muuttujien dokumentaatio"; } // "Variable Documentation"
540 
541  /*! This is used in the documentation of a file/namespace/group before
542  * the list of links to documented compounds
543  */
545  {
546  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
547  {
548  return "Tietueet"; // "Data Structures"
549  }
550  else
551  {
552  return "Luokat"; // "Classes"
553  }
554  }
555 
556  /*! This is used in the standard footer of each page and indicates when
557  * the page was generated
558  */
559  virtual QCString trGeneratedAt(const char *date,const char *projName)
560  {
561  // funktio on hiukan vaikea kääntää prepositioihin sidotun rakenteen vuoksi.
562  // Muutetaan siis lauserakennetta suomalaisemmaksi
563  // Generated on $date for $project by:
564  // -> Generated for $project on $date by:
565  QCString result=(QCString)"Generoinut ";
566  if (projName) result+=(QCString)"projektille "+projName+" ";
567  result+=(QCString)date+" ";
568  return result;
569  }
570 
571  /*! this text is put before a class diagram */
572  virtual QCString trClassDiagram(const char *clName)
573  {
574  return "Luokan "+(QCString)clName+" luokkakaavio"; // "Inheritance diagram for "
575  }
576 
577  /*! this text is generated when the \\internal command is used. */
579  { return "Vain sisäiseen käyttöön."; } // "For internal use only."
580 
581  /*! this text is generated when the \\warning command is used. */
582  virtual QCString trWarning()
583  { return "Varoitus"; } // "Warning"
584 
585  /*! this text is generated when the \\version command is used. */
586  virtual QCString trVersion()
587  { return "Versio"; } // "Version"
588 
589  /*! this text is generated when the \\date command is used. */
590  virtual QCString trDate()
591  { return "Päiväys"; } // "Date"
592 
593  /*! this text is generated when the \\return command is used. */
594  virtual QCString trReturns()
595  { return "Palauttaa"; } // "Returns"
596 
597  /*! this text is generated when the \\sa command is used. */
598  virtual QCString trSeeAlso()
599  { return "Katso myös"; } // "See also"
600 
601  /*! this text is generated when the \\param command is used. */
603  { return "Parametrit"; } // "Parameters"
604 
605  /*! this text is generated when the \\exception command is used. */
607  { return "Poikkeukset"; } // "Exceptions"
608 
609  /*! this text is used in the title page of a LaTeX document. */
611  { return "Generoinut"; } // "Generated by"
612 
613 //////////////////////////////////////////////////////////////////////////
614 // new since 0.49-990307
615 //////////////////////////////////////////////////////////////////////////
616 
617  /*! used as the title of page containing all the index of all namespaces. */
619  { return "Nimiavaruus Lista"; } // "Namespace List"
620 
621  /*! used as an introduction to the namespace list */
622  virtual QCString trNamespaceListDescription(bool extractAll)
623  {
624  QCString result="Tässä on lista kaikista "; // "Here is a list of all "
625  if (!extractAll) result+="dokumentoiduista "; // "documented "
626  result+="nimiavaruuksista lyhyen selitteen kanssa:"; // "namespaces with brief descriptions:"
627  return result;
628  }
629 
630  /*! used in the class documentation as a header before the list of all
631  * friends of a class
632  */
633  virtual QCString trFriends()
634  { return "Ystävät"; } // "Friends"
635 
636 //////////////////////////////////////////////////////////////////////////
637 // new since 0.49-990405
638 //////////////////////////////////////////////////////////////////////////
639 
640  /*! used in the class documentation as a header before the list of all
641  * related classes
642  */
644  { return "Ystävät ja niihin liittyvien funktioiden dokumentaatio"; } // "Friends And Related Function Documentation"
645 
646 //////////////////////////////////////////////////////////////////////////
647 // new since 0.49-990425
648 //////////////////////////////////////////////////////////////////////////
649 
650  /*! used as the title of the HTML page of a class/struct/union */
651  virtual QCString trCompoundReference(const char *clName,
652  ClassDef::CompoundType compType,
653  bool isTemplate)
654  {
655  QCString result=(QCString)clName;
656  switch(compType)
657  {
658  case ClassDef::Class: result+=" luokka"; break; // " Class"
659  case ClassDef::Struct: result+=" tietue"; break; // " Struct"
660  case ClassDef::Union: result+=" yhdiste"; break; // " Union"
661  case ClassDef::Interface: result+=" rajapinta"; break; // " Interface"
662  case ClassDef::Protocol: result+=" protokolla"; break; // " Protocol"
663  case ClassDef::Category: result+=" kategoria"; break; // " Category"
664  case ClassDef::Exception: result+=" poikkeus"; break; // " Exception"
665  default: break;
666  }
667  if (isTemplate) result+="malli"; // " Template"
668  result+="referenssi"; // " Reference"
669  return result;
670  }
671 
672  /*! used as the title of the HTML page of a file */
673  virtual QCString trFileReference(const char *fileName)
674  {
676  result+=" tiedostoreferenssi"; // " File Reference"
677  return result;
678  }
679 
680  /*! used as the title of the HTML page of a namespace */
681  virtual QCString trNamespaceReference(const char *namespaceName)
682  {
683  QCString result=namespaceName;
684  result+=" nimiavaruusreferenssi"; // " Namespace Reference"
685  return result;
686  }
687 
689  { return "Julkiset jäsenfunktiot"; } // "Public Member Functions"
691  { return "Julkiset vastineet"; } // "Public Slots"
692  virtual QCString trSignals()
693  { return "Signaalit"; } // "Signals"
695  { return "Staattiset julkiset jäsenfunktiot"; } // "Static Public Member Functions"
697  { return "Suojatut jäsenfunktiot"; } // "Protected Member Functions"
699  { return "Suojatut vastineet"; } // "Protected Slots"
701  { return "Staattiset suojatut jäsenfunktiot"; } // "Static Protected Member Functions"
703  { return "Yksityiset jäsenfunktiot"; } // "Private Member Functions"
705  { return "Yksityiset vastineet"; } // "Private Slots"
707  { return "Staattiset yksityiset jäsenfunktiot"; } // "Static Private Member Functions"
708 
709  /*! this function is used to produce a comma-separated list of items.
710  * use generateMarker(i) to indicate where item i should be put.
711  */
712  virtual QCString trWriteList(int numEntries)
713  {
715  int i;
716  // the inherits list contain `numEntries' classes
717  for (i=0;i<numEntries;i++)
718  {
719  // use generateMarker to generate placeholders for the class links!
720  result+=generateMarker(i); // generate marker for entry i in the list
721  // (order is left to right)
722 
723  if (i!=numEntries-1) // not the last entry, so we need a separator
724  {
725  if (i<numEntries-2) // not the fore last entry
726  result+=", ";
727  else // the fore last entry
728  result+=" ja "; // ", and "
729  }
730  }
731  return result;
732  }
733 
734  /*! used in class documentation to produce a list of base classes,
735  * if class diagrams are disabled.
736  */
737  virtual QCString trInheritsList(int numEntries)
738  {
739  return (QCString)"Periytyy "+(numEntries > 1 ? "luokista " : "luokasta ")+trWriteList(numEntries)+"."; // "Inherits "
740  }
741 
742  /*! used in class documentation to produce a list of super classes,
743  * if class diagrams are disabled.
744  */
745  virtual QCString trInheritedByList(int numEntries)
746  {
747  return (QCString)"Periytetään "+(numEntries > 1 ? "luokissa " : "luokassa ")+trWriteList(numEntries)+"."; // "Inherited by "
748  }
749 
750  /*! used in member documentation blocks to produce a list of
751  * members that are hidden by this one.
752  */
753  virtual QCString trReimplementedFromList(int numEntries)
754  {
755  return (QCString)"Uudelleentoteuttaa "+(numEntries > 1 ? "luokat " : "luokan ")+trWriteList(numEntries)+"."; // "Reimplemented from "
756  }
757 
758  /*! used in member documentation blocks to produce a list of
759  * all member that overwrite the implementation of this member.
760  */
761  virtual QCString trReimplementedInList(int numEntries)
762  {
763  return (QCString)"Uudelleentoteutetaan "+(numEntries > 1 ? "luokissa " : "luokassa ")+trWriteList(numEntries)+"."; // "Reimplemented in "
764  }
765 
766  /*! This is put above each page as a link to all members of namespaces. */
768  { return "Nimiavaruuden jäsenet"; } // "Namespace Members"
769 
770  /*! This is an introduction to the page with all namespace members */
771  virtual QCString trNamespaceMemberDescription(bool extractAll)
772  {
773  QCString result="Tässä on lista kaikista "; // "Here is a list of all "
774  if (!extractAll) result+="dokumentoiduista "; // "documented "
775  result+="nimiavaruuden jäsenistä linkitettynä "; // "namespace members with links to "
776  if (extractAll)
777  result+="nimiavaruuden dokumentaatioon johon ne kuuluvat:"; // "the namespace documentation for each member:";
778  else
779  result+="nimiavaruuksiin joihin ne kuuluvat:"; // "the namespaces they belong to:"
780  return result;
781  }
782  /*! This is used in LaTeX as the title of the chapter with the
783  * index of all namespaces.
784  */
786  { return "Nimiavaruuksien luettelo"; } // "Namespace Index"
787 
788  /*! This is used in LaTeX as the title of the chapter containing
789  * the documentation of all namespaces.
790  */
792  { return "Nimiavaruuden dokumentaatio"; } // "Namespace Documentation"
793 
794 //////////////////////////////////////////////////////////////////////////
795 // new since 0.49-990522
796 //////////////////////////////////////////////////////////////////////////
797 
798  /*! This is used in the documentation before the list of all
799  * namespaces in a file.
800  */
802  { return "Nimiavaruudet"; } // "Namespaces"; }
803 
804 //////////////////////////////////////////////////////////////////////////
805 // new since 0.49-990728
806 //////////////////////////////////////////////////////////////////////////
807 
808  /*! This is put at the bottom of a class documentation page and is
809  * followed by a list of files that were used to generate the page.
810  */
812  bool single)
813  { // here s is one of " Class", " Struct" or " Union"
814  // single is true implies a single file
815  QCString result=(QCString)"Dokumentaatio tälle "; // "The documentation for this "
816  switch(compType)
817  {
818  case ClassDef::Class: result+="luokalle"; break; // "class"
819  case ClassDef::Struct: result+="tietueelle"; break; // "struct"
820  case ClassDef::Union: result+="yhdisteelle"; break; // "union"
821  case ClassDef::Interface: result+="rajapinnalle"; break; // "interface"
822  case ClassDef::Protocol: result+="protokollalle"; break; // "protocol"
823  case ClassDef::Category: result+="kategorialle"; break; // "category"
824  case ClassDef::Exception: result+="poikkeukselle"; break; // "exception"
825  default: break;
826  }
827  if (single) result+=" luotiin seuraavasta tiedostosta:"; // " was generated from the following file"
828  else result+=" luotiin seuraavista tiedostoista:"; // ":" or "s:"
829  return result;
830  }
831 
832 //////////////////////////////////////////////////////////////////////////
833 // new since 0.49-990901
834 //////////////////////////////////////////////////////////////////////////
835 
836  /*! This is used as the heading text for the retval command. */
838  { return "Paluuarvot"; } // "Return values"
839 
840  /*! This is in the (quick) index as a link to the main page (index.html)
841  */
843  { return "Pääsivu"; } // "Main Page"
844 
845  /*! This is used in references to page that are put in the LaTeX
846  * documentation. It should be an abbreviation of the word page.
847  */
849  { return "s."; } // "p."
850 
851 //////////////////////////////////////////////////////////////////////////
852 // new since 0.49-991003
853 //////////////////////////////////////////////////////////////////////////
854 
856  {
857  return "Määrittely tiedoston @1 rivillä @0."; // "Definition at line @0 of file @1."
858  }
860  {
861  return "Määrittely tiedostossa @0."; // "Definition in file @0."
862  }
863 
864 //////////////////////////////////////////////////////////////////////////
865 // new since 0.49-991205
866 //////////////////////////////////////////////////////////////////////////
867 
869  {
870  return "Vanhentunut"; // "Deprecated"
871  }
872 
873 //////////////////////////////////////////////////////////////////////////
874 // new since 1.0.0
875 //////////////////////////////////////////////////////////////////////////
876 
877  /*! this text is put before a collaboration diagram */
878  virtual QCString trCollaborationDiagram(const char *clName)
879  {
880  return (QCString)"Yhteistyökaavio luokalle "+clName+":"; // "Collaboration diagram for "+clName+":"
881  }
882  /*! this text is put before an include dependency graph */
883  virtual QCString trInclDepGraph(const char *fName)
884  {
885  return (QCString)"Sisällytysriippuvuuskaavio tiedostolle "+fName+":"; // "Include dependency graph for "+fName+":"
886  }
887  /*! header that is put before the list of constructor/destructors. */
889  {
890  return "Rakentajien & purkajien dokumentaatio"; // "Constructor & Destructor Documentation";
891  }
892  /*! Used in the file documentation to point to the corresponding sources. */
894  {
895  return "Siirry tämän tiedoston lähdekoodiin."; // "Go to the source code of this file."
896  }
897  /*! Used in the file sources to point to the corresponding documentation. */
899  {
900  return "Siirry tämän tiedoston dokumentaatioon."; // "Go to the documentation of this file."
901  }
902  /*! Text for the \\pre command */
904  {
905  return "Esiehto"; //"Precondition"
906  }
907  /*! Text for the \\post command */
909  {
910  return "Jälkiehto"; // "Postcondition"
911  }
912  /*! Text for the \\invariant command */
914  {
915  return "Invariantti"; // vai "Pysyväisväittämä"? "Invariant"
916  }
917  /*! Text shown before a multi-line variable/enum initialization */
919  {
920  return "Alkuarvo:"; // "Initial value:"
921  }
922  /*! Text used the source code in the file index */
923  virtual QCString trCode()
924  {
925  return "koodi"; // "code"
926  }
928  {
929  return "Graafinen luokkahierarkia"; // "Graphical Class Hierarchy"
930  }
932  {
933  return "Siirry graafiseen luokkahierarkiaan"; // "Go to the graphical class hierarchy"
934  }
936  {
937  return "Siirry tekstimuotoiseen luokkahierarkiaan"; // "Go to the textual class hierarchy"
938  }
940  {
941  return "Sivuhakemisto"; // "Page Index"
942  }
943 
944 //////////////////////////////////////////////////////////////////////////
945 // new since 1.1.0
946 //////////////////////////////////////////////////////////////////////////
947 
948  virtual QCString trNote()
949  {
950  // FIXME: Missähän merkityksessä tätä käytetään?
951  return "Huomautus"; // "Note"
952  }
954  {
955  return "Julkiset tyypit"; // "Public Types"
956  }
958  {
959  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
960  {
961  return "Tietueen kentät"; // "Data Fields"
962  }
963  else
964  {
965  return "Julkiset attribuutit"; // "Public Attributes"
966  }
967  }
969  {
970  return "Staattiset julkiset attribuutit"; // "Static Public Attributes"
971  }
973  {
974  return "Suojellut tyypit"; // "Protected Types"
975  }
977  {
978  return "Suojellut attribuutit"; // "Protected Attributes"
979  }
981  {
982  return "Staattiset suojellut attribuutit"; // "Static Protected Attributes"
983  }
985  {
986  return "Yksityiset tyypit"; // "Private Types"
987  }
989  {
990  return "Yksityiset attribuutit"; // "Private Attributes"
991  }
993  {
994  return "Staattiset yksityiset attribuutit"; // "Static Private Attributes"
995  }
996 
997 //////////////////////////////////////////////////////////////////////////
998 // new since 1.1.3
999 //////////////////////////////////////////////////////////////////////////
1000 
1001  /*! Used as a marker that is put before a \\todo item */
1002  virtual QCString trTodo()
1003  {
1004  return "Vielä tehtävänä"; // "Todo"
1005  }
1006  /*! Used as the header of the todo list */
1008  {
1009  return "Tehtävälista"; // "Todo List"
1010  }
1011 
1012 //////////////////////////////////////////////////////////////////////////
1013 // new since 1.1.4
1014 //////////////////////////////////////////////////////////////////////////
1015 
1017  {
1018  return "Viitattu"; // "Referenced by"
1019  }
1021  {
1022  return "Huomioita"; // "Remarks"
1023  }
1025  {
1026  return "Huomio"; // "Attention"
1027  }
1029  {
1030  return "Tämä kaavio näyttää, mitkä tiedostot suorasti "
1031  "tai epäsuorasti sisällyttävät tämän tiedoston";
1032  // "This graph shows which files directly or "
1033  // "indirectly include this file:"
1034  }
1035  virtual QCString trSince()
1036  {
1037  // FIXME: Missä merkityksessä tätä käytetään?
1038  return "Lähtien"; // "Since"
1039  }
1040 
1041 //////////////////////////////////////////////////////////////////////////
1042 // new since 1.1.5
1043 //////////////////////////////////////////////////////////////////////////
1044 
1045  /*! title of the graph legend page */
1047  {
1048  return "Kaavion selite"; // "Graph Legend"
1049  }
1050  /*! page explaining how the dot graph's should be interpreted
1051  * The %A in the text below are to prevent link to classes called "A".
1052  */
1054  {
1055  return
1056  "Tämä sivu selittää, kuinka doxygenin luomia kaavioita tulkitaan.<p>\n"
1057  // "This page explains how to interpret the graphs that are generated "
1058  // "by doxygen.<p>\n"
1059  "Ajattele seuraavaa esimerkkiä:\n"
1060  // "Consider the following example:\n"
1061  "\\code\n"
1062  "/*! Näkymätön luokka katkaisun vuoksi */\n"
1063  // "/*! Invisible class because of truncation */\n"
1064  "class Nakymaton { };\n\n"
1065  // "class Invisible { };\n\n"
1066  "/*! Katkaistu luokka, periytymissuhde on piilotettu */\n"
1067  // "/*! Truncated class, inheritance relation is hidden */\n"
1068  "class Katkaistu : public Nakymaton { };\n\n"
1069  // "class Truncated : public Invisible { };\n\n"
1070  "/* Luokkaa ei ole dokumentoitu doxygen-kommenteilla */\n"
1071  // "/* Class not documented with doxygen comments */\n"
1072  "class Dokumentoimaton { };\n\n"
1073  // "class Undocumented { };\n\n"
1074  "/*! Julkista periyttämistä käyttäen periytetty luokka */\n"
1075  // "/*! Class that is inherited using public inheritance */\n"
1076  "class JulkinenKanta : public Katkaistu { };\n\n"
1077  // "class PublicBase : public Truncated { };\n\n"
1078  "/*! Malliluokka */\n"
1079  // "/*! A template class */\n"
1080  "template<class T> class Malli { };\n\n"
1081  // "template<class T> class Templ { };\n\n"
1082  "/*! Suojeltua periytymistä käyttäen periytetty luokka */\n"
1083  // "/*! Class that is inherited using protected inheritance */\n"
1084  "class SuojeltuKanta { };\n\n"
1085  // "class ProtectedBase { };\n\n"
1086  "/*! Yksityistä periytymistä käyttäen periytetty luokka */\n"
1087  // "/*! Class that is inherited using private inheritance */\n"
1088  "class YksityisKanta { };\n\n"
1089  // "class PrivateBase { };\n\n"
1090  "/*! Luokka jota periytetty luokka käyttää */\n"
1091  // "/*! Class that is used by the Inherited class */\n"
1092  "class Kaytetty { };\n\n"
1093  // "class Used { };\n\n"
1094  "/*! Kantaluokka joka periytyy useasta muusta luokasta */\n"
1095  // "/*! Super class that inherits a number of other classes */\n"
1096  "class Periytetty : public JulkinenKanta,\n"
1097  " : protected SuojeltuKanta,\n"
1098  " : private YksityisKanta,\n"
1099  " : public Dokumentoimaton,\n"
1100  " : public Malli<int>\n"
1101  "{\n"
1102  " private:\n"
1103  " Kaytetty *m_kaytettyLuokka;\n"
1104  "}\n"
1105  // "class Inherited : public PublicBase,\n"
1106  // " protected ProtectedBase,\n"
1107  // " private PrivateBase,\n"
1108  // " public Undocumented,\n"
1109  // " public Templ<int>\n"
1110  // "{\n"
1111  // " private:\n"
1112  // " Used *m_usedClass;\n"
1113  // "};\n"
1114  "\\endcode\n"
1115  "Tuloksena on seuraavanlainen kaavio:"
1116  //"This will result in the following graph:"
1117  "<p><center><img alt=\"\" src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
1118  "<p>\n"
1119  "Ylläolevassa kaaviossa laatikoilla on seuraavat merkitykset\n:"
1120  // "The boxes in the above graph have the following meaning:\n"
1121  "<ul>\n"
1122  "<li>Täytetty harmaa laatikko esittää tietuetta tai luokkaa, jolle "
1123  // "<li>%A filled gray box represents the struct or class for which the "
1124  "kaavio on luotu.\n"
1125  // "graph is generated.\n"
1126  "<li>Mustareunainen laatikko merkitsee dokumentoitua tietuetta tai luokkaa.\n"
1127  // "<li>%A box with a black border denotes a documented struct or class.\n"
1128  "<li>Harmaareunainen laatikko merkitsee dokumentoimatonta tietuetta tai luokkaa.\n"
1129  // "<li>%A box with a grey border denotes an undocumented struct or class.\n"
1130  "<li>Punareunainen laatikko merkistee dokumentoitua luokkaa tai structia "
1131  // "<li>%A box with a red border denotes a documented struct or class for"
1132  "jolle ei näytetä kaikkia periytymis-/sisällyssuhteita. Kaavio "
1133  // "which not all inheritance/containment relations are shown. %A graph is "
1134  "katkaistaan, jos se ei mahdu määriteltyjen rajojen sisään.\n"
1135  // "truncated if it does not fit within the specified boundaries.\n"
1136  "</ul>\n"
1137  "Nuolilla on seuraavat merkitykset:\n"
1138  // "The arrows have the following meaning:\n"
1139  "<ul>\n"
1140  "<li>Tummansinistä nuolta käytetään osoittamaan julkista periytymis"
1141  // "<li>%A dark blue arrow is used to visualize a public inheritance "
1142  "suhdetta kahden luokan välillä.\n"
1143  // "relation between two classes.\n"
1144  "<li>Tummanvihreää nuolta käytetään suojellussa periytymisessä.\n"
1145  // "<li>%A dark green arrow is used for protected inheritance.\n"
1146  "<li>Tummanpunaista nuolta käytetään yksityisessä periytymisessä.\n"
1147  // "<li>%A dark red arrow is used for private inheritance.\n"
1148  "<li>Purppuranväristä katkoviivaa käytetään, jos luokka sisältyy tai "
1149  // "<li>%A purple dashed arrow is used if a class is contained or used "
1150  "on toisen luokan käyttämä. Nuoli nimetään sillä muuttujalla/muuttujilla "
1151  // "by another class. The arrow is labeled with the variable(s) "
1152  "jonka läpi osoitettua luokkaa tai tietuetta käytetään.\n"
1153  // "through which the pointed class or struct is accessible.\n"
1154  "<li>Keltainen katkoviivalla piirretty nuoli merkitsee suhdetta mallin esiintymän ja "
1155  // "<li>%A yellow dashed arrow denotes a relation between a template instance and "
1156  "malliluokan välillä. Nuoli nimetään "
1157  // "the template class it was instantiated from. The arrow is labeled with "
1158  "mallin esiintymän malliparametrilla.\n"
1159  // "the template parameters of the instance.\n"
1160  "</ul>\n";
1161  }
1162  /*! text for the link to the legend page */
1163  virtual QCString trLegend()
1164  {
1165  return "selite"; // "legend"
1166  }
1167 
1168 //////////////////////////////////////////////////////////////////////////
1169 // new since 1.2.0
1170 //////////////////////////////////////////////////////////////////////////
1171 
1172  /*! Used as a marker that is put before a test item */
1173  virtual QCString trTest()
1174  {
1175  return "Testi"; // "Test"
1176  }
1177  /*! Used as the header of the test list */
1179  {
1180  return "Testilista"; // "Test List"
1181  }
1182 
1183 //////////////////////////////////////////////////////////////////////////
1184 // new since 1.2.2
1185 //////////////////////////////////////////////////////////////////////////
1186 
1187  /*! Used as a section header for IDL properties */
1189  {
1190  return "Ominaisuudet"; // "Properties"
1191  }
1192  /*! Used as a section header for IDL property documentation */
1194  {
1195  return "Ominaisuuksien dokumentaatio"; // "Property Documentation"
1196  }
1197 
1198 //////////////////////////////////////////////////////////////////////////
1199 // new since 1.2.4
1200 //////////////////////////////////////////////////////////////////////////
1201 
1202  /*! Used for Java classes in the summary section of Java packages */
1204  {
1205  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
1206  {
1207  return "Tietueet"; // "Data Structures"
1208  }
1209  else
1210  {
1211  return "Luokat"; // "Classes"
1212  }
1213  }
1214  /*! Used as the title of a Java package */
1215  virtual QCString trPackage(const char *name)
1216  {
1217  return (QCString)"Paketti "+name; // "Package "
1218  }
1219  /*! Title of the package index page */
1221  {
1222  return "Pakettilista"; // "Package List"
1223  }
1224  /*! The description of the package index page */
1226  {
1227  return "Tässä ovat paketit lyhyiden selitysten kanssa (jos saatavilla):"; // "Here are the packages with brief descriptions (if available):"
1228  }
1229  /*! The link name in the Quick links header for each page */
1231  {
1232  return "Paketit"; // "Packages"
1233  }
1234  /*! Text shown before a multi-line define */
1236  {
1237  return "Arvo:"; // "Value:"
1238  }
1239 
1240 //////////////////////////////////////////////////////////////////////////
1241 // new since 1.2.5
1242 //////////////////////////////////////////////////////////////////////////
1243 
1244  /*! Used as a marker that is put before a \\bug item */
1245  virtual QCString trBug()
1246  {
1247  return "Bugi"; // "Bug"
1248  }
1249  /*! Used as the header of the bug list */
1251  {
1252  return "Bugilista"; // "Bug List"
1253  }
1254 
1255 //////////////////////////////////////////////////////////////////////////
1256 // new since 1.2.6
1257 //////////////////////////////////////////////////////////////////////////
1258 
1259  /*! Used as ansicpg for RTF file
1260  *
1261  * The following table shows the correlation of Charset name, Charset Value and
1262  * <pre>
1263  * Codepage number:
1264  * Charset Name Charset Value(hex) Codepage number
1265  * ------------------------------------------------------
1266  * DEFAULT_CHARSET 1 (x01)
1267  * SYMBOL_CHARSET 2 (x02)
1268  * OEM_CHARSET 255 (xFF)
1269  * ANSI_CHARSET 0 (x00) 1252
1270  * RUSSIAN_CHARSET 204 (xCC) 1251
1271  * EE_CHARSET 238 (xEE) 1250
1272  * GREEK_CHARSET 161 (xA1) 1253
1273  * TURKISH_CHARSET 162 (xA2) 1254
1274  * BALTIC_CHARSET 186 (xBA) 1257
1275  * HEBREW_CHARSET 177 (xB1) 1255
1276  * ARABIC _CHARSET 178 (xB2) 1256
1277  * SHIFTJIS_CHARSET 128 (x80) 932
1278  * HANGEUL_CHARSET 129 (x81) 949
1279  * GB2313_CHARSET 134 (x86) 936
1280  * CHINESEBIG5_CHARSET 136 (x88) 950
1281  * </pre>
1282  *
1283  */
1285  {
1286  return "1252";
1287  }
1288 
1289 
1290  /*! Used as ansicpg for RTF fcharset
1291  * \see trRTFansicp() for a table of possible values.
1292  */
1294  {
1295  return "0";
1296  }
1297 
1298  /*! Used as header RTF general index */
1300  {
1301  return "Hakemisto"; // "Index"
1302  }
1303 
1304  /*! This is used for translation of the word that will possibly
1305  * be followed by a single name or by a list of names
1306  * of the category.
1307  */
1308  virtual QCString trClass(bool first_capital, bool singular)
1309  {
1310  QCString result((first_capital ? "Luokka" : "luokka")); // "Class" / "class"
1311  if (!singular) result=(first_capital ? "Luokat" : "luokat"); // "+es" -> "Classes" / "classes"
1312  return result;
1313  }
1314 
1315  /*! This is used for translation of the word that will possibly
1316  * be followed by a single name or by a list of names
1317  * of the category.
1318  */
1319  virtual QCString trFile(bool first_capital, bool singular)
1320  {
1321  QCString result((first_capital ? "Tiedosto" : "tiedosto")); // "File" / "file"
1322  if (!singular) result+="t"; // "+s" -> "Files" / "files"
1323  return result;
1324  }
1325 
1326  /*! This is used for translation of the word that will possibly
1327  * be followed by a single name or by a list of names
1328  * of the category.
1329  */
1330  virtual QCString trNamespace(bool first_capital, bool singular)
1331  {
1332  QCString result((first_capital ? "Nimiavaruus" : "nimiavaruus")); // "Namespace" / "namespace"
1333  if (!singular) result=(first_capital ? "Nimiavaruudet" : "nimiavaruudet"); // "+s"
1334  return result;
1335  }
1336 
1337  /*! This is used for translation of the word that will possibly
1338  * be followed by a single name or by a list of names
1339  * of the category.
1340  */
1341  virtual QCString trGroup(bool first_capital, bool singular)
1342  {
1343  QCString result((first_capital ? "Ryhmä" : "ryhmä")); // "Group" / "group"
1344  if (!singular) result+="t"; // "+s"
1345  return result;
1346  }
1347 
1348  /*! This is used for translation of the word that will possibly
1349  * be followed by a single name or by a list of names
1350  * of the category.
1351  */
1352  virtual QCString trPage(bool first_capital, bool singular)
1353  {
1354  QCString result((first_capital ? "Sivu" : "sivu")); // "Page" / "page"
1355  if (!singular) result+="t"; // "+s"
1356  return result;
1357  }
1358 
1359  /*! This is used for translation of the word that will possibly
1360  * be followed by a single name or by a list of names
1361  * of the category.
1362  */
1363  virtual QCString trMember(bool first_capital, bool singular)
1364  {
1365  QCString result((first_capital ? "Jäsen" : "jäsen")); // "Member" / "member"
1366  if (!singular) result+="et"; // "+s"
1367  return result;
1368  }
1369 
1370  /*! This is used for translation of the word that will possibly
1371  * be followed by a single name or by a list of names
1372  * of the category.
1373  */
1374  virtual QCString trGlobal(bool first_capital, bool singular)
1375  {
1376  QCString result((first_capital ? "Globaali" : "globaali")); // "Global" / "global"
1377  if (!singular) result+="t"; // "+s"
1378  return result;
1379  }
1380 
1381 //////////////////////////////////////////////////////////////////////////
1382 // new since 1.2.7
1383 //////////////////////////////////////////////////////////////////////////
1384 
1385  /*! This text is generated when the \\author command is used and
1386  * for the author section in man pages. */
1387  virtual QCString trAuthor(bool first_capital, bool singular)
1388  {
1389  QCString result((first_capital ? "Tekijä" : "tekijä")); // "Author" / "author"
1390  if (!singular) result+="t"; // "+s"
1391  return result;
1392  }
1393 
1394 //////////////////////////////////////////////////////////////////////////
1395 // new since 1.2.11
1396 //////////////////////////////////////////////////////////////////////////
1397 
1398  /*! This text is put before the list of members referenced by a member
1399  */
1401  {
1402  return "Viittaukset"; // "References"
1403  }
1404 
1405 //////////////////////////////////////////////////////////////////////////
1406 // new since 1.2.13
1407 //////////////////////////////////////////////////////////////////////////
1408 
1409  /*! used in member documentation blocks to produce a list of
1410  * members that are implemented by this one.
1411  */
1412  virtual QCString trImplementedFromList(int numEntries)
1413  {
1414  return "Toteuttaa luokan "+trWriteList(numEntries)+"."; // "Implements "
1415  }
1416 
1417  /*! used in member documentation blocks to produce a list of
1418  * all members that implement this abstract member.
1419  */
1420  virtual QCString trImplementedInList(int numEntries)
1421  {
1422  return "Toteutettu luokassa "+trWriteList(numEntries)+"."; // "Implemented in "
1423  }
1424 
1425 //////////////////////////////////////////////////////////////////////////
1426 // new since 1.2.16
1427 //////////////////////////////////////////////////////////////////////////
1428 
1429  /*! used in RTF documentation as a heading for the Table
1430  * of Contents.
1431  */
1433  {
1434  return "Sisällysluettelo"; // "Table of Contents"
1435  }
1436 
1437 //////////////////////////////////////////////////////////////////////////
1438 // new since 1.2.17
1439 //////////////////////////////////////////////////////////////////////////
1440 
1441  /*! Used as the header of the list of item that have been
1442  * flagged deprecated
1443  */
1445  {
1446  return "Vanhentuneiden lista"; // "Deprecated List"
1447  }
1448 
1449 //////////////////////////////////////////////////////////////////////////
1450 // new since 1.2.18
1451 //////////////////////////////////////////////////////////////////////////
1452 
1453  /*! Used as a header for declaration section of the events found in
1454  * a C# program
1455  */
1456  virtual QCString trEvents()
1457  {
1458  return "Tapahtumat"; // "Events"
1459  }
1460  /*! Header used for the documentation section of a class' events. */
1462  {
1463  return "Tapahtumien dokumentaatio"; // "Event Documentation"
1464  }
1465 
1466 //////////////////////////////////////////////////////////////////////////
1467 // new since 1.3
1468 //////////////////////////////////////////////////////////////////////////
1469 
1470  /*! Used as a heading for a list of Java class types with package scope.
1471  */
1473  {
1474  return "Paketin tyypit"; // "Package Types"
1475  }
1476  /*! Used as a heading for a list of Java class functions with package
1477  * scope.
1478  */
1480  {
1481  return "Paketin funktiot"; // "Package Functions"
1482  }
1483  /*! Used as a heading for a list of static Java class functions with
1484  * package scope.
1485  */
1487  {
1488  return "Paketin staattiset funktiot"; // "Static Package Functions"
1489  }
1490  /*! Used as a heading for a list of Java class variables with package
1491  * scope.
1492  */
1494  {
1495  return "Paketin attribuutit"; // "Package Attributes"
1496  }
1497  /*! Used as a heading for a list of static Java class variables with
1498  * package scope.
1499  */
1501  {
1502  return "Paketin staattiset attribuutit"; // "Static Package Attributes"
1503  }
1504 
1505 //////////////////////////////////////////////////////////////////////////
1506 // new since 1.3.1
1507 //////////////////////////////////////////////////////////////////////////
1508 
1509  /*! Used in the quick index of a class/file/namespace member list page
1510  * to link to the unfiltered list of all members.
1511  */
1512  virtual QCString trAll()
1513  {
1514  return "Kaikki"; // "All"
1515  }
1516  /*! Put in front of the call graph for a function. */
1518  {
1519  return "Tässä on kutsukaavio tälle funktiolle:"; // "Here is the call graph for this function:"
1520  }
1521 
1522 //////////////////////////////////////////////////////////////////////////
1523 // new since 1.3.3
1524 //////////////////////////////////////////////////////////////////////////
1525 
1526  /*! This string is used as the title for the page listing the search
1527  * results.
1528  */
1530  {
1531  return "Hakutulokset"; // "Search Results"
1532  }
1533  /*! This string is put just before listing the search results. The
1534  * text can be different depending on the number of documents found.
1535  * Inside the text you can put the special marker $num to insert
1536  * the number representing the actual number of search results.
1537  * The @a numDocuments parameter can be either 0, 1 or 2, where the
1538  * value 2 represents 2 or more matches. HTML markup is allowed inside
1539  * the returned string.
1540  */
1541  virtual QCString trSearchResults(int numDocuments)
1542  {
1543  if (numDocuments==0)
1544  {
1545  return "Valitettavasti yksikään dokumentti ei vastannut hakuasi."; // "Sorry, no documents matching your query."
1546  }
1547  else if (numDocuments==1)
1548  {
1549  return "Löytyi <b>1</b> dokumentti, joka vastasi hakuasi."; // "Found <b>1</b> document matching your query.";
1550  }
1551  else
1552  {
1553  return "Löytyi <b>$num</b> dokumenttia, jotka vastasivat hakuasi. " // "Found <b>$num</b> documents matching your query. "
1554  "Parhaat tulokset näytetään ensin."; // "Showing best matches first."
1555  }
1556  }
1557  /*! This string is put before the list of matched words, for each search
1558  * result. What follows is the list of words that matched the query.
1559  */
1561  {
1562  return "Osumat:"; // "Matches:"
1563  }
1564 
1565 //////////////////////////////////////////////////////////////////////////
1566 // new since 1.3.8
1567 //////////////////////////////////////////////////////////////////////////
1568 
1569  /*! This is used in HTML as the title of page with source code for file filename
1570  */
1572  {
1573  return filename + " lähdekooditiedosto"; // " Source File"
1574  }
1575 
1576 //////////////////////////////////////////////////////////////////////////
1577 // new since 1.3.9
1578 //////////////////////////////////////////////////////////////////////////
1579 
1580  /*! This is used as the name of the chapter containing the directory
1581  * hierarchy.
1582  */
1584  { return "Hakemistohierarkia"; } // "Directory Hierarchy"
1585 
1586  /*! This is used as the name of the chapter containing the documentation
1587  * of the directories.
1588  */
1590  { return "Hakemistojen dokumentaatio"; } // "Directory Documentation"
1591 
1592  /*! This is used as the title of the directory index and also in the
1593  * Quick links of an HTML page, to link to the directory hierarchy.
1594  */
1596  { return "Hakemistot"; } // "Directories"
1597 
1598  /*! This returns a sentences that introduces the directory hierarchy.
1599  * and the fact that it is sorted alphabetically per level
1600  */
1602  { return "Tämä hakemistohierarkia on järjestetty aakkosellisesti tasoittain:";
1603  //This directory hierarchy is sorted roughly, "
1604  // "but not completely, alphabetically:";
1605  }
1606 
1607  /*! This returns the title of a directory page. The name of the
1608  * directory is passed via \a dirName.
1609  */
1610  virtual QCString trDirReference(const char *dirName)
1611  { QCString result=dirName; result+=" hakemistoreferenssi"; return result; }
1612  // " Directory Reference"
1613 
1614  /*! This returns the word directory with or without starting capital
1615  * (\a first_capital) and in sigular or plural form (\a singular).
1616  */
1617  virtual QCString trDir(bool first_capital, bool singular)
1618  {
1619  QCString result((first_capital ? "Hakemisto" : "hakemisto")); // "Director" / "director"
1620  if (singular) result+=""; else result+="t"; // "+y" / "+ies"
1621  return result;
1622  }
1623 
1624 //////////////////////////////////////////////////////////////////////////
1625 // new since 1.4.1
1626 //////////////////////////////////////////////////////////////////////////
1627 
1628  /*! This text is added to the documentation when the \\overload command
1629  * is used for a overloaded function.
1630  */
1632  {
1633  return "Tämä on ylikuormitettu jäsenfunktio, ja se tarjotaan "
1634  "käytön helpottamiseksi. Se eroaa ylläolevasta "
1635  "funktiosta ainoastaan hyväksymiltään parametreilta.";
1636  // "This is an overloaded member function, "
1637  // "provided for convenience. It differs from the above "
1638  // "function only in what argument(s) it accepts."
1639  }
1640 
1641 //////////////////////////////////////////////////////////////////////////
1642 // new since 1.4.6
1643 //////////////////////////////////////////////////////////////////////////
1644 
1645  /*! This is used to introduce a caller (or called-by) graph */
1647  {
1648  return "Tässä on kutsukaavio tälle funktiolle:"; // "Here is the caller graph for this function:"
1649  }
1650 
1651  /*! This is used in the documentation of a file/namespace before the list
1652  * of documentation blocks for enumeration values
1653  */
1655  { return "Luettelotyypin dokumentaatio"; } // "Enumerator Documentation"
1656 
1657 //////////////////////////////////////////////////////////////////////////
1658 // new since 1.5.4 (mainly for Fortran)
1659 //////////////////////////////////////////////////////////////////////////
1660 
1661  /*! header that is put before the list of member subprograms (Fortran). */
1663  { return "Jäsenfunktioiden/aliohjelmien dokumentaatio"; } // "Member Function/Subroutine Documentation"
1664 
1665  /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1667  { return "Tietotyyppien lista"; } // "Data Types List"
1668 
1669  /*! This is put above each page as a link to all members of compounds (Fortran). */
1671  { return "Kentät"; } // "Data Fields";
1672 
1673  /*! This is an introduction to the annotated compound list (Fortran). */
1675  { return "Tässä ovat tietotyypit lyhyiden selitysten kanssa:"; } // "Here are the data types with brief descriptions:"
1676 
1677  /*! This is an introduction to the page with all data types (Fortran). */
1679  {
1680  QCString result="Tässä on lista kaikista "; // "Here is a list of all "
1681  if (!extractAll)
1682  {
1683  result+="dokumentoiduista "; // "documented "
1684  }
1685  result+="tietotyyppien jäsenistä"; // "data types members"
1686  result+=", sekä linkit "; // " with links to "
1687  if (!extractAll)
1688  {
1689  result+="tietueen dokumentaatioon jokaiselle jäsenelle"; // "the data structure documentation for each member"
1690  }
1691  else
1692  {
1693  result+="tietotyyppeihin, joihin ne kuuluvat:"; // "the data types they belong to:"
1694  }
1695  return result;
1696  }
1697 
1698  /*! This is used in LaTeX as the title of the chapter with the
1699  * annotated compound index (Fortran).
1700  */
1702  { return "Tietotyyppien hakemisto"; } // "Data Type Index"
1703 
1704  /*! This is used in LaTeX as the title of the chapter containing
1705  * the documentation of all data types (Fortran).
1706  */
1708  { return "Tietotyyppien dokumentaatio"; } // "Data Type Documentation"
1709 
1710  /*! This is used in the documentation of a file as a header before the
1711  * list of (global) subprograms (Fortran).
1712  */
1714  { return "Funktiot/aliohjelmat"; } // "Functions/Subroutines"
1715 
1716  /*! This is used in the documentation of a file/namespace before the list
1717  * of documentation blocks for subprograms (Fortran)
1718  */
1720  { return "Funktioiden/aliohjelmien dokumentaatio"; } // "Function/Subroutine Documentation"
1721 
1722  /*! This is used in the documentation of a file/namespace/group before
1723  * the list of links to documented compounds (Fortran)
1724  */
1726  { return "Tietotyypit"; } // "Data Types"
1727 
1728  /*! used as the title of page containing all the index of all modules (Fortran). */
1730  { return "Moduulilista"; } // "Modules List"
1731 
1732  /*! used as an introduction to the modules list (Fortran) */
1733  virtual QCString trModulesListDescription(bool extractAll)
1734  {
1735  QCString result="Tässä on lista kaikista "; // "Here is a list of all "
1736  if (!extractAll) result+="dokumentoiduista "; // "documented "
1737  result+="moduuleista lyhyiden selitysten kanssa:"; // "modules with brief descriptions:"
1738  return result;
1739  }
1740 
1741  /*! used as the title of the HTML page of a module/type (Fortran) */
1742  virtual QCString trCompoundReferenceFortran(const char *clName,
1743  ClassDef::CompoundType compType,
1744  bool isTemplate)
1745  {
1746  QCString result=(QCString)clName;
1747  switch(compType)
1748  {
1749  case ClassDef::Class: result+=" moduuli"; break; // " Module"
1750  case ClassDef::Struct: result+=" tyyppi"; break; // " Type"
1751  case ClassDef::Union: result+=" yhdiste"; break; // " Union"
1752  case ClassDef::Interface: result+=" rajapinta"; break; // " Interface"
1753  case ClassDef::Protocol: result+=" protokolla"; break; // " Protocol"
1754  case ClassDef::Category: result+=" kategoria"; break; // " Category"
1755  case ClassDef::Exception: result+=" poikkeus"; break; // " Exception"
1756  default: break;
1757  }
1758  if (isTemplate) result+="malli"; // " Template"
1759  result+="referenssi"; // " Reference"
1760  return result;
1761  }
1762  /*! used as the title of the HTML page of a module (Fortran) */
1763  virtual QCString trModuleReference(const char *namespaceName)
1764  {
1765  QCString result=namespaceName;
1766  result+=" moduulin referenssi"; // " Module Reference"
1767  return result;
1768  }
1769 
1770  /*! This is put above each page as a link to all members of modules. (Fortran) */
1772  { return "Moduulin jäsenet"; } // "Module Members"
1773 
1774  /*! This is an introduction to the page with all modules members (Fortran) */
1775  virtual QCString trModulesMemberDescription(bool extractAll)
1776  {
1777  QCString result="Tässä on lista moduulin kaikista "; // "Here is a list of all "
1778  if (!extractAll) result+="dokumentoiduista"; // "documented "
1779  result+="jäsenistä, sekä linkit "; // "module members with links to "
1780  if (extractAll)
1781  {
1782  result+="moduulin dokumentaatioon jokaiselle jäsenelle:"; // "the module documentation for each member:"
1783  }
1784  else
1785  {
1786  result+="moduuleihin, joihin ne kuuluvat:"; // "the modules they belong to:"
1787  }
1788  return result;
1789  }
1790 
1791  /*! This is used in LaTeX as the title of the chapter with the
1792  * index of all modules (Fortran).
1793  */
1795  { return "Moduulien hakemisto"; } // "Modules Index"
1796 
1797  /*! This is used for translation of the word that will possibly
1798  * be followed by a single name or by a list of names
1799  * of the category.
1800  */
1801  virtual QCString trModule(bool first_capital, bool singular)
1802  {
1803  QCString result((first_capital ? "Moduuli" : "moduuli")); // "Module" / "module"
1804  if (!singular) result+="t"; // "+s"
1805  return result;
1806  }
1807  /*! This is put at the bottom of a module documentation page and is
1808  * followed by a list of files that were used to generate the page.
1809  */
1811  bool single)
1812  { // here s is one of " Module", " Struct" or " Union"
1813  // single is true implies a single file
1814  QCString result=(QCString)"Dokumentaatio tälle "; // "The documentation for this "
1815  switch(compType)
1816  {
1817  case ClassDef::Class: result+="moduulille"; break; // "module"
1818  case ClassDef::Struct: result+="tyypille"; break; // "type"
1819  case ClassDef::Union: result+="yhdisteelle"; break; // "union"
1820  case ClassDef::Interface: result+="rajapinnalle"; break; // "interface"
1821  case ClassDef::Protocol: result+="protokollalle"; break; // "protocol"
1822  case ClassDef::Category: result+="kategorialle"; break; // "category"
1823  case ClassDef::Exception: result+="poikkeukselle"; break; // "exception"
1824  default: break;
1825  }
1826  result+=" luotiin "; // " was generated from the following file"
1827  if (single) result+="seuraavasta tiedostosta:"; else result+="seuraavista tiedostoista:"; // ":" / "s:"
1828  return result;
1829  }
1830  /*! This is used for translation of the word that will possibly
1831  * be followed by a single name or by a list of names
1832  * of the category.
1833  */
1834  virtual QCString trType(bool first_capital, bool singular)
1835  {
1836  QCString result((first_capital ? "Tyyppi" : "tyyppi")); // "Type" / "type"
1837  if (!singular) result=(first_capital ? "Tyypit" : "tyypit"); // "+s"
1838  return result;
1839  }
1840  /*! This is used for translation of the word that will possibly
1841  * be followed by a single name or by a list of names
1842  * of the category.
1843  */
1844  virtual QCString trSubprogram(bool first_capital, bool singular)
1845  {
1846  QCString result((first_capital ? "Aliohjelma" : "aliohjelma")); // "Subprogram" / "subprogram"
1847  if (!singular) result+="t"; // "+s"
1848  return result;
1849  }
1850 
1851  /*! C# Type Constraint list */
1853  {
1854  return "Tyyppien rajoitteet"; // "Type Constraints"
1855  }
1856 
1857 };
1858 
1859 #endif
virtual QCString trNamespaces()
static QCString name
Definition: declinfo.cpp:673
virtual QCString trNamespaceList()
virtual QCString trWarning()
virtual QCString trEnumValue()
virtual QCString trDirDescription()
virtual QCString trProtectedTypes()
virtual QCString trCompoundReferenceFortran(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
virtual QCString trStaticProtectedAttribs()
virtual QCString trInclDepGraph(const char *fName)
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
virtual QCString trLegend()
virtual QCString trTypedefs()
virtual QCString trCompoundMembersDescription(bool extractAll)
virtual QCString trStaticPublicAttribs()
virtual QCString trGotoDocumentation()
virtual QCString trPropertyDocumentation()
virtual QCString trExamplesDescription()
virtual QCString trDirIndex()
virtual QCString trConstructorDocumentation()
virtual QCString trInclByDepGraph()
QCString generateMarker(int id)
Definition: util.cpp:266
static QCString result
virtual QCString trDefinedAtLineInSourceFile()
virtual QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
virtual QCString trMemberList()
virtual QCString trModulesDescription()
virtual QCString trGlobal(bool first_capital, bool singular)
virtual QCString trSubprograms()
virtual QCString trDefines()
virtual QCString trRelatedFunctions()
virtual QCString trModuleDocumentation()
virtual QCString trEvents()
virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single)
virtual QCString trFileList()
virtual QCString trLegendTitle()
virtual QCString trRTFansicp()
virtual QCString trPostcondition()
virtual QCString trBugList()
virtual QCString trVersion()
virtual QCString trPackage(const char *name)
virtual QCString trFriends()
virtual QCString trPublicTypes()
virtual QCString trInheritsList(int numEntries)
virtual QCString trPrivateSlots()
virtual QCString trImplementedInList(int numEntries)
virtual QCString trPackageList()
virtual QCString trPageAbbreviation()
virtual QCString trCompoundIndex()
virtual QCString trTestList()
virtual QCString trMemberFunctionDocumentation()
virtual QCString trType(bool first_capital, bool singular)
virtual QCString trFileIndex()
virtual QCString trMemberEnumerationDocumentation()
virtual QCString trRelatedPages()
virtual QCString trClassDocumentation()
virtual QCString trSubprogram(bool first_capital, bool singular)
virtual QCString trCompoundList()
virtual QCString trCode()
virtual QCString latexLanguageSupportCommand()
virtual QCString trDataTypes()
virtual QCString trTodoList()
virtual QCString trDocumentation()
virtual QCString trReferences()
virtual QCString trFileMembers()
string filename
Definition: train.py:213
virtual QCString trCompoundListFortran()
virtual QCString trModuleIndex()
virtual QCString trModulesMembers()
virtual QCString trSearch()
virtual QCString trPackages()
virtual QCString trSourceFile(QCString &filename)
virtual QCString trBug()
virtual QCString trReturns()
virtual QCString trParameters()
virtual QCString trPrivateAttribs()
virtual QCString trGotoTextualHierarchy()
virtual QCString trTest()
virtual QCString trFile(bool first_capital, bool singular)
virtual QCString trDir(bool first_capital, bool singular)
virtual QCString trDefineValue()
virtual QCString trSearchResults(int numDocuments)
virtual QCString trGroup(bool first_capital, bool singular)
virtual QCString trPublicMembers()
virtual QCString trPrivateMembers()
virtual QCString trOverloadText()
virtual QCString trImplementedFromList(int numEntries)
virtual QCString trEventDocumentation()
virtual QCString trFileListDescription(bool extractAll)
virtual QCString trModule(bool first_capital, bool singular)
virtual QCString trCompoundListDescription()
virtual QCString trGeneratedBy()
virtual QCString trSubprogramDocumentation()
fileName
Definition: dumpTree.py:9
virtual QCString trFileDocumentation()
virtual QCString trDeprecated()
virtual QCString trReimplementedFromList(int numEntries)
virtual QCString trEnumerationValueDocumentation()
virtual QCString trModuleReference(const char *namespaceName)
virtual QCString trEnumerations()
virtual QCString trReturnValues()
virtual QCString trGotoGraphicalHierarchy()
virtual QCString trDate()
virtual QCString trCompounds()
virtual QCString trSearchResultsTitle()
virtual QCString trAuthor(bool first_capital, bool singular)
virtual QCString trMemberDataDocumentation()
virtual QCString trStaticPrivateMembers()
virtual QCString trMember(bool first_capital, bool singular)
virtual QCString trDirectories()
virtual QCString trStaticPackageMembers()
virtual QCString trEnumerationValues()
virtual QCString trClassHierarchyDescription()
virtual QCString trPublicAttribs()
virtual QCString trNamespaceMembers()
virtual QCString trMemberTypedefDocumentation()
virtual QCString trModulesList()
virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trTypeDocumentation()
virtual QCString trPageDocumentation()
virtual QCString trClass(bool first_capital, bool singular)
virtual QCString trCompoundMembersFortran()
virtual QCString trNamespaceIndex()
virtual QCString trProtectedAttribs()
virtual QCString trNamespaceReference(const char *namespaceName)
virtual QCString trFunctionDocumentation()
virtual QCString trEnumName()
#define Config_getBool(val)
Definition: config.cpp:664
virtual QCString trTodo()
virtual QCString trCompoundListDescriptionFortran()
QCString getDotImageExtension(void)
Definition: util.cpp:8562
virtual QCString trInheritedByList(int numEntries)
virtual QCString trDirReference(const char *dirName)
virtual QCString trNamespace(bool first_capital, bool singular)
virtual QCString trCallerGraph()
virtual QCString trPage(bool first_capital, bool singular)
virtual QCString trSeeAlso()
virtual QCString trDirDocumentation()
virtual QCString trGraphicalHierarchy()
virtual QCString trEnumerationTypeDocumentation()
virtual QCString trPackageMembers()
virtual QCString trNote()
virtual QCString trNamespaceDocumentation()
virtual QCString trListOfAllMembers()
virtual QCString trDeprecatedList()
virtual QCString trReimplementedInList(int numEntries)
virtual QCString trFileMembersDescription(bool extractAll)
virtual QCString trPrivateTypes()
virtual QCString trPublicSlots()
virtual QCString trReferenceManual()
virtual QCString trRelatedPagesDescription()
virtual QCString trClasses()
virtual QCString trExamples()
virtual QCString trInvariant()
virtual QCString trAttention()
virtual QCString trStaticPrivateAttribs()
virtual QCString trIncludingInheritedMembers()
virtual QCString trGeneratedAt(const char *date, const char *projName)
virtual QCString trCollaborationDiagram(const char *clName)
virtual QCString trPageIndex()
virtual QCString trStaticProtectedMembers()
virtual QCString trSearchMatches()
virtual QCString trStaticPublicMembers()
virtual QCString trDefinedIn()
virtual QCString trClassHierarchy()
virtual QCString trModulesListDescription(bool extractAll)
CompoundType
Definition: classdef.h:63
virtual QCString trCallGraph()
virtual QCString trRemarks()
virtual QCString trGeneratedAutomatically(const char *s)
virtual QCString trPackageAttribs()
virtual QCString idLanguage()
virtual QCString trCompoundIndexFortran()
virtual QCString trCompoundMembers()
virtual QCString trModules()
virtual QCString trRTFGeneralIndex()
virtual QCString trRTFCharSet()
virtual QCString trRelatedFunctionDocumentation()
virtual QCString trSignals()
virtual QCString trFunctions()
virtual QCString trRTFTableOfContents()
virtual QCString trNamespaceListDescription(bool extractAll)
virtual QCString trPackageListDescription()
virtual QCString trWriteList(int numEntries)
virtual QCString trAll()
virtual QCString trHierarchicalIndex()
virtual QCString trRelatedSubscript()
virtual QCString trPackageTypes()
virtual QCString trProperties()
virtual QCString trLegendDocs()
virtual QCString trForInternalUseOnly()
virtual QCString trVariables()
virtual QCString trMemberFunctionDocumentationFortran()
virtual QCString trProtectedSlots()
virtual QCString trSince()
virtual QCString trExampleDocumentation()
virtual QCString trProtectedMembers()
virtual QCString trClassDiagram(const char *clName)
virtual QCString trDefinedInSourceFile()
static QCString * s
Definition: config.cpp:1042
virtual QCString trModulesIndex()
virtual QCString trPrecondition()
virtual QCString trNamespaceMemberDescription(bool extractAll)
virtual QCString trExceptions()
virtual QCString trTypeConstraints()
virtual QCString trThisIsTheListOfAllMembers()
virtual QCString trVariableDocumentation()
virtual QCString trInitialValue()
virtual QCString trStaticPackageAttribs()
virtual QCString trMore()
virtual QCString trGotoSourceCode()
virtual QCString trTypedefDocumentation()
virtual QCString trDefineDocumentation()
virtual QCString trFileReference(const char *fileName)
virtual QCString trDetailedDescription()
virtual QCString trMainPage()
virtual QCString trReferencedBy()