translator_hu.h
Go to the documentation of this file.
1 /******************************************************************************
2  *
3  * Copyright (C) 1997-2015 by Dimitri van Heesch.
4  *
5  * Permission to use, copy, modify, and distribute this software and its
6  * documentation under the terms of the GNU General Public License is hereby
7  * granted. No representations are made about the suitability of this software
8  * for any purpose. It is provided "as is" without express or implied warranty.
9  * See the GNU General Public License for more details.
10  *
11  * Documents produced by Doxygen are derivative works derived from the
12  * input used in their production; they are not affected by this license.
13  *
14  */
15 
16  /*
17  * Original Hungarian translation by
18  * György Földvári <foldvari@diatronltd.com>
19  *
20  * Extended, revised and updated by
21  * Ákos Kiss <akiss@users.sourceforge.net>
22  *
23  * Further extended, revised and updated by
24  * Tamási Ferenc <tf551@hszk.bme.hu>
25  */
26 
27 #ifndef TRANSLATOR_HU_H
28 #define TRANSLATOR_HU_H
29 
31 {
32  private:
33  const char * zed(char c)
34  {
35  switch (c & ~('a' ^ 'A')) {
36  case 'B': case 'C': case 'D': case 'F': case 'G':
37  case 'H': case 'J': case 'K': case 'L': case 'M':
38  case 'N': case 'P': case 'Q': case 'R': case 'S':
39  case 'T': case 'V': case 'W': case 'X': case 'Z':
40  return " ";
41  default:
42  return "z ";
43  }
44  }
45  public:
46 
47  // --- Language control methods -------------------
48  virtual QCString idLanguage()
49  { return "hungarian"; }
50  /*! Used to get the command(s) for the language support. This method
51  * was designed for languages which do not prefer babel package.
52  * If this methods returns empty string, then the latexBabelPackage()
53  * method is used to generate the command for using the babel package.
54  */
56  {
57  return "\\usepackage[T2A]{fontenc}\n"
58  "\\usepackage[magyar]{babel}\n";
59  }
60 
61  // --- Language translation methods -------------------
62 
63  /*! used in the compound documentation before a list of related functions. */
65  { return "Kapcsolódó függvények"; }
66 
67  /*! subscript for the related functions. */
69  { return "(Figyelem! Ezek a függvények nem tagjai az osztálynak!)"; }
70 
71  /*! header that is put before the detailed description of files, classes and namespaces. */
73  { return "Részletes leírás"; }
74 
75  /*! header that is put before the list of typedefs. */
77  { return "Típusdefiníció-tagok dokumentációja"; }
78 
79  /*! header that is put before the list of enumerations. */
81  { return "Enumeráció-tagok dokumentációja"; }
82 
83  /*! header that is put before the list of member functions. */
85  { return "Tagfüggvények dokumentációja"; }
86 
87  /*! header that is put before the list of member attributes. */
89  {
90  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
91  {
92  return "Adatmezők dokumentációja";
93  }
94  else
95  {
96  return "Adattagok dokumentációja";
97  }
98  }
99 
100  /*! this is the text of a link put after brief descriptions. */
101  virtual QCString trMore()
102  { return "Részletek..."; }
103 
104  /*! put in the class documentation */
106  { return "A tagok teljes listája"; }
107 
108  /*! used as the title of the "list of all members" page of a class */
110  { return "Taglista"; }
111 
112  /*! this is the first part of a sentence that is followed by a class name */
114  { return "A(z) "; }
115 
116  /*! this is the remainder of the sentence after the class name */
118  { return " osztály tagjainak teljes listája, az örökölt tagokkal együtt."; }
119 
120  virtual QCString trGeneratedAutomatically(const char *s)
121  { QCString result="Ezt a dokumentációt a Doxygen készítette ";
122  if (s) result+=(QCString)" a" + zed(s[0])+s+(QCString)" projekthez";
123  result+=" a forráskódból.";
124  return result;
125  }
126 
127  /*! put after an enum name in the list of all members */
129  { return "enum"; }
130 
131  /*! put after an enum value in the list of all members */
133  { return "enum-érték"; }
134 
135  /*! put after an undocumented member in the list of all members */
137  { return "definiálja:"; }
138 
139  // quick reference sections
140 
141  /*! This is put above each page as a link to the list of all groups of
142  * compounds or files (see the \\group command).
143  */
144  virtual QCString trModules()
145  { return "Modulok"; }
146 
147  /*! This is put above each page as a link to the class hierarchy */
149  { return "Osztályhierarchia"; }
150 
151  /*! This is put above each page as a link to the list of annotated classes */
153  {
154  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
155  {
156  return "Adatszerkezetek";
157  }
158  else
159  {
160  return "Osztálylista";
161  }
162  }
163 
164  /*! This is put above each page as a link to the list of documented files */
166  { return "Fájllista"; }
167 
168  /*! This is put above each page as a link to all members of compounds. */
170  {
171  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
172  {
173  return "Adatmezők";
174  }
175  else
176  {
177  return "Osztálytagok";
178  }
179  }
180 
181  /*! This is put above each page as a link to all members of files. */
183  {
184  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
185  {
186  return "Globális elemek";
187  }
188  else
189  {
190  return "Fájlelemek";
191  }
192  }
193 
194  /*! This is put above each page as a link to all related pages. */
196  { return "Kapcsolódó lapok"; }
197 
198  /*! This is put above each page as a link to all examples. */
200  { return "Példák"; }
201 
202  /*! This is put above each page as a link to the search engine. */
203  virtual QCString trSearch()
204  { return "Keresés"; }
205 
206  /*! This is an introduction to the class hierarchy. */
208  { return "Majdnem (de nem teljesen) betűrendbe szedett "
209  "leszármazási lista:";
210  }
211 
212  /*! This is an introduction to the list with all files. */
213  virtual QCString trFileListDescription(bool extractAll)
214  {
215  QCString result="Az összes ";
216  if (!extractAll) result+="dokumentált ";
217  result+="fájl listája rövid leírásokkal:";
218  return result;
219  }
220 
221  /*! This is an introduction to the annotated compound list. */
223  {
224 
225  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
226  {
227  return "Az összes adatszerkezet listája rövid leírásokkal:";
228  }
229  else
230  {
231  return "Az összes osztály, struktúra, unió és interfész "
232  "listája rövid leírásokkal:";
233  }
234  }
235 
236  /*! This is an introduction to the page with all class members. */
237  virtual QCString trCompoundMembersDescription(bool extractAll)
238  {
239  QCString result="Az összes ";
240  if (!extractAll)
241  {
242  result+="dokumentált ";
243  }
244  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
245  {
246  result+="struktúra- és úniómező";
247  }
248  else
249  {
250  result+="osztálytag";
251  }
252  result+=" listája, valamint hivatkozás ";
253  if (!extractAll)
254  {
255  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
256  {
257  result+="a megfelelő struktúra-/úniódokumentációra minden mezőnél:";
258  }
259  else
260  {
261  result+="a megfelelő osztálydokumentációra minden tagnál:";
262  }
263  }
264  else
265  {
266  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
267  {
268  result+="a struktúrákra/úniókra, amikhez tartoznak:";
269  }
270  else
271  {
272  result+="az osztályokra, amikhez tartoznak:";
273  }
274  }
275  return result;
276  }
277 
278  /*! This is an introduction to the page with all file members. */
279  virtual QCString trFileMembersDescription(bool extractAll)
280  {
281  QCString result="Az összes ";
282  if (!extractAll) result+="dokumentált ";
283 
284  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
285  {
286  result+="függvény, változó, makródefiníció, enumeráció és típusdefiníció";
287  }
288  else
289  {
290  result+="fájlelem";
291  }
292  result+=" listája, valamint hivatkozás ";
293  if (extractAll)
294  result+="a fájlokra, amikhez tartoznak:";
295  else
296  result+="a dokumentációra:";
297  return result;
298  }
299 
300  /*! This is an introduction to the page with the list of all examples */
302  { return "A példák listája:"; }
303 
304  /*! This is an introduction to the page with the list of related pages */
306  { return "A kapcsolódó dokumentációk listája:"; }
307 
308  /*! This is an introduction to the page with the list of class/file groups */
310  { return "A modulok listája:"; }
311 
312  // index titles (the project name is prepended for these)
313 
314 
315  /*! This is used in HTML as the title of index.html. */
317  { return "Dokumentáció"; }
318 
319  /*! This is used in LaTeX as the title of the chapter with the
320  * index of all groups.
321  */
323  { return "Modulmutató"; }
324 
325  /*! This is used in LaTeX as the title of the chapter with the
326  * class hierarchy.
327  */
329  { return "Hierarchikus mutató"; }
330 
331  /*! This is used in LaTeX as the title of the chapter with the
332  * annotated compound index.
333  */
335  {
336  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
337  {
338  return "Adatszerkezet-mutató";
339  }
340  else
341  {
342  return "Osztálymutató";
343  }
344  }
345 
346  /*! This is used in LaTeX as the title of the chapter with the
347  * list of all files.
348  */
350  { return "Fájlmutató"; }
351 
352  /*! This is used in LaTeX as the title of the chapter containing
353  * the documentation of all groups.
354  */
356  { return "Modulok dokumentációja"; }
357 
358  /*! This is used in LaTeX as the title of the chapter containing
359  * the documentation of all classes, structs and unions.
360  */
362  {
363  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
364  {
365  return "Adatszerkezetek dokumentációja";
366  }
367  else
368  {
369  return "Osztályok dokumentációja";
370  }
371  }
372 
373  /*! This is used in LaTeX as the title of the chapter containing
374  * the documentation of all files.
375  */
377  { return "Fájlok dokumentációja"; }
378 
379  /*! This is used in LaTeX as the title of the chapter containing
380  * the documentation of all examples.
381  */
383  { return "Példák dokumentációja"; }
384 
385  /*! This is used in LaTeX as the title of the chapter containing
386  * the documentation of all related pages.
387  */
389  { return "Kapcsolódó dokumentációk"; }
390 
391  /*! This is used in LaTeX as the title of the document */
393  { return "Referencia kézikönyv"; }
394 
395  /*! This is used in the documentation of a file as a header before the
396  * list of defines
397  */
398  virtual QCString trDefines()
399  { return "Makródefiníciók"; }
400 
401  /*! This is used in the documentation of a file as a header before the
402  * list of typedefs
403  */
405  { return "Típusdefiníciók"; }
406 
407  /*! This is used in the documentation of a file as a header before the
408  * list of enumerations
409  */
411  { return "Enumerációk"; }
412 
413  /*! This is used in the documentation of a file as a header before the
414  * list of (global) functions
415  */
417  { return "Függvények"; }
418 
419  /*! This is used in the documentation of a file as a header before the
420  * list of (global) variables
421  */
423  { return "Változók"; }
424 
425  /*! This is used in the documentation of a file as a header before the
426  * list of (global) variables
427  */
429  { return "Enumeráció-értékek"; }
430 
431  /*! This is used in the documentation of a file before the list of
432  * documentation blocks for defines
433  */
435  { return "Makródefiníciók dokumentációja"; }
436 
437  /*! This is used in the documentation of a file/namespace before the list
438  * of documentation blocks for typedefs
439  */
441  { return "Típusdefiníciók dokumentációja"; }
442 
443  /*! This is used in the documentation of a file/namespace before the list
444  * of documentation blocks for enumeration types
445  */
447  { return "Enumerációk dokumentációja"; }
448 
449  /*! This is used in the documentation of a file/namespace before the list
450  * of documentation blocks for functions
451  */
453  { return "Függvények dokumentációja"; }
454 
455  /*! This is used in the documentation of a file/namespace before the list
456  * of documentation blocks for variables
457  */
459  { return "Változók dokumentációja"; }
460 
461  /*! This is used in the documentation of a file/namespace/group before
462  * the list of links to documented compounds
463  */
465  {
466  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
467  {
468  return "Adatszerkezetek";
469  }
470  else
471  {
472  return "Osztályok";
473  }
474  }
475 
476  /*! This is used in the standard footer of each page and indicates when
477  * the page was generated
478  */
479  virtual QCString trGeneratedAt(const char *date,const char *projName)
480  {
482  if (projName) result+=(QCString)"Projekt: "+projName;
483  result+=(QCString)" Készült: "+date+" Készítette: ";
484  return result;
485  }
486 
487  /*! this text is put before a class diagram */
488  virtual QCString trClassDiagram(const char *clName)
489  {
490  return (QCString)"A"+zed(clName[0])+clName+" osztály származási diagramja:";
491  }
492 
493  /*! this text is generated when the \\internal command is used. */
495  { return "CSAK BELSŐ HASZNÁLATRA!"; }
496 
497  /*! this text is generated when the \\warning command is used. */
498  virtual QCString trWarning()
499  { return "Figyelmeztetés"; }
500 
501  /*! this text is generated when the \\version command is used. */
502  virtual QCString trVersion()
503  { return "Verzió"; }
504 
505  /*! this text is generated when the \\date command is used. */
506  virtual QCString trDate()
507  { return "Dátum"; }
508 
509  /*! this text is generated when the \\return command is used. */
510  virtual QCString trReturns()
511  { return "Visszatérési érték"; }
512 
513  /*! this text is generated when the \\sa command is used. */
514  virtual QCString trSeeAlso()
515  { return "Lásd még"; }
516 
517  /*! this text is generated when the \\param command is used. */
519  { return "Paraméterek"; }
520 
521  /*! this text is generated when the \\exception command is used. */
523  { return "Kivételek"; }
524 
525  /*! this text is used in the title page of a LaTeX document. */
527  { return "Készítette"; }
528 
529 //////////////////////////////////////////////////////////////////////////
530 // new since 0.49-990307
531 //////////////////////////////////////////////////////////////////////////
532 
533  /*! used as the title of page containing all the index of all namespaces. */
535  { return "Névtérlista"; }
536 
537  /*! used as an introduction to the namespace list */
538  virtual QCString trNamespaceListDescription(bool extractAll)
539  {
540  QCString result="Az összes ";
541  if (!extractAll) result+="dokumentált ";
542  result+="névtér listája rövid leírásokkal:";
543  return result;
544  }
545 
546  /*! used in the class documentation as a header before the list of all
547  * friends of a class
548  */
549  virtual QCString trFriends()
550  { return "Barátok"; }
551 
552 //////////////////////////////////////////////////////////////////////////
553 // new since 0.49-990405
554 //////////////////////////////////////////////////////////////////////////
555 
556  /*! used in the class documentation as a header before the list of all
557  * related classes
558  */
560  { return "Barát és kapcsolódó függvények dokumentációja"; }
561 
562 //////////////////////////////////////////////////////////////////////////
563 // new since 0.49-990425
564 //////////////////////////////////////////////////////////////////////////
565 
566  /*! used as the title of the HTML page of a class/struct/union */
567  virtual QCString trCompoundReference(const char *clName,
568  ClassDef::CompoundType compType,
569  bool isTemplate)
570  {
571  QCString result=(QCString)clName;
572  switch(compType)
573  {
574  case ClassDef::Class: result+=" osztály"; break;
575  case ClassDef::Struct: result+=" struktúra"; break;
576  case ClassDef::Union: result+=" unió"; break;
577  case ClassDef::Interface: result+=" interfész"; break;
578  case ClassDef::Protocol: result+=" protocol"; break; // translate me!
579  case ClassDef::Category: result+=" category"; break; // translate me!
580  case ClassDef::Exception: result+=" kivétel"; break;
581  default: break;
582  }
583  if (isTemplate) result+="sablon-";
584  result+="referencia";
585  return result;
586  }
587 
588  /*! used as the title of the HTML page of a file */
589  virtual QCString trFileReference(const char *fileName)
590  {
592  result+=" fájlreferencia";
593  return result;
594  }
595 
596  /*! used as the title of the HTML page of a namespace */
597  virtual QCString trNamespaceReference(const char *namespaceName)
598  {
599  QCString result=namespaceName;
600  result+=" névtér-referencia";
601  return result;
602  }
603 
605  { return "Publikus tagfüggvények"; }
607  { return "Publikus rések"; }
608  virtual QCString trSignals()
609  { return "Szignálok"; }
611  { return "Statikus publikus tagfüggvények"; }
613  { return "Védett tagfüggvények"; }
615  { return "Védett rések"; }
617  { return "Statikus védett tagfüggvények"; }
619  { return "Privát tagfüggvények"; }
621  { return "Privát rések"; }
623  { return "Statikus privát tagfüggvények"; }
624 
625  /*! this function is used to produce a comma-separated list of items.
626  * use generateMarker(i) to indicate where item i should be put.
627  */
628  virtual QCString trWriteList(int numEntries)
629  {
631  int i;
632  // the inherits list contain `numEntries' classes
633  for (i=0;i<numEntries;i++)
634  {
635  // use generateMarker to generate placeholders for the class links!
636  result+=generateMarker(i); // generate marker for entry i in the list
637  // (order is left to right)
638 
639  if (i!=numEntries-1) // not the last entry, so we need a separator
640  {
641  if (i<numEntries-2) // not the fore last entry
642  result+=", ";
643  else // the fore last entry
644  result+=" és ";
645  }
646  }
647  return result;
648  }
649 
650  /*! used in class documentation to produce a list of base classes,
651  * if class diagrams are disabled.
652  */
653  virtual QCString trInheritsList(int numEntries)
654  {
655  return "Ősök: "+trWriteList(numEntries)+".";
656  }
657 
658  /*! used in class documentation to produce a list of super classes,
659  * if class diagrams are disabled.
660  */
661  virtual QCString trInheritedByList(int numEntries)
662  {
663  return "Leszármazottak: "+trWriteList(numEntries)+".";
664  }
665 
666  /*! used in member documentation blocks to produce a list of
667  * members that are hidden by this one.
668  */
669  virtual QCString trReimplementedFromList(int numEntries)
670  {
671  return "Újraimplementált ősök: "+trWriteList(numEntries)+".";
672  }
673 
674  /*! used in member documentation blocks to produce a list of
675  * all member that overwrite the implementation of this member.
676  */
677  virtual QCString trReimplementedInList(int numEntries)
678  {
679  return "Újraimplementáló leszármazottak: "+trWriteList(numEntries)+".";
680  }
681 
682  /*! This is put above each page as a link to all members of namespaces. */
684  { return "Névtértagok"; }
685 
686  /*! This is an introduction to the page with all namespace members */
687  virtual QCString trNamespaceMemberDescription(bool extractAll)
688  {
689  QCString result="Az összes ";
690  if (!extractAll) result+="dokumentált ";
691  result+="névtér tagjainak listája, valamint hivatkozás ";
692  if (extractAll)
693  result+=" a megfelelő névtér dokumentációra minden tagnál:";
694  else
695  result+=" a névterekre, amelynek tagjai:";
696  return result;
697  }
698  /*! This is used in LaTeX as the title of the chapter with the
699  * index of all namespaces.
700  */
702  { return "Névtérmutató"; }
703 
704  /*! This is used in LaTeX as the title of the chapter containing
705  * the documentation of all namespaces.
706  */
708  { return "Névterek dokumentációja"; }
709 
710 //////////////////////////////////////////////////////////////////////////
711 // new since 0.49-990522
712 //////////////////////////////////////////////////////////////////////////
713 
714  /*! This is used in the documentation before the list of all
715  * namespaces in a file.
716  */
718  { return "Névterek"; }
719 
720 //////////////////////////////////////////////////////////////////////////
721 // new since 0.49-990728
722 //////////////////////////////////////////////////////////////////////////
723 
724  /*! This is put at the bottom of a class documentation page and is
725  * followed by a list of files that were used to generate the page.
726  */
728  bool single)
729  { // here s is one of " Class", " Struct" or " Union"
730  // single is true implies a single file
731  QCString result=(QCString)"Ez a dokumentáció ";
732  switch(compType)
733  {
734  case ClassDef::Class: result+="az osztályról"; break;
735  case ClassDef::Struct: result+="a struktúráról"; break;
736  case ClassDef::Union: result+="az unióról"; break;
737  case ClassDef::Interface: result+="az interfészről"; break;
738  case ClassDef::Protocol: result+="protocol"; break; // translate me!
739  case ClassDef::Category: result+="category"; break; // translate me!
740  case ClassDef::Exception: result+="a kivételről"; break;
741  default: break;
742  }
743  result+=" a következő fájl";
744  if (!single) result+="ok";
745  result+=" alapján készült:";
746  return result;
747  }
748 
749 //////////////////////////////////////////////////////////////////////////
750 // new since 0.49-990901
751 //////////////////////////////////////////////////////////////////////////
752 
753  /*! This is used as the heading text for the retval command. */
755  { return "Visszatérési értékek"; }
756 
757  /*! This is in the (quick) index as a link to the main page (index.html)
758  */
760  { return "Főoldal"; }
761 
762  /*! This is used in references to page that are put in the LaTeX
763  * documentation. It should be an abbreviation of the word page.
764  */
766  { return "o."; }
767 
768 //////////////////////////////////////////////////////////////////////////
769 // new since 0.49-991003
770 //////////////////////////////////////////////////////////////////////////
771 
773  {
774  return "Definíció a(z) @1 fájl @0. sorában.";
775  }
777  {
778  return "Definíció a(z) @0 fájlban.";
779  }
780 
781 //////////////////////////////////////////////////////////////////////////
782 // new since 0.49-991205
783 //////////////////////////////////////////////////////////////////////////
784 
786  {
787  return "Ellenjavallt";
788  }
789 
790 //////////////////////////////////////////////////////////////////////////
791 // new since 1.0.0
792 //////////////////////////////////////////////////////////////////////////
793 
794  /*! this text is put before a collaboration diagram */
795  virtual QCString trCollaborationDiagram(const char *clName)
796  {
797  return (QCString)"A"+zed(clName[0])+clName+" osztály együttműködési diagramja:";
798  }
799  /*! this text is put before an include dependency graph */
800  virtual QCString trInclDepGraph(const char *fName)
801  {
802  return (QCString)"A"+zed(fName[0])+fName+" definíciós fájl függési gráfja:";
803  }
804  /*! header that is put before the list of constructor/destructors. */
806  {
807  return "Konstruktorok és destruktorok dokumentációja";
808  }
809  /*! Used in the file documentation to point to the corresponding sources. */
811  {
812  return "Ugrás a fájl forráskódjához.";
813  }
814  /*! Used in the file sources to point to the corresponding documentation. */
816  {
817  return "Ugrás a fájl dokumentációjához.";
818  }
819  /*! Text for the \\pre command */
821  {
822  return "Előfeltétel";
823  }
824  /*! Text for the \\post command */
826  {
827  return "Utófeltétel";
828  }
829  /*! Text for the \\invariant command */
831  {
832  return "Invariáns";
833  }
834  /*! Text shown before a multi-line variable/enum initialization */
836  {
837  return "Kezdő érték:";
838  }
839  /*! Text used the source code in the file index */
840  virtual QCString trCode()
841  {
842  return "forráskód";
843  }
845  {
846  return "Osztályhierarchia-ábra";
847  }
849  {
850  return "Ugrás az osztályhierarchia-ábrához";
851  }
853  {
854  return "Ugrás az szöveges osztályhierarchiához";
855  }
857  {
858  return "Oldalmutató";
859  }
860 
861 //////////////////////////////////////////////////////////////////////////
862 // new since 1.1.0
863 //////////////////////////////////////////////////////////////////////////
864 
865  virtual QCString trNote()
866  {
867  return "Megjegyzés";
868  }
870  {
871  return "Publikus típusok";
872  }
874  {
875  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
876  {
877  return "Adatmezők";
878  }
879  else
880  {
881  return "Publikus attribútumok";
882  }
883  }
885  {
886  return "Statikus publikus attribútumok";
887  }
889  {
890  return "Védett típusok";
891  }
893  {
894  return "Védett attribútumok";
895  }
897  {
898  return "Statikus védett attribútumok";
899  }
901  {
902  return "Privát típusok";
903  }
905  {
906  return "Privát attribútumok";
907  }
909  {
910  return "Statikus privát attribútumok";
911  }
912 
913 //////////////////////////////////////////////////////////////////////////
914 // new since 1.1.3
915 //////////////////////////////////////////////////////////////////////////
916 
917  /*! Used as a marker that is put before a todo item */
918  virtual QCString trTodo()
919  {
920  return "Tennivaló";
921  }
922  /*! Used as the header of the todo list */
924  {
925  return "Tennivalók listája";
926  }
927 
928 //////////////////////////////////////////////////////////////////////////
929 // new since 1.1.4
930 //////////////////////////////////////////////////////////////////////////
931 
933  {
934  return "Hivatkozások:";
935  }
936  virtual QCString trRemarks()
937  {
938  return "Megjegyzések";
939  }
941  {
942  return "Figyelem";
943  }
945  {
946  return "Ez az ábra azt mutatja, hogy mely fájlok ágyazzák be "
947  "közvetve vagy közvetlenül ezt a fájlt:";
948  }
949  virtual QCString trSince()
950  {
951  return "Először bevezetve";
952  }
953 
954 //////////////////////////////////////////////////////////////////////////
955 // new since 1.1.5
956 //////////////////////////////////////////////////////////////////////////
957 
958  /*! title of the graph legend page */
960  {
961  return "Jelmagyarázat";
962  }
963  /*! page explaining how the dot graph's should be interpreted */
965  {
966  return
967  "Ez az oldal elmagyarázza hogyan kell értelmezni a "
968  "doxygen által készített ábrákat.<p>\n"
969  "Vegyük a következő példát:\n"
970  "\\code\n"
971  "/*! Vágás miatt nem látható osztály */\n"
972  "class Invisible { };\n\n"
973  "/*! Levágott osztály, származása rejtett */\n"
974  "class Truncated : public Invisible { };\n\n"
975  "/* Doxygen kommentekkel nem dokumentált osztály */\n"
976  "class Undocumented { };\n\n"
977  "/*! Publikus származtatásal levezetett osztály */\n"
978  "class PublicBase : public Truncated { };\n\n"
979  "/*! Egy sablonosztály */\n"
980  "template<class T> class Templ { };\n\n"
981  "/*! Védett származtatásal levezetett osztály */\n"
982  "class ProtectedBase { };\n\n"
983  "/*! Privát származtatásal levezetett osztály */\n"
984  "class PrivateBase { };\n\n"
985  "/*! Osztály, melyet a származtatott osztály használ */\n"
986  "class Used { };\n\n"
987  "/*! Osztály, mely több másiknak leszármazottja */\n"
988  "class Inherited : public PublicBase,\n"
989  " protected ProtectedBase,\n"
990  " private PrivateBase,\n"
991  " public Undocumented,\n"
992  " public Templ<int>\n"
993  "{\n"
994  " private:\n"
995  " Used *m_usedClass;\n"
996  "};\n"
997  "\\endcode\n"
998  "Ha a konfigurációs fájl \\c MAX_DOT_GRAPH_HEIGHT elemének értékét "
999  "240-re állítjuk, az eredmény a következő ábra lesz:"
1000  "<p><center><img src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
1001  "<p>\n"
1002  "Az ábrán levő dobozok jelentése:\n"
1003  "<ul>\n"
1004  "<li>Kitöltött fekete doboz jelzi azt az osztályt vagy struktúrát,"
1005  "amelyről az ábra szól.\n"
1006  "<li>Fekete keret jelzi a dokumentált osztályokat és struktúrákat.\n"
1007  "<li>Szürke keret jelzi a nem dokumentált osztályokat és struktúrákat.\n"
1008  "<li>Piros keret jelzi azokat az osztályokat és struktúrákat, amelyeknél vágás miatt nem látható "
1009  "az összes leszármaztatási kapcsolat. Egy ábra vágásra kerül, ha nem fér bele "
1010  "a megadott tartományba."
1011  "</ul>\n"
1012  "A nyilak jelentése:\n"
1013  "<ul>\n"
1014  "<li>Sötétkék nyíl jelzi a publikus származtatást.\n"
1015  "<li>Sötétzöld nyíl jelzi a védett származtatást.\n"
1016  "<li>Sötétvörös nyíl jelzi a privát származtatást.\n"
1017  "<li>Lila szaggatott nyíl jelzi, ha az osztály egy másikat használ vagy tartalmaz. "
1018  "A nyíl felirata jelzi a változó(k) nevét, amelyeken keresztül a másik osztály kapcsolódik.\n"
1019  "<li>Sárga szaggatott nyíl jelzi a kapcsolatot a sablonpéldány és a példányosított "
1020  "osztálysablon között. A nyíl felirata jelzi a pélány sablonparamétereit.\n"
1021  "</ul>\n";
1022 
1023  }
1024  /*! text for the link to the legend page */
1025  virtual QCString trLegend()
1026  {
1027  return "Jelmagyarázat";
1028  }
1029 
1030 //////////////////////////////////////////////////////////////////////////
1031 // new since 1.2.0
1032 //////////////////////////////////////////////////////////////////////////
1033 
1034  /*! Used as a marker that is put before a test item */
1035  virtual QCString trTest()
1036  {
1037  return "Teszt";
1038  }
1039  /*! Used as the header of the test list */
1041  {
1042  return "Tesztlista";
1043  }
1044 
1045 //////////////////////////////////////////////////////////////////////////
1046 // new since 1.2.2
1047 //////////////////////////////////////////////////////////////////////////
1048 
1049  /*! Used as a section header for IDL properties */
1051  {
1052  return "Tulajdonságok";
1053  }
1054  /*! Used as a section header for IDL property documentation */
1056  {
1057  return "Tulajdonságok dokumentációjka";
1058  }
1059 
1060 //////////////////////////////////////////////////////////////////////////
1061 // new since 1.2.4
1062 //////////////////////////////////////////////////////////////////////////
1063 
1064  /*! Used for Java classes in the summary section of Java packages */
1066  {
1067  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
1068  {
1069  return "Adatszerkezetek";
1070  }
1071  else
1072  {
1073  return "Osztályok";
1074  }
1075  }
1076  /*! Used as the title of a Java package */
1077  virtual QCString trPackage(const char *name)
1078  {
1079  return name+(QCString)" csomag";
1080  }
1081  /*! Title of the package index page */
1083  {
1084  return "Csomaglista";
1085  }
1086  /*! The description of the package index page */
1088  {
1089  return "A csomagok rövid leírásai (amennyiben léteznek):";
1090  }
1091  /*! The link name in the Quick links header for each page */
1093  {
1094  return "Csomagok";
1095  }
1096  /*! Text shown before a multi-line define */
1098  {
1099  return "Érték:";
1100  }
1101 
1102 //////////////////////////////////////////////////////////////////////////
1103 // new since 1.2.5
1104 //////////////////////////////////////////////////////////////////////////
1105 
1106  /*! Used as a marker that is put before a \\bug item */
1107  virtual QCString trBug()
1108  {
1109  return "Hiba";
1110  }
1111  /*! Used as the header of the bug list */
1113  {
1114  return "Hiba lista";
1115  }
1116 
1117 //////////////////////////////////////////////////////////////////////////
1118 // new since 1.2.6
1119 //////////////////////////////////////////////////////////////////////////
1120 
1121  /*! Used as ansicpg for RTF file
1122  *
1123  * The following table shows the correlation of Charset name, Charset Value and
1124  * <pre>
1125  * Codepage number:
1126  * Charset Name Charset Value(hex) Codepage number
1127  * ------------------------------------------------------
1128  * DEFAULT_CHARSET 1 (x01)
1129  * SYMBOL_CHARSET 2 (x02)
1130  * OEM_CHARSET 255 (xFF)
1131  * ANSI_CHARSET 0 (x00) 1252
1132  * RUSSIAN_CHARSET 204 (xCC) 1251
1133  * EE_CHARSET 238 (xEE) 1250
1134  * GREEK_CHARSET 161 (xA1) 1253
1135  * TURKISH_CHARSET 162 (xA2) 1254
1136  * BALTIC_CHARSET 186 (xBA) 1257
1137  * HEBREW_CHARSET 177 (xB1) 1255
1138  * ARABIC _CHARSET 178 (xB2) 1256
1139  * SHIFTJIS_CHARSET 128 (x80) 932
1140  * HANGEUL_CHARSET 129 (x81) 949
1141  * GB2313_CHARSET 134 (x86) 936
1142  * CHINESEBIG5_CHARSET 136 (x88) 950
1143  * </pre>
1144  *
1145  */
1147  {
1148  return "1250";
1149  }
1150 
1151 
1152  /*! Used as ansicpg for RTF fcharset
1153  * \see trRTFansicp() for a table of possible values.
1154  */
1156  {
1157  return "0";
1158  }
1159 
1160  /*! Used as header RTF general index */
1162  {
1163  return "Tárgymutató";
1164  }
1165 
1166  /*! This is used for translation of the word that will possibly
1167  * be followed by a single name or by a list of names
1168  * of the category.
1169  */
1170  virtual QCString trClass(bool first_capital, bool /*singular*/)
1171  {
1172  QCString result((first_capital ? "Osztály" : "osztály"));
1173  //if (!singular) result+="es";
1174  return result;
1175  }
1176 
1177  /*! This is used for translation of the word that will possibly
1178  * be followed by a single name or by a list of names
1179  * of the category.
1180  */
1181  virtual QCString trFile(bool first_capital, bool /*singular*/)
1182  {
1183  QCString result((first_capital ? "Fájl" : "fájl"));
1184  //if (!singular) result+="s";
1185  return result;
1186  }
1187 
1188  /*! This is used for translation of the word that will possibly
1189  * be followed by a single name or by a list of names
1190  * of the category.
1191  */
1192  virtual QCString trNamespace(bool first_capital, bool /*singular*/)
1193  {
1194  QCString result((first_capital ? "Névtér" : "névtér"));
1195  //if (!singular) result+="s";
1196  return result;
1197  }
1198 
1199  /*! This is used for translation of the word that will possibly
1200  * be followed by a single name or by a list of names
1201  * of the category.
1202  */
1203  virtual QCString trGroup(bool first_capital, bool /*singular*/)
1204  {
1205  QCString result((first_capital ? "Csoport" : "csoport"));
1206  //if (!singular) result+="s";
1207  return result;
1208  }
1209 
1210  /*! This is used for translation of the word that will possibly
1211  * be followed by a single name or by a list of names
1212  * of the category.
1213  */
1214  virtual QCString trPage(bool first_capital, bool /*singular*/)
1215  {
1216  QCString result((first_capital ? "Oldal" : "oldal"));
1217  //if (!singular) result+="s";
1218  return result;
1219  }
1220 
1221  /*! This is used for translation of the word that will possibly
1222  * be followed by a single name or by a list of names
1223  * of the category.
1224  */
1225  virtual QCString trMember(bool first_capital, bool /*singular*/)
1226  {
1227  QCString result((first_capital ? "Tag" : "tag"));
1228  //if (!singular) result+="s";
1229  return result;
1230  }
1231 
1232  /*! This is used for translation of the word that will possibly
1233  * be followed by a single name or by a list of names
1234  * of the category.
1235  */
1236  virtual QCString trGlobal(bool first_capital, bool /*singular*/)
1237  {
1238  QCString result((first_capital ? "Globális elem" : "globális elem"));
1239  //if (!singular) result+="s";
1240  return result;
1241  }
1242 
1243 //////////////////////////////////////////////////////////////////////////
1244 // new since 1.2.7
1245 //////////////////////////////////////////////////////////////////////////
1246 
1247  /*! This text is generated when the \\author command is used and
1248  * for the author section in man pages. */
1249  virtual QCString trAuthor(bool first_capital, bool singular)
1250  {
1251  QCString result((first_capital ? "Szerző" : "szerző"));
1252  if (!singular) result+="k";
1253  return result;
1254  }
1255 
1256 //////////////////////////////////////////////////////////////////////////
1257 // new since 1.2.11
1258 //////////////////////////////////////////////////////////////////////////
1259 
1260  /*! This text is put before the list of members referenced by a member
1261  */
1263  {
1264  return "Hivatkozások";
1265  }
1266 
1267 //////////////////////////////////////////////////////////////////////////
1268 // new since 1.2.13
1269 //////////////////////////////////////////////////////////////////////////
1270 
1271  /*! used in member documentation blocks to produce a list of
1272  * members that are implemented by this one.
1273  */
1274  virtual QCString trImplementedFromList(int numEntries)
1275  {
1276  return "Megvalósítja a következőket: "+trWriteList(numEntries)+".";
1277  }
1278 
1279  /*! used in member documentation blocks to produce a list of
1280  * all members that implement this abstract member.
1281  */
1282  virtual QCString trImplementedInList(int numEntries)
1283  {
1284  return "Megvalósítják a következők: "+trWriteList(numEntries)+".";
1285  }
1286 
1287 //////////////////////////////////////////////////////////////////////////
1288 // new since 1.2.16
1289 //////////////////////////////////////////////////////////////////////////
1290 
1291  /*! used in RTF documentation as a heading for the Table
1292  * of Contents.
1293  */
1295  {
1296  return "Tartalomjegyzék";
1297  }
1298 
1299 //////////////////////////////////////////////////////////////////////////
1300 // new since 1.2.17
1301 //////////////////////////////////////////////////////////////////////////
1302 
1303  /*! Used as the header of the list of item that have been
1304  * flagged deprecated
1305  */
1307  {
1308  return "Ellenjavallt elemek listája";
1309  }
1310 
1311 //////////////////////////////////////////////////////////////////////////
1312 // new since 1.2.18
1313 //////////////////////////////////////////////////////////////////////////
1314 
1315  /*! Used as a header for declaration section of the events found in
1316  * a C# program
1317  */
1318  virtual QCString trEvents()
1319  {
1320  return "Események";
1321  }
1322  /*! Header used for the documentation section of a class' events. */
1324  {
1325  return "Események dokumentációja";
1326  }
1327 
1328 //////////////////////////////////////////////////////////////////////////
1329 // new since 1.3
1330 //////////////////////////////////////////////////////////////////////////
1331 
1332  /*! Used as a heading for a list of Java class types with package scope.
1333  */
1335  {
1336  return "Csomag típusok";
1337  }
1338  /*! Used as a heading for a list of Java class functions with package
1339  * scope.
1340  */
1342  {
1343  return "Csomag függvények";
1344  }
1345  /*! Used as a heading for a list of static Java class functions with
1346  * package scope.
1347  */
1349  {
1350  return "Statikus csomag függvények";
1351  }
1352  /*! Used as a heading for a list of Java class variables with package
1353  * scope.
1354  */
1356  {
1357  return "Csomag attribútumok";
1358  }
1359  /*! Used as a heading for a list of static Java class variables with
1360  * package scope.
1361  */
1363  {
1364  return "Statikus csomag attribútumok";
1365  }
1366 
1367 //////////////////////////////////////////////////////////////////////////
1368 // new since 1.3.1
1369 //////////////////////////////////////////////////////////////////////////
1370 
1371  /*! Used in the quick index of a class/file/namespace member list page
1372  * to link to the unfiltered list of all members.
1373  */
1374  virtual QCString trAll()
1375  {
1376  return "Összes";
1377  }
1378  /*! Put in front of the call graph for a function. */
1380  {
1381  return "A függvény hívási gráfja:";
1382  }
1383 
1384 //////////////////////////////////////////////////////////////////////////
1385 // new since 1.3.3
1386 //////////////////////////////////////////////////////////////////////////
1387 
1388  /*! This string is used as the title for the page listing the search
1389  * results.
1390  */
1392  {
1393  return "A keresés eredménye";
1394  }
1395  /*! This string is put just before listing the search results. The
1396  * text can be different depending on the number of documents found.
1397  * Inside the text you can put the special marker $num to insert
1398  * the number representing the actual number of search results.
1399  * The @a numDocuments parameter can be either 0, 1 or 2, where the
1400  * value 2 represents 2 or more matches. HTML markup is allowed inside
1401  * the returned string.
1402  */
1403  virtual QCString trSearchResults(int numDocuments)
1404  {
1405  if (numDocuments==0)
1406  {
1407  return "Sajnos egy dokumentum sem felelt meg a keresési feltételeknek.";
1408  }
1409  else if (numDocuments==1)
1410  {
1411  return "<b>1</b> dokumentum felelt meg a keresési feltételeknek.";
1412  }
1413  else
1414  {
1415  return "<b>$num</b> dokumentum felelt meg a keresési feltételeknek."
1416  "Elsőnek a legjobb találatok vannak feltüntetve.";
1417  }
1418  }
1419  /*! This string is put before the list of matched words, for each search
1420  * result. What follows is the list of words that matched the query.
1421  */
1423  {
1424  return "Találatok:";
1425  }
1426 
1427 //////////////////////////////////////////////////////////////////////////
1428 // new since 1.3.8
1429 //////////////////////////////////////////////////////////////////////////
1430 
1431  /*! This is used in HTML as the title of page with source code for file filename
1432  */
1434  {
1435  return filename + " Forrásfájl";
1436  }
1437 
1438 //////////////////////////////////////////////////////////////////////////
1439 // new since 1.3.9
1440 //////////////////////////////////////////////////////////////////////////
1441 
1442  /*! This is used as the name of the chapter containing the directory
1443  * hierarchy.
1444  */
1446  { return "Könyvtárhierarchia"; }
1447 
1448  /*! This is used as the name of the chapter containing the documentation
1449  * of the directories.
1450  */
1452  { return "Könyvtárak dokumentációja"; }
1453 
1454  /*! This is used as the title of the directory index and also in the
1455  * Quick links of a HTML page, to link to the directory hierarchy.
1456  */
1458  { return "Könyvtárak"; }
1459 
1460  /*! This returns a sentences that introduces the directory hierarchy.
1461  * and the fact that it is sorted alphabetically per level
1462  */
1464  { return "Majdnem (de nem teljesen) betűrendbe szedett "
1465  "könyvtárhierarchia:";
1466  }
1467 
1468  /*! This returns the title of a directory page. The name of the
1469  * directory is passed via \a dirName.
1470  */
1471  virtual QCString trDirReference(const char *dirName)
1472  { QCString result=dirName; result+=" könyvtárreferencia"; return result; }
1473 
1474  /*! This returns the word directory with or without starting capital
1475  * (\a first_capital) and in sigular or plural form (\a singular).
1476  */
1477  virtual QCString trDir(bool first_capital, bool /*singular*/)
1478  {
1479  QCString result((first_capital ? "Könyvtár" : "könyvtár"));
1480  //if (singular) result+="y"; else result+="ies";
1481  return result;
1482  }
1483 
1484 //////////////////////////////////////////////////////////////////////////
1485 // new since 1.4.1
1486 //////////////////////////////////////////////////////////////////////////
1487 
1488  /*! This text is added to the documentation when the \\overload command
1489  * is used for a overloaded function.
1490  */
1492  {
1493  return "Ez egy túlterhelt tagfüggvény."
1494  "A fenti függvénytől csak argumentumaiban különbözik.";
1495  }
1496 };
1497 
1498 #endif
static QCString name
Definition: declinfo.cpp:673
virtual QCString trImplementedFromList(int numEntries)
virtual QCString trNamespaceList()
virtual QCString trGotoSourceCode()
virtual QCString trStaticPublicAttribs()
virtual QCString trPageIndex()
virtual QCString trPackage(const char *name)
virtual QCString trDirDescription()
virtual QCString trImplementedInList(int numEntries)
virtual QCString trCode()
virtual QCString trDir(bool first_capital, bool)
virtual QCString trRTFansicp()
virtual QCString trGroup(bool first_capital, bool)
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
virtual QCString trLegendTitle()
virtual QCString trEnumName()
virtual QCString trModuleDocumentation()
virtual QCString trGeneratedBy()
virtual QCString trSearchResultsTitle()
virtual QCString trCompoundListDescription()
virtual QCString trMore()
QCString generateMarker(int id)
Definition: util.cpp:266
static QCString result
virtual QCString trSourceFile(QCString &filename)
virtual QCString trPublicMembers()
virtual QCString trTodoList()
virtual QCString trSince()
virtual QCString trModuleIndex()
virtual QCString trClasses()
virtual QCString trRelatedFunctionDocumentation()
virtual QCString trFunctionDocumentation()
virtual QCString trPrecondition()
virtual QCString trFileListDescription(bool extractAll)
virtual QCString trPropertyDocumentation()
virtual QCString trCallGraph()
virtual QCString trRelatedSubscript()
Definition: translator_hu.h:68
virtual QCString trVersion()
virtual QCString trFileMembersDescription(bool extractAll)
virtual QCString trTodo()
virtual QCString trNamespace(bool first_capital, bool)
virtual QCString trCompoundIndex()
virtual QCString trReferencedBy()
virtual QCString trGotoDocumentation()
virtual QCString trPackageListDescription()
virtual QCString trDirIndex()
virtual QCString trProtectedTypes()
virtual QCString trFileList()
virtual QCString trDefinedIn()
virtual QCString idLanguage()
Definition: translator_hu.h:48
virtual QCString trGotoTextualHierarchy()
virtual QCString trCompounds()
virtual QCString trSeeAlso()
virtual QCString trPrivateTypes()
virtual QCString trRTFGeneralIndex()
virtual QCString trModules()
virtual QCString trReturnValues()
virtual QCString trSignals()
virtual QCString trClassDiagram(const char *clName)
virtual QCString trEnumerationTypeDocumentation()
virtual QCString trRTFTableOfContents()
virtual QCString trFileMembers()
virtual QCString trIncludingInheritedMembers()
string filename
Definition: train.py:213
virtual QCString trRemarks()
virtual QCString trFile(bool first_capital, bool)
virtual QCString trRTFCharSet()
virtual QCString trTypedefDocumentation()
virtual QCString trCompoundList()
virtual QCString trStaticPackageMembers()
virtual QCString trDetailedDescription()
Definition: translator_hu.h:72
virtual QCString trPublicSlots()
virtual QCString trCompoundMembers()
virtual QCString trListOfAllMembers()
virtual QCString trLegendDocs()
virtual QCString trMemberFunctionDocumentation()
Definition: translator_hu.h:84
virtual QCString trBug()
virtual QCString trBugList()
virtual QCString trReferenceManual()
virtual QCString trGotoGraphicalHierarchy()
virtual QCString trAuthor(bool first_capital, bool singular)
virtual QCString trEventDocumentation()
virtual QCString trProtectedMembers()
virtual QCString trNamespaceReference(const char *namespaceName)
virtual QCString trStaticPrivateAttribs()
virtual QCString trModulesDescription()
virtual QCString trParameters()
virtual QCString trFriends()
virtual QCString trEvents()
virtual QCString trGraphicalHierarchy()
virtual QCString trVariableDocumentation()
virtual QCString trTypedefs()
virtual QCString trSearchResults(int numDocuments)
virtual QCString trPackageTypes()
virtual QCString trFunctions()
virtual QCString trInitialValue()
fileName
Definition: dumpTree.py:9
virtual QCString trHierarchicalIndex()
virtual QCString trForInternalUseOnly()
virtual QCString trPackageAttribs()
virtual QCString trDeprecatedList()
virtual QCString trMemberTypedefDocumentation()
Definition: translator_hu.h:76
virtual QCString trMainPage()
virtual QCString trRelatedPages()
virtual QCString trNamespaceMembers()
virtual QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
virtual QCString trMemberEnumerationDocumentation()
Definition: translator_hu.h:80
virtual QCString trRelatedPagesDescription()
virtual QCString trPageDocumentation()
virtual QCString trSearch()
virtual QCString trProperties()
virtual QCString trWarning()
virtual QCString latexLanguageSupportCommand()
Definition: translator_hu.h:55
virtual QCString trInheritsList(int numEntries)
virtual QCString trGeneratedAt(const char *date, const char *projName)
virtual QCString trMember(bool first_capital, bool)
virtual QCString trNamespaceIndex()
virtual QCString trProtectedAttribs()
virtual QCString trEnumerations()
#define Config_getBool(val)
Definition: config.cpp:664
virtual QCString trStaticProtectedAttribs()
virtual QCString trAttention()
QCString getDotImageExtension(void)
Definition: util.cpp:8562
virtual QCString trPrivateAttribs()
virtual QCString trEnumValue()
virtual QCString trRelatedFunctions()
Definition: translator_hu.h:64
virtual QCString trClassHierarchy()
virtual QCString trWriteList(int numEntries)
virtual QCString trStaticPublicMembers()
virtual QCString trExceptions()
virtual QCString trFileDocumentation()
virtual QCString trFileReference(const char *fileName)
virtual QCString trDefineDocumentation()
virtual QCString trOverloadText()
virtual QCString trMemberDataDocumentation()
Definition: translator_hu.h:88
virtual QCString trInvariant()
virtual QCString trNamespaceListDescription(bool extractAll)
virtual QCString trDirectories()
virtual QCString trStaticPackageAttribs()
virtual QCString trAll()
virtual QCString trPrivateSlots()
virtual QCString trDirDocumentation()
virtual QCString trStaticProtectedMembers()
virtual QCString trSearchMatches()
virtual QCString trExamples()
virtual QCString trDeprecated()
virtual QCString trConstructorDocumentation()
virtual QCString trDefines()
virtual QCString trDefinedAtLineInSourceFile()
virtual QCString trClassHierarchyDescription()
virtual QCString trGlobal(bool first_capital, bool)
virtual QCString trVariables()
CompoundType
Definition: classdef.h:63
virtual QCString trInheritedByList(int numEntries)
virtual QCString trReferences()
virtual QCString trNote()
virtual QCString trPageAbbreviation()
virtual QCString trDefineValue()
virtual QCString trPage(bool first_capital, bool)
virtual QCString trFileIndex()
virtual QCString trThisIsTheListOfAllMembers()
virtual QCString trClass(bool first_capital, bool)
virtual QCString trExampleDocumentation()
virtual QCString trInclDepGraph(const char *fName)
virtual QCString trPrivateMembers()
virtual QCString trPackages()
virtual QCString trStaticPrivateMembers()
virtual QCString trDocumentation()
virtual QCString trPublicAttribs()
virtual QCString trEnumerationValues()
virtual QCString trReimplementedInList(int numEntries)
virtual QCString trNamespaceMemberDescription(bool extractAll)
virtual QCString trClassDocumentation()
virtual QCString trTest()
virtual QCString trPackageList()
virtual QCString trExamplesDescription()
virtual QCString trReimplementedFromList(int numEntries)
virtual QCString trDefinedInSourceFile()
const char * zed(char c)
Definition: translator_hu.h:33
virtual QCString trCollaborationDiagram(const char *clName)
virtual QCString trGeneratedAutomatically(const char *s)
virtual QCString trMemberList()
virtual QCString trLegend()
virtual QCString trPostcondition()
virtual QCString trProtectedSlots()
virtual QCString trDirReference(const char *dirName)
static QCString * s
Definition: config.cpp:1042
virtual QCString trReturns()
virtual QCString trInclByDepGraph()
virtual QCString trPublicTypes()
virtual QCString trNamespaceDocumentation()
virtual QCString trCompoundMembersDescription(bool extractAll)
virtual QCString trNamespaces()
virtual QCString trTestList()
virtual QCString trDate()
virtual QCString trPackageMembers()