translator_fi.h

Go to the documentation of this file.
00001 /******************************************************************************
00002  *
00003  * 
00004  *
00005  * Copyright (C) 1997-2008 by Dimitri van Heesch.
00006  *
00007  * Permission to use, copy, modify, and distribute this software and its
00008  * documentation under the terms of the GNU General Public License is hereby 
00009  * granted. No representations are made about the suitability of this software 
00010  * for any purpose. It is provided "as is" without express or implied warranty.
00011  * See the GNU General Public License for more details.
00012  *
00013  * Documents produced by Doxygen are derivative works derived from the
00014  * input used in their production; they are not affected by this license.
00015  *
00016  */
00017 /*
00018 ==================================================================================
00019 Suomenkielinen käännös:
00020 Olli Korhonen      <olli.korhonen@ccc.fi>
00021 ==================================================================================
00022 1999/10/19
00023 *  Alustava käännös valmis.
00024 
00025 *  Huom: Kaikille termeille on keksitty käännösvastine, mikä ei ehkä ole 
00026          kaikissa tapauksissa hyvä ratkaisu, ja parempikin termi voi 
00027          olla vakiintuneessa käytössä.
00028 
00029 * Tehtävää: 
00030         - Termien kokoaminen listaksi ja suomennosten järkevyyden tarkastelu. (lista on jo melko kattava)
00031                 Author          = Tekijä
00032                 Class           = Luokka
00033                 Compound        = Kooste ?
00034                 Data            = Data
00035                 Documentation   = Dokumentaatio
00036                 Defines         = Määrittelyt ?
00037                 Description     = Selite
00038                 Detailed        = Yksityiskohtainen
00039                 diagram         = kaavio
00040                 Enum            = Enumeraatio ?
00041                 Exceptions      = Poikkeukset
00042                 File            = Tiedosto
00043                 Friends         = Ystävät ?
00044                 Functions       = Funktiot
00045                 Hierarchical    = Hierarkinen
00046                 Index           = Indeksi
00047                 Inherits        = Perii
00048                 Member          = Jäsen
00049                 Module          = Moduli
00050                 Namespace       = Nimiavaruus ?
00051                 Parameters      = Parametrit
00052                 Private         = Yksityinen
00053                 Protected       = Suojattu
00054                 Prototypes      = Prototyypit
00055                 Public          = Julkinen
00056                 Reference Manual= Käsikirja
00057                 Reimplemented   = Uudelleen toteutettu
00058                 Related         = Liittyvä
00059                 Signals         = Signaali
00060                 Slots           = ? 
00061                 Static          = Staattinen
00062                 Struct          = ?
00063                 Typedef         = Tyyppimäärittely
00064                 Union           = ?
00065                 Variables       = Muuttujat
00066         - Taivutusmuotojen virheettömyyden tarkastelu prepositioiden korvauskohdissa.
00067         - Sanasta sanaan käännöskohtien mielekkyyden tarkastelu valmiista dokumentista.
00068         - umlaut vastineiden käyttö scandien kohdalla.
00069 
00070 positiiviset kommentit otetaan ilolla vastaan.
00071 ===================================================================================
00072 */
00073 
00074 #ifndef TRANSLATOR_FI_H
00075 #define TRANSLATOR_FI_H
00076 
00077 class TranslatorFinnish : public TranslatorEnglish
00078 {
00079   public:
00084     virtual QCString updateNeededMessage()
00085     {
00086       return "Warning: The Finnish translator is really obsolete.\n"
00087              "It was not updated since version 1.0.0.  As a result,\n"
00088              "some sentences may appear in English.\n\n";
00089     }
00090 
00091     QCString idLanguage()
00092     { return "finnish"; }
00093 
00094     QCString trRelatedFunctions()
00095       // used in the compound documentation before a list of related functions.
00096     { return "Liittyvät Funktiot"; } // "Related Functions";
00097 
00098     QCString trRelatedSubscript()
00099       // subscript for the related functions.
00100     { return "(Huomaa, että nämä eivät ole jäsenfunktioita.)"; } // "(Note that these are not member functions.)"
00101 
00102     QCString trDetailedDescription()
00103       // header that is put before the detailed description of files, classes and namespaces.
00104     { return "Yksityiskohtainen Selite"; } // "Detailed Description"
00105 
00106     QCString trMemberTypedefDocumentation()
00107       // header that is put before the list of typedefs.
00108     { return "Jäsen Tyyppimäärittelyiden Dokumentaatio"; } // "Member Typedef Documentation"
00109 
00110     QCString trMemberEnumerationDocumentation()
00111       // header that is put before the list of enumerations.
00112     { return "Jäsen Enumeraatioiden Dokumentaatio"; } // "Member Enumeration Documentation"
00113 
00114     QCString trEnumerationValueDocumentation()
00115     { return "Enumeraatioarvojen Dokumentaatio"; } 
00116 
00117     QCString trMemberFunctionDocumentation()
00118       // header that is put before the list of member functions.
00119     { return "Jäsen Funktioiden Dokumentaatio"; } // "Member Function Documentation"
00120     QCString trMemberDataDocumentation()
00121       // header that is put before the list of member attributes.
00122     { return "Jäsen Datan Dokumentaatio"; } // "Member Data Documentation"
00123 
00124     QCString trMore()
00125       // this is the text of a link put after brief descriptions.
00126     { return "Lisää..."; } // "More..."
00127 
00128     QCString trListOfAllMembers()
00129       // put in the class documentation
00130     { return "Lista kaikista jäsenistä."; } // "List of all members."
00131     QCString trMemberList()
00132 
00133       // used as the title of the "list of all members" page of a class
00134     { return "Jäsen Lista"; } // "Member List"
00135 
00136     QCString trThisIsTheListOfAllMembers()
00137       // this is the first part of a sentence that is followed by a class name
00138     { return "Tämä on lista kaikista jäsenistä"; } // "This is the complete list of members for "
00139     QCString trIncludingInheritedMembers()
00140       // this is the remainder of the sentence after the class name
00141     { return ", sisältää kaikki perityt jäsenet."; } // ", including all inherited members."
00142 
00143     QCString trGeneratedAutomatically(const char *s)
00144       // this is put at the author sections at the bottom of man pages.
00145       // parameter s is name of the project name.
00146     { QCString result="Automaattisesti generoitu Doxygen:lla "; // "Generated automatically by Doxygen"
00147       //if (s) result+=(QCString)" voor "+s;
00148       // tässä on ongelma, kuinka taivuttaa parametria, esim. "Jcad"+"in"; "IFC2VRML konversio"+"n"
00149       // mutta ratkaistaan ongelma kätevästi kaksoispisteellä -> "Jcad:n" / "IFC2VRML konversio:n"
00150       // lopputulos on vähemmän kökkö ja täysin luettava, mutta ei kuitenkaan täydellinen.
00151       if (s) result+=(QCString)s+":n "; 
00152       result+="lähdekoodista."; // " from the source code."
00153       return result;
00154     }
00155 
00156     QCString trEnumName()
00157       // put after an enum name in the list of all members
00158     { return "enumeraation nimi"; } // "enum name"
00159 
00160     QCString trEnumValue()
00161       // put after an enum value in the list of all members
00162     { return "enumeraation arvo"; } // "enum value"
00163 
00164     QCString trDefinedIn()
00165       // put after an undocumented member in the list of all members
00166     { return "määritelty"; } // "defined in"
00167 
00168     // quick reference sections
00169     QCString trModules()
00170       // This is put above each page as a link to the list of all groups of 
00171       // compounds or files (see the \group command).
00172     { return "Modulit"; } // "Modules"
00173     QCString trClassHierarchy()
00174       // This is put above each page as a link to the class hierarchy 
00175     { return "Luokka Hierarkia"; } // "Class Hierarchy"
00176     QCString trCompoundList()
00177       // This is put above each page as a link to the list of annotated classes
00178     { return "Kooste Lista"; } // "Compound List"
00179     QCString trFileList()
00180       // This is put above each page as a link to the list of documented files
00181     { return "Tiedosto Lista"; } // "File List"
00182     QCString trHeaderFiles()
00183       // This is put above each page as a link to the list of all verbatim headers
00184     { return "Header Tiedostot"; } // "Header Files"
00185     QCString trCompoundMembers()
00186       // This is put above each page as a link to all members of compounds.
00187     { return "Koosteen Jäsenet"; } // "Compound Members"
00188     QCString trFileMembers()
00189       // This is put above each page as a link to all members of files.
00190     { return "Tiedosto Jäsenet"; } // "File Members"
00191     QCString trRelatedPages()
00192       // This is put above each page as a link to all related pages.
00193     { return "Liittyvät Sivut"; } // "Related Pages"
00194     QCString trExamples()
00195       // This is put above each page as a link to all examples.
00196     { return "Esimerkit"; } // "Examples"
00197     QCString trSearch()
00198       // This is put above each page as a link to the search engine.
00199     { return "Etsi"; } // "Search"
00200     QCString trClassHierarchyDescription()
00201       // This is an introduction to the class hierarchy.
00202     { return "Tämä periytymislista on päätasoltaan aakkostettu " // "This inheritance list is sorted roughly, "
00203              "mutta alijäsenet on aakkostettu itsenäisesti:"; // "but not completely, alphabetically:";
00204     }
00205     QCString trFileListDescription(bool extractAll)
00206       // This is an introduction to the list with all files.
00207     {
00208       QCString result="Täällä on lista kaikista ";
00209       if (!extractAll) result+="dokumentoiduista "; // "documented "
00210       result+="tiedostoista lyhyen selitteen kera:"; // "files with brief descriptions:"
00211       return result;
00212     }
00213     QCString trCompoundListDescription()
00214       // This is an introduction to the annotated compound list
00215     { return "Täällä on luokat, struktuurit ja " // "Here are the classes, structs and "
00216              "unionit lyhyen selitteen kera:"; // "unions with brief descriptions:"
00217     }
00218     QCString trCompoundMembersDescription(bool extractAll)
00219       // This is an introduction to the page with all class members
00220     {
00221       QCString result="Täällä on lista kaikista "; // "Here is a list of all "
00222       if (!extractAll) result+="dokumentoiduista "; // "documented "
00223       result+="luokan jäsenistä linkitettynä "; // "class members with links to "
00224       if (!extractAll) 
00225         result+="jokaisen jäsenen luokkadokumentaatioon:"; // "the class documentation for each member:"
00226       else 
00227         result+="luokkaan johon ne kuuluvat:"; // "the classes they belong to:"
00228       return result;
00229     }
00230     QCString trFileMembersDescription(bool extractAll)
00231       // This is an introduction to the page with all file members
00232     {
00233       QCString result="Täällä on lista kaikista "; // "Here is a list of all "
00234       if (!extractAll) result+="dokumentoiduista "; // "documented ";
00235       result+="tiedosto jäsenistä linkitettynä "; // "file members with links to "
00236       if (extractAll) 
00237         result+="kunkin jäsenen tiedosto dokumentaatioon:"; // "the file documentation for each member:"
00238       else 
00239         result+="tiedostoon johon ne kuuluvat:"; // "the files they belong to:"
00240       return result;
00241     }
00242     QCString trHeaderFilesDescription()
00243       // This is an introduction to the page with the list of all header files
00244     { return "Täällä on kaikki header tiedostot jotka muodostavat API:n:"; } // "Here are the header files that make up the API:"
00245     QCString trExamplesDescription()
00246       // This is an introduction to the page with the list of all examples
00247     { return "Täällä on lista kaikista esimerkeistä:"; } //  "Here is a list of all examples:"
00248     QCString trRelatedPagesDescription()
00249       // This is an introduction to the page with the list of related pages
00250     { return "Täällä on lista kaikista liittyvistä dokumentaatiosivuista:"; } // "Here is a list of all related documentation pages:"
00251     QCString trModulesDescription()
00252       // This is an introduction to the page with the list of class/file groups
00253     { return "Täällä on lista kaikista moduleista:"; } // "Here is a list of all modules:"
00254     QCString trNoDescriptionAvailable()
00255       // This sentences is used in the annotated class/file lists if no brief
00256       // description is given.
00257     { return "Selitettä ei ole saatavilla"; } // "No description available"
00258 
00259     // index titles (the project name is prepended for these) 
00260     QCString trDocumentation()
00261       // This is used in HTML as the title of index.html. 
00262     { return "Dokumentaatio"; } // "Documentation"
00263     QCString trModuleIndex()
00264       // This is used in LaTeX as the title of the chapter with the 
00265       // index of all groups.
00266     { return "Moduli Indeksi"; } // "Module Index"
00267     QCString trHierarchicalIndex()
00268       // This is used in LaTeX as the title of the chapter with the 
00269       // class hierarchy.
00270     { return "Hierarkinen Indeksi"; } // "Hierarchical Index"
00271     QCString trCompoundIndex()
00272       // This is used in LaTeX as the title of the chapter with the 
00273       // annotated compound index
00274     { return "Koosteiden Indeksi"; } // "Compound Index"
00275     QCString trFileIndex() 
00276       // This is used in LaTeX as the title of the chapter with the
00277       // list of all files.
00278     { return "Tiedosto Indeksi"; } // "File Index"
00279     QCString trModuleDocumentation()
00280       // This is used in LaTeX as the title of the chapter containing
00281       // the documentation of all groups.
00282     { return "Moduli Dokumentaatio"; } // "Module Documentation"
00283     QCString trClassDocumentation()
00284       // This is used in LaTeX as the title of the chapter containing
00285       // the documentation of all classes, structs and unions.
00286     { return "Luokka Dokumentaatio"; } // "Class Documentation"
00287     QCString trFileDocumentation()
00288       // This is used in LaTeX as the title of the chapter containing
00289       // the documentation of all files.
00290     { return "Tiedosto Dokumentaatio"; } // "File Documentation"
00291     QCString trExampleDocumentation()
00292       // This is used in LaTeX as the title of the chapter containing
00293       // the documentation of all examples.
00294     { return "Esimerkkien Dokumentaatio"; } // "Example Documentation"
00295     QCString trPageDocumentation()
00296       // This is used in LaTeX as the title of the chapter containing
00297       // the documentation of all related pages.
00298     { return "Sivujen Dokumentaatio"; } // "Page Documentation"
00299     QCString trReferenceManual()
00300       // This is used in LaTeX as the title of the document
00301     { return "Käsikirja"; } // "Reference Manual"
00302 
00303     QCString trDefines()
00304       // This is used in the documentation of a file as a header before the 
00305       // list of defines
00306     { return "Määrittelyt"; } // "Defines"
00307     QCString trFuncProtos()
00308       // This is used in the documentation of a file as a header before the 
00309       // list of function prototypes
00310     { return "Funktioiden Prototyypit"; } // "Function Prototypes"
00311     QCString trTypedefs()
00312       // This is used in the documentation of a file as a header before the 
00313       // list of typedefs
00314     { return "Tyyppimäärittelyt"; } // "Typedefs"
00315     QCString trEnumerations()
00316       // This is used in the documentation of a file as a header before the 
00317       // list of enumerations
00318     { return "Enumeraatiot"; } // "Enumerations"
00319     QCString trFunctions()
00320       // This is used in the documentation of a file as a header before the 
00321       // list of (global) functions
00322     { return "Funktiot"; } // "Functions"
00323     QCString trVariables()
00324       // This is used in the documentation of a file as a header before the 
00325       // list of (global) variables
00326     { return "Muuttujat"; } // "Variables"
00327     QCString trEnumerationValues()
00328       // This is used in the documentation of a file as a header before the 
00329       // list of (global) variables
00330     { return "Enumeraation arvot"; } // "Enumeration values"
00331 
00332     QCString trDefineDocumentation()
00333       // This is used in the documentation of a file before the list of
00334       // documentation blocks for defines
00335     { return "Määritysten dokumentointi"; } // "Define Documentation"
00336     QCString trFunctionPrototypeDocumentation()
00337       // This is used in the documentation of a file/namespace before the list 
00338       // of documentation blocks for function prototypes
00339     { return "Funktio Prototyyppien Dokumentaatio"; } // "Function Prototype Documentation"
00340     QCString trTypedefDocumentation()
00341       // This is used in the documentation of a file/namespace before the list 
00342       // of documentation blocks for typedefs
00343     { return "Tyyppimääritysten Dokumentaatio"; } // "Typedef Documentation"
00344     QCString trEnumerationTypeDocumentation()
00345       // This is used in the documentation of a file/namespace before the list 
00346       // of documentation blocks for enumeration types
00347     { return "Enumeraatio Tyyppien Dokumentaatio"; } // "Enumeration Type Documentation"
00348     QCString trFunctionDocumentation()
00349       // This is used in the documentation of a file/namespace before the list 
00350       // of documentation blocks for functions
00351     { return "Funktioiden Dokumentaatio"; } // "Function Documentation"
00352     QCString trVariableDocumentation()
00353       // This is used in the documentation of a file/namespace before the list 
00354       // of documentation blocks for variables
00355     { return "Muuttujien Dokumentaatio"; } // "Variable Documentation"
00356     QCString trCompounds()
00357       // This is used in the documentation of a file/namespace/group before 
00358       // the list of links to documented compounds
00359     { return "Koosteet"; } // "Compounds"
00360     QCString trFiles()
00361       // This is used in the documentation of a group before the list of 
00362       // links to documented files
00363     { return "Tiedostot"; } // "Files"
00364 
00365     QCString trGeneratedAt(const char *date,const char *projName)
00366     { 
00367         // funktio on hiukan vaikea kääntää prepositioihin sidotun rakenteen vuoksi.
00368       QCString result=(QCString)"Generoitu "+date; // "Generated at "
00369       if (projName) result+=(QCString)" projektille "+projName; // " for "
00370       result+=(QCString)" tekijä: "; // " by"
00371       return result;
00372     }
00373     QCString trWrittenBy()
00374     {
00375       return "kirjoittanut"; // "written by"
00376     }
00377     QCString trClassDiagram(const char *clName)
00378       // this text is put before a class diagram
00379     {
00380       return (QCString)clName+":n Luokkakaavio"; // "Class diagram for "
00381     }
00382 
00383     QCString trForInternalUseOnly()
00384       // this text is generated when the \internal command is used.
00385     { return "Vain sisäiseen käyttöön."; } // "For internal use only."
00386     QCString trReimplementedForInternalReasons()
00387       // this text is generated when the \reimp command is used.
00388     { return "Uudelleen toteutettu sisäisistä syistä; API ei ole muuttunut."; } // "Reimplemented for internal reasons; the API is not affected."
00389     QCString trWarning()
00390       // this text is generated when the \warning command is used.
00391     { return "Varoitus"; } // "Warning"
00392       // this text is generated when the \bug command is used.
00393     QCString trBugsAndLimitations()
00394     { return "Virheet ja rajoitukset"; } // "Bugs and limitations"
00395     QCString trVersion()
00396       // this text is generated when the \version command is used.
00397     { return "Versio"; } // "Version"
00398     QCString trDate()
00399       // this text is generated when the \date command is used.
00400     { return "Päiväys"; } // "Date"
00401     QCString trAuthors()
00402       // this text is generated when the \author command is used.
00403     { return "Tekijä(t)"; } // "Author(s)"
00404     QCString trReturns()
00405       // this text is generated when the \return command is used.
00406     { return "Palauttaa"; } // "Returns"
00407     QCString trSeeAlso()
00408       // this text is generated when the \sa command is used.
00409     { return "Katso myös"; } // "See also"
00410     QCString trParameters()
00411       // this text is generated when the \param command is used.
00412     { return "Parametrit"; } // "Parameters"
00413     QCString trExceptions()
00414       // this text is generated when the \exception command is used.
00415     { return "Poikkeukset"; } // "Exceptions"
00416     QCString trGeneratedBy()
00417       // this text is used in the title page of a LaTeX document.
00418     { return "Generoinut"; } // "Generated by"
00419     
00421 // new since 0.49-990307 
00423     
00424     QCString trNamespaceList()
00425       // used as the title of page containing all the index of all namespaces.
00426     { return "Nimiavaruus Lista"; } // "Namespace List"
00427     QCString trNamespaceListDescription(bool extractAll)
00428       // used as an introduction to the namespace list
00429     {
00430       QCString result="Täällä on lista kaikista "; // "Here is a list of all "
00431       if (!extractAll) result+="dokumentoiduista "; // "Here is a list of all "
00432       result+="nimiavaruuksista lyhyen selitteen kera:"; // "namespaces with brief descriptions:"
00433       return result;
00434     }
00435     QCString trFriends()
00436       // used in the class documentation as a header before the list of all
00437       // friends of a class
00438     { return "Ystävät"; } // "Friends"
00439 
00441 // new since 0.49-990405
00443     
00444     QCString trRelatedFunctionDocumentation()
00445       // used in the class documentation as a header before the list of all
00446       // related classes
00447     { return "Ystävät ja niihin Liittyvien Funktioiden Dokumentaatio"; } // "Friends And Related Function Documentation"
00448     
00450 // new since 0.49-990425
00452 
00453     virtual QCString trCompoundReference(const char *clName,
00454                                     ClassDef::CompoundType compType,
00455                                     bool /*isTemplate*/)
00456       // used as the title of the HTML page of a class/struct/union
00457     {
00458       QCString result=(QCString)clName+" ";
00459       switch(compType)
00460       {
00461         case ClassDef::Class:  result+=" Luokka"; break; // "Class"
00462         case ClassDef::Struct: result+=" Struct"; break; // "Struct"
00463         case ClassDef::Union:  result+=" Union"; break; // "Union"
00464         case ClassDef::Interface: result+=" Interface"; break; // "Interface"
00465         case ClassDef::Protocol: result+=" Protocol"; break; // translate me!
00466         case ClassDef::Category: result+=" Category"; break; // translate me!
00467         case ClassDef::Exception: result+=" Exception"; break; // "Interface"
00468       }
00469       result+=" Referenssi"; // " Reference"
00470       return result;
00471     }
00472     virtual QCString trFileReference(const char *fileName)
00473       // used as the title of the HTML page of a file
00474     {
00475       QCString result=fileName;
00476       result+=" Tiedosto Referenssi"; // " File Reference"
00477       return result;
00478     }
00479     virtual QCString trNamespaceReference(const char *namespaceName)
00480       // used as the title of the HTML page of a namespace
00481     {
00482       QCString result=namespaceName;
00483       result+=" Nimiavaruus Referenssi"; // " Namespace Reference"
00484       return result;
00485     }
00486     
00487     // these are for the member sections of a class, struct or union 
00488     virtual QCString trPublicMembers()
00489     { return "Julkiset Jäsenet"; } // "Public Members"
00490     virtual QCString trPublicSlots()
00491     { return "Julkiset Slotit"; } // "Public Slots"
00492     virtual QCString trSignals()
00493     { return "Signaalit"; } // "Signals"
00494     virtual QCString trStaticPublicMembers()
00495     { return "Staattiset Julkiset Jäsenet"; } // "Static Public Members"
00496     virtual QCString trProtectedMembers()
00497     { return "Suojatut Jäsenet"; } // "Protected Members"
00498     virtual QCString trProtectedSlots()
00499     { return "Suojatut Slotit"; } // "Protected Slots"
00500     virtual QCString trStaticProtectedMembers()
00501     { return "Staattiset Suojatut Jäsenet"; } // "Static Protected Members"
00502     virtual QCString trPrivateMembers()
00503     { return "Yksityiset Jäsenet"; } // "Private Members"
00504     virtual QCString trPrivateSlots()
00505     { return "Yksityiset Slotit"; } // "Private Slots"
00506     virtual QCString trStaticPrivateMembers()
00507     { return "Staattiset Yksityiset Jäsenet"; } // "Static Private Members"
00508     // end of member sections 
00509     
00510     virtual QCString trWriteList(int numEntries)
00511     {
00512       // this function is used to produce a comma-separated list of items.
00513       // use generateMarker(i) to indicate where item i should be put.
00514       QCString result;
00515       int i;
00516       // the inherits list contain `numEntries' classes
00517       for (i=0;i<numEntries;i++) 
00518       {
00519         // use generateMarker to generate placeholders for the class links!
00520         result+=generateMarker(i); // generate marker for entry i in the list 
00521                                    // (order is left to right)
00522         
00523         if (i!=numEntries-1)  // not the last entry, so we need a separator
00524         {
00525           if (i<numEntries-2) // not the fore last entry 
00526             result+=", ";
00527           else                // the fore last entry
00528             result+=" ja "; // ", and "
00529         }
00530       }
00531       return result; 
00532     }
00533     
00534     virtual QCString trInheritsList(int numEntries)
00535       // used in class documentation to produce a list of base classes,
00536       // if class diagrams are disabled.
00537     {
00538       return "Perijät "+trWriteList(numEntries)+"."; // "Inherits "
00539     }
00540     virtual QCString trInheritedByList(int numEntries)
00541       // used in class documentation to produce a list of super classes,
00542       // if class diagrams are disabled.
00543     {
00544       return "Periytyy "+trWriteList(numEntries)+"."; // "Inherited by "
00545     }
00546     virtual QCString trReimplementedFromList(int numEntries)
00547       // used in member documentation blocks to produce a list of 
00548       // members that are hidden by this one.
00549     {
00550       return "Uudelleen toteutettu "+trWriteList(numEntries)+"."; // "Reimplemented from "
00551     }
00552     virtual QCString trReimplementedInList(int numEntries)
00553     {
00554       // used in member documentation blocks to produce a list of
00555       // all member that overwrite the implementation of this member.
00556       return "Uudelleen toteutettu "+trWriteList(numEntries)+"."; // "Reimplemented in "
00557     }
00558 
00559     virtual QCString trNamespaceMembers()
00560       // This is put above each page as a link to all members of namespaces.
00561     { return "Nimiavaruuden jäsenet"; } // "Namespace Members"
00562     virtual QCString trNamespaceMemberDescription(bool extractAll)
00563       // This is an introduction to the page with all namespace members
00564     { 
00565       QCString result="Täällä on lista kaikista "; // "Here is a list of all "
00566       if (!extractAll) result+="dokumentoiduista "; // "documented "
00567       result+="nimiavaruuden jäsenistä linkitettynä "; // "namespace members with links to "
00568       if (extractAll) 
00569         result+="nimiavaruuden dokumentaatioon johon ne kuuluvat:"; // "the namespace documentation for each member:";
00570       else 
00571         result+="nimiavaruuteen johon ne kuuluvat:"; // "the namespaces they belong to:"
00572       return result;
00573     }
00574     virtual QCString trNamespaceIndex()
00575       // This is used in LaTeX as the title of the chapter with the 
00576       // index of all namespaces.
00577     { return "Nimiavaruuden Indeksi"; } // "Namespace Index"
00578     virtual QCString trNamespaceDocumentation()
00579       // This is used in LaTeX as the title of the chapter containing
00580       // the documentation of all namespaces.
00581     { return "Nimiavaruuden Dokumentaatio"; } // "Namespace Documentation"
00582 };
00583 
00584 #endif



Generated on Mon Mar 31 10:58:45 2008 by  doxygen 1.5.1