Doxygen
translator_pt.h
浏览该文件的文档.
1 /******************************************************************************
2  * Copyright (C) 1997-2018 by Dimitri van Heesch.
3  *
4  * Permission to use, copy, modify, and distribute this software and its
5  * documentation under the terms of the GNU General Public License is hereby
6  * granted. No representations are made about the suitability of this software
7  * for any purpose. It is provided "as is" without express or implied warranty.
8  * See the GNU General Public License for more details.
9  *
10  * Documents produced by Doxygen are derivative works derived from the
11  * input used in their production; they are not affected by this license.
12  *
13  * Portuguese translation version
14  * Maintainer (from 04/28/2011):
15  * Fabio "FJTC" Jun Takada Chino <fjtc at brokenbits dot com dot br>
16  * Maintainer (until 04/28/2011):
17  * Rui Godinho Lopes <rui at ruilopes.com>
18  * Collaborators:
19  * Ulisses Guedes <uli1958 at hotmail dot com>
20  *
21  * Notes about this translation:
22  * Since I'm Brazilian, this translation may be odd or even incorect for
23  * Portuguese (from Portugal) speakers. If you find any errors, feel free
24  * to contact me.
25  *
26  * VERSION HISTORY
27  * ---------------
28  * History:
29  * 20211003:
30  * - Updated to 1.9.3;
31  * 20200112:
32  * - Updated to 1.9.1;
33  * 20190203:
34  * - Slice methods added;
35  * 20180612:
36  * - Updated to 1.8.15;
37  * 20131129:
38  * - Updated to 1.8.5;
39  * - Translation in the method trFileMembers() fixed;
40  * 20110628:
41  * - Updated to 1.7.5;
42  * - All obsolete methods have been removed;
43  * 20110428
44  * - Updated to doxygen 1.6.3 using the Brazilian Portuguese as the base.
45  * Requires revision by a Portuguese (Portugal native speaker);
46  * 007 09 june 2003
47  * ! Updated for doxygen v1.3.1
48  * 006 30 july 2002
49  * ! Updated for doxygen v1.2.17
50  * 005 10 july 2002
51  * ! Updated for doxygen v1.2.16
52  * 004 03 march 2002
53  * ! Updated for doxygen v1.2.14
54  * 003 23 november 2001
55  * - Removed some obsolete methods (latexBabelPackage, trAuthor, trAuthors and trFiles)
56  * 002 19 november 2001
57  * ! Updated for doxygen v1.2.12
58  * 001 20 july 2001
59  * ! Updated for doxygen v1.2.8.1
60  * 000 ?
61  * + Initial translation for doxygen v1.1.5
62  */
63 
64 #ifndef TRANSLATOR_PT_H
65 #define TRANSLATOR_PT_H
66 
67 
69 {
70  public:
71 
72  // --- Language control methods -------------------
73 
74  /*! Used for identification of the language. The identification
75  * should not be translated. It should be replaced by the name
76  * of the language in English using lower-case characters only
77  * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
78  * the identification used in language.cpp.
79  */
81  { return "portuguese"; }
82 
83  /*! Used to get the LaTeX command(s) for the language support.
84  * This method should return string with commands that switch
85  * LaTeX to the desired language. For example
86  * <pre>"\\usepackage[german]{babel}\n"
87  * </pre>
88  * or
89  * <pre>"\\usepackage{polski}\n"
90  * "\\usepackage[latin2]{inputenc}\n"
91  * "\\usepackage[T1]{fontenc}\n"
92  * </pre>
93  *
94  * The English LaTeX does not use such commands. Because of this
95  * the empty string is returned in this implementation.
96  */
98  {
99  return
100  "\\usepackage[portuges]{babel}\n";
101  }
102 
103  virtual QCString trISOLang()
104  {
105  return "pt";
106  }
107 
108  // --- Language translation methods -------------------
109 
110  /*! used in the compound documentation before a list of related functions. */
112  { return "Funções associadas"; }
113 
114  /*! subscript for the related functions. */
116  { return "(Note que não são funções membro)"; }
117 
118  /*! header that is put before the detailed description of files, classes and namespaces. */
120  { return "Descrição detalhada"; }
121 
122  /*! header that is put before the list of typedefs. */
124  { return "Documentação das definições de tipo"; }
125 
126  /*! header that is put before the list of enumerations. */
128  { return "Documentação das enumerações"; }
129 
130  /*! header that is put before the list of member functions. */
132  { return "Documentação dos métodos"; }
133 
134  /*! header that is put before the list of member attributes. */
136  {
137  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
138  {
139  return "Documentação dos campos e atributos";
140  }
141  else
142  {
143  return "Documentação dos dados membro";
144  }
145  }
146 
147  /*! this is the text of a link put after brief descriptions. */
148  QCString trMore()
149  { return "Mais..."; }
150 
151  /*! put in the class documentation */
153  { return "Mostrar lista completa dos membros"; }
154 
155  /*! used as the title of the "list of all members" page of a class */
157  { return "Lista dos membros"; }
158 
159  /*! this is the first part of a sentence that is followed by a class name */
161  { return "Lista completa de todos os membros de "; }
162 
163  /*! this is the remainder of the sentence after the class name */
165  { return ", incluindo todos os membros herdados."; }
166 
167  /*! this is put at the author sections at the bottom of man pages.
168  * parameter s is name of the project name.
169  */
171  { QCString result="Gerado automaticamente por Doxygen";
172  if (!s.isEmpty()) result+=(QCString)" para "+s;
173  result+=" a partir do código fonte.";
174  return result;
175  }
176 
177  /*! put after an enum name in the list of all members */
179  { return "enumeração"; }
180 
181  /*! put after an enum value in the list of all members */
183  { return "valor enumerado"; }
184 
185  /*! put after an undocumented member in the list of all members */
187  { return "definido em"; }
188 
189  // quick reference sections
190 
191  /*! This is put above each page as a link to the list of all groups of
192  * compounds or files (see the \\group command).
193  */
195  { return "Módulos"; }
196 
197  /*! This is put above each page as a link to the class hierarchy */
199  { return "Hierarquia de classes"; }
200 
201  /*! This is put above each page as a link to the list of annotated classes */
203  {
204  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
205  {
206  return "Estruturas de dados";
207  }
208  else
209  {
210  return "Lista de componentes";
211  }
212  }
213 
214  /*! This is put above each page as a link to the list of documented files */
216  { return "Lista de ficheiros"; }
217 
218  /*! This is put above each page as a link to all members of compounds. */
220  {
221  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
222  {
223  return "Campos de dados";
224  }
225  else
226  {
227  return "Componentes membro";
228  }
229  }
230 
231  /*! This is put above each page as a link to all members of files. */
233  {
234  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
235  {
236  return "Globais";
237  }
238  else
239  {
240  return "Membros dos Ficheiros";
241  }
242  }
243 
244  /*! This is put above each page as a link to all related pages. */
246  { return "Páginas relacionadas"; }
247 
248  /*! This is put above each page as a link to all examples. */
250  { return "Exemplos"; }
251 
252  /*! This is put above each page as a link to the search engine. */
254  { return "Localizar"; }
255 
256  /*! This is an introduction to the class hierarchy. */
258  { return "Esta lista de heranças está organizada, dentro do possível, por ordem alfabética:"; }
259 
260  /*! This is an introduction to the list with all files. */
261  QCString trFileListDescription(bool extractAll)
262  {
263  QCString result="Lista de todos os ficheiros ";
264  if (!extractAll) result+="documentados ";
265  result+="com uma breve descrição:";
266  return result;
267  }
268 
269  /*! This is an introduction to the annotated compound list. */
271  {
272  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
273  {
274  return "Lista das estruturas de dados com uma breve descrição:";
275  }
276  else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
277  {
278  return "Lista de classes com uma breve descrição:";
279  }
280  else
281  {
282  return "Lista de classes, estruturas, uniões e interfaces com uma breve descrição:";
283  }
284  }
285 
286  /*! This is an introduction to the page with all class members. */
287  QCString trCompoundMembersDescription(bool extractAll)
288  {
289  QCString result="Lista de todas as";
290  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
291  {
292  result+=" estruturas e campos de uniões";
293  }
294  else
295  {
296  result+=" classes membro";
297  }
298  if (!extractAll)
299  {
300  result+=" documentadas";
301  }
302  result+=" com referência para ";
303  if (!extractAll)
304  {
305  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
306  {
307  result+="a respectiva documentação:";
308  }
309  else
310  {
311  result+="a documentação de cada membro:";
312  }
313  }
314  else
315  {
316  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
317  {
318  result+="as estruturas/uniões a que pertencem:";
319  }
320  else
321  {
322  result+="as classes a que pertencem:";
323  }
324  }
325  return result;
326  }
327 
328  /*! This is an introduction to the page with all file members. */
329  QCString trFileMembersDescription(bool extractAll)
330  {
331  QCString result="Lista de ";
332  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
333  {
334  result+="todas as funções, variáveis, definições, enumerações e definições de tipo ";
335  if (!extractAll) result+="documentadas ";
336  }
337  else
338  {
339  result+="todos os ficheiros membro ";
340  if (!extractAll) result+="documentados ";
341  }
342  result+="com referência para ";
343  if (extractAll)
344  result+="o ficheiro a que pertecem:";
345  else
346  result+="a respectiva documentação:";
347  return result;
348  }
349 
350  /*! This is an introduction to the page with the list of all examples */
352  { return "Lista de todos os exemplos:"; }
353 
354  /*! This is an introduction to the page with the list of related pages */
356  { return "Lista de documentação relacionada:"; }
357 
358  /*! This is an introduction to the page with the list of class/file groups */
360  { return "Lista de todos os módulos:"; }
361 
362  // index titles (the project name is prepended for these)
363 
364 
365  /*! This is used in HTML as the title of index.html. */
367  { return "Documentação"; }
368 
369  /*! This is used in LaTeX as the title of the chapter with the
370  * index of all groups.
371  */
373  { return "Índice dos módulos"; }
374 
375  /*! This is used in LaTeX as the title of the chapter with the
376  * class hierarchy.
377  */
379  { return "Índice da hierarquia"; }
380 
381  /*! This is used in LaTeX as the title of the chapter with the
382  * annotated compound index.
383  */
385  {
386  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
387  {
388  return "Índice das estruturas de dados";
389  }
390  else
391  {
392  return "Índice dos componentes";
393  }
394  }
395 
396  /*! This is used in LaTeX as the title of the chapter with the
397  * list of all files.
398  */
400  { return "Índice dos ficheiros"; }
401 
402  /*! This is used in LaTeX as the title of the chapter containing
403  * the documentation of all groups.
404  */
406  { return "Documentação do módulo"; }
407 
408  /*! This is used in LaTeX as the title of the chapter containing
409  * the documentation of all classes, structs and unions.
410  */
412  { return "Documentação da classe"; }
413 
414  /*! This is used in LaTeX as the title of the chapter containing
415  * the documentation of all files.
416  */
418  { return "Documentação do ficheiro"; }
419 
420  /*! This is used in LaTeX as the title of the chapter containing
421  * the documentation of all examples.
422  */
424  { return "Documentação do exemplo"; }
425 
426  /*! This is used in LaTeX as the title of the chapter containing
427  * the documentation of all related pages.
428  */
430  { return "Documentação da página"; }
431 
432  /*! This is used in LaTeX as the title of the document */
434  { return "Manual de referência"; }
435 
436  /*! This is used in the documentation of a file as a header before the
437  * list of defines
438  */
440  { return "Macros"; }
441 
442  /*! This is used in the documentation of a file as a header before the
443  * list of typedefs
444  */
446  { return "Definições de tipos"; }
447 
448  /*! This is used in the documentation of a file as a header before the
449  * list of enumerations
450  */
452  { return "Enumerações"; }
453 
454  /*! This is used in the documentation of a file as a header before the
455  * list of (global) functions
456  */
458  { return "Funções"; }
459 
460  /*! This is used in the documentation of a file as a header before the
461  * list of (global) variables
462  */
464  { return "Variáveis"; }
465 
466  /*! This is used in the documentation of a file as a header before the
467  * list of (global) variables
468  */
470  { return "Valores de enumerações"; }
471 
472  /*! This is used in the documentation of a file before the list of
473  * documentation blocks for defines
474  */
476  { return "Documentação das macros"; }
477 
478  /*! This is used in the documentation of a file/namespace before the list
479  * of documentation blocks for typedefs
480  */
482  { return "Documentação dos tipos"; }
483 
484  /*! This is used in the documentation of a file/namespace before the list
485  * of documentation blocks for enumeration types
486  */
488  { return "Documentação dos valores da enumeração"; }
489 
490  /*! This is used in the documentation of a file/namespace before the list
491  * of documentation blocks for functions
492  */
494  { return "Documentação das funções"; }
495 
496  /*! This is used in the documentation of a file/namespace before the list
497  * of documentation blocks for variables
498  */
500  { return "Documentação das variáveis"; }
501 
502  /*! This is used in the documentation of a file/namespace/group before
503  * the list of links to documented compounds
504  */
506  {
507  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
508  {
509  return "Estruturas de Dados";
510  }
511  else
512  {
513  return "Componentes";
514  }
515  }
516 
517  /*! This is used in the standard footer of each page and indicates when
518  * the page was generated
519  */
520  QCString trGeneratedAt(const QCString &date,const QCString &projName)
521  {
522  QCString result=(QCString)"Gerado em "+date;
523  if (!projName.isEmpty()) result+=(QCString)" para "+projName;
524  result+=(QCString)" por";
525  return result;
526  }
527 
528  /*! this text is put before a class diagram */
529  QCString trClassDiagram(const QCString &clName)
530  {
531  return (QCString)"Diagrama de heranças da classe "+clName;
532  }
533 
534  /*! this text is generated when the \\internal command is used. */
536  { return "Apenas para uso interno."; }
537 
538  /*! this text is generated when the \\warning command is used. */
540  { return "Aviso"; }
541 
542  /*! this text is generated when the \\version command is used. */
544  { return "Versão"; }
545 
546  /*! this text is generated when the \\date command is used. */
547  QCString trDate()
548  { return "Data"; }
549 
550  /*! this text is generated when the \\return command is used. */
552  { return "Retorna"; }
553 
554  /*! this text is generated when the \\sa command is used. */
556  { return "Veja também"; }
557 
558  /*! this text is generated when the \\param command is used. */
560  { return "Parâmetros"; }
561 
562  /*! this text is generated when the \\exception command is used. */
564  { return "Excepções"; }
565 
566  /*! this text is used in the title page of a LaTeX document. */
568  { return "Gerado por"; }
569 
570 //////////////////////////////////////////////////////////////////////////
571 // new since 0.49-990307
572 //////////////////////////////////////////////////////////////////////////
573 
574  /*! used as the title of page containing all the index of all namespaces. */
575  virtual QCString trNamespaceList()
576  { return "Lista de namespaces"; }
577 
578  /*! used as an introduction to the namespace list */
579  virtual QCString trNamespaceListDescription(bool extractAll)
580  {
581  QCString result="Lista ";
582  if (!extractAll) result+="de toda a documentação ";
583  result+="dos namespaces com uma breve descrição:";
584  return result;
585  }
586 
587  /*! used in the class documentation as a header before the list of all
588  * friends of a class
589  */
590  virtual QCString trFriends()
591  { return "Amigos"; }
592 
593 //////////////////////////////////////////////////////////////////////////
594 // new since 0.49-990405
595 //////////////////////////////////////////////////////////////////////////
596 
597  /*! used in the class documentation as a header before the list of all
598  * related classes
599  */
601  { return "Documentação das classes amigas e funções relacionadas"; }
602 
603 //////////////////////////////////////////////////////////////////////////
604 // new since 0.49-990425
605 //////////////////////////////////////////////////////////////////////////
606 
607  /*! used as the title of the HTML page of a class/struct/union */
608  virtual QCString trCompoundReference(const QCString &clName,
609  ClassDef::CompoundType compType,
610  bool isTemplate)
611  {
612  QCString result="Referência ";
613  switch(compType)
614  {
615  case ClassDef::Class: result+="à classe "; break;
616  case ClassDef::Struct: result+="à estrutura "; break;
617  case ClassDef::Union: result+="à união "; break;
618  case ClassDef::Interface: result+="ao interface "; break;
619  case ClassDef::Protocol: result+="ao protocolo "; break;
620  case ClassDef::Category: result+="à categoria "; break;
621  case ClassDef::Exception: result+="à excepção "; break;
622  default: break;
623  }
624  if (isTemplate) result+="Template ";
625  result+=(QCString)clName;
626  return result;
627  }
628 
629  /*! used as the title of the HTML page of a file */
630  virtual QCString trFileReference(const QCString &fileName)
631  {
632  QCString result= "Referência ao ficheiro ";
633  result += fileName;
634  return result;
635  }
636 
637  /*! used as the title of the HTML page of a namespace */
638  virtual QCString trNamespaceReference(const QCString &namespaceName)
639  {
640  QCString result= "Referência ao namespace ";
641  result += namespaceName;
642  return result;
643  }
644 
645  /* these are for the member sections of a class, struct or union */
646  virtual QCString trPublicMembers()
647  { return "Membros públicos"; }
648  virtual QCString trPublicSlots()
649  { return "Slots públicos"; }
650  virtual QCString trSignals()
651  { return "Sinais"; }
653  { return "Membros públicos estáticos"; }
654  virtual QCString trProtectedMembers()
655  { return "Membros protegidos"; }
656  virtual QCString trProtectedSlots()
657  { return "Slots protegidos"; }
659  { return "Membros protegidos estáticos"; }
660  virtual QCString trPrivateMembers()
661  { return "Membros privados"; }
662  virtual QCString trPrivateSlots()
663  { return "Slots privados"; }
665  { return "Membros privados estáticos"; }
666 
667  /*! this function is used to produce a comma-separated list of items.
668  * use generateMarker(i) to indicate where item i should be put.
669  */
670  virtual QCString trWriteList(int numEntries)
671  {
672  QCString result;
673  int i;
674  // the inherits list contain `numEntries' classes
675  for (i=0;i<numEntries;i++)
676  {
677  // use generateMarker to generate placeholders for the class links!
678  result+=generateMarker(i); // generate marker for entry i in the list
679  // (order is left to right)
680 
681  if (i!=numEntries-1) // not the last entry, so we need a separator
682  {
683  if (i<numEntries-2) // not the fore last entry
684  result+=", ";
685  else // the fore last entry
686  result+=" e ";
687  }
688  }
689  return result;
690  }
691 
692  /*! used in class documentation to produce a list of base classes,
693  * if class diagrams are disabled.
694  */
695  virtual QCString trInheritsList(int numEntries)
696  {
697  return "Derivada de "+trWriteList(numEntries)+".";
698  }
699 
700  /*! used in class documentation to produce a list of super classes,
701  * if class diagrams are disabled.
702  */
703  virtual QCString trInheritedByList(int numEntries)
704  {
705  return "Herdado por "+trWriteList(numEntries)+".";
706  }
707 
708  /*! used in member documentation blocks to produce a list of
709  * members that are hidden by this one.
710  */
711  virtual QCString trReimplementedFromList(int numEntries)
712  {
713  return "Reimplementado de "+trWriteList(numEntries)+".";
714  }
715 
716  /*! used in member documentation blocks to produce a list of
717  * all member that overwrite the implementation of this member.
718  */
719  virtual QCString trReimplementedInList(int numEntries)
720  {
721  return "Reimplementado em "+trWriteList(numEntries)+".";
722  }
723 
724  /*! This is put above each page as a link to all members of namespaces. */
726  { return "Membros do namespace"; }
727 
728  /*! This is an introduction to the page with all namespace members */
729  virtual QCString trNamespaceMemberDescription(bool extractAll)
730  {
731  QCString result="Lista ";
732  if (extractAll) result+="de todos os ";
733  else result+="de toda a documentação dos ";
734  result+="membros do namespace com referência para ";
735  if (extractAll)
736  result+="a documentação de cada membro:";
737  else
738  result+="o namespace correspondente:";
739  return result;
740  }
741 
742  /*! This is used in LaTeX as the title of the chapter with the
743  * index of all namespaces.
744  */
745  virtual QCString trNamespaceIndex()
746  { return "Índice dos namespaces"; }
747 
748  /*! This is used in LaTeX as the title of the chapter containing
749  * the documentation of all namespaces.
750  */
752  { return "Documentação dos namespaces"; }
753 
754 //////////////////////////////////////////////////////////////////////////
755 // new since 0.49-990522
756 //////////////////////////////////////////////////////////////////////////
757 
758  /*! This is used in the documentation before the list of all
759  * namespaces in a file.
760  */
761  virtual QCString trNamespaces()
762  { return "Namespaces"; }
763 
764 //////////////////////////////////////////////////////////////////////////
765 // new since 0.49-990728
766 //////////////////////////////////////////////////////////////////////////
767 
768  /*! This is put at the bottom of a class documentation page and is
769  * followed by a list of files that were used to generate the page.
770  */
772  bool single)
773  { // here s is one of " Class", " Struct" or " Union"
774  // single is true implies a single file
775  QCString result=(QCString)"A documentação para ";
776  switch(compType)
777  {
778  case ClassDef::Class: result+="esta classe"; break;
779  case ClassDef::Struct: result+="esta estrutura"; break;
780  case ClassDef::Union: result+="esta união"; break;
781  case ClassDef::Interface: result+="este interface"; break;
782  case ClassDef::Protocol: result+="este protocolo"; break;
783  case ClassDef::Category: result+="esta categoria"; break;
784  case ClassDef::Exception: result+="esta excepção"; break;
785  default: break;
786  }
787  result+=" foi gerada a partir ";
788  if (single) result+=" do seguinte ficheiro:";
789  else result+="dos seguintes ficheiros:";
790  return result;
791  }
792 
793 //////////////////////////////////////////////////////////////////////////
794 // new since 0.49-990901
795 //////////////////////////////////////////////////////////////////////////
796 
797  /*! This is used as the heading text for the retval command. */
798  virtual QCString trReturnValues()
799  { return "Valores retornados"; }
800 
801  /*! This is in the (quick) index as a link to the main page (index.html)
802  */
803  virtual QCString trMainPage()
804  { return "Página principal"; }
805 
806  /*! This is used in references to page that are put in the LaTeX
807  * documentation. It should be an abbreviation of the word page.
808  */
809  virtual QCString trPageAbbreviation()
810  { return "p. "; }
811 
812 //////////////////////////////////////////////////////////////////////////
813 // new since 0.49-991003
814 //////////////////////////////////////////////////////////////////////////
815 
817  {
818  return "Definido na linha @0 do ficheiro @1.";
819  }
821  {
822  return "Definido no ficheiro @0.";
823  }
824 
825 //////////////////////////////////////////////////////////////////////////
826 // new since 0.49-991205
827 //////////////////////////////////////////////////////////////////////////
828 
829  virtual QCString trDeprecated()
830  {
831  return "Desaprovado";
832  }
833 
834 //////////////////////////////////////////////////////////////////////////
835 // new since 1.0.0
836 //////////////////////////////////////////////////////////////////////////
837 
838  /*! this text is put before a collaboration diagram */
839  virtual QCString trCollaborationDiagram(const QCString &clName)
840  {
841  return (QCString)"Diagrama de colaboração para "+clName+":";
842  }
843  /*! this text is put before an include dependency graph */
844  virtual QCString trInclDepGraph(const QCString &fName)
845  {
846  return (QCString)"Diagrama de dependências de inclusão para "+fName+":";
847  }
848  /*! header that is put before the list of constructor/destructors. */
850  {
851  return "Documentação dos Construtores & Destrutor";
852  }
853  /*! Used in the file documentation to point to the corresponding sources. */
854  virtual QCString trGotoSourceCode()
855  {
856  return "Ir para o código fonte deste ficheiro.";
857  }
858  /*! Used in the file sources to point to the corresponding documentation. */
860  {
861  return "Ir para a documentação deste ficheiro.";
862  }
863  /*! Text for the \\pre command */
865  {
866  return "Precondição";
867  }
868  /*! Text for the \\post command */
869  virtual QCString trPostcondition()
870  {
871  return "Poscondição";
872  }
873  /*! Text for the \\invariant command */
874  virtual QCString trInvariant()
875  {
876  return "Invariante";
877  }
878  /*! Text shown before a multi-line variable/enum initialization */
879  virtual QCString trInitialValue()
880  {
881  return "Valor inicial:";
882  }
883  /*! Text used the source code in the file index */
884  virtual QCString trCode()
885  {
886  return "código";
887  }
889  {
890  return "Representação gráfica da hiearquia da classe";
891  }
893  {
894  return "Ir para a representação gráfica da hierarquia da classe";
895  }
897  {
898  return "Ir para a representação textual da hierarquia da classe";
899  }
901  {
902  return "Índice da página";
903  }
904 
905 //////////////////////////////////////////////////////////////////////////
906 // new since 1.1.0
907 //////////////////////////////////////////////////////////////////////////
908 
909  virtual QCString trNote()
910  {
911  return "Nota";
912  }
913  virtual QCString trPublicTypes()
914  {
915  return "Tipos Públicos";
916  }
917  virtual QCString trPublicAttribs()
918  {
919  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
920  {
921  return "Campos de Dados";
922  }
923  else
924  {
925  return "Atributos Públicos";
926  }
927  }
929  {
930  return "Atributos Públicos Estáticos";
931  }
932  virtual QCString trProtectedTypes()
933  {
934  return "Tipos Protegidos";
935  }
936  virtual QCString trProtectedAttribs()
937  {
938  return "Atributos Protegidos";
939  }
941  {
942  return "Atributos Protegidos Estáticos";
943  }
944  virtual QCString trPrivateTypes()
945  {
946  return "Tipos Privados";
947  }
948  virtual QCString trPrivateAttribs()
949  {
950  return "Atributos Privados";
951  }
953  {
954  return "Atributos Privados Estáticos";
955  }
956 
957 //////////////////////////////////////////////////////////////////////////
958 // new since 1.1.3
959 //////////////////////////////////////////////////////////////////////////
960 
961  /*! Used as a marker that is put before a todo item */
962  virtual QCString trTodo()
963  {
964  return "Tarefa";
965  }
966  /*! Used as the header of the todo list */
967  virtual QCString trTodoList()
968  {
969  return "Lista de tarefas";
970  }
971 
972 //////////////////////////////////////////////////////////////////////////
973 // new since 1.1.4
974 //////////////////////////////////////////////////////////////////////////
975 
976  virtual QCString trReferencedBy()
977  {
978  return "Referenciado por";
979  }
980  virtual QCString trRemarks()
981  {
982  return "Observações";
983  }
984  virtual QCString trAttention()
985  {
986  return "Atenção";
987  }
988  virtual QCString trInclByDepGraph()
989  {
990  return "Este grafo mostra quais são os ficheiros que incluem directamente ou indirectamente este ficheiro:";
991  }
992  virtual QCString trSince()
993  {
994  return "Desde";
995  }
996 
997 //////////////////////////////////////////////////////////////////////////
998 // new since 1.1.5
999 //////////////////////////////////////////////////////////////////////////
1000 
1001  /*! title of the graph legend page */
1002  virtual QCString trLegendTitle()
1003  {
1004  return "Legenda do grafo";
1005  }
1006  /*! page explaining how the dot graph's should be interpreted */
1007  virtual QCString trLegendDocs()
1008  {
1009  return
1010  "Esta página explica como interpretar os grafos gerados pelo doxygen.<p>\n"
1011  "Considere o seguinte exemplo:\n"
1012  "\\code\n"
1013  "/*! Esta classe vai estar escondida devido à truncação */\n"
1014  "class Invisible { };\n\n"
1015  "/*! Esta classe tem a relação de herança escondida */\n"
1016  "class Truncated : public Invisible { };\n\n"
1017  "/* Classe não documentada por comentários doxygen */\n"
1018  "class Undocumented { };\n\n"
1019  "/*! Classe derivada usando derivação pública */\n"
1020  "class PublicBase : public Truncated { };\n\n"
1021  "/*! A template class */\n"
1022  "template<class T> class Templ { };\n\n"
1023  "/*! Classe derivada usando derivação protegida */\n"
1024  "class ProtectedBase { };\n\n"
1025  "/*! Classe derivada usando derivação privada */\n"
1026  "class PrivateBase { };\n\n"
1027  "/*! Classe usada pela classe Inherited */\n"
1028  "class Used { };\n\n"
1029  "/*! Super classe que deriva de várias classes */\n"
1030  "class Inherited : public PublicBase,\n"
1031  " protected ProtectedBase,\n"
1032  " private PrivateBase,\n"
1033  " public Undocumented,\n"
1034  " public Templ<int>\n"
1035  "{\n"
1036  " private:\n"
1037  " Used *m_usedClass;\n"
1038  "};\n"
1039  "\\endcode\n"
1040  "Isto irá gerar o seguinte gráfo:"
1041  "<p><center><img src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
1042  "<p>\n"
1043  "As caixas no grafo anterior têm as seguintes interpretações:\n"
1044  "<ul>\n"
1045  "<li>Uma caixa inteiramente preta representa a estrutura ou a classe para "
1046  "a qual o grafo foi gerado.\n"
1047  "<li>Uma caixa com borda preta representa uma estrutura ou classe documentada.\n"
1048  "<li>Uma caixa com borda cinzenta representa uma estrutura ou classe não documentada.\n"
1049  "<li>Uma caixa com borda vermelha representa uma estrutura ou classe documentada onde "
1050  "nem todas as relações de herança/encapsulamento são exibidas. Um grafo é truncado "
1051  "quando não cabe na sua área predefinida.\n"
1052  "</ul>\n"
1053  "As setas têm a seguinte interpretação:\n"
1054  "<ul>\n"
1055  "<li>Uma seta azul escura representa uma relação de herança pública entre duas classes.\n"
1056  "<li>Uma seta verde escura representa uma relação de herança protegida.\n"
1057  "<li>Uma seta vermelha escura representa uma relação de herança privada.\n"
1058  "<li>Uma seta rocha em tracejado representa uma relação de encapsulamento ou uso por "
1059  "parte de outra classe. A legenda da seta contém o nome da variável ou variáveis da "
1060  "relação. A seta aponta da classe que estabelece a relação para a classe ou estrutura que "
1061  "é acessível.\n"
1062  "</ul>\n";
1063  }
1064  /*! text for the link to the legend page */
1065  virtual QCString trLegend()
1066  {
1067  return "legenda";
1068  }
1069 
1070 //////////////////////////////////////////////////////////////////////////
1071 // new since 1.2.0
1072 //////////////////////////////////////////////////////////////////////////
1073 
1074  /*! Used as a marker that is put before a test item */
1075  virtual QCString trTest()
1076  {
1077  return "Teste";
1078  }
1079  /*! Used as the header of the test list */
1080  virtual QCString trTestList()
1081  {
1082  return "Lista de teste";
1083  }
1084 
1085 //////////////////////////////////////////////////////////////////////////
1086 // new since 1.2.2
1087 //////////////////////////////////////////////////////////////////////////
1088 
1089  /*! Used as a section header for IDL properties */
1090  virtual QCString trProperties()
1091  {
1092  return "Propriedades";
1093  }
1094  /*! Used as a section header for IDL property documentation */
1096  {
1097  return "Documentação das propriedades";
1098  }
1099 
1100 //////////////////////////////////////////////////////////////////////////
1101 // new since 1.2.4
1102 //////////////////////////////////////////////////////////////////////////
1103 
1104  /*! Used for Java classes in the summary section of Java packages */
1105  virtual QCString trClasses()
1106  {
1107  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1108  {
1109  return "Estruturas de dados";
1110  }
1111  else
1112  {
1113  return "Classes";
1114  }
1115  }
1116  /*! Used as the title of a Java package */
1117  virtual QCString trPackage(const QCString &name)
1118  {
1119  return (QCString)"Pacote "+name;
1120  }
1121  /*! Title of the package index page */
1122  virtual QCString trPackageList()
1123  {
1124  return "Lista de pacotes";
1125  }
1126  /*! The description of the package index page */
1128  {
1129  return "Lista de pacotes com uma breve descrição (se disponível):";
1130  }
1131  /*! The link name in the Quick links header for each page */
1132  virtual QCString trPackages()
1133  {
1134  return "Pacotes";
1135  }
1136  /*! Text shown before a multi-line define */
1137  virtual QCString trDefineValue()
1138  {
1139  return "Valor:";
1140  }
1142 //////////////////////////////////////////////////////////////////////////
1143 // new since 1.2.5
1144 //////////////////////////////////////////////////////////////////////////
1145 
1146  /*! Used as a marker that is put before a \\bug item */
1147  virtual QCString trBug()
1148  {
1149  return "Bug";
1150  }
1151  /*! Used as the header of the bug list */
1152  virtual QCString trBugList()
1153  {
1154  return "Lista de Bugs";
1155  }
1157 //////////////////////////////////////////////////////////////////////////
1158 // new since 1.2.6
1159 //////////////////////////////////////////////////////////////////////////
1160 
1161  /*! Used as ansicpg for RTF file
1162  *
1163  * The following table shows the correlation of Charset name, Charset Value and
1164  * <pre>
1165  * Codepage number:
1166  * Charset Name Charset Value(hex) Codepage number
1167  * ------------------------------------------------------
1168  * DEFAULT_CHARSET 1 (x01)
1169  * SYMBOL_CHARSET 2 (x02)
1170  * OEM_CHARSET 255 (xFF)
1171  * ANSI_CHARSET 0 (x00) 1252
1172  * RUSSIAN_CHARSET 204 (xCC) 1251
1173  * EE_CHARSET 238 (xEE) 1250
1174  * GREEK_CHARSET 161 (xA1) 1253
1175  * TURKISH_CHARSET 162 (xA2) 1254
1176  * BALTIC_CHARSET 186 (xBA) 1257
1177  * HEBREW_CHARSET 177 (xB1) 1255
1178  * ARABIC _CHARSET 178 (xB2) 1256
1179  * SHIFTJIS_CHARSET 128 (x80) 932
1180  * HANGEUL_CHARSET 129 (x81) 949
1181  * GB2313_CHARSET 134 (x86) 936
1182  * CHINESEBIG5_CHARSET 136 (x88) 950
1183  * </pre>
1184  *
1185  */
1186  virtual QCString trRTFansicp()
1187  {
1188  return "1252";
1189  }
1190 
1191 
1192  /*! Used as ansicpg for RTF fcharset
1193  * \see trRTFansicp() for a table of possible values.
1194  */
1195  virtual QCString trRTFCharSet()
1196  {
1197  return "0";
1198  }
1199 
1200  /*! Used as header RTF general index */
1201  virtual QCString trRTFGeneralIndex()
1202  {
1203  return "Índice";
1204  }
1205 
1206  /*! This is used for translation of the word that will possibly
1207  * be followed by a single name or by a list of names
1208  * of the category.
1209  */
1210  virtual QCString trClass(bool first_capital, bool singular)
1211  {
1212  QCString result((first_capital ? "Classe" : "classe"));
1213  if (!singular) result+="s";
1214  return result;
1215  }
1216 
1217  /*! This is used for translation of the word that will possibly
1218  * be followed by a single name or by a list of names
1219  * of the category.
1220  */
1221  virtual QCString trFile(bool first_capital, bool singular)
1222  {
1223  QCString result((first_capital ? "Ficheiro" : "ficheiro"));
1224  if (!singular) result+="s";
1225  return result;
1226  }
1227 
1228  /*! This is used for translation of the word that will possibly
1229  * be followed by a single name or by a list of names
1230  * of the category.
1231  */
1232  virtual QCString trNamespace(bool first_capital, bool singular)
1233  {
1234  QCString result((first_capital ? "Namespace" : "namespace"));
1235  if (!singular) result+="s";
1236  return result;
1237  }
1238 
1239  /*! This is used for translation of the word that will possibly
1240  * be followed by a single name or by a list of names
1241  * of the category.
1242  */
1243  virtual QCString trGroup(bool first_capital, bool singular)
1244  {
1245  QCString result((first_capital ? "Grupo" : "grupo"));
1246  if (!singular) result+="s";
1247  return result;
1248  }
1249 
1250  /*! This is used for translation of the word that will possibly
1251  * be followed by a single name or by a list of names
1252  * of the category.
1253  */
1254  virtual QCString trPage(bool first_capital, bool singular)
1255  {
1256  QCString result((first_capital ? "Página" : "página"));
1257  if (!singular) result+="s";
1258  return result;
1259  }
1260 
1261  /*! This is used for translation of the word that will possibly
1262  * be followed by a single name or by a list of names
1263  * of the category.
1264  */
1265  virtual QCString trMember(bool first_capital, bool singular)
1266  {
1267  QCString result((first_capital ? "Membro" : "membro"));
1268  if (!singular) result+="s";
1269  return result;
1270  }
1272  /*! This is used for translation of the word that will possibly
1273  * be followed by a single name or by a list of names
1274  * of the category.
1275  */
1276  virtual QCString trGlobal(bool first_capital, bool singular)
1277  {
1278  QCString result((first_capital ? "Globa" : "globa"));
1279  result+= singular? "l" : "ais";
1280  return result;
1281  }
1283 //////////////////////////////////////////////////////////////////////////
1284 // new since 1.2.7
1285 //////////////////////////////////////////////////////////////////////////
1286 
1287  /*! This text is generated when the \\author command is used and
1288  * for the author section in man pages. */
1289  virtual QCString trAuthor(bool first_capital, bool singular)
1290  {
1291  QCString result((first_capital ? "Autor" : "autor"));
1292  if (!singular) result+="es";
1293  return result;
1294  }
1295 
1296 //////////////////////////////////////////////////////////////////////////
1297 // new since 1.2.11
1298 //////////////////////////////////////////////////////////////////////////
1299 
1300  /*! This text is put before the list of members referenced by a member
1301  */
1302  virtual QCString trReferences()
1303  {
1304  return "Referências";
1305  }
1306 
1307 //////////////////////////////////////////////////////////////////////////
1308 // new since 1.2.13
1309 //////////////////////////////////////////////////////////////////////////
1310 
1311  /*! used in member documentation blocks to produce a list of
1312  * members that are implemented by this one.
1313  */
1314  virtual QCString trImplementedFromList(int numEntries)
1315  {
1316  return "Implementa "+trWriteList(numEntries)+".";
1317  }
1318 
1319  /*! used in member documentation blocks to produce a list of
1320  * all members that implement this abstract member.
1321  */
1322  virtual QCString trImplementedInList(int numEntries)
1323  {
1324  return "Implementado em "+trWriteList(numEntries)+".";
1325  }
1327 //////////////////////////////////////////////////////////////////////////
1328 // new since 1.2.16
1329 //////////////////////////////////////////////////////////////////////////
1330 
1331  /*! used in RTF documentation as a heading for the Table
1332  * of Contents.
1333  */
1334  virtual QCString trRTFTableOfContents()
1335  {
1336  return "Índice";
1337  }
1338 
1339 //////////////////////////////////////////////////////////////////////////
1340 // new since 1.2.17
1341 //////////////////////////////////////////////////////////////////////////
1342 
1343  /*! Used as the header of the list of item that have been
1344  * flagged deprecated
1345  */
1346  virtual QCString trDeprecatedList()
1347  {
1348  return "Lista de Deprecados";
1349  }
1351 //////////////////////////////////////////////////////////////////////////
1352 // new since 1.2.18
1353 //////////////////////////////////////////////////////////////////////////
1354 
1355  /*! Used as a header for declaration section of the events found in
1356  * a C# program
1357  */
1358  virtual QCString trEvents()
1359  {
1360  return "Eventos";
1361  }
1362  /*! Header used for the documentation section of a class' events. */
1364  {
1365  return "Documentação dos eventos";
1366  }
1367 
1368 //////////////////////////////////////////////////////////////////////////
1369 // new since 1.3
1370 //////////////////////////////////////////////////////////////////////////
1371 
1372  /*! Used as a heading for a list of Java class types with package scope.
1373  */
1374  virtual QCString trPackageTypes()
1375  {
1376  return "Tipos do Pacote";
1377  }
1378  /*! Used as a heading for a list of Java class functions with package
1379  * scope.
1380  */
1381  virtual QCString trPackageMembers()
1382  {
1383  return "Funções do Pacote";
1384  }
1385  /*! Used as a heading for a list of static Java class functions with
1386  * package scope.
1387  */
1389  {
1390  return "Funções Estáticas do Pacote";
1391  }
1392  /*! Used as a heading for a list of Java class variables with package
1393  * scope.
1394  */
1396  {
1397  return "Atributos do Pacote";
1398  }
1399  /*! Used as a heading for a list of static Java class variables with
1400  * package scope.
1401  */
1403  {
1404  return "Atributos Estáticos do Pacote";
1405  }
1406 
1407 //////////////////////////////////////////////////////////////////////////
1408 // new since 1.3.1
1409 //////////////////////////////////////////////////////////////////////////
1410 
1411  /*! Used in the quick index of a class/file/namespace member list page
1412  * to link to the unfiltered list of all members.
1413  */
1414  virtual QCString trAll()
1415  {
1416  return "Tudo";
1417  }
1418  /*! Put in front of the call graph for a function. */
1420  {
1421  return "Grafo de chamadas desta função:";
1422  }
1423 
1424 //////////////////////////////////////////////////////////////////////////
1425 // new since 1.3.3 - Based on the Brazilian Portuguese Translation
1426 //////////////////////////////////////////////////////////////////////////
1427 
1428  /*! This string is used as the title for the page listing the search
1429  * results.
1430  */
1431  virtual QCString trSearchResultsTitle()
1432  {
1433  return "Resultado da Busca";
1434  }
1435  /*! This string is put just before listing the search results. The
1436  * text can be different depending on the number of documents found.
1437  * Inside the text you can put the special marker $num to insert
1438  * the number representing the actual number of search results.
1439  * The @a numDocuments parameter can be either 0, 1 or 2, where the
1440  * value 2 represents 2 or more matches. HTML markup is allowed inside
1441  * the returned string.
1442  */
1443  virtual QCString trSearchResults(int numDocuments)
1444  {
1445  if (numDocuments==0)
1446  {
1447  return "Nenhum documento foi encontrado.";
1448  }
1449  else if (numDocuments==1)
1450  {
1451  return "Apenas <b>1</b> documento foi encontrado.";
1452  }
1453  else
1454  {
1455  return "<b>$num</b> documentos encontrados. "
1456  "Os melhores resultados vem primeiro.";
1457  }
1458  }
1459  /*! This string is put before the list of matched words, for each search
1460  * result. What follows is the list of words that matched the query.
1461  */
1462  virtual QCString trSearchMatches()
1463  {
1464  return "Resultados:";
1465  }
1466 
1467 //////////////////////////////////////////////////////////////////////////
1468 // new since 1.3.8
1469 //////////////////////////////////////////////////////////////////////////
1470 
1471  /*! This is used in HTML as the title of page with source code for file filename
1472  */
1473  virtual QCString trSourceFile(QCString& filename)
1474  {
1475  return "Código-Fonte de " + filename;
1476  }
1477 
1478 //////////////////////////////////////////////////////////////////////////
1479 // new since 1.3.9
1480 //////////////////////////////////////////////////////////////////////////
1481 
1482  /*! This is used as the name of the chapter containing the directory
1483  * hierarchy.
1484  */
1485  virtual QCString trDirIndex()
1486  { return "Hierarquia de Diretórios"; }
1487 
1488  /*! This is used as the name of the chapter containing the documentation
1489  * of the directories.
1490  */
1491  virtual QCString trDirDocumentation()
1492  { return "Documentação do Directório"; }
1493 
1494  /*! This is used as the title of the directory index and also in the
1495  * Quick links of a HTML page, to link to the directory hierarchy.
1496  */
1497  virtual QCString trDirectories()
1498  { return "Diretórios"; }
1499 
1500  /*! This returns a sentences that introduces the directory hierarchy.
1501  * and the fact that it is sorted alphabetically per level
1502  */
1503  virtual QCString trDirDescription()
1504  { return "Esta Hierarquia de Diretórios está parcialmente ordenada (ordem alfabética)"; }
1505 
1506  /*! This returns the title of a directory page. The name of the
1507  * directory is passed via \a dirName.
1508  */
1509  virtual QCString trDirReference(const QCString &dirName)
1510  {
1511  QCString result = "Referência do diretório ";
1512  result += dirName;
1513  return result;
1514  }
1515 
1516  /*! This returns the word directory with or without starting capital
1517  * (\a first_capital) and in sigular or plural form (\a singular).
1518  */
1519  virtual QCString trDir(bool first_capital, bool singular)
1520  {
1521  QCString result((first_capital ? "Diretório" : "diretório"));
1522  if (!singular) result+="s";
1523  return result;
1524  }
1525 //////////////////////////////////////////////////////////////////////////
1526 // new since 1.4.1
1527 //////////////////////////////////////////////////////////////////////////
1528 
1529  /*! This text is added to the documentation when the \\overload command
1530  * is used for a overloaded function.
1531  */
1532  virtual QCString trOverloadText()
1533  {
1534  return "Este é um método provido por conveniência. "
1535  "Ele difere do método acima apenas na lista de "
1536  "argumentos que devem ser utilizados.";
1537  }
1538 
1539 //////////////////////////////////////////////////////////////////////////
1540 // new since 1.4.6
1541 //////////////////////////////////////////////////////////////////////////
1542 
1543  /*! This is used to introduce a caller (or called-by) graph */
1544  virtual QCString trCallerGraph()
1545  {
1546  return "Este é o diagrama das funções que utilizam esta função:";
1547  }
1548 
1549  /*! This is used in the documentation of a file/namespace before the list
1550  * of documentation blocks for enumeration values
1551  */
1553  { return "Documentação da enumeração"; }
1554 
1555 
1556 //////////////////////////////////////////////////////////////////////////
1557 // new since 1.5.4 (mainly for Fortran)
1558 //////////////////////////////////////////////////////////////////////////
1559 
1560  /*! header that is put before the list of member subprograms (Fortran). */
1562  { return "Documentação de Função Membro/Subrotina"; }
1563 
1564  /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1566  { return "Lista de Tipos de Dados"; }
1567 
1568  /*! This is put above each page as a link to all members of compounds (Fortran). */
1570  { return "Campos de Dados"; }
1571 
1572  /*! This is an introduction to the annotated compound list (Fortran). */
1574  { return "Aqui estão os tipos de dados com descrições resumidas:"; }
1575 
1576  /*! This is an introduction to the page with all data types (Fortran). */
1577  virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
1578  {
1579  QCString result="Esta é a lista de todos os membros ";
1580  if (!extractAll) result+="documentados ";
1581  result+="dos tipos de dados com links para ";
1582  if (extractAll)
1583  {
1584  result+="a documentação dos tipos de dados para cada membro:";
1585  }
1586  else
1587  {
1588  result+="os tipos de dados a que pertencem:";
1589  }
1590  return result;
1591  }
1592 
1593  /*! This is used in LaTeX as the title of the chapter with the
1594  * annotated compound index (Fortran).
1595  */
1597  { return "Índice de Tipos de Dados"; }
1598 
1599  /*! This is used in LaTeX as the title of the chapter containing
1600  * the documentation of all data types (Fortran).
1601  */
1602  virtual QCString trTypeDocumentation()
1603  { return "Documentação dos Tipos de Dados"; }
1604 
1605  /*! This is used in the documentation of a file as a header before the
1606  * list of (global) subprograms (Fortran).
1607  */
1608  virtual QCString trSubprograms()
1609  { return "Funções/Subrotinas"; }
1610 
1611  /*! This is used in the documentation of a file/namespace before the list
1612  * of documentation blocks for subprograms (Fortran)
1613  */
1615  { return "Documentação da Função/Subrotina"; }
1616 
1617  /*! This is used in the documentation of a file/namespace/group before
1618  * the list of links to documented compounds (Fortran)
1619  */
1620  virtual QCString trDataTypes()
1621  { return "Tipos de Dados"; }
1623  /*! used as the title of page containing all the index of all modules (Fortran). */
1624  virtual QCString trModulesList()
1625  { return "Lista de Módulos"; }
1627  /*! used as an introduction to the modules list (Fortran) */
1628  virtual QCString trModulesListDescription(bool extractAll)
1629  {
1630  QCString result="Esta é a lista de todos os módulos ";
1631  if (!extractAll) result+="documentados ";
1632  result+="com descrições resumidas:";
1633  return result;
1634  }
1635 
1636  /*! used as the title of the HTML page of a module/type (Fortran) */
1637  virtual QCString trCompoundReferenceFortran(const QCString &clName,
1639  bool isTemplate)
1640  {
1641  QCString result = (QCString)"Referência ";
1642 
1643  if (isTemplate) result+="da Template ";
1644 
1645  switch(compType)
1646  {
1647  case ClassDef::Class: result+="do Modulo "; break;
1648  case ClassDef::Struct: result+="do Tipo "; break;
1649  case ClassDef::Union: result+="da União "; break;
1650  case ClassDef::Interface: result+="da Interface "; break;
1651  case ClassDef::Protocol: result+="do Protocolo "; break;
1652  case ClassDef::Category: result+="da Categoria "; break;
1653  case ClassDef::Exception: result+="da Exceção "; break;
1654  default: break;
1655  }
1656  result += clName;
1658  return result;
1659  }
1660  /*! used as the title of the HTML page of a module (Fortran) */
1661  virtual QCString trModuleReference(const QCString &namespaceName)
1662  {
1663  QCString result = "Referência do Módulo ";
1664  result += namespaceName;
1665  return result;
1666  }
1667 
1668  /*! This is put above each page as a link to all members of modules. (Fortran) */
1670  { return "Membros do Módulo"; }
1671 
1672  /*! This is an introduction to the page with all modules members (Fortran) */
1673  virtual QCString trModulesMemberDescription(bool extractAll)
1674  {
1675  QCString result="Esta é a lista de todos os membros ";
1676  if (!extractAll) result+="documentados ";
1677  result+="dos módulos com links para ";
1678  if (extractAll)
1679  {
1680  result+="a documentação dos módulos para cada membro:";
1681  }
1682  else
1683  {
1684  result+="os módulos a que pertencem:";
1685  }
1686  return result;
1687  }
1688 
1689  /*! This is used in LaTeX as the title of the chapter with the
1690  * index of all modules (Fortran).
1691  */
1692  virtual QCString trModulesIndex()
1693  { return "Índice dos Módulos"; }
1694 
1695  /*! This is used for translation of the word that will possibly
1696  * be followed by a single name or by a list of names
1697  * of the category.
1698  */
1699  virtual QCString trModule(bool first_capital, bool singular)
1700  {
1701  QCString result((first_capital ? "Modulo" : "modulo"));
1702  if (!singular) result+="s";
1703  return result;
1704  }
1705  /*! This is put at the bottom of a module documentation page and is
1706  * followed by a list of files that were used to generate the page.
1707  */
1709  bool single)
1710  { // here s is one of " Module", " Struct" or " Union"
1711  // single is true implies a single file
1712  QCString result=(QCString)"A documentação para ";
1713  switch(compType)
1714  {
1715  case ClassDef::Class: result+="este modulo "; break;
1716  case ClassDef::Struct: result+="este tipo "; break;
1717  case ClassDef::Union: result+="esta união "; break;
1718  case ClassDef::Interface: result+="esta interface "; break;
1719  case ClassDef::Protocol: result+="esto protocolo "; break;
1720  case ClassDef::Category: result+="esta categoria "; break;
1721  case ClassDef::Exception: result+="esta exceção "; break;
1722  default: break;
1723  }
1724 
1725  result+=" foi gerada a partir do";
1726  if (single)
1727  result+=" seguinte ficheiro:";
1728  else
1729  result+="s seguintes ficheiros:";
1731  return result;
1732  }
1733  /*! This is used for translation of the word that will possibly
1734  * be followed by a single name or by a list of names
1735  * of the category.
1736  */
1737  virtual QCString trType(bool first_capital, bool singular)
1738  {
1739  QCString result((first_capital ? "Tipo" : "tipo"));
1740  if (!singular) result+="s";
1741  return result;
1742  }
1743  /*! This is used for translation of the word that will possibly
1744  * be followed by a single name or by a list of names
1745  * of the category.
1746  */
1747  virtual QCString trSubprogram(bool first_capital, bool singular)
1748  {
1749  QCString result((first_capital ? "Subprograma" : "subprograma"));
1750  if (!singular) result+="s";
1751  return result;
1752  }
1754  /*! C# Type Contraint list */
1755  virtual QCString trTypeConstraints()
1756  {
1757  return "Restrições do Tipo";
1758  }
1759 
1760 //////////////////////////////////////////////////////////////////////////
1761 // new since 1.6.0 (mainly for the new search engine)
1762 //////////////////////////////////////////////////////////////////////////
1763 
1764  /*! directory relation for \a name
1765  */
1766  virtual QCString trDirRelation(const QCString &name)
1767  {
1768  return "Relação " + QCString(name);
1769  }
1770 
1771  /*! Loading message shown when loading search results */
1772  virtual QCString trLoading()
1773  {
1774  return "Carregando...";
1775  }
1776 
1777  /*! Label used for search results in the global namespace */
1778  virtual QCString trGlobalNamespace()
1779  {
1780  return "Namespace global";
1781  }
1782 
1783  /*! Message shown while searching */
1784  virtual QCString trSearching()
1785  {
1786  return "Procurando...";
1787  }
1788 
1789  /*! Text shown when no search results are found */
1790  virtual QCString trNoMatches()
1791  {
1792  return "Nenhuma entrada encontrada";
1793  }
1794 
1795 //////////////////////////////////////////////////////////////////////////
1796 // new since 1.6.3 (missing items for the directory pages)
1797 //////////////////////////////////////////////////////////////////////////
1799  /*! when clicking a directory dependency label, a page with a
1800  * table is shown. The heading for the first column mentions the
1801  * source file that has a relation to another file.
1802  */
1803  virtual QCString trFileIn(const QCString &name)
1804  {
1805  return (QCString)"Ficheiro em "+name;
1806  }
1807 
1808  /*! when clicking a directory dependency label, a page with a
1809  * table is shown. The heading for the second column mentions the
1810  * destination file that is included.
1811  */
1812  virtual QCString trIncludesFileIn(const QCString &name)
1813  {
1814  return (QCString)"Inclui ficheiro em "+name;
1815  }
1817  /** Compiles a date string.
1818  * @param year Year in 4 digits
1819  * @param month Month of the year: 1=January
1820  * @param day Day of the Month: 1..31
1821  * @param dayOfWeek Day of the week: 1=Monday..7=Sunday
1822  * @param hour Hour of the day: 0..23
1823  * @param minutes Minutes in the hour: 0..59
1824  * @param seconds Seconds within the minute: 0..59
1825  * @param includeTime Include time in the result string?
1826  */
1827  virtual QCString trDateTime(int year,int month,int day,int dayOfWeek,
1828  int hour,int minutes,int seconds,
1829  bool includeTime)
1830  {
1831  static const char *days[] = { "Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo" };
1832  static const char *months[] = { "Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro" };
1833  QCString sdate;
1834  sdate.sprintf("%s, %d de %s de %d",days[dayOfWeek-1],day,months[month-1],year);
1835  if (includeTime)
1836  {
1837  QCString stime;
1838  stime.sprintf(" %.2d:%.2d:%.2d",hour,minutes,seconds);
1839  sdate+=stime;
1840  }
1841  return sdate;
1842  }
1843 
1844 //////////////////////////////////////////////////////////////////////////
1845 // new since 1.7.5
1846 //////////////////////////////////////////////////////////////////////////
1847 
1848  /*! Header for the page with bibliographic citations */
1849  virtual QCString trCiteReferences()
1850  { return "Referências Bibliográficas"; }
1852  /*! Text for copyright paragraph */
1853  virtual QCString trCopyright()
1854  {
1855  // Note: I will left it as is because "Direitos de autor" may not fit
1856  // in the text.
1857  return "Copyright";
1858  }
1859 
1860  /*! Header for the graph showing the directory dependencies */
1861  virtual QCString trDirDepGraph(const QCString &name)
1862  { return QCString("Grafo de dependências do directório ")+name+":"; }
1863 
1864 //////////////////////////////////////////////////////////////////////////
1865 // new since 1.8.0
1866 //////////////////////////////////////////////////////////////////////////
1867 
1868  /*! Detail level selector shown for hierarchical indices */
1869  virtual QCString trDetailLevel()
1870  { return "nível de detalhes"; }
1871 
1872  /*! Section header for list of template parameters */
1874  { return "Parâmetros de template"; }
1875 
1876  /*! Used in dot graph when UML_LOOK is enabled and there are many fields */
1877  virtual QCString trAndMore(const QCString &number)
1878  { return "e "+number+" mais..."; }
1879 
1880  /*! Used file list for a Java enum */
1881  virtual QCString trEnumGeneratedFromFiles(bool single)
1882  { QCString result = "A documentação para esta enumeração foi gerada a partir";
1883  if (single) {
1884  result += "do seguinte ficheiro:";
1885  } else {
1886  result += "dos seguintes ficheiros:";
1887  }
1888  return result;
1889  }
1890 
1891  /*! Header of a Java enum page (Java enums are represented as classes). */
1892  virtual QCString trEnumReference(const QCString &name)
1893  {
1894  QCString result = "Referência da enumeração ";
1895  return result + name;
1896  }
1897 
1898  /*! Used for a section containing inherited members */
1899  virtual QCString trInheritedFrom(const QCString &members,const QCString &what)
1900  { return QCString(members)+" herdados de "+what; }
1901 
1902  /*! Header of the sections with inherited members specific for the
1903  * base class(es)
1904  */
1906  { return "Outros membros herdados"; }
1907 
1908 //////////////////////////////////////////////////////////////////////////
1909 // new since 1.8.2
1910 //////////////////////////////////////////////////////////////////////////
1911 
1912  /*! Used as a tooltip for the toggle button that appears in the
1913  * navigation tree in the HTML output when GENERATE_TREEVIEW is
1914  * enabled. This tooltip explains the meaning of the button.
1915  */
1916  virtual QCString trPanelSynchronisationTooltip(bool enable)
1917  {
1918  QCString opt = enable ? "ativar" : "desativar";
1919  return "clique para "+opt+" a sincronização do painel";
1920  }
1921 
1922  /*! Used in a method of an Objective-C class that is declared in a
1923  * a category. Note that the @1 marker is required and is replaced
1924  * by a link.
1925  */
1926  virtual QCString trProvidedByCategory()
1927  {
1928  return "Provido pela categoria @0.";
1929  }
1931  /*! Used in a method of an Objective-C category that extends a class.
1932  * Note that the @1 marker is required and is replaced by a link to
1933  * the class method.
1934  */
1935  virtual QCString trExtendsClass()
1936  {
1937  return "estende a classe @0.";
1938  }
1939 
1940  /*! Used as the header of a list of class methods in Objective-C.
1941  * These are similar to static public member functions in C++.
1942  */
1943  virtual QCString trClassMethods()
1944  {
1945  return "Métodos de classe";
1946  }
1947 
1948  /*! Used as the header of a list of instance methods in Objective-C.
1949  * These are similar to public member functions in C++.
1950  */
1951  virtual QCString trInstanceMethods()
1952  {
1953  return "Métodos de instância";
1954  }
1955 
1956  /*! Used as the header of the member functions of an Objective-C class.
1957  */
1959  {
1960  return "Documentação do método";
1961  }
1962 
1963 //////////////////////////////////////////////////////////////////////////
1964 // new since 1.8.4
1965 //////////////////////////////////////////////////////////////////////////
1967  /** old style UNO IDL services: implemented interfaces */
1968  virtual QCString trInterfaces()
1969  { return "Interfaces Exportadas"; }
1970 
1971  /** old style UNO IDL services: inherited services */
1972  virtual QCString trServices()
1973  { return "Serviços Incluídos"; }
1974 
1975  /** UNO IDL constant groups */
1976  virtual QCString trConstantGroups()
1977  { return "Grupos de Constantes"; }
1978 
1979  /** UNO IDL constant groups */
1980  virtual QCString trConstantGroupReference(const QCString &namespaceName)
1981  {
1982  QCString result = "Referência do grupo de constantes ";
1983  result += namespaceName;
1984  return result;
1985  }
1986 
1987  /** UNO IDL service page title */
1988  virtual QCString trServiceReference(const QCString &sName)
1989  {
1990  QCString result = "Referência do serviço ";
1991  result += sName;
1992  return result;
1993  }
1994 
1995  /** UNO IDL singleton page title */
1997  {
1998  QCString result = "Referência do Singleton ";
1999  result += sName;
2000  return result;
2001  }
2002 
2003  /** UNO IDL service page */
2005  {
2006  // single is true implies a single file
2007  QCString result=(QCString)"A documentação para este serviço "
2008  "foi gerada a partir ";
2009  if (single) {
2010  result+="do seguinte ficheiro:";
2011  } else {
2012  result+="dos: seguintes ficheiros:";
2013  }
2014  return result;
2015  }
2016 
2017  /** UNO IDL singleton page */
2018  virtual QCString trSingletonGeneratedFromFiles(bool single)
2019  {
2020  // single is true implies a single file
2021  QCString result=(QCString)"A documentação para este singleton "
2022  "foi gerada a partir ";
2023  if (single) {
2024  result+="do seguinte ficheiro:";
2025  } else {
2026  result+="dos: seguintes ficheiros:";
2027  }
2028 
2029  return result;
2030  }
2031 
2032  //////////////////////////////////////////////////////////////////////////
2033  // new since 1.8.15
2034  //////////////////////////////////////////////////////////////////////////
2035 
2036  /** VHDL design unit hierarchy */
2038  { return "Hierarquia da Unidade de Design"; }
2039  /** VHDL design unit list */
2040  virtual QCString trDesignUnitList()
2041  { return "Lista de Unidades de Design"; }
2042  /** VHDL design unit members */
2043  virtual QCString trDesignUnitMembers()
2044  { return "Membros da Unidade de Design"; }
2045  /** VHDL design unit list description */
2047  {
2048  return "Esta é uma lista de todos os membros de unidades de design "
2049  "com ligações para as entidades às quais pertencem:";
2050  }
2051  /** VHDL design unit index */
2052  virtual QCString trDesignUnitIndex()
2053  { return "Índice de Unidades de Design"; }
2054  /** VHDL design units */
2055  virtual QCString trDesignUnits()
2056  { return "Unidades de Design"; }
2057  /** VHDL functions/procedures/processes */
2058  virtual QCString trFunctionAndProc()
2059  { return "Funções/Procedimentos/Processos"; }
2060  /** VHDL type */
2061  virtual QCString trVhdlType(uint64 type,bool single)
2062  {
2063  switch(type)
2064  {
2066  if (single) return "Biblioteca";
2067  else return "Bibliotecas";
2068  case VhdlDocGen::PACKAGE:
2069  if (single) return "Pacote";
2070  else return "Pacotes";
2071  case VhdlDocGen::SIGNAL:
2072  if (single) return "Sinal";
2073  else return "Sinais";
2074  case VhdlDocGen::COMPONENT:
2075  if (single) return "Componente";
2076  else return "Componentes";
2077  case VhdlDocGen::CONSTANT:
2078  if (single) return "Constante";
2079  else return "Constantes";
2080  case VhdlDocGen::ENTITY:
2081  if (single) return "Entidade";
2082  else return "Entidades";
2083  case VhdlDocGen::TYPE:
2084  if (single) return "Tipo";
2085  else return "Tipos";
2086  case VhdlDocGen::SUBTYPE:
2087  if (single) return "Subtipo";
2088  else return "Subtipos";
2089  case VhdlDocGen::FUNCTION:
2090  if (single) return "Função";
2091  else return "Funções";
2092  case VhdlDocGen::RECORD:
2093  if (single) return "Registro";
2094  else return "Registros";
2095  case VhdlDocGen::PROCEDURE:
2096  if (single) return "Procedimento";
2097  else return "Procedimentos";
2099  if (single) return "Arquitetura";
2100  else return "Arquiteturas";
2102  if (single) return "Atributo";
2103  else return "Atributos";
2105  if (single) return "Processo";
2106  else return "Processos";
2108  if (single) return "Porta";
2109  else return "Portas";
2110  case VhdlDocGen::USE:
2111  if (single) return "cláusula de uso";
2112  else return "cláusulas de uso";
2114  if (single) return "Generico";
2115  else return "Genericos";
2117  return "Corpo do Pacote";
2118  case VhdlDocGen::UNITS:
2119  return "Unidades";
2121  if (single) return "Variável Compartilhada";
2122  else return "Variáveis Compartilhadas";
2123  case VhdlDocGen::VFILE:
2124  if (single) return "Ficheiro";
2125  else return "Ficheiros";
2126  case VhdlDocGen::GROUP:
2127  if (single) return "Grupo";
2128  else return "Grupos";
2130  if (single) return "Instância";
2131  else return "Instâncias";
2132  case VhdlDocGen::ALIAS:
2133  if (single) return "Apelido";
2134  else return "Apelidos";
2135  case VhdlDocGen::CONFIG:
2136  if (single) return "Configuração";
2137  else return "Configurações";
2139  return "Outros"; // Is this correct for VHDL?
2140  case VhdlDocGen::UCF_CONST:
2141  return "Restrições";
2142  default:
2143  return "Classe";
2144  }
2145  }
2146  virtual QCString trCustomReference(const QCString &name)
2147  { return "Referência de " + QCString(name); }
2148 
2149  /* Slice */
2150  virtual QCString trConstants()
2151  {
2152  return "Constantes";
2153  }
2155  {
2156  return "Constantes";
2157  }
2158  virtual QCString trSequences()
2159  {
2160  return "Sequências";
2161  }
2163  {
2164  return "Sequências";
2165  }
2166  virtual QCString trDictionaries()
2167  {
2168  return "Dicionários";
2169  }
2171  {
2172  return "Dicionários";
2173  }
2174  virtual QCString trSliceInterfaces()
2175  {
2176  return "Interfaces";
2177  }
2178  virtual QCString trInterfaceIndex()
2179  {
2180  return "Índice de Interfaces";
2181  }
2182  virtual QCString trInterfaceList()
2183  {
2184  return "Lista de Interfaces";
2185  }
2187  {
2188  return "Estas são as interfaces com suas respectivas descrições:";
2189  }
2190  virtual QCString trInterfaceHierarchy()
2191  {
2192  return "Hierarquia de Interfaces";
2193  }
2195  {
2196  return "Esta é a lista parcialmente ordenadas de heranças:";
2197  }
2199  {
2200  return "Interfaces";
2201  }
2202  virtual QCString trStructs()
2203  {
2204  return "Estruturas";
2205  }
2206  virtual QCString trStructIndex()
2207  {
2208  return "Índice de Estruturas";
2209  }
2210  virtual QCString trStructList()
2211  {
2212  return "Lista de Estruturas";
2213  }
2215  {
2216  return "Estas são as estruturas com suas respectivas descrições:";
2217  }
2219  {
2220  return "Estruturas";
2221  }
2222  virtual QCString trExceptionIndex()
2223  {
2224  return "Índice the Exceções";
2225  }
2226  virtual QCString trExceptionList()
2227  {
2228  return "Lista de Exceções";
2229  }
2231  {
2232  return "Estas são as exceções com suas respectivas descrições:";
2233  }
2234  virtual QCString trExceptionHierarchy()
2235  {
2236  return "Hierarquia de Exceções";
2237  }
2239  {
2240  return "Esta é a lista parcialmente ordenadas de heranças:";
2241  }
2243  {
2244  return "Exceções";
2245  }
2246  virtual QCString trCompoundReferenceSlice(const QCString &clName, ClassDef::CompoundType compType, bool isLocal)
2247  {
2248  QCString result=(QCString)"Referência ";
2249  switch(compType)
2250  {
2251  case ClassDef::Class: result+="da Classe "; break;
2252  case ClassDef::Struct: result+="da Estrutura "; break;
2253  case ClassDef::Union: result+="da União "; break;
2254  case ClassDef::Interface: result+="da Interface "; break;
2255  case ClassDef::Protocol: result+="do Protocolo "; break;
2256  case ClassDef::Category: result+="da Categoria "; break;
2257  case ClassDef::Exception: result+="da Exceção "; break;
2258  default: break;
2259  }
2260  if (isLocal) result+="Local ";
2261  result+= clName;
2262  return result;
2263  }
2264  virtual QCString trOperations()
2265  {
2266  return "Operações";
2267  }
2269  {
2270  return "Operações";
2271  }
2272  virtual QCString trDataMembers()
2273  {
2274  return "Dados Membros";
2275  }
2277  {
2278  return "Dados Membros";
2279  }
2280 
2281  //////////////////////////////////////////////////////////////////////////
2282  // new since 1.8.19
2283  //////////////////////////////////////////////////////////////////////////
2284 
2285  /** VHDL design unit documentation */
2287  {
2288  return "Documentação da Unidade de Projeto";
2289  }
2290 
2292  //////////////////////////////////////////////////////////////////////////
2293  // new since 1.9.2
2294  //////////////////////////////////////////////////////////////////////////
2295  /** C++20 concept */
2296  virtual QCString trConcept(bool first_capital, bool singular)
2297  {
2298  QCString result((first_capital ? "Conceito" : "conceito"));
2299  if (!singular) result+="s";
2300  return result;
2301  }
2302  /*! used as the title of the HTML page of a C++20 concept page */
2303  virtual QCString trConceptReference(const QCString &conceptName)
2304  {
2305  QCString result= "Referência do Conceito ";
2306  result+=conceptName;
2307  return result;
2308  }
2309 
2310  /*! used as the title of page containing all the index of all concepts. */
2311  virtual QCString trConceptList()
2312  { return "Lista de Conceitos"; }
2313 
2314  /*! used as the title of chapter containing the index listing all concepts. */
2315  virtual QCString trConceptIndex()
2316  { return "Índice de Conceitos"; }
2317 
2318  /*! used as the title of chapter containing all information about concepts. */
2320  { return "Documentação do Conceito"; }
2321 
2322  /*! used as an introduction to the concept list */
2323  virtual QCString trConceptListDescription(bool extractAll)
2324  {
2325  QCString result="Esta é a lista de todos os conceitos ";
2326  if (!extractAll) result+="documentados ";
2327  result+="com suas respectivas descrições:";
2328  return result;
2329  }
2330 
2331  /*! used to introduce the definition of the C++20 concept */
2332  virtual QCString trConceptDefinition()
2333  {
2334  return "Definição de conceito";
2335  }
2336 };
2338 #endif
getDotImageExtension
QCString getDotImageExtension()
Definition: util.cpp:7032
TranslatorPortuguese::trDeprecatedList
virtual QCString trDeprecatedList()
Definition: translator_pt.h:1407
TranslatorPortuguese::trExceptionListDescription
virtual QCString trExceptionListDescription()
Definition: translator_pt.h:2291
TranslatorPortuguese::trSubprogram
virtual QCString trSubprogram(bool first_capital, bool singular)
Definition: translator_pt.h:1808
TranslatorPortuguese::trCompounds
QCString trCompounds()
Definition: translator_pt.h:566
VhdlDocGen::PROCEDURE
@ PROCEDURE
Definition: vhdldocgen.h:95
TranslatorPortuguese::trDictionaryDocumentation
virtual QCString trDictionaryDocumentation()
Definition: translator_pt.h:2231
TranslatorPortuguese::trDirDescription
virtual QCString trDirDescription()
Definition: translator_pt.h:1564
TranslatorPortuguese::trOperations
virtual QCString trOperations()
Definition: translator_pt.h:2325
TranslatorPortuguese::trSequenceDocumentation
virtual QCString trSequenceDocumentation()
Definition: translator_pt.h:2223
TranslatorPortuguese::trDeprecated
virtual QCString trDeprecated()
Definition: translator_pt.h:890
TranslatorPortuguese::trProvidedByCategory
virtual QCString trProvidedByCategory()
Definition: translator_pt.h:1987
TranslatorPortuguese::trModulesMemberDescription
virtual QCString trModulesMemberDescription(bool extractAll)
Definition: translator_pt.h:1734
TranslatorPortuguese::trModulesList
virtual QCString trModulesList()
Definition: translator_pt.h:1685
VhdlDocGen::TYPE
@ TYPE
Definition: vhdldocgen.h:91
TranslatorPortuguese::latexLanguageSupportCommand
virtual QCString latexLanguageSupportCommand()
Definition: translator_pt.h:158
TranslatorPortuguese::trInheritedFrom
virtual QCString trInheritedFrom(const QCString &members, const QCString &what)
Definition: translator_pt.h:1960
TranslatorPortuguese::trRTFansicp
virtual QCString trRTFansicp()
Definition: translator_pt.h:1247
TranslatorPortuguese::trReimplementedFromList
virtual QCString trReimplementedFromList(int numEntries)
Definition: translator_pt.h:772
TranslatorPortuguese::trSeeAlso
QCString trSeeAlso()
Definition: translator_pt.h:616
TranslatorPortuguese::trSearch
QCString trSearch()
Definition: translator_pt.h:314
TranslatorPortuguese::trFile
virtual QCString trFile(bool first_capital, bool singular)
Definition: translator_pt.h:1282
TranslatorPortuguese::trDefinedIn
QCString trDefinedIn()
Definition: translator_pt.h:247
VhdlDocGen::COMPONENT
@ COMPONENT
Definition: vhdldocgen.h:89
TranslatorPortuguese::trOperationDocumentation
virtual QCString trOperationDocumentation()
Definition: translator_pt.h:2329
TranslatorPortuguese::trPublicAttribs
virtual QCString trPublicAttribs()
Definition: translator_pt.h:978
ClassDef::Union
@ Union
Definition: classdef.h:109
TranslatorPortuguese::trReturns
QCString trReturns()
Definition: translator_pt.h:612
VhdlDocGen::SUBTYPE
@ SUBTYPE
Definition: vhdldocgen.h:92
TranslatorPortuguese::trPublicMembers
virtual QCString trPublicMembers()
Definition: translator_pt.h:707
TranslatorPortuguese::trMember
virtual QCString trMember(bool first_capital, bool singular)
Definition: translator_pt.h:1326
TranslatorPortuguese::trSubprograms
virtual QCString trSubprograms()
Definition: translator_pt.h:1669
TranslatorPortuguese::trInclByDepGraph
virtual QCString trInclByDepGraph()
Definition: translator_pt.h:1049
TranslatorPortuguese::trClassMethods
virtual QCString trClassMethods()
Definition: translator_pt.h:2004
TranslatorPortuguese::trNamespaces
virtual QCString trNamespaces()
Definition: translator_pt.h:822
TranslatorPortuguese::trFileIndex
QCString trFileIndex()
Definition: translator_pt.h:460
TranslatorPortuguese::trPrivateSlots
virtual QCString trPrivateSlots()
Definition: translator_pt.h:723
TranslatorPortuguese::trStructs
virtual QCString trStructs()
Definition: translator_pt.h:2263
TranslatorPortuguese::trRelatedFunctionDocumentation
virtual QCString trRelatedFunctionDocumentation()
Definition: translator_pt.h:661
TranslatorPortuguese::trGeneratedAutomatically
QCString trGeneratedAutomatically(const QCString &s)
Definition: translator_pt.h:231
TranslatorPortuguese::trAndMore
virtual QCString trAndMore(const QCString &number)
Definition: translator_pt.h:1938
TranslatorPortuguese::trPackageMembers
virtual QCString trPackageMembers()
Definition: translator_pt.h:1442
TranslatorPortuguese::trCiteReferences
virtual QCString trCiteReferences()
Definition: translator_pt.h:1910
TranslatorPortuguese::trCustomReference
virtual QCString trCustomReference(const QCString &name)
Definition: translator_pt.h:2207
TranslatorPortuguese::trListOfAllMembers
QCString trListOfAllMembers()
Definition: translator_pt.h:213
TranslatorPortuguese::trExamplesDescription
QCString trExamplesDescription()
Definition: translator_pt.h:412
TranslatorPortuguese::trPropertyDocumentation
virtual QCString trPropertyDocumentation()
Definition: translator_pt.h:1156
TranslatorPortuguese::trNamespaceDocumentation
virtual QCString trNamespaceDocumentation()
Definition: translator_pt.h:812
TranslatorPortuguese::trExceptionDocumentation
virtual QCString trExceptionDocumentation()
Definition: translator_pt.h:2303
TranslatorPortuguese::trRelatedPages
QCString trRelatedPages()
Definition: translator_pt.h:306
TranslatorPortuguese::trRelatedFunctions
QCString trRelatedFunctions()
Definition: translator_pt.h:172
TranslatorPortuguese::trDefines
QCString trDefines()
Definition: translator_pt.h:500
VhdlDocGen::ENTITY
@ ENTITY
Definition: vhdldocgen.h:83
TranslatorPortuguese::trExceptionHierarchyDescription
virtual QCString trExceptionHierarchyDescription()
Definition: translator_pt.h:2299
TranslatorPortuguese::trGeneratedBy
QCString trGeneratedBy()
Definition: translator_pt.h:628
VhdlDocGen::SIGNAL
@ SIGNAL
Definition: vhdldocgen.h:88
TranslatorPortuguese::trModulesMembers
virtual QCString trModulesMembers()
Definition: translator_pt.h:1730
generateMarker
QCString generateMarker(int id)
Definition: util.cpp:284
QCString::isEmpty
bool isEmpty() const
Returns TRUE iff the string is empty
Definition: qcstring.h:144
TranslatorPortuguese::trRTFCharSet
virtual QCString trRTFCharSet()
Definition: translator_pt.h:1256
VhdlDocGen::CONFIG
@ CONFIG
Definition: vhdldocgen.h:105
VhdlDocGen::GENERIC
@ GENERIC
Definition: vhdldocgen.h:100
TranslatorPortuguese::trEnumerationTypeDocumentation
QCString trEnumerationTypeDocumentation()
Definition: translator_pt.h:548
TranslatorPortuguese::trAttention
virtual QCString trAttention()
Definition: translator_pt.h:1045
TranslatorPortuguese::trEnumerations
QCString trEnumerations()
Definition: translator_pt.h:512
TranslatorPortuguese::trMemberFunctionDocumentationFortran
virtual QCString trMemberFunctionDocumentationFortran()
Definition: translator_pt.h:1622
ClassDef::CompoundType
CompoundType
The various compound types
Definition: classdef.h:107
TranslatorPortuguese::trDir
virtual QCString trDir(bool first_capital, bool singular)
Definition: translator_pt.h:1580
VhdlDocGen::PACKAGE
@ PACKAGE
Definition: vhdldocgen.h:86
ClassDef::Interface
@ Interface
Definition: classdef.h:110
TranslatorPortuguese::trStaticPublicMembers
virtual QCString trStaticPublicMembers()
Definition: translator_pt.h:713
TranslatorPortuguese::trVersion
QCString trVersion()
Definition: translator_pt.h:604
TranslatorPortuguese::trTypedefs
QCString trTypedefs()
Definition: translator_pt.h:506
TranslatorPortuguese::trPackageList
virtual QCString trPackageList()
Definition: translator_pt.h:1183
TranslatorPortuguese::trNamespaceListDescription
virtual QCString trNamespaceListDescription(bool extractAll)
Definition: translator_pt.h:640
TranslatorPortuguese::trReimplementedInList
virtual QCString trReimplementedInList(int numEntries)
Definition: translator_pt.h:780
TranslatorPortuguese::trEnumName
QCString trEnumName()
Definition: translator_pt.h:239
TranslatorPortuguese::trImplementedFromList
virtual QCString trImplementedFromList(int numEntries)
Definition: translator_pt.h:1375
TranslatorPortuguese::trServices
virtual QCString trServices()
old style UNO IDL services: inherited services
Definition: translator_pt.h:2033
TranslatorPortuguese::trNamespaceMembers
virtual QCString trNamespaceMembers()
Definition: translator_pt.h:786
TranslatorPortuguese::trDefineValue
virtual QCString trDefineValue()
Definition: translator_pt.h:1198
TranslatorPortuguese::trThisIsTheListOfAllMembers
QCString trThisIsTheListOfAllMembers()
Definition: translator_pt.h:221
TranslatorPortuguese::trEnumValue
QCString trEnumValue()
Definition: translator_pt.h:243
TranslatorPortuguese::trDesignUnitDocumentation
virtual QCString trDesignUnitDocumentation()
VHDL design unit documentation
Definition: translator_pt.h:2347
TranslatorPortuguese::trCallGraph
virtual QCString trCallGraph()
Definition: translator_pt.h:1480
TranslatorPortuguese::trPageAbbreviation
virtual QCString trPageAbbreviation()
Definition: translator_pt.h:870
TranslatorPortuguese::trClassDiagram
QCString trClassDiagram(const QCString &clName)
Definition: translator_pt.h:590
TranslatorPortuguese::trInstanceMethods
virtual QCString trInstanceMethods()
Definition: translator_pt.h:2012
TranslatorPortuguese::trEvents
virtual QCString trEvents()
Definition: translator_pt.h:1419
TranslatorPortuguese::trModulesIndex
virtual QCString trModulesIndex()
Definition: translator_pt.h:1753
TranslatorPortuguese::trPage
virtual QCString trPage(bool first_capital, bool singular)
Definition: translator_pt.h:1315
TranslatorPortuguese::trCompoundListFortran
virtual QCString trCompoundListFortran()
Definition: translator_pt.h:1626
TranslatorPortuguese::trType
virtual QCString trType(bool first_capital, bool singular)
Definition: translator_pt.h:1798
TranslatorPortuguese::trCopyright
virtual QCString trCopyright()
Definition: translator_pt.h:1914
TranslatorPortuguese::trInterfaces
virtual QCString trInterfaces()
old style UNO IDL services: implemented interfaces
Definition: translator_pt.h:2029
TranslatorPortuguese::trInheritedByList
virtual QCString trInheritedByList(int numEntries)
Definition: translator_pt.h:764
VhdlDocGen::VFILE
@ VFILE
Definition: vhdldocgen.h:103
VhdlDocGen::UNITS
@ UNITS
Definition: vhdldocgen.h:99
ClassDef::Class
@ Class
Definition: classdef.h:107
TranslatorPortuguese::trCollaborationDiagram
virtual QCString trCollaborationDiagram(const QCString &clName)
Definition: translator_pt.h:900
TranslatorPortuguese::trInterfaceList
virtual QCString trInterfaceList()
Definition: translator_pt.h:2243
VhdlDocGen::PORT
@ PORT
Definition: vhdldocgen.h:98
TranslatorPortuguese::trMethodDocumentation
virtual QCString trMethodDocumentation()
Definition: translator_pt.h:2019
TranslatorPortuguese::trAdditionalInheritedMembers
virtual QCString trAdditionalInheritedMembers()
Definition: translator_pt.h:1966
TranslatorPortuguese::trFileIn
virtual QCString trFileIn(const QCString &name)
Definition: translator_pt.h:1864
TranslatorPortuguese::trParameters
QCString trParameters()
Definition: translator_pt.h:620
TranslatorPortuguese::trSourceFile
virtual QCString trSourceFile(QCString &filename)
Definition: translator_pt.h:1534
TranslatorPortuguese::trAuthor
virtual QCString trAuthor(bool first_capital, bool singular)
Definition: translator_pt.h:1350
TranslatorPortuguese::trTest
virtual QCString trTest()
Definition: translator_pt.h:1136
TranslatorPortuguese::trCode
virtual QCString trCode()
Definition: translator_pt.h:945
TranslatorPortuguese::trDesignUnitList
virtual QCString trDesignUnitList()
VHDL design unit list
Definition: translator_pt.h:2101
TranslatorPortuguese::trFunctions
QCString trFunctions()
Definition: translator_pt.h:518
TranslatorPortuguese::trPackageAttribs
virtual QCString trPackageAttribs()
Definition: translator_pt.h:1456
TranslatorPortuguese::trIncludesFileIn
virtual QCString trIncludesFileIn(const QCString &name)
Definition: translator_pt.h:1873
TranslatorPortuguese::trModulesListDescription
virtual QCString trModulesListDescription(bool extractAll)
Definition: translator_pt.h:1689
TranslatorPortuguese::trDetailedDescription
QCString trDetailedDescription()
Definition: translator_pt.h:180
TranslatorPortuguese::trGlobalNamespace
virtual QCString trGlobalNamespace()
Definition: translator_pt.h:1839
TranslatorPortuguese::trCompoundReferenceSlice
virtual QCString trCompoundReferenceSlice(const QCString &clName, ClassDef::CompoundType compType, bool isLocal)
Definition: translator_pt.h:2307
TranslatorPortuguese::trFriends
virtual QCString trFriends()
Definition: translator_pt.h:651
TranslatorPortuguese::trFileMembersDescription
QCString trFileMembersDescription(bool extractAll)
Definition: translator_pt.h:390
TranslatorPortuguese::trMemberFunctionDocumentation
QCString trMemberFunctionDocumentation()
Definition: translator_pt.h:192
TranslatorPortuguese::trDate
QCString trDate()
Definition: translator_pt.h:608
TranslatorPortuguese::trStructIndex
virtual QCString trStructIndex()
Definition: translator_pt.h:2267
TranslatorPortuguese::trModule
virtual QCString trModule(bool first_capital, bool singular)
Definition: translator_pt.h:1760
TranslatorPortuguese
Definition: translator_pt.h:68
TranslatorPortuguese::trSequences
virtual QCString trSequences()
Definition: translator_pt.h:2219
TranslatorPortuguese::trInvariant
virtual QCString trInvariant()
Definition: translator_pt.h:935
TranslatorPortuguese::trProtectedAttribs
virtual QCString trProtectedAttribs()
Definition: translator_pt.h:997
TranslatorPortuguese::trLegendTitle
virtual QCString trLegendTitle()
Definition: translator_pt.h:1063
TranslatorPortuguese::trDesignUnitIndex
virtual QCString trDesignUnitIndex()
VHDL design unit index
Definition: translator_pt.h:2113
TranslatorPortuguese::trDirIndex
virtual QCString trDirIndex()
Definition: translator_pt.h:1546
TranslatorPortuguese::trLegendDocs
virtual QCString trLegendDocs()
Definition: translator_pt.h:1068
TranslatorPortuguese::trCompoundMembersDescription
QCString trCompoundMembersDescription(bool extractAll)
Definition: translator_pt.h:348
TranslatorPortuguese::trProtectedMembers
virtual QCString trProtectedMembers()
Definition: translator_pt.h:715
VhdlDocGen::ALIAS
@ ALIAS
Definition: vhdldocgen.h:106
TranslatorPortuguese::trDirDepGraph
virtual QCString trDirDepGraph(const QCString &name)
Definition: translator_pt.h:1922
TranslatorPortuguese::trSince
virtual QCString trSince()
Definition: translator_pt.h:1053
TranslatorPortuguese::trCompoundReferenceFortran
virtual QCString trCompoundReferenceFortran(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate)
Definition: translator_pt.h:1698
TranslatorPortuguese::trNamespaceIndex
virtual QCString trNamespaceIndex()
Definition: translator_pt.h:806
TranslatorPortuguese::trConceptDefinition
virtual QCString trConceptDefinition()
Definition: translator_pt.h:2393
TranslatorPortuguese::trWarning
QCString trWarning()
Definition: translator_pt.h:600
TranslatorPortuguese::trCompoundListDescription
QCString trCompoundListDescription()
Definition: translator_pt.h:331
Translator
Abstract base class for all translatable text fragments.
Definition: translator.h:25
TranslatorPortuguese::trCompoundMembersFortran
virtual QCString trCompoundMembersFortran()
Definition: translator_pt.h:1630
TranslatorPortuguese::trPublicSlots
virtual QCString trPublicSlots()
Definition: translator_pt.h:709
TranslatorPortuguese::trWriteList
virtual QCString trWriteList(int numEntries)
Definition: translator_pt.h:731
TranslatorPortuguese::trStaticPrivateAttribs
virtual QCString trStaticPrivateAttribs()
Definition: translator_pt.h:1013
VhdlDocGen::ARCHITECTURE
@ ARCHITECTURE
Definition: vhdldocgen.h:85
TranslatorPortuguese::trInterfaceIndex
virtual QCString trInterfaceIndex()
Definition: translator_pt.h:2239
TranslatorPortuguese::trBug
virtual QCString trBug()
Definition: translator_pt.h:1208
TranslatorPortuguese::trGeneratedFromFiles
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
Definition: translator_pt.h:832
TranslatorPortuguese::trVariables
QCString trVariables()
Definition: translator_pt.h:524
TranslatorPortuguese::trConstantGroups
virtual QCString trConstantGroups()
UNO IDL constant groups
Definition: translator_pt.h:2037
TranslatorPortuguese::trPublicTypes
virtual QCString trPublicTypes()
Definition: translator_pt.h:974
TranslatorPortuguese::trCompoundMembers
QCString trCompoundMembers()
Definition: translator_pt.h:280
TranslatorPortuguese::trGotoGraphicalHierarchy
virtual QCString trGotoGraphicalHierarchy()
Definition: translator_pt.h:953
TranslatorPortuguese::trHierarchicalIndex
QCString trHierarchicalIndex()
Definition: translator_pt.h:439
TranslatorPortuguese::trSearchResults
virtual QCString trSearchResults(int numDocuments)
Definition: translator_pt.h:1504
VhdlDocGen::ATTRIBUTE
@ ATTRIBUTE
Definition: vhdldocgen.h:87
TranslatorPortuguese::trConcept
virtual QCString trConcept(bool first_capital, bool singular)
C++20 concept
Definition: translator_pt.h:2357
TranslatorPortuguese::trVariableDocumentation
QCString trVariableDocumentation()
Definition: translator_pt.h:560
TranslatorPortuguese::trExceptionHierarchy
virtual QCString trExceptionHierarchy()
Definition: translator_pt.h:2295
TranslatorPortuguese::trReferencedBy
virtual QCString trReferencedBy()
Definition: translator_pt.h:1037
TranslatorPortuguese::trCompoundIndexFortran
virtual QCString trCompoundIndexFortran()
Definition: translator_pt.h:1657
TranslatorPortuguese::trExceptionList
virtual QCString trExceptionList()
Definition: translator_pt.h:2287
TranslatorPortuguese::trISOLang
virtual QCString trISOLang()
Definition: translator_pt.h:164
TranslatorPortuguese::trExampleDocumentation
QCString trExampleDocumentation()
Definition: translator_pt.h:484
TranslatorPortuguese::trStaticPublicAttribs
virtual QCString trStaticPublicAttribs()
Definition: translator_pt.h:989
TranslatorPortuguese::trServiceReference
virtual QCString trServiceReference(const QCString &sName)
UNO IDL service page title
Definition: translator_pt.h:2049
VhdlDocGen::CONSTANT
@ CONSTANT
Definition: vhdldocgen.h:90
TranslatorPortuguese::trReturnValues
virtual QCString trReturnValues()
Definition: translator_pt.h:859
TranslatorPortuguese::trStaticPrivateMembers
virtual QCString trStaticPrivateMembers()
Definition: translator_pt.h:725
TranslatorPortuguese::trConceptDocumentation
virtual QCString trConceptDocumentation()
Definition: translator_pt.h:2380
TranslatorPortuguese::trSearching
virtual QCString trSearching()
Definition: translator_pt.h:1845
TranslatorPortuguese::trReferenceManual
QCString trReferenceManual()
Definition: translator_pt.h:494
TranslatorPortuguese::trMainPage
virtual QCString trMainPage()
Definition: translator_pt.h:864
TranslatorPortuguese::trFileListDescription
QCString trFileListDescription(bool extractAll)
Definition: translator_pt.h:322
TranslatorPortuguese::trClassHierarchy
QCString trClassHierarchy()
Definition: translator_pt.h:259
VhdlDocGen::PACKAGE_BODY
@ PACKAGE_BODY
Definition: vhdldocgen.h:84
TranslatorPortuguese::trSearchResultsTitle
virtual QCString trSearchResultsTitle()
Definition: translator_pt.h:1492
VhdlDocGen::LIBRARY
@ LIBRARY
Definition: vhdldocgen.h:82
TranslatorPortuguese::trGeneratedAt
QCString trGeneratedAt(const QCString &date, const QCString &projName)
Definition: translator_pt.h:581
TranslatorPortuguese::trProtectedSlots
virtual QCString trProtectedSlots()
Definition: translator_pt.h:717
TranslatorPortuguese::trFunctionDocumentation
QCString trFunctionDocumentation()
Definition: translator_pt.h:554
TranslatorPortuguese::trDefinedAtLineInSourceFile
virtual QCString trDefinedAtLineInSourceFile()
Definition: translator_pt.h:877
TranslatorPortuguese::trDefineDocumentation
QCString trDefineDocumentation()
Definition: translator_pt.h:536
TranslatorPortuguese::trNamespaceMemberDescription
virtual QCString trNamespaceMemberDescription(bool extractAll)
Definition: translator_pt.h:790
TranslatorPortuguese::trPrivateAttribs
virtual QCString trPrivateAttribs()
Definition: translator_pt.h:1009
TranslatorPortuguese::trInclDepGraph
virtual QCString trInclDepGraph(const QCString &fName)
Definition: translator_pt.h:905
TranslatorPortuguese::trStructListDescription
virtual QCString trStructListDescription()
Definition: translator_pt.h:2275
TranslatorPortuguese::trTestList
virtual QCString trTestList()
Definition: translator_pt.h:1141
TranslatorPortuguese::trInterfaceDocumentation
virtual QCString trInterfaceDocumentation()
Definition: translator_pt.h:2259
TranslatorPortuguese::trMore
QCString trMore()
Definition: translator_pt.h:209
TranslatorPortuguese::trInitialValue
virtual QCString trInitialValue()
Definition: translator_pt.h:940
TranslatorPortuguese::trTypeConstraints
virtual QCString trTypeConstraints()
Definition: translator_pt.h:1816
TranslatorPortuguese::trModules
QCString trModules()
Definition: translator_pt.h:255
TranslatorPortuguese::trAll
virtual QCString trAll()
Definition: translator_pt.h:1475
ClassDef::Category
@ Category
Definition: classdef.h:112
TranslatorPortuguese::trDesignUnitHierarchy
virtual QCString trDesignUnitHierarchy()
VHDL design unit hierarchy
Definition: translator_pt.h:2098
TranslatorPortuguese::trTypedefDocumentation
QCString trTypedefDocumentation()
Definition: translator_pt.h:542
TranslatorPortuguese::trMemberDataDocumentation
QCString trMemberDataDocumentation()
Definition: translator_pt.h:196
TranslatorPortuguese::trConstants
virtual QCString trConstants()
Definition: translator_pt.h:2211
TranslatorPortuguese::trOverloadText
virtual QCString trOverloadText()
Definition: translator_pt.h:1593
ClassDef::Struct
@ Struct
Definition: classdef.h:108
VhdlDocGen::UCF_CONST
@ UCF_CONST
Definition: vhdldocgen.h:108
TranslatorPortuguese::trDateTime
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
Compiles a date string.
Definition: translator_pt.h:1888
TranslatorPortuguese::trStaticProtectedAttribs
virtual QCString trStaticProtectedAttribs()
Definition: translator_pt.h:1001
TranslatorPortuguese::trExamples
QCString trExamples()
Definition: translator_pt.h:310
TranslatorPortuguese::trConceptIndex
virtual QCString trConceptIndex()
Definition: translator_pt.h:2376
TranslatorPortuguese::trConstantDocumentation
virtual QCString trConstantDocumentation()
Definition: translator_pt.h:2215
TranslatorPortuguese::trGotoDocumentation
virtual QCString trGotoDocumentation()
Definition: translator_pt.h:920
TranslatorPortuguese::trEnumerationValues
QCString trEnumerationValues()
Definition: translator_pt.h:530
TranslatorPortuguese::trDefinedInSourceFile
virtual QCString trDefinedInSourceFile()
Definition: translator_pt.h:881
TranslatorPortuguese::trSingletonGeneratedFromFiles
virtual QCString trSingletonGeneratedFromFiles(bool single)
UNO IDL singleton page
Definition: translator_pt.h:2079
TranslatorPortuguese::trClassHierarchyDescription
QCString trClassHierarchyDescription()
Definition: translator_pt.h:318
TranslatorPortuguese::trFileReference
virtual QCString trFileReference(const QCString &fileName)
Definition: translator_pt.h:691
TranslatorPortuguese::trVhdlType
virtual QCString trVhdlType(uint64 type, bool single)
VHDL type
Definition: translator_pt.h:2122
TranslatorPortuguese::trBugList
virtual QCString trBugList()
Definition: translator_pt.h:1213
TranslatorPortuguese::trLegend
virtual QCString trLegend()
Definition: translator_pt.h:1126
TranslatorPortuguese::trRelatedPagesDescription
QCString trRelatedPagesDescription()
Definition: translator_pt.h:416
TranslatorPortuguese::trPageDocumentation
QCString trPageDocumentation()
Definition: translator_pt.h:490
TranslatorPortuguese::trTodo
virtual QCString trTodo()
Definition: translator_pt.h:1023
TranslatorPortuguese::trDataTypes
virtual QCString trDataTypes()
Definition: translator_pt.h:1681
TranslatorPortuguese::trCompoundMembersDescriptionFortran
virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
Definition: translator_pt.h:1638
TranslatorPortuguese::trStaticPackageMembers
virtual QCString trStaticPackageMembers()
Definition: translator_pt.h:1449
TranslatorPortuguese::trDataMembers
virtual QCString trDataMembers()
Definition: translator_pt.h:2333
TranslatorPortuguese::trInterfaceHierarchyDescription
virtual QCString trInterfaceHierarchyDescription()
Definition: translator_pt.h:2255
TranslatorPortuguese::trForInternalUseOnly
QCString trForInternalUseOnly()
Definition: translator_pt.h:596
TranslatorPortuguese::trFileList
QCString trFileList()
Definition: translator_pt.h:276
TranslatorPortuguese::trConstantGroupReference
virtual QCString trConstantGroupReference(const QCString &namespaceName)
UNO IDL constant groups
Definition: translator_pt.h:2041
TranslatorPortuguese::trStaticPackageAttribs
virtual QCString trStaticPackageAttribs()
Definition: translator_pt.h:1463
TranslatorPortuguese::trDirectories
virtual QCString trDirectories()
Definition: translator_pt.h:1558
TranslatorPortuguese::trDocumentation
QCString trDocumentation()
Definition: translator_pt.h:427
TranslatorPortuguese::trSingletonReference
virtual QCString trSingletonReference(const QCString &sName)
UNO IDL singleton page title
Definition: translator_pt.h:2057
TranslatorPortuguese::trDataMemberDocumentation
virtual QCString trDataMemberDocumentation()
Definition: translator_pt.h:2337
TranslatorPortuguese::trConceptList
virtual QCString trConceptList()
Definition: translator_pt.h:2372
TranslatorPortuguese::trCompoundListDescriptionFortran
virtual QCString trCompoundListDescriptionFortran()
Definition: translator_pt.h:1634
VhdlDocGen::INSTANTIATION
@ INSTANTIATION
Definition: vhdldocgen.h:101
TranslatorPortuguese::trModuleReference
virtual QCString trModuleReference(const QCString &namespaceName)
Definition: translator_pt.h:1722
TranslatorPortuguese::trGotoSourceCode
virtual QCString trGotoSourceCode()
Definition: translator_pt.h:915
TranslatorPortuguese::trTodoList
virtual QCString trTodoList()
Definition: translator_pt.h:1028
TranslatorPortuguese::trInterfaceListDescription
virtual QCString trInterfaceListDescription()
Definition: translator_pt.h:2247
TranslatorPortuguese::trRTFTableOfContents
virtual QCString trRTFTableOfContents()
Definition: translator_pt.h:1395
Config_getBool
#define Config_getBool(name)
Definition: config.h:33
ClassDef::Protocol
@ Protocol
Definition: classdef.h:111
TranslatorPortuguese::trPackages
virtual QCString trPackages()
Definition: translator_pt.h:1193
TranslatorPortuguese::trClass
virtual QCString trClass(bool first_capital, bool singular)
Definition: translator_pt.h:1271
TranslatorPortuguese::trTemplateParameters
virtual QCString trTemplateParameters()
Definition: translator_pt.h:1934
TranslatorPortuguese::trFileDocumentation
QCString trFileDocumentation()
Definition: translator_pt.h:478
TranslatorPortuguese::trSubprogramDocumentation
virtual QCString trSubprogramDocumentation()
Definition: translator_pt.h:1675
TranslatorPortuguese::trReferences
virtual QCString trReferences()
Definition: translator_pt.h:1363
TranslatorPortuguese::trPackageListDescription
virtual QCString trPackageListDescription()
Definition: translator_pt.h:1188
TranslatorPortuguese::trPageIndex
virtual QCString trPageIndex()
Definition: translator_pt.h:961
TranslatorPortuguese::trDesignUnitListDescription
virtual QCString trDesignUnitListDescription()
VHDL design unit list description
Definition: translator_pt.h:2107
TranslatorPortuguese::trGroup
virtual QCString trGroup(bool first_capital, bool singular)
Definition: translator_pt.h:1304
TranslatorPortuguese::trFunctionAndProc
virtual QCString trFunctionAndProc()
VHDL functions/procedures/processes
Definition: translator_pt.h:2119
TranslatorPortuguese::trDesignUnits
virtual QCString trDesignUnits()
VHDL design units
Definition: translator_pt.h:2116
VhdlDocGen::PROCESS
@ PROCESS
Definition: vhdldocgen.h:97
TranslatorPortuguese::trExceptions
QCString trExceptions()
Definition: translator_pt.h:624
TranslatorPortuguese::trDirRelation
virtual QCString trDirRelation(const QCString &name)
Definition: translator_pt.h:1827
TranslatorPortuguese::trDirDocumentation
virtual QCString trDirDocumentation()
Definition: translator_pt.h:1552
VhdlDocGen::SHAREDVARIABLE
@ SHAREDVARIABLE
Definition: vhdldocgen.h:104
TranslatorPortuguese::trExceptionIndex
virtual QCString trExceptionIndex()
Definition: translator_pt.h:2283
TranslatorPortuguese::trSearchMatches
virtual QCString trSearchMatches()
Definition: translator_pt.h:1523
TranslatorPortuguese::trEnumGeneratedFromFiles
virtual QCString trEnumGeneratedFromFiles(bool single)
Definition: translator_pt.h:1942
TranslatorPortuguese::trStaticProtectedMembers
virtual QCString trStaticProtectedMembers()
Definition: translator_pt.h:719
TranslatorPortuguese::trConstructorDocumentation
virtual QCString trConstructorDocumentation()
Definition: translator_pt.h:910
TranslatorPortuguese::trSliceInterfaces
virtual QCString trSliceInterfaces()
Definition: translator_pt.h:2235
TranslatorPortuguese::idLanguage
QCString idLanguage()
Definition: translator_pt.h:141
TranslatorPortuguese::trConceptListDescription
virtual QCString trConceptListDescription(bool extractAll)
Definition: translator_pt.h:2384
TranslatorPortuguese::trClassDocumentation
QCString trClassDocumentation()
Definition: translator_pt.h:472
TranslatorPortuguese::trEnumerationValueDocumentation
virtual QCString trEnumerationValueDocumentation()
Definition: translator_pt.h:1613
TranslatorPortuguese::trTypeDocumentation
virtual QCString trTypeDocumentation()
Definition: translator_pt.h:1663
TranslatorPortuguese::trFileMembers
QCString trFileMembers()
Definition: translator_pt.h:293
TranslatorPortuguese::trClasses
virtual QCString trClasses()
Definition: translator_pt.h:1166
TranslatorPortuguese::trCallerGraph
virtual QCString trCallerGraph()
Definition: translator_pt.h:1605
TranslatorPortuguese::trImplementedInList
virtual QCString trImplementedInList(int numEntries)
Definition: translator_pt.h:1383
VhdlDocGen::GROUP
@ GROUP
Definition: vhdldocgen.h:102
TranslatorPortuguese::trDesignUnitMembers
virtual QCString trDesignUnitMembers()
VHDL design unit members
Definition: translator_pt.h:2104
TranslatorPortuguese::trCompoundReference
virtual QCString trCompoundReference(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate)
Definition: translator_pt.h:669
TranslatorPortuguese::trModulesDescription
QCString trModulesDescription()
Definition: translator_pt.h:420
TranslatorPortuguese::trMemberTypedefDocumentation
QCString trMemberTypedefDocumentation()
Definition: translator_pt.h:184
TranslatorPortuguese::trExtendsClass
virtual QCString trExtendsClass()
Definition: translator_pt.h:1996
TranslatorPortuguese::trDictionaries
virtual QCString trDictionaries()
Definition: translator_pt.h:2227
TranslatorPortuguese::trCompoundIndex
QCString trCompoundIndex()
Definition: translator_pt.h:445
TranslatorPortuguese::trServiceGeneratedFromFiles
virtual QCString trServiceGeneratedFromFiles(bool single)
UNO IDL service page
Definition: translator_pt.h:2065
TranslatorPortuguese::trNote
virtual QCString trNote()
Definition: translator_pt.h:970
TranslatorPortuguese::trPostcondition
virtual QCString trPostcondition()
Definition: translator_pt.h:930
TranslatorPortuguese::trEnumReference
virtual QCString trEnumReference(const QCString &name)
Definition: translator_pt.h:1953
TranslatorPortuguese::trDirReference
virtual QCString trDirReference(const QCString &dirName)
Definition: translator_pt.h:1570
TranslatorPortuguese::trPackageTypes
virtual QCString trPackageTypes()
Definition: translator_pt.h:1435
TranslatorPortuguese::trModuleDocumentation
QCString trModuleDocumentation()
Definition: translator_pt.h:466
TranslatorPortuguese::trGlobal
virtual QCString trGlobal(bool first_capital, bool singular)
Definition: translator_pt.h:1337
TranslatorPortuguese::trPrecondition
virtual QCString trPrecondition()
Definition: translator_pt.h:925
VhdlDocGen::USE
@ USE
Definition: vhdldocgen.h:96
TranslatorPortuguese::trGraphicalHierarchy
virtual QCString trGraphicalHierarchy()
Definition: translator_pt.h:949
TranslatorPortuguese::trConceptReference
virtual QCString trConceptReference(const QCString &conceptName)
Definition: translator_pt.h:2364
TranslatorPortuguese::trNamespaceReference
virtual QCString trNamespaceReference(const QCString &namespaceName)
Definition: translator_pt.h:699
TranslatorPortuguese::trInheritsList
virtual QCString trInheritsList(int numEntries)
Definition: translator_pt.h:756
TranslatorPortuguese::trMemberEnumerationDocumentation
QCString trMemberEnumerationDocumentation()
Definition: translator_pt.h:188
TranslatorPortuguese::trPrivateMembers
virtual QCString trPrivateMembers()
Definition: translator_pt.h:721
TranslatorPortuguese::trRemarks
virtual QCString trRemarks()
Definition: translator_pt.h:1041
TranslatorPortuguese::trMemberList
QCString trMemberList()
Definition: translator_pt.h:217
TranslatorPortuguese::trProtectedTypes
virtual QCString trProtectedTypes()
Definition: translator_pt.h:993
TranslatorPortuguese::trPrivateTypes
virtual QCString trPrivateTypes()
Definition: translator_pt.h:1005
TranslatorPortuguese::trCompoundList
QCString trCompoundList()
Definition: translator_pt.h:263
TranslatorPortuguese::trSignals
virtual QCString trSignals()
Definition: translator_pt.h:711
ClassDef::Exception
@ Exception
Definition: classdef.h:113
TranslatorPortuguese::trGeneratedFromFilesFortran
virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single)
Definition: translator_pt.h:1769
TranslatorPortuguese::trEventDocumentation
virtual QCString trEventDocumentation()
Definition: translator_pt.h:1424
TranslatorPortuguese::trInterfaceHierarchy
virtual QCString trInterfaceHierarchy()
Definition: translator_pt.h:2251
TranslatorPortuguese::trProperties
virtual QCString trProperties()
Definition: translator_pt.h:1151
TranslatorPortuguese::trIncludingInheritedMembers
QCString trIncludingInheritedMembers()
Definition: translator_pt.h:225
TranslatorPortuguese::trPanelSynchronisationTooltip
virtual QCString trPanelSynchronisationTooltip(bool enable)
Definition: translator_pt.h:1977
TranslatorPortuguese::trPackage
virtual QCString trPackage(const QCString &name)
Definition: translator_pt.h:1178
VhdlDocGen::FUNCTION
@ FUNCTION
Definition: vhdldocgen.h:93
TranslatorPortuguese::trNoMatches
virtual QCString trNoMatches()
Definition: translator_pt.h:1851
TranslatorPortuguese::trDetailLevel
virtual QCString trDetailLevel()
Definition: translator_pt.h:1930
uint64
uint64_t uint64
Definition: qcstring.h:43
TranslatorPortuguese::trNamespace
virtual QCString trNamespace(bool first_capital, bool singular)
Definition: translator_pt.h:1293
VhdlDocGen::RECORD
@ RECORD
Definition: vhdldocgen.h:94
QCString::sprintf
QCString & sprintf(const char *format,...)
Definition: qcstring.cpp:24
TranslatorPortuguese::trStructDocumentation
virtual QCString trStructDocumentation()
Definition: translator_pt.h:2279
TranslatorPortuguese::trRelatedSubscript
QCString trRelatedSubscript()
Definition: translator_pt.h:176
TranslatorPortuguese::trLoading
virtual QCString trLoading()
Definition: translator_pt.h:1833
TranslatorPortuguese::trModuleIndex
QCString trModuleIndex()
Definition: translator_pt.h:433
VhdlDocGen::MISCELLANEOUS
@ MISCELLANEOUS
Definition: vhdldocgen.h:107
TranslatorPortuguese::trRTFGeneralIndex
virtual QCString trRTFGeneralIndex()
Definition: translator_pt.h:1262
TranslatorPortuguese::trStructList
virtual QCString trStructList()
Definition: translator_pt.h:2271
TranslatorPortuguese::trNamespaceList
virtual QCString trNamespaceList()
Definition: translator_pt.h:636
QCString
This is an alternative implementation of QCString.
Definition: qcstring.h:108
TranslatorPortuguese::trGotoTextualHierarchy
virtual QCString trGotoTextualHierarchy()
Definition: translator_pt.h:957