translator_eo.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  /* Tradukita kaj ĝisdatigata de Ander Martinez. */
19 
20 #ifndef TRANSLATOR_EO_H
21 #define TRANSLATOR_EO_H
22 
23 /*!
24  When defining a translator class for the new language, follow
25  the description in the documentation. One of the steps says
26  that you should copy the translator_en.h (this) file to your
27  translator_xx.h new file. Your new language should use the
28  Translator class as the base class. This means that you need to
29  implement exactly the same (pure virtual) methods as the
30  TranslatorEnglish does. Because of this, it is a good idea to
31  start with the copy of TranslatorEnglish and replace the strings
32  one by one.
33 
34  It is not necessary to include "translator.h" or
35  "translator_adapter.h" here. The files are included in the
36  language.cpp correctly. Not including any of the mentioned
37  files frees the maintainer from thinking about whether the
38  first, the second, or both files should be included or not, and
39  why. This holds namely for localized translators because their
40  base class is changed occasionaly to adapter classes when the
41  Translator class changes the interface, or back to the
42  Translator class (by the local maintainer) when the localized
43  translator is made up-to-date again.
44 */
46 {
47  public:
48 
49  // --- Language control methods -------------------
50 
51  /*! Used for identification of the language. The identification
52  * should not be translated. It should be replaced by the name
53  * of the language in English using lower-case characters only
54  * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
55  * the identification used in language.cpp.
56  */
57  virtual QCString idLanguage()
58  { return "esperanto"; }
59 
60  /*! Used to get the LaTeX command(s) for the language support.
61  * This method should return string with commands that switch
62  * LaTeX to the desired language. For example
63  * <pre>"\\usepackage[german]{babel}\n"
64  * </pre>
65  * or
66  * <pre>"\\usepackage{polski}\n"
67  * "\\usepackage[latin2]{inputenc}\n"
68  * "\\usepackage[T1]{fontenc}\n"
69  * </pre>
70  *
71  * The English LaTeX does not use such commands. Because of this
72  * the empty string is returned in this implementation.
73  */
75  {
76  return "\\usepackage[esperanto]{babel}\n";
77  }
78 
79  // --- Language translation methods -------------------
80 
81  /*! used in the compound documentation before a list of related functions. */
83  { return "Rilataj Funkcioj"; }
84 
85  /*! subscript for the related functions. */
87  { return "(Atentu ke tiuj ĉi ne estas membraj funkcioj.)"; }
88 
89  /*! header that is put before the detailed description of files, classes and namespaces. */
91  { return "Detala Priskribo"; }
92 
93  /*! header that is put before the list of typedefs. */
95  { return "Dokumentado de la Membraj Tipodifinoj"; }
96 
97  /*! header that is put before the list of enumerations. */
99  { return "Dokumentado de la Membraj Enumeracioj"; }
100 
101  /*! header that is put before the list of member functions. */
103  { return "Dokumentado de la Membraj Funkcioj"; }
104 
105  /*! header that is put before the list of member attributes. */
107  {
108  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
109  {
110  return "Kampa Dokumentado";
111  }
112  else
113  {
114  return "Dokumentado de la Membraj Datumoj";
115  }
116  }
117 
118  /*! this is the text of a link put after brief descriptions. */
119  virtual QCString trMore()
120  { return "Pli..."; }
121 
122  /*! put in the class documentation */
124  { return "Listo de ĉiuj membroj"; }
125 
126  /*! used as the title of the "list of all members" page of a class */
128  { return "Membra Listo"; }
129 
130  /*! this is the first part of a sentence that is followed by a class name */
132  { return "Tiu ĉi estas la kompleta membraro de "; }
133 
134  /*! this is the remainder of the sentence after the class name */
136  { return ", inkluzive ĉiujn hereditajn membrojn."; }
137 
138  /*! this is put at the author sections at the bottom of man pages.
139  * parameter s is name of the project name.
140  */
141  virtual QCString trGeneratedAutomatically(const char *s)
142  { QCString result="Generita aŭtomate de Doxygen";
143  if (s) result+=(QCString)" por "+s;
144  result+=" el la fontkodo.";
145  return result;
146  }
147 
148  /*! put after an enum name in the list of all members */
150  { return "enum nomo"; }
151 
152  /*! put after an enum value in the list of all members */
154  { return "enum valoro"; }
155 
156  /*! put after an undocumented member in the list of all members */
158  { return "difinita en"; }
159 
160  // quick reference sections
161 
162  /*! This is put above each page as a link to the list of all groups of
163  * compounds or files (see the \\group command).
164  */
165  virtual QCString trModules()
166  { return "Moduloj"; }
167 
168  /*! This is put above each page as a link to the class hierarchy */
170  { return "Klasa Hierarkio"; }
171 
172  /*! This is put above each page as a link to the list of annotated classes */
174  {
175  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
176  {
177  return "Datumstruktoroj";
178  }
179  else
180  {
181  return "Klasaro";
182  }
183  }
184 
185  /*! This is put above each page as a link to the list of documented files */
187  { return "Dosieraro"; }
188 
189  /*! This is put above each page as a link to all members of compounds. */
191  {
192  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
193  {
194  return "Datumkampoj";
195  }
196  else
197  {
198  return "Klasaj membroj";
199  }
200  }
201 
202  /*! This is put above each page as a link to all members of files. */
204  {
205  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
206  {
207  return "Mallokalaĵoj";
208  }
209  else
210  {
211  return "Dosieraj Membroj";
212  }
213  }
214 
215  /*! This is put above each page as a link to all related pages. */
217  { return "Rilataj Paĝoj"; }
218 
219  /*! This is put above each page as a link to all examples. */
221  { return "Ekzemploj"; }
222 
223  /*! This is put above each page as a link to the search engine. */
224  virtual QCString trSearch()
225  { return "Serĉi"; }
226 
227  /*! This is an introduction to the class hierarchy. */
229  { return "Tiu ĉi heredada listo estas plimalpli, "
230  "sed ne tute, ordigita alfabete:";
231  }
232 
233  /*! This is an introduction to the list with all files. */
234  virtual QCString trFileListDescription(bool extractAll)
235  {
236  QCString result="Jen listo de ĉiuj ";
237  if (!extractAll) result+="dokumentitaj ";
238  result+="dosieroj kun mallongaj priskriboj:";
239  return result;
240  }
241 
242  /*! This is an introduction to the annotated compound list. */
244  {
245 
246  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
247  {
248  return "Jen datumstrukturoj kun mallongaj priskriboj:";
249  }
250  else
251  {
252  return "Jen la klasoj, strukturoj, kunigoj kaj interfacoj "
253  "kun mallongaj priskriboj:";
254  }
255  }
256 
257  /*! This is an introduction to the page with all class members. */
258  virtual QCString trCompoundMembersDescription(bool extractAll)
259  {
260  QCString result="Jen listo de ĉiuj ";
261  if (!extractAll)
262  {
263  result+="dokumentitaj ";
264  }
265  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
266  {
267  result+="strukturaj kaj kunigaj kampoj";
268  }
269  else
270  {
271  result+="klasaj membroj";
272  }
273  result+=" kun ligiloj al ";
274  if (!extractAll)
275  {
276  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
277  {
278  result+="la struktura/kuniga dokumentado por ĉiu kampo:";
279  }
280  else
281  {
282  result+="la klasa dokumentado por ĉiu membro:";
283  }
284  }
285  else
286  {
287  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
288  {
289  result+="la strukturoj/kunigoj al kiuj ili apartenas:";
290  }
291  else
292  {
293  result+="la klasoj al kiuj ili apartenas:";
294  }
295  }
296  return result;
297  }
298 
299  /*! This is an introduction to the page with all file members. */
300  virtual QCString trFileMembersDescription(bool extractAll)
301  {
302  QCString result="Jen listo de ĉiuj ";
303  if (!extractAll) result+="dokumentitaj ";
304 
305  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
306  {
307  result+="funkcioj, variabloj, difinoj, enumeracioj kaj tipodifinoj";
308  }
309  else
310  {
311  result+="dosieraj membroj";
312  }
313  result+=" kun ligiloj al ";
314  if (extractAll)
315  result+="la dosieroj al kiuj ili apartenas:";
316  else
317  result+="la dokumentado:";
318  return result;
319  }
320 
321  /*! This is an introduction to the page with the list of all examples */
323  { return "Jen listo de ĉiuj la ekzemploj:"; }
324 
325  /*! This is an introduction to the page with the list of related pages */
327  { return "Jen listo de ĉiuj rilataj dokumentadaj paĝoj:"; }
328 
329  /*! This is an introduction to the page with the list of class/file groups */
331  { return "Jen listo de ĉiuj la moduloj:"; }
332 
333  // index titles (the project name is prepended for these)
334 
335  /*! This is used in HTML as the title of index.html. */
337  { return "Dokumentado"; }
338 
339  /*! This is used in LaTeX as the title of the chapter with the
340  * index of all groups.
341  */
343  { return "Modula Indekso"; }
344 
345  /*! This is used in LaTeX as the title of the chapter with the
346  * class hierarchy.
347  */
349  { return "Hierarkia Indekso"; }
350 
351  /*! This is used in LaTeX as the title of the chapter with the
352  * annotated compound index.
353  */
355  {
356  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
357  {
358  return "Datumstruktura Indekso";
359  }
360  else
361  {
362  return "Klasa Indekso";
363  }
364  }
365 
366  /*! This is used in LaTeX as the title of the chapter with the
367  * list of all files.
368  */
370  { return "Dosiera Indekso"; }
371 
372  /*! This is used in LaTeX as the title of the chapter containing
373  * the documentation of all groups.
374  */
376  { return "Modula Dokumentado"; }
377 
378  /*! This is used in LaTeX as the title of the chapter containing
379  * the documentation of all classes, structs and unions.
380  */
382  {
383  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
384  {
385  return "Datumstruktura Dokumentado";
386  }
387  else
388  {
389  return "Klasa Dokumentado";
390  }
391  }
392 
393  /*! This is used in LaTeX as the title of the chapter containing
394  * the documentation of all files.
395  */
397  { return "Dosiera Dokumentado"; }
398 
399  /*! This is used in LaTeX as the title of the chapter containing
400  * the documentation of all examples.
401  */
403  { return "Ekzempla Dokumentado"; }
404 
405  /*! This is used in LaTeX as the title of the chapter containing
406  * the documentation of all related pages.
407  */
409  { return "Paĝa Dokumentado"; }
410 
411  /*! This is used in LaTeX as the title of the document */
413  { return "Referenca Manlibro"; }
414 
415  /*! This is used in the documentation of a file as a header before the
416  * list of defines
417  */
418  virtual QCString trDefines()
419  { return "Difinoj"; }
420 
421  /*! This is used in the documentation of a file as a header before the
422  * list of typedefs
423  */
425  { return "Tipdifinoj"; }
426 
427  /*! This is used in the documentation of a file as a header before the
428  * list of enumerations
429  */
431  { return "Enumeracioj"; }
432 
433  /*! This is used in the documentation of a file as a header before the
434  * list of (global) functions
435  */
437  { return "Funkcioj"; }
438 
439  /*! This is used in the documentation of a file as a header before the
440  * list of (global) variables
441  */
443  { return "Variabloj"; }
444 
445  /*! This is used in the documentation of a file as a header before the
446  * list of (global) variables
447  */
449  { return "Enumeraciilo"; }
450 
451  /*! This is used in the documentation of a file before the list of
452  * documentation blocks for defines
453  */
455  { return "Difina Dokumentado"; }
456 
457  /*! This is used in the documentation of a file/namespace before the list
458  * of documentation blocks for typedefs
459  */
461  { return "Tipdifina Dokumentado"; }
462 
463  /*! This is used in the documentation of a file/namespace before the list
464  * of documentation blocks for enumeration types
465  */
467  { return "Enumeracitipa Dokumentado"; }
468 
469  /*! This is used in the documentation of a file/namespace before the list
470  * of documentation blocks for functions
471  */
473  { return "Funkcia Dokumentado"; }
474 
475  /*! This is used in the documentation of a file/namespace before the list
476  * of documentation blocks for variables
477  */
479  { return "Variabla Dokumentado"; }
480 
481  /*! This is used in the documentation of a file/namespace/group before
482  * the list of links to documented compounds
483  */
485  {
486  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
487  {
488  return "Datumstrukturoj";
489  }
490  else
491  {
492  return "Klasoj";
493  }
494  }
495 
496  /*! This is used in the standard footer of each page and indicates when
497  * the page was generated
498  */
499  virtual QCString trGeneratedAt(const char *date,const char *projName)
500  {
501  QCString result=(QCString)"Generita la "+date;
502  if (projName) result+=(QCString)" por "+projName;
503  result+=(QCString)" de";
504  return result;
505  }
506 
507  /*! this text is put before a class diagram */
508  virtual QCString trClassDiagram(const char *clName)
509  {
510  return (QCString)"Heredada diagramo por "+clName+":";
511  }
512 
513  /*! this text is generated when the \\internal command is used. */
515  { return "Nur por ena uzado."; }
516 
517  /*! this text is generated when the \\warning command is used. */
518  virtual QCString trWarning()
519  { return "Averto"; }
520 
521  /*! this text is generated when the \\version command is used. */
522  virtual QCString trVersion()
523  { return "Versio"; }
524 
525  /*! this text is generated when the \\date command is used. */
526  virtual QCString trDate()
527  { return "Dato"; }
528 
529  /*! this text is generated when the \\return command is used. */
530  virtual QCString trReturns()
531  { return "Liveras"; }
532 
533  /*! this text is generated when the \\sa command is used. */
534  virtual QCString trSeeAlso()
535  { return "Vido ankaŭ"; }
536 
537  /*! this text is generated when the \\param command is used. */
539  { return "Parametroj"; }
540 
541  /*! this text is generated when the \\exception command is used. */
543  { return "Esceptoj"; }
544 
545  /*! this text is used in the title page of a LaTeX document. */
547  { return "Generita de"; }
548 
549 //////////////////////////////////////////////////////////////////////////
550 // new since 0.49-990307
551 //////////////////////////////////////////////////////////////////////////
552 
553  /*! used as the title of page containing all the index of all namespaces. */
555  { return "Nomspacaro"; }
556 
557  /*! used as an introduction to the namespace list */
558  virtual QCString trNamespaceListDescription(bool extractAll)
559  {
560  QCString result="Jen listo de ĉiuj ";
561  if (!extractAll) result+="dokumentitaj ";
562  result+="nomspacoj kun mallongaj priskriboj:";
563  return result;
564  }
565 
566  /*! used in the class documentation as a header before the list of all
567  * friends of a class
568  */
569  virtual QCString trFriends()
570  { return "Amikoj"; }
571 
572 //////////////////////////////////////////////////////////////////////////
573 // new since 0.49-990405
574 //////////////////////////////////////////////////////////////////////////
575 
576  /*! used in the class documentation as a header before the list of all
577  * related classes
578  */
580  { return "Dokumentado pri amikoj kaj rilatitaj funkcioj"; }
581 
582 //////////////////////////////////////////////////////////////////////////
583 // new since 0.49-990425
584 //////////////////////////////////////////////////////////////////////////
585 
586  /*! used as the title of the HTML page of a class/struct/union */
587  virtual QCString trCompoundReference(const char *clName,
588  ClassDef::CompoundType compType,
589  bool isTemplate)
590  {
591  QCString result="Referenco de la ";
592  if (isTemplate) result+=" ŝablono de la ";
593  switch(compType)
594  {
595  case ClassDef::Class: result+="klaso "; break;
596  case ClassDef::Struct: result+="strukturo "; break;
597  case ClassDef::Union: result+="kunigo "; break;
598  case ClassDef::Interface: result+="interfaco "; break;
599  case ClassDef::Protocol: result+="protokolo "; break;
600  case ClassDef::Category: result+="kategorio "; break;
601  case ClassDef::Exception: result+="escepto "; break;
602  default: break;
603  }
604  result+=(QCString)clName;
605  return result;
606  }
607 
608  /*! used as the title of the HTML page of a file */
609  virtual QCString trFileReference(const char *fileName)
610  {
612  result+=" Dosiera referenco";
613  return result;
614  }
615 
616  /*! used as the title of the HTML page of a namespace */
617  virtual QCString trNamespaceReference(const char *namespaceName)
618  {
619  QCString result=namespaceName;
620  result+=" Nomspaca referenco";
621  return result;
622  }
623 
625  { return "Publikaj Membraj Funkcioj"; }
627  { return "Pubikaj Ingoj"; }
628  virtual QCString trSignals()
629  { return "Signaloj"; }
631  { return "Statikaj Publikaj Membraj Funkcioj"; }
633  { return "Protektitaj Membraj Funkcioj"; }
635  { return "Protektitaj Ingoj"; }
637  { return "Statikaj Protektitaj Membraj Funkcioj"; }
639  { return "Privataj Membraj Funkcioj"; }
641  { return "Privataj Ingoj"; }
643  { return "Statikaj Privataj Membraj Funkcioj"; }
644 
645  /*! this function is used to produce a comma-separated list of items.
646  * use generateMarker(i) to indicate where item i should be put.
647  */
648  virtual QCString trWriteList(int numEntries)
649  {
651  int i;
652  // the inherits list contain `numEntries' classes
653  for (i=0;i<numEntries;i++)
654  {
655  // use generateMarker to generate placeholders for the class links!
656  result+=generateMarker(i); // generate marker for entry i in the list
657  // (order is left to right)
658 
659  if (i!=numEntries-1) // not the last entry, so we need a separator
660  {
661  if (i<numEntries-2) // not the fore last entry
662  result+=", ";
663  else // the fore last entry
664  result+=", kaj ";
665  }
666  }
667  return result;
668  }
669 
670  /*! used in class documentation to produce a list of base classes,
671  * if class diagrams are disabled.
672  */
673  virtual QCString trInheritsList(int numEntries)
674  {
675  return "Heredas de "+trWriteList(numEntries)+".";
676  }
677 
678  /*! used in class documentation to produce a list of super classes,
679  * if class diagrams are disabled.
680  */
681  virtual QCString trInheritedByList(int numEntries)
682  {
683  return "Heredita de "+trWriteList(numEntries)+".";
684  }
685 
686  /*! used in member documentation blocks to produce a list of
687  * members that are hidden by this one.
688  */
689  virtual QCString trReimplementedFromList(int numEntries)
690  {
691  return "Rerealigita el "+trWriteList(numEntries)+".";
692  }
693 
694  /*! used in member documentation blocks to produce a list of
695  * all member that overwrite the implementation of this member.
696  */
697  virtual QCString trReimplementedInList(int numEntries)
698  {
699  return "Rerealigita en "+trWriteList(numEntries)+".";
700  }
701 
702  /*! This is put above each page as a link to all members of namespaces. */
704  { return "Nomspacaj Membroj"; }
705 
706  /*! This is an introduction to the page with all namespace members */
707  virtual QCString trNamespaceMemberDescription(bool extractAll)
708  {
709  QCString result="Jen listo de ĉiuj ";
710  if (!extractAll) result+="dokumentitaj ";
711  result+="nomspacaj membroj kun ligiloj al ";
712  if (extractAll)
713  result+="la nomspaca dokumentado de ĉiu membro:";
714  else
715  result+="la nomspacoj al kiuj ili apartenas:";
716  return result;
717  }
718  /*! This is used in LaTeX as the title of the chapter with the
719  * index of all namespaces.
720  */
722  { return "Nomspaca Indekso"; }
723 
724  /*! This is used in LaTeX as the title of the chapter containing
725  * the documentation of all namespaces.
726  */
728  { return "Nomspaca Dokumentado"; }
729 
730 //////////////////////////////////////////////////////////////////////////
731 // new since 0.49-990522
732 //////////////////////////////////////////////////////////////////////////
733 
734  /*! This is used in the documentation before the list of all
735  * namespaces in a file.
736  */
738  { return "Nomspacoj"; }
739 
740 //////////////////////////////////////////////////////////////////////////
741 // new since 0.49-990728
742 //////////////////////////////////////////////////////////////////////////
743 
744  /*! This is put at the bottom of a class documentation page and is
745  * followed by a list of files that were used to generate the page.
746  */
748  bool single)
749  { // single is true implies a single file
750  QCString result=(QCString)"La dokumentado por tiu ĉi ";
751  switch(compType)
752  {
753  case ClassDef::Class: result+="klaso"; break;
754  case ClassDef::Struct: result+="strukturo"; break;
755  case ClassDef::Union: result+="kunigo"; break;
756  case ClassDef::Interface: result+="interfaco"; break;
757  case ClassDef::Protocol: result+="protokolo"; break;
758  case ClassDef::Category: result+="kategorio"; break;
759  case ClassDef::Exception: result+="escepto"; break;
760  default: break;
761  }
762  result+=" generitas el la ";
763  if (single) result+="sekva dosiero:";
764  else result+="sekvaj dosieroj:";
765  return result;
766  }
767 
768 //////////////////////////////////////////////////////////////////////////
769 // new since 0.49-990901
770 //////////////////////////////////////////////////////////////////////////
771 
772  /*! This is used as the heading text for the retval command. */
774  { return "Liveraĵoj"; }
775 
776  /*! This is in the (quick) index as a link to the main page (index.html)
777  */
779  { return "Ĉefa Paĝo"; }
780 
781  /*! This is used in references to page that are put in the LaTeX
782  * documentation. It should be an abbreviation of the word page.
783  */
785  { return "p."; }
786 
787 //////////////////////////////////////////////////////////////////////////
788 // new since 0.49-991003
789 //////////////////////////////////////////////////////////////////////////
790 
792  {
793  return "Difinita sur la lineo @0 de la dosiero @1.";
794  }
796  {
797  return "Difinita en la dosiero @0.";
798  }
799 
800 //////////////////////////////////////////////////////////////////////////
801 // new since 0.49-991205
802 //////////////////////////////////////////////////////////////////////////
803 
805  {
806  return "Evitinda";
807  }
808 
809 //////////////////////////////////////////////////////////////////////////
810 // new since 1.0.0
811 //////////////////////////////////////////////////////////////////////////
812 
813  /*! this text is put before a collaboration diagram */
814  virtual QCString trCollaborationDiagram(const char *clName)
815  {
816  return (QCString)"Kunlaborada diagramo por "+clName+":";
817  }
818  /*! this text is put before an include dependency graph */
819  virtual QCString trInclDepGraph(const char *fName)
820  {
821  return (QCString)"Inkluzivaĵa dependeca diagramo por "+fName+":";
822  }
823  /*! header that is put before the list of constructor/destructors. */
825  {
826  return "Konstruila kaj Detruila Dokumentado";
827  }
828  /*! Used in the file documentation to point to the corresponding sources. */
830  {
831  return "Iri al la fontkodo de tiu ĉi dosiero.";
832  }
833  /*! Used in the file sources to point to the corresponding documentation. */
835  {
836  return "Iri al la dokumentado de tiu ĉi dosiero.";
837  }
838  /*! Text for the \\pre command */
840  {
841  return "Antaŭkondiĉo";
842  }
843  /*! Text for the \\post command */
845  {
846  return "Postkondiĉo";
847  }
848  /*! Text for the \\invariant command */
850  {
851  return "Malvariaĵo";
852  }
853  /*! Text shown before a multi-line variable/enum initialization */
855  {
856  return "Komenca valoro:";
857  }
858  /*! Text used the source code in the file index */
859  virtual QCString trCode()
860  {
861  return "kodo";
862  }
864  {
865  return "Grafika Klasa Hierarkio";
866  }
868  {
869  return "Iri al la grafika klasa hierarkio";
870  }
872  {
873  return "Iri al la teksta klasa hierarkio";
874  }
876  {
877  return "Paĝa Indekso";
878  }
879 
880 //////////////////////////////////////////////////////////////////////////
881 // new since 1.1.0
882 //////////////////////////////////////////////////////////////////////////
883 
884  virtual QCString trNote()
885  {
886  return "Noto";
887  }
889  {
890  return "Publikaj Tipoj";
891  }
893  {
894  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
895  {
896  return "Datumkampoj";
897  }
898  else
899  {
900  return "Publikaj Atributoj";
901  }
902  }
904  {
905  return "Statikaj Publikaj Atributoj";
906  }
908  {
909  return "Protektitaj Tipoj";
910  }
912  {
913  return "Protektitaj Atributoj";
914  }
916  {
917  return "Statikaj Protektitaj Atributoj";
918  }
920  {
921  return "Privataj Tipoj";
922  }
924  {
925  return "Privataj Atributoj";
926  }
928  {
929  return "Statikaj Privataj Atributoj";
930  }
931 
932 //////////////////////////////////////////////////////////////////////////
933 // new since 1.1.3
934 //////////////////////////////////////////////////////////////////////////
935 
936  /*! Used as a marker that is put before a \\todo item */
937  virtual QCString trTodo()
938  {
939  return "Farendaĵo";
940  }
941  /*! Used as the header of the todo list */
943  {
944  return "Farendaĵaro";
945  }
946 
947 //////////////////////////////////////////////////////////////////////////
948 // new since 1.1.4
949 //////////////////////////////////////////////////////////////////////////
950 
952  {
953  return "Referencita de";
954  }
955  virtual QCString trRemarks()
956  {
957  return "Rimarkoj";
958  }
960  {
961  return "Atentu";
962  }
964  {
965  return "Tiu ĉi diagramo montras kiuj dosieroj rekte aŭ malrekte "
966  "inkluzivas tiun ĉi dosieron:";
967  }
968  virtual QCString trSince()
969  {
970  return "De";
971  }
972 
973 //////////////////////////////////////////////////////////////////////////
974 // new since 1.1.5
975 //////////////////////////////////////////////////////////////////////////
976 
977  /*! title of the graph legend page */
979  {
980  return "Diagrama Klarigeto";
981  }
982  /*! page explaining how the dot graph's should be interpreted
983  * The %A in the text below are to prevent link to classes called "A".
984  */
986  {
987  return
988  "Tiu ĉi paĝo klarigas kiel interpreti la diagramojn generitajn "
989  "de doxygen.<p>\n"
990  "Konsideru la sekvan ekzemplon:\n"
991  "\\code\n"
992  "/*! Nevidebla klaso pro trunkado */\n"
993  "class Invisible { };\n\n"
994  "/*! Trunkita klaso, hereda rilato kaŝiĝas */\n"
995  "class Truncated : public Invisible { };\n\n"
996  "/* Klaso ne dokumentita per komentoj de doxygen */\n"
997  "class Undocumented { };\n\n"
998  "/*! Klaso de kiu herediĝas per publika heredado */\n"
999  "class PublicBase : public Truncated { };\n\n"
1000  "/*! Ŝablona klaso */\n"
1001  "template<class T> class Templ { };\n\n"
1002  "/*! Klaso de kiu herediĝas per protektita heredado */\n"
1003  "class ProtectedBase { };\n\n"
1004  "/*! Klaso de kiu herediĝas per privata heredado */\n"
1005  "class PrivateBase { };\n\n"
1006  "/*! Klaso uzata de la klaso Inherited */\n"
1007  "class Used { };\n\n"
1008  "/*! Supra klaso kiu heredas de kelkaj aliaj klasoj */\n"
1009  "class Inherited : public PublicBase,\n"
1010  " protected ProtectedBase,\n"
1011  " private PrivateBase,\n"
1012  " public Undocumented,\n"
1013  " public Templ<int>\n"
1014  "{\n"
1015  " private:\n"
1016  " Used *m_usedClass;\n"
1017  "};\n"
1018  "\\endcode\n"
1019  "Tio ĉi liveros la sekvan diagramon:"
1020  "<p><center><img alt=\"\" src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
1021  "<p>\n"
1022  "La skatoloj de la supra diagramo havas la sekvajn signifojn:\n"
1023  "<ul>\n"
1024  "<li>%Plene griza skatolo reprezentas la strukturon aŭ klason "
1025  "kies diagramo generiĝis.\n"
1026  "<li>%Skatolo kun nigra bordero montras dokumentitan strukturon aŭ klason.\n"
1027  "<li>%Skatolo kun griza bordero montras nedokumentitan strukturon aŭ klason.\n"
1028  "<li>%Skatolo kun ruĝa bordero montras dokumentitan strukturon aŭ klason por "
1029  "kiu ne ĉiuj heredadoj/enhavoj montriĝas. %Diagramo estas trunkota "
1030  "se ĝi ne adaptiĝas en la donitajn limojn.\n"
1031  "</ul>\n"
1032  "La sagoj havas la sekvajn signifojn:\n"
1033  "<ul>\n"
1034  "<li>%Malhelblua sago uzatas por montri publika heredado "
1035  "inter du klasoj.\n"
1036  "<li>%Malhelverda sago uzatas por protektita heredado.\n"
1037  "<li>%Malhelruĝa sago uzatas por privata heredado.\n"
1038  "<li>%Purpura streka sago uzatas se klaso enhavatas aŭ uzatas "
1039  "de alia klaso. La sago estas etikedatas kun la variablo(j) "
1040  "tra kiu la montrita klaso aŭ strukturo estas alirebla.\n"
1041  "<li>%Flava streka sago montras rilato inter ŝablona apero kaj "
1042  "la ŝablona klaso el kiu ĝi realigitas. La sago etikeditas kun "
1043  "la parametroj de la ŝablona apero.\n"
1044  "</ul>\n";
1045  }
1046  /*! text for the link to the legend page */
1047  virtual QCString trLegend()
1048  {
1049  return "klarigeto";
1050  }
1051 
1052 //////////////////////////////////////////////////////////////////////////
1053 // new since 1.2.0
1054 //////////////////////////////////////////////////////////////////////////
1055 
1056  /*! Used as a marker that is put before a test item */
1057  virtual QCString trTest()
1058  {
1059  return "Testo";
1060  }
1061  /*! Used as the header of the test list */
1063  {
1064  return "Testa Listo";
1065  }
1066 
1067 //////////////////////////////////////////////////////////////////////////
1068 // new since 1.2.2
1069 //////////////////////////////////////////////////////////////////////////
1070 
1071  /*! Used as a section header for IDL properties */
1073  {
1074  return "Atributoj";
1075  }
1076  /*! Used as a section header for IDL property documentation */
1078  {
1079  return "Atributa Dokumentado";
1080  }
1081 
1082 //////////////////////////////////////////////////////////////////////////
1083 // new since 1.2.4
1084 //////////////////////////////////////////////////////////////////////////
1085 
1086  /*! Used for Java classes in the summary section of Java packages */
1088  {
1089  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
1090  {
1091  return "Datumstrukturoj";
1092  }
1093  else
1094  {
1095  return "Klasoj";
1096  }
1097  }
1098  /*! Used as the title of a Java package */
1099  virtual QCString trPackage(const char *name)
1100  {
1101  return (QCString)"Pakaĵo "+name;
1102  }
1103  /*! Title of the package index page */
1105  {
1106  return "Pakaĵa Listo";
1107  }
1108  /*! The description of the package index page */
1110  {
1111  return "Jen listo de pakaĵoj kun mallongaj priskriboj (se ekzistas):";
1112  }
1113  /*! The link name in the Quick links header for each page */
1115  {
1116  return "Pakaĵoj";
1117  }
1118  /*! Text shown before a multi-line define */
1120  {
1121  return "Valoro:";
1122  }
1123 
1124 //////////////////////////////////////////////////////////////////////////
1125 // new since 1.2.5
1126 //////////////////////////////////////////////////////////////////////////
1127 
1128  /*! Used as a marker that is put before a \\bug item */
1129  virtual QCString trBug()
1130  {
1131  return "Cimo";
1132  }
1133  /*! Used as the header of the bug list */
1135  {
1136  return "Cima Listo";
1137  }
1138 
1139 //////////////////////////////////////////////////////////////////////////
1140 // new since 1.2.6
1141 //////////////////////////////////////////////////////////////////////////
1142 
1143  /*! Used as ansicpg for RTF file
1144  *
1145  * The following table shows the correlation of Charset name, Charset Value and
1146  * <pre>
1147  * Codepage number:
1148  * Charset Name Charset Value(hex) Codepage number
1149  * ------------------------------------------------------
1150  * DEFAULT_CHARSET 1 (x01)
1151  * SYMBOL_CHARSET 2 (x02)
1152  * OEM_CHARSET 255 (xFF)
1153  * ANSI_CHARSET 0 (x00) 1252
1154  * RUSSIAN_CHARSET 204 (xCC) 1251
1155  * EE_CHARSET 238 (xEE) 1250
1156  * GREEK_CHARSET 161 (xA1) 1253
1157  * TURKISH_CHARSET 162 (xA2) 1254
1158  * BALTIC_CHARSET 186 (xBA) 1257
1159  * HEBREW_CHARSET 177 (xB1) 1255
1160  * ARABIC _CHARSET 178 (xB2) 1256
1161  * SHIFTJIS_CHARSET 128 (x80) 932
1162  * HANGEUL_CHARSET 129 (x81) 949
1163  * GB2313_CHARSET 134 (x86) 936
1164  * CHINESEBIG5_CHARSET 136 (x88) 950
1165  * </pre>
1166  *
1167  */
1169  {
1170  return "";
1171  }
1172 
1173 
1174  /*! Used as ansicpg for RTF fcharset
1175  * \see trRTFansicp() for a table of possible values.
1176  */
1178  {
1179  return "1";
1180  }
1181 
1182  /*! Used as header RTF general index */
1184  {
1185  return "Indekso";
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 trClass(bool first_capital, bool singular)
1193  {
1194  QCString result((first_capital ? "Klaso" : "klaso"));
1195  if (!singular) result+="j";
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 trFile(bool first_capital, bool singular)
1204  {
1205  QCString result((first_capital ? "Dosiero" : "dosiero"));
1206  if (!singular) result+="j";
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 trNamespace(bool first_capital, bool singular)
1215  {
1216  QCString result((first_capital ? "Nomspaco" : "nomspaco"));
1217  if (!singular) result+="j";
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 trGroup(bool first_capital, bool singular)
1226  {
1227  QCString result((first_capital ? "Grupo" : "grupo"));
1228  if (!singular) result+="j";
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 trPage(bool first_capital, bool singular)
1237  {
1238  QCString result((first_capital ? "Paĝo" : "paĝo"));
1239  if (!singular) result+="j";
1240  return result;
1241  }
1242 
1243  /*! This is used for translation of the word that will possibly
1244  * be followed by a single name or by a list of names
1245  * of the category.
1246  */
1247  virtual QCString trMember(bool first_capital, bool singular)
1248  {
1249  QCString result((first_capital ? "Membro" : "membro"));
1250  if (!singular) result+="j";
1251  return result;
1252  }
1253 
1254  /*! This is used for translation of the word that will possibly
1255  * be followed by a single name or by a list of names
1256  * of the category.
1257  */
1258  virtual QCString trGlobal(bool first_capital, bool singular)
1259  {
1260  QCString result((first_capital ? "Mallokalaĵo" : "mallokalaĵo"));
1261  if (!singular) result+="j";
1262  return result;
1263  }
1264 
1265 //////////////////////////////////////////////////////////////////////////
1266 // new since 1.2.7
1267 //////////////////////////////////////////////////////////////////////////
1268 
1269  /*! This text is generated when the \\author command is used and
1270  * for the author section in man pages. */
1271  virtual QCString trAuthor(bool first_capital, bool singular)
1272  {
1273  QCString result((first_capital ? "Aŭtoro" : "aŭtoro"));
1274  if (!singular) result+="j";
1275  return result;
1276  }
1277 
1278 //////////////////////////////////////////////////////////////////////////
1279 // new since 1.2.11
1280 //////////////////////////////////////////////////////////////////////////
1281 
1282  /*! This text is put before the list of members referenced by a member
1283  */
1285  {
1286  return "Referencoj";
1287  }
1288 
1289 //////////////////////////////////////////////////////////////////////////
1290 // new since 1.2.13
1291 //////////////////////////////////////////////////////////////////////////
1292 
1293  /*! used in member documentation blocks to produce a list of
1294  * members that are implemented by this one.
1295  */
1296  virtual QCString trImplementedFromList(int numEntries)
1297  {
1298  return "Realigas "+trWriteList(numEntries)+".";
1299  }
1300 
1301  /*! used in member documentation blocks to produce a list of
1302  * all members that implement this abstract member.
1303  */
1304  virtual QCString trImplementedInList(int numEntries)
1305  {
1306  return "Realigita en "+trWriteList(numEntries)+".";
1307  }
1308 
1309 //////////////////////////////////////////////////////////////////////////
1310 // new since 1.2.16
1311 //////////////////////////////////////////////////////////////////////////
1312 
1313  /*! used in RTF documentation as a heading for the Table
1314  * of Contents.
1315  */
1317  {
1318  return "Enhava Tabelo";
1319  }
1320 
1321 //////////////////////////////////////////////////////////////////////////
1322 // new since 1.2.17
1323 //////////////////////////////////////////////////////////////////////////
1324 
1325  /*! Used as the header of the list of item that have been
1326  * flagged deprecated
1327  */
1329  {
1330  return "Evitindaĵa Listo";
1331  }
1332 
1333 //////////////////////////////////////////////////////////////////////////
1334 // new since 1.2.18
1335 //////////////////////////////////////////////////////////////////////////
1336 
1337  /*! Used as a header for declaration section of the events found in
1338  * a C# program
1339  */
1340  virtual QCString trEvents()
1341  {
1342  return "Eventoj";
1343  }
1344  /*! Header used for the documentation section of a class' events. */
1346  {
1347  return "Eventa Dokumentado";
1348  }
1349 
1350 //////////////////////////////////////////////////////////////////////////
1351 // new since 1.3
1352 //////////////////////////////////////////////////////////////////////////
1353 
1354  /*! Used as a heading for a list of Java class types with package scope.
1355  */
1357  {
1358  return "Pakaĵaj Tipoj";
1359  }
1360  /*! Used as a heading for a list of Java class functions with package
1361  * scope.
1362  */
1364  {
1365  return "Pakaĵaj Funkcioj";
1366  }
1367  /*! Used as a heading for a list of static Java class functions with
1368  * package scope.
1369  */
1371  {
1372  return "Statikaj Pakaĵaj Funkcioj";
1373  }
1374  /*! Used as a heading for a list of Java class variables with package
1375  * scope.
1376  */
1378  {
1379  return "Pakaĵaj Atributoj";
1380  }
1381  /*! Used as a heading for a list of static Java class variables with
1382  * package scope.
1383  */
1385  {
1386  return "Statikaj Pakaĵaj Atributoj";
1387  }
1388 
1389 //////////////////////////////////////////////////////////////////////////
1390 // new since 1.3.1
1391 //////////////////////////////////////////////////////////////////////////
1392 
1393  /*! Used in the quick index of a class/file/namespace member list page
1394  * to link to the unfiltered list of all members.
1395  */
1396  virtual QCString trAll()
1397  {
1398  return "Ĉiuj";
1399  }
1400  /*! Put in front of the call graph for a function. */
1402  {
1403  return "Jen la vokdiagramo por tiu ĉi funkcio:";
1404  }
1405 
1406 //////////////////////////////////////////////////////////////////////////
1407 // new since 1.3.3
1408 //////////////////////////////////////////////////////////////////////////
1409 
1410  /*! This string is used as the title for the page listing the search
1411  * results.
1412  */
1414  {
1415  return "Serĉaj Rezultoj";
1416  }
1417  /*! This string is put just before listing the search results. The
1418  * text can be different depending on the number of documents found.
1419  * Inside the text you can put the special marker $num to insert
1420  * the number representing the actual number of search results.
1421  * The @a numDocuments parameter can be either 0, 1 or 2, where the
1422  * value 2 represents 2 or more matches. HTML markup is allowed inside
1423  * the returned string.
1424  */
1425  virtual QCString trSearchResults(int numDocuments)
1426  {
1427  if (numDocuments==0)
1428  {
1429  return "Pardonu, nenio dokumento kongruas vian peton.";
1430  }
1431  else if (numDocuments==1)
1432  {
1433  return "Trafita <b>unu</b> dokumenton kongruantan vian peton.";
1434  }
1435  else
1436  {
1437  return "Trafitaj <b>$num</b> dokumentojn kongruantajn vian peton. "
1438  "Montriĝos plej bonaj kongruoj unue.";
1439  }
1440  }
1441  /*! This string is put before the list of matched words, for each search
1442  * result. What follows is the list of words that matched the query.
1443  */
1445  {
1446  return "Kongruoj:";
1447  }
1448 
1449 //////////////////////////////////////////////////////////////////////////
1450 // new since 1.3.8
1451 //////////////////////////////////////////////////////////////////////////
1452 
1453  /*! This is used in HTML as the title of page with source code for file filename
1454  */
1456  {
1457  return filename + " Fonta Dosiero";
1458  }
1459 
1460 //////////////////////////////////////////////////////////////////////////
1461 // new since 1.3.9
1462 //////////////////////////////////////////////////////////////////////////
1463 
1464  /*! This is used as the name of the chapter containing the directory
1465  * hierarchy.
1466  */
1468  { return "Dosieruja Hierarkio"; }
1469 
1470  /*! This is used as the name of the chapter containing the documentation
1471  * of the directories.
1472  */
1474  { return "Dosieruja Dokumentado"; }
1475 
1476  /*! This is used as the title of the directory index and also in the
1477  * Quick links of an HTML page, to link to the directory hierarchy.
1478  */
1480  { return "Dosierujoj"; }
1481 
1482  /*! This returns a sentences that introduces the directory hierarchy.
1483  * and the fact that it is sorted alphabetically per level
1484  */
1486  { return "Tiu ĉi dosieruja hierarkio estas plimalpli, "
1487  "sed ne tute, ordigita alfabete:";
1488  }
1489 
1490  /*! This returns the title of a directory page. The name of the
1491  * directory is passed via \a dirName.
1492  */
1493  virtual QCString trDirReference(const char *dirName)
1494  { QCString result=dirName; result+=" Dosieruja Referenco"; return result; }
1495 
1496  /*! This returns the word directory with or without starting capital
1497  * (\a first_capital) and in sigular or plural form (\a singular).
1498  */
1499  virtual QCString trDir(bool first_capital, bool singular)
1500  {
1501  QCString result((first_capital ? "Dosierujo" : "dosierujo"));
1502  if (!singular) result+="j";
1503  return result;
1504  }
1505 
1506 //////////////////////////////////////////////////////////////////////////
1507 // new since 1.4.1
1508 //////////////////////////////////////////////////////////////////////////
1509 
1510  /*! This text is added to the documentation when the \\overload command
1511  * is used for a overloaded function.
1512  */
1514  {
1515  return "Tiu ĉi estas superŝarĝita membra funkcio, "
1516  "donita por faciligo. Ĝi nur malsamas de la supra "
1517  "funkcio nur pro la argumento(j) kiujn ili akceptas.";
1518  }
1519 
1520 //////////////////////////////////////////////////////////////////////////
1521 // new since 1.4.6
1522 //////////////////////////////////////////////////////////////////////////
1523 
1524  /*! This is used to introduce a caller (or called-by) graph */
1526  {
1527  return "Jen la vokdiagramo por tiu ĉi funkcio:";
1528  }
1529 
1530  /*! This is used in the documentation of a file/namespace before the list
1531  * of documentation blocks for enumeration values
1532  */
1534  { return "Enumeraciila Dokumentado"; }
1535 
1536 //////////////////////////////////////////////////////////////////////////
1537 // new since 1.5.4 (mainly for Fortran)
1538 //////////////////////////////////////////////////////////////////////////
1539 
1540  /*! header that is put before the list of member subprograms (Fortran). */
1542  { return "Dokumentado de Membraj Funkcioj/Subrutinoj"; }
1543 
1544  /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1546  { return "Datumtipa Listo"; }
1547 
1548  /*! This is put above each page as a link to all members of compounds (Fortran). */
1550  { return "Datumkampoj"; }
1551 
1552  /*! This is an introduction to the annotated compound list (Fortran). */
1554  { return "Jen la datumtipoj kun mallongaj priskriboj:"; }
1555 
1556  /*! This is an introduction to the page with all data types (Fortran). */
1558  {
1559  QCString result="Jen listo de ĉiuj ";
1560  if (!extractAll)
1561  {
1562  result+="dokumentitaj ";
1563  }
1564  result+="datumtipaj membroj";
1565  result+=" kun ligiloj al ";
1566  if (!extractAll)
1567  {
1568  result+="la datumstruktura dokumentado de ĉiu membro";
1569  }
1570  else
1571  {
1572  result+="la datumtipoj al kiuj ili apartenas:";
1573  }
1574  return result;
1575  }
1576 
1577  /*! This is used in LaTeX as the title of the chapter with the
1578  * annotated compound index (Fortran).
1579  */
1581  { return "Datumtipa Indekso"; }
1582 
1583  /*! This is used in LaTeX as the title of the chapter containing
1584  * the documentation of all data types (Fortran).
1585  */
1587  { return "Datumtipa Dokumentado"; }
1588 
1589  /*! This is used in the documentation of a file as a header before the
1590  * list of (global) subprograms (Fortran).
1591  */
1593  { return "Funkcioj/Subrutinoj"; }
1594 
1595  /*! This is used in the documentation of a file/namespace before the list
1596  * of documentation blocks for subprograms (Fortran)
1597  */
1599  { return "Funkcia/Subrutina Dokumentado"; }
1600 
1601  /*! This is used in the documentation of a file/namespace/group before
1602  * the list of links to documented compounds (Fortran)
1603  */
1605  { return "Datumtipoj"; }
1606 
1607  /*! used as the title of page containing all the index of all modules (Fortran). */
1609  { return "Modula Listo"; }
1610 
1611  /*! used as an introduction to the modules list (Fortran) */
1612  virtual QCString trModulesListDescription(bool extractAll)
1613  {
1614  QCString result="Jen listo de ĉiuj ";
1615  if (!extractAll) result+="dokumentitaj ";
1616  result+="moduloj kun mallongaj priskriboj:";
1617  return result;
1618  }
1619 
1620  /*! used as the title of the HTML page of a module/type (Fortran) */
1621  virtual QCString trCompoundReferenceFortran(const char *clName,
1622  ClassDef::CompoundType compType,
1623  bool isTemplate)
1624  {
1625  QCString result="Referenco de la ";
1626  if (isTemplate) result+=" ŝablono de la ";
1627  switch(compType)
1628  {
1629  case ClassDef::Class: result+="modulo "; break;
1630  case ClassDef::Struct: result+="tipo "; break;
1631  case ClassDef::Union: result+="kunigo "; break;
1632  case ClassDef::Interface: result+="interfaco "; break;
1633  case ClassDef::Protocol: result+="protokolo "; break;
1634  case ClassDef::Category: result+="kategorio "; break;
1635  case ClassDef::Exception: result+="escepto "; break;
1636  default: break;
1637  }
1638  result+=(QCString)clName;
1639  return result;
1640  }
1641  /*! used as the title of the HTML page of a module (Fortran) */
1642  virtual QCString trModuleReference(const char *namespaceName)
1643  {
1644  QCString result=namespaceName;
1645  result+=" Modula Referenco";
1646  return result;
1647  }
1648 
1649  /*! This is put above each page as a link to all members of modules. (Fortran) */
1651  { return "Modulaj Membroj"; }
1652 
1653  /*! This is an introduction to the page with all modules members (Fortran) */
1654  virtual QCString trModulesMemberDescription(bool extractAll)
1655  {
1656  QCString result="Jen listo de ĉiuj ";
1657  if (!extractAll) result+="dokumentitaj ";
1658  result+="modulaj membroj kun ligiloj al la ";
1659  if (extractAll)
1660  {
1661  result+="modula dokumentado de ĉiu membro:";
1662  }
1663  else
1664  {
1665  result+="moduloj al kiuj ili apartenas:";
1666  }
1667  return result;
1668  }
1669 
1670  /*! This is used in LaTeX as the title of the chapter with the
1671  * index of all modules (Fortran).
1672  */
1674  { return "Indekso de Moduloj"; }
1675 
1676  /*! This is used for translation of the word that will possibly
1677  * be followed by a single name or by a list of names
1678  * of the category.
1679  */
1680  virtual QCString trModule(bool first_capital, bool singular)
1681  {
1682  QCString result((first_capital ? "Modulo" : "modulo"));
1683  if (!singular) result+="j";
1684  return result;
1685  }
1686  /*! This is put at the bottom of a module documentation page and is
1687  * followed by a list of files that were used to generate the page.
1688  */
1690  bool single)
1691  {
1692  // single is true implies a single file
1693  QCString result=(QCString)"La dokumentado por tiu ĉi ";
1694  switch(compType)
1695  {
1696  case ClassDef::Class: result+="modulo"; break;
1697  case ClassDef::Struct: result+="tipo"; break;
1698  case ClassDef::Union: result+="kunigo"; break;
1699  case ClassDef::Interface: result+="interfaco"; break;
1700  case ClassDef::Protocol: result+="protokolo"; break;
1701  case ClassDef::Category: result+="kategorio"; break;
1702  case ClassDef::Exception: result+="escepto"; break;
1703  default: break;
1704  }
1705  result+=" kreiĝis el la ";
1706  if (single) result+="sekva dosiero:"; else result+="sekvaj dosieroj:";
1707  return result;
1708  }
1709  /*! This is used for translation of the word that will possibly
1710  * be followed by a single name or by a list of names
1711  * of the category.
1712  */
1713  virtual QCString trType(bool first_capital, bool singular)
1714  {
1715  QCString result((first_capital ? "Tipo" : "tipo"));
1716  if (!singular) result+="j";
1717  return result;
1718  }
1719  /*! This is used for translation of the word that will possibly
1720  * be followed by a single name or by a list of names
1721  * of the category.
1722  */
1723  virtual QCString trSubprogram(bool first_capital, bool singular)
1724  {
1725  QCString result((first_capital ? "Subprogramo" : "subprogramo"));
1726  if (!singular) result+="j";
1727  return result;
1728  }
1729 
1730  /*! C# Type Constraint list */
1732  {
1733  return "Tipaj Limigoj";
1734  }
1735 
1736 //////////////////////////////////////////////////////////////////////////
1737 // new since 1.6.0 (mainly for the new search engine)
1738 //////////////////////////////////////////////////////////////////////////
1739 
1740  /*! directory relation for \a name */
1741  virtual QCString trDirRelation(const char *name)
1742  {
1743  return QCString(name)+" Rilato";
1744  }
1745 
1746  /*! Loading message shown when loading search results */
1748  {
1749  return "Ŝarĝante...";
1750  }
1751 
1752  /*! Label used for search results in the global namespace */
1754  {
1755  return "Malloka Nomspaco";
1756  }
1757 
1758  /*! Message shown while searching */
1760  {
1761  return "Serĉante...";
1762  }
1763 
1764  /*! Text shown when no search results are found */
1766  {
1767  return "Nenia kongruo";
1768  }
1769 
1770 //////////////////////////////////////////////////////////////////////////
1771 // new since 1.6.3 (missing items for the directory pages)
1772 //////////////////////////////////////////////////////////////////////////
1773 
1774  /*! when clicking a directory dependency label, a page with a
1775  * table is shown. The heading for the first column mentions the
1776  * source file that has a relation to another file.
1777  */
1778  virtual QCString trFileIn(const char *name)
1779  {
1780  return (QCString)"Dosiero en "+name;
1781  }
1782 
1783  /*! when clicking a directory dependency label, a page with a
1784  * table is shown. The heading for the second column mentions the
1785  * destination file that is included.
1786  */
1787  virtual QCString trIncludesFileIn(const char *name)
1788  {
1789  return (QCString)"Inkluzivas dosieron en "+name;
1790  }
1791 
1792  /** Compiles a date string.
1793  * @param year Year in 4 digits
1794  * @param month Month of the year: 1=January
1795  * @param day Day of the Month: 1..31
1796  * @param dayOfWeek Day of the week: 1=Monday..7=Sunday
1797  * @param hour Hour of the day: 0..23
1798  * @param minutes Minutes in the hour: 0..59
1799  * @param seconds Seconds within the minute: 0..59
1800  * @param includeTime Include time in the result string?
1801  */
1802  virtual QCString trDateTime(int year,int month,int day,int dayOfWeek,
1803  int hour,int minutes,int seconds,
1804  bool includeTime)
1805  {
1806  static const char *days[] = { "lundo","mardo","merkredo",
1807  "ĵaŭdo","vendredo","sabato",
1808  "dimanĉo" };
1809 
1810  static const char *months[] = { "Januaro", "Februaro", "Marto",
1811  "Aprilo", "Majo", "Junio",
1812  "Julio", "Aŭgusto", "Septembro",
1813  "Oktobro", "Novembro",
1814  "Decembro"
1815  };
1816  QCString sdate;
1817  sdate.sprintf("%s, %d-a de %s %d",days[dayOfWeek-1],day,months[month-1],year);
1818  if (includeTime)
1819  {
1820  QCString stime;
1821  stime.sprintf(" %.2d:%.2d:%.2d",hour,minutes,seconds);
1822  sdate+=stime;
1823  }
1824  return sdate;
1825  }
1826 
1827 //////////////////////////////////////////////////////////////////////////
1828 // new since 1.7.5
1829 //////////////////////////////////////////////////////////////////////////
1830 
1831  /*! Header for the page with bibliographic citations */
1833  { return "Bibliografiaj Referencoj"; }
1834 
1835  /*! Text for copyright paragraph */
1837  { return "Kopirajto"; }
1838 
1839  /*! Header for the graph showing the directory dependencies */
1840  virtual QCString trDirDepGraph(const char *name)
1841  { return QCString("Dosieruja dependa diagramo por ")+name+":"; }
1842 
1843 //////////////////////////////////////////////////////////////////////////
1844 // new since 1.8.0
1845 //////////////////////////////////////////////////////////////////////////
1846 
1847  /*! Detail level selector shown for hierarchical indices */
1849  { return "detala nivelo"; }
1850 
1851  /*! Section header for list of template parameters */
1853  { return "Parametroj de ŝablonoj"; }
1854 
1855  /*! Used in dot graph when UML_LOOK is enabled and there are many fields */
1856  virtual QCString trAndMore(const QCString &number)
1857  { return "kaj "+number+" pli..."; }
1858 
1859  /*! Used file list for a Java enum */
1860  virtual QCString trEnumGeneratedFromFiles(bool single)
1861  { QCString result = "La dokumentaro por tiu ĉi enum estis generita el la sekva dosiero";
1862  if (!single) result += "s";
1863  result+=":";
1864  return result;
1865  }
1866 
1867  /*! Header of a Java enum page (Java enums are represented as classes). */
1868  virtual QCString trEnumReference(const char *name)
1869  { return QCString(name)+" Enum Referenco"; }
1870 
1871  /*! Used for a section containing inherited members */
1872  virtual QCString trInheritedFrom(const char *members,const char *what)
1873  { return QCString(members)+" heredita el "+what; }
1874 
1875  /*! Header of the sections with inherited members specific for the
1876  * base class(es)
1877  */
1879  { return "Kromaj Hereditaj Membroj"; }
1880 
1881 //////////////////////////////////////////////////////////////////////////
1882 // new since 1.8.2
1883 //////////////////////////////////////////////////////////////////////////
1884 
1885  /*! Used as a tooltip for the toggle button that appears in the
1886  * navigation tree in the HTML output when GENERATE_TREEVIEW is
1887  * enabled. This tooltip explains the meaning of the button.
1888  */
1890  {
1891  QCString opt = enable ? "aktivigi" : "malaktivigi";
1892  return "klaku por "+opt+" panelan sinkronigon";
1893  }
1894 
1895  /*! Used in a method of an Objective-C class that is declared in a
1896  * a category. Note that the @1 marker is required and is replaced
1897  * by a link.
1898  */
1900  {
1901  return "Provizita de kategorio @0.";
1902  }
1903 
1904  /*! Used in a method of an Objective-C category that extends a class.
1905  * Note that the @1 marker is required and is replaced by a link to
1906  * the class method.
1907  */
1909  {
1910  return "Etendi klason @0.";
1911  }
1912 
1913  /*! Used as the header of a list of class methods in Objective-C.
1914  * These are similar to static public member functions in C++.
1915  */
1917  {
1918  return "Klasaj Metodoj";
1919  }
1920 
1921  /*! Used as the header of a list of instance methods in Objective-C.
1922  * These are similar to public member functions in C++.
1923  */
1925  {
1926  return "Aperaj Metodoj";
1927  }
1928 
1929  /*! Used as the header of the member functions of an Objective-C class.
1930  */
1932  {
1933  return "Dokumentaro de la Metodo";
1934  }
1935 
1936  /*! Used as the title of the design overview picture created for the
1937  * VHDL output.
1938  */
1940  {
1941  return "Fasona Superrigardo";
1942  }
1943 
1944 //////////////////////////////////////////////////////////////////////////
1945 
1946 };
1947 
1948 #endif
virtual QCString trNamespaceList()
virtual QCString trGotoGraphicalHierarchy()
static QCString name
Definition: declinfo.cpp:673
virtual QCString trMore()
virtual QCString trSearchResults(int numDocuments)
virtual QCString trMemberTypedefDocumentation()
Definition: translator_eo.h:94
virtual QCString trCompoundIndex()
virtual QCString trExamples()
virtual QCString trExampleDocumentation()
virtual QCString trModulesList()
virtual QCString trReimplementedInList(int numEntries)
virtual QCString trLegend()
virtual QCString trDefineDocumentation()
virtual QCString trMethodDocumentation()
virtual QCString trCompoundReferenceFortran(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
virtual QCString trRelatedFunctionDocumentation()
virtual QCString trClassHierarchyDescription()
virtual QCString trGotoTextualHierarchy()
virtual QCString trModulesListDescription(bool extractAll)
virtual QCString trMemberFunctionDocumentationFortran()
virtual QCString trNamespaceIndex()
virtual QCString trClassMethods()
virtual QCString trEnumGeneratedFromFiles(bool single)
virtual QCString trCopyright()
virtual QCString trReferencedBy()
virtual QCString trSearch()
virtual QCString trNamespaceMembers()
virtual QCString trDirReference(const char *dirName)
QCString generateMarker(int id)
Definition: util.cpp:266
static QCString result
virtual QCString trTypeConstraints()
virtual QCString trFile(bool first_capital, bool singular)
virtual QCString trFileMembers()
virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
virtual QCString trTypedefs()
virtual QCString trTestList()
virtual QCString trDocumentation()
virtual QCString trPackage(const char *name)
virtual QCString trGlobal(bool first_capital, bool singular)
virtual QCString trCallerGraph()
virtual QCString trInvariant()
virtual QCString trDir(bool first_capital, bool singular)
virtual QCString trPageAbbreviation()
virtual QCString trPackages()
virtual QCString trCompoundList()
virtual QCString trDefines()
virtual QCString trStaticProtectedMembers()
virtual QCString trRelatedSubscript()
Definition: translator_eo.h:86
virtual QCString trThisIsTheListOfAllMembers()
virtual QCString trInitialValue()
virtual QCString trRemarks()
virtual QCString trExceptions()
opt
Definition: train.py:196
virtual QCString trRelatedFunctions()
Definition: translator_eo.h:82
virtual QCString trPackageMembers()
virtual QCString trPublicTypes()
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
virtual QCString trReferenceManual()
virtual QCString trSubprogram(bool first_capital, bool singular)
virtual QCString trPublicMembers()
virtual QCString trStaticPackageAttribs()
virtual QCString trEnumerationValues()
virtual QCString trDefineValue()
virtual QCString trModulesMembers()
virtual QCString trCollaborationDiagram(const char *clName)
virtual QCString trNoMatches()
virtual QCString trGotoDocumentation()
virtual QCString trPrecondition()
virtual QCString trCode()
virtual QCString trNote()
virtual QCString trInheritsList(int numEntries)
virtual QCString trAttention()
virtual QCString trTodoList()
virtual QCString trTypedefDocumentation()
virtual QCString trParameters()
virtual QCString trSignals()
virtual QCString trProtectedTypes()
virtual QCString trFunctionDocumentation()
virtual QCString trMainPage()
virtual QCString trDeprecated()
string filename
Definition: train.py:213
virtual QCString trTypeDocumentation()
virtual QCString trModulesDescription()
virtual QCString trPrivateAttribs()
virtual QCString trFileMembersDescription(bool extractAll)
virtual QCString trImplementedInList(int numEntries)
virtual QCString trEnumName()
virtual QCString trNamespaceDocumentation()
virtual QCString trDirDescription()
virtual QCString trGeneratedBy()
virtual QCString trPackageTypes()
virtual QCString trDirIndex()
virtual QCString trEnumerationValueDocumentation()
virtual QCString trTodo()
virtual QCString trCompoundMembersDescription(bool extractAll)
virtual QCString trNamespaceReference(const char *namespaceName)
virtual QCString trRTFTableOfContents()
virtual QCString trSubprogramDocumentation()
virtual QCString trNamespace(bool first_capital, bool singular)
virtual QCString trMemberFunctionDocumentation()
virtual QCString trFileReference(const char *fileName)
virtual QCString trCompoundListFortran()
virtual QCString trPackageListDescription()
virtual QCString trDirRelation(const char *name)
virtual QCString trPublicSlots()
virtual QCString trInclByDepGraph()
virtual QCString trPropertyDocumentation()
fileName
Definition: dumpTree.py:9
virtual QCString trVersion()
virtual QCString trHierarchicalIndex()
second seconds
Alias for common language habits.
Definition: spacetime.h:88
virtual QCString trClassDocumentation()
virtual QCString trLegendDocs()
virtual QCString trSince()
virtual QCString trDirDocumentation()
virtual QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
virtual QCString trClass(bool first_capital, bool singular)
virtual QCString trLegendTitle()
virtual QCString trPostcondition()
virtual QCString trStaticProtectedAttribs()
virtual QCString trRTFansicp()
virtual QCString trProtectedAttribs()
virtual QCString trGotoSourceCode()
virtual QCString trAuthor(bool first_capital, bool singular)
virtual QCString trEventDocumentation()
virtual QCString trOverloadText()
virtual QCString trListOfAllMembers()
virtual QCString trTemplateParameters()
virtual QCString trEnumerations()
virtual QCString trEnumerationTypeDocumentation()
virtual QCString trModuleReference(const char *namespaceName)
virtual QCString trEnumValue()
virtual QCString trStaticPackageMembers()
virtual QCString trPackageList()
virtual QCString trCompoundMembersFortran()
virtual QCString trProtectedMembers()
#define Config_getBool(val)
Definition: config.cpp:664
QCString getDotImageExtension(void)
Definition: util.cpp:8562
virtual QCString trSeeAlso()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
virtual QCString trBugList()
virtual QCString trPage(bool first_capital, bool singular)
virtual QCString trReturnValues()
virtual QCString trRelatedPages()
virtual QCString trPageIndex()
virtual QCString trClasses()
virtual QCString trDefinedInSourceFile()
virtual QCString trAll()
virtual QCString trDate()
virtual QCString trExtendsClass()
virtual QCString trWarning()
virtual QCString trEnumReference(const char *name)
virtual QCString trNamespaceListDescription(bool extractAll)
virtual QCString trIncludingInheritedMembers()
QCString & sprintf(const char *format,...)
Definition: qcstring.cpp:27
virtual QCString trMember(bool first_capital, bool singular)
virtual QCString trDetailLevel()
virtual QCString trPrivateMembers()
virtual QCString trNamespaces()
virtual QCString trProperties()
virtual QCString trDataTypes()
virtual QCString trDesignOverview()
virtual QCString trFileIn(const char *name)
virtual QCString trGroup(bool first_capital, bool singular)
virtual QCString trNamespaceMemberDescription(bool extractAll)
virtual QCString trStaticPrivateMembers()
virtual QCString trModule(bool first_capital, bool singular)
virtual QCString trImplementedFromList(int numEntries)
virtual QCString latexLanguageSupportCommand()
Definition: translator_eo.h:74
virtual QCString trRTFGeneralIndex()
virtual QCString trStaticPublicAttribs()
virtual QCString trModulesIndex()
virtual QCString trAdditionalInheritedMembers()
virtual QCString trStaticPrivateAttribs()
virtual QCString trSearching()
virtual QCString trBug()
virtual QCString trModules()
virtual QCString trSearchResultsTitle()
virtual QCString trForInternalUseOnly()
virtual QCString trPageDocumentation()
CompoundType
Definition: classdef.h:63
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trCiteReferences()
virtual QCString trCompoundListDescription()
virtual QCString trDefinedAtLineInSourceFile()
virtual QCString trReferences()
virtual QCString trFileList()
virtual QCString trRTFCharSet()
virtual QCString trPrivateTypes()
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trGeneratedAt(const char *date, const char *projName)
virtual QCString trDirectories()
virtual QCString trCompoundIndexFortran()
virtual QCString trCallGraph()
virtual QCString trFriends()
virtual QCString trInstanceMethods()
virtual QCString trDeprecatedList()
virtual QCString trCompounds()
virtual QCString trDirDepGraph(const char *name)
virtual QCString trReimplementedFromList(int numEntries)
virtual QCString trInheritedFrom(const char *members, const char *what)
virtual QCString trFileIndex()
virtual QCString trInheritedByList(int numEntries)
virtual QCString trFunctions()
virtual QCString trConstructorDocumentation()
virtual QCString trReturns()
virtual QCString trVariableDocumentation()
virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single)
virtual QCString trGlobalNamespace()
virtual QCString trFileDocumentation()
virtual QCString trModuleDocumentation()
virtual QCString trWriteList(int numEntries)
virtual QCString trGeneratedAutomatically(const char *s)
virtual QCString trEvents()
virtual QCString trLoading()
virtual QCString trInclDepGraph(const char *fName)
virtual QCString trRelatedPagesDescription()
virtual QCString trIncludesFileIn(const char *name)
virtual QCString idLanguage()
Definition: translator_eo.h:57
virtual QCString trProvidedByCategory()
virtual QCString trStaticPublicMembers()
virtual QCString trCompoundListDescriptionFortran()
virtual QCString trClassHierarchy()
virtual QCString trProtectedSlots()
virtual QCString trMemberList()
virtual QCString trSourceFile(QCString &filename)
virtual QCString trPublicAttribs()
virtual QCString trGraphicalHierarchy()
static QCString * s
Definition: config.cpp:1042
virtual QCString trMemberEnumerationDocumentation()
Definition: translator_eo.h:98
virtual QCString trCompoundMembers()
virtual QCString trType(bool first_capital, bool singular)
virtual QCString trSubprograms()
virtual QCString trTest()
virtual QCString trPrivateSlots()
virtual QCString trSearchMatches()
virtual QCString trModuleIndex()
virtual QCString trMemberDataDocumentation()
virtual QCString trDefinedIn()
virtual QCString trAndMore(const QCString &number)
virtual QCString trExamplesDescription()
virtual QCString trFileListDescription(bool extractAll)
virtual QCString trPackageAttribs()
virtual QCString trVariables()
virtual QCString trClassDiagram(const char *clName)
virtual QCString trDetailedDescription()
Definition: translator_eo.h:90