translator_br.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright (C) 1997-2015 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 workns derived from the
11  * input used in their production; they are not affected by this license.
12  *
13  * Brazilian Portuguese translation version 20100531
14  * Maintainer: Fabio "FJTC" Jun Takada Chino <jun-chino at uol.com.br>
15  * Thanks to Jorge Ramos, Fernando Carijo and others for their contributions.
16  *
17  * History:
18  * 20131129:
19  * - Updated to 1.8.5;
20  * - Translation in the method trFileMembers() fixed;
21  * - Translation in the method trEnumerationValues() fixed;
22  * 20110628:
23  * - Updated to 1.7.5;
24  * 20100531:
25  * - Updated to 1.6.3;
26  * 20091218:
27  * - Updated to 1.6.1;
28  * - Copyright year updated;
29  * - Translation updates suggested by Fernando Carijó added;
30  * 20080709:
31  * - References to MAX_DOT_GRAPH_HEIGHT removed from trLegendDocs().
32  * 20080206:
33  * - Method trTypeContraints() renamed to trTypeConstraints().
34  * 20071216:
35  * - New methods since 1.5.4 updated.
36  * Previous history removed from this version.
37  */
38 #ifndef TRANSLATOR_BR_H
39 #define TRANSLATOR_BR_H
40 
42 {
43  public:
44 
45  // --- Language control methods -------------------
46 
47  /*! Used for identification of the language. May resemble
48  * the string returned by latexBabelPackage(), but it is not used
49  * for the same purpose. The identification should not be translated.
50  * It should be replaced by the name of the language in English
51  * (e.g. Czech, Japanese, Russian, etc.). It should be equal to
52  * the identification in language.h.
53  */
54  virtual QCString idLanguage()
55  {
56  return "brazilian";
57  }
58 
59  /*! Used to get the command(s) for the language support. This method
60  * was designed for languages which do not prefer babel package.
61  * If this methods returns empty string, then the latexBabelPackage()
62  * method is used to generate the command for using the babel package.
63  */
65  {
66  return "\\usepackage[brazil]{babel}";
67  }
68 
69  // --- Language translation methods -------------------
70 
71  /*! used in the compound documentation before a list of related functions. */
73  { return "Funções Relacionadas"; }
74 
75  /*! subscript for the related functions. */
77  { return "(Note que estas não são funções membros.)"; }
78 
79  /*! header that is put before the detailed description of files, classes and namespaces. */
81  { return "Descrição Detalhada"; }
82 
83  /*! header that is put before the list of typedefs. */
85  { return "Definições de Tipos"; }
86 
87  /*! header that is put before the list of enumerations. */
89  { return "Enumerações"; }
90 
91  /*! header that is put before the list of member functions. */
93  { return "Métodos"; }
94 
95  /*! header that is put before the list of member attributes. */
97  {
98  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
99  {
100  return "Campos";
101  }
102  else
103  {
104  return "Atributos";
105  }
106  }
107 
108  /*! this is the text of a link put after brief descriptions. */
109  virtual QCString trMore()
110  { return "Mais..."; }
111 
112  /*! put in the class documentation */
114  { return "Lista de todos os Membros"; }
115 
116  /*! used as the title of the "list of all members" page of a class */
118  { return "Lista dos Membros"; }
119 
120  /*! this is the first part of a sentence that is followed by a class name */
122  { return "Esta é a lista de todos os membros de "; }
123 
124  /*! this is the remainder of the sentence after the class name */
126  { return ", incluindo os membros herdados."; }
127 
128  /*! this is put at the author sections at the bottom of man pages.
129  * parameter s is name of the project name.
130  */
131  virtual QCString trGeneratedAutomatically(const char *s)
132  { QCString result="Gerado automaticamente por Doxygen";
133  if (s) result+=(QCString)" para "+s;
134  result+=" a partir de seu código-fonte.";
135  return result;
136  }
137 
138  /*! put after an enum name in the list of all members */
140  { return "[Enumeração]"; }
141 
142  /*! put after an enum value in the list of all members */
144  { return "[Valor enumerado]"; }
145 
146  /*! put after an undocumented member in the list of all members */
148  { return "definido(a) em"; }
149 
150  // quick reference sections
151 
152  /*! This is put above each page as a link to the list of all groups of
153  * compounds or files (see the \\group command).
154  */
155  virtual QCString trModules()
156  { return "Módulos"; }
157 
158  /*! This is put above each page as a link to the class hierarchy */
160  { return "Hierarquia de Classes"; }
161 
162  /*! This is put above each page as a link to the list of annotated classes */
164  {
165  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
166  {
167  return "Estruturas de Dados";
168  }
169  else
170  {
171  return "Lista de Componentes";
172  }
173  }
174 
175  /*! This is put above each page as a link to the list of documented files */
177  { return "Lista de Arquivos"; }
178 
179  /*! This is put above each page as a link to all members of compounds. */
181  {
182  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
183  {
184  return "Campos de Dados";
185  }
186  else
187  {
188  return "Componentes Membros";
189  }
190  }
191 
192  /*! This is put above each page as a link to all members of files. */
194  {
195  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
196  {
197  return "Globais";
198  }
199  else
200  {
201  return "Membros dos Arquivos";
202  }
203  }
204 
205  /*! This is put above each page as a link to all related pages. */
207  { return "Páginas relacionadas"; }
208 
209  /*! This is put above each page as a link to all examples. */
211  { return "Exemplos"; }
212 
213  /*! This is put above each page as a link to the search engine. */
214  virtual QCString trSearch()
215  { return "Busca"; }
216 
217  /*! This is an introduction to the class hierarchy. */
219  { return "Esta lista de hierarquias está parcialmente ordenada (ordem alfabética):"; }
220 
221  /*! This is an introduction to the list with all files. */
222  virtual QCString trFileListDescription(bool extractAll)
223  {
224  QCString result="Esta é a lista de todos os arquivos ";
225  if (!extractAll) result+="documentados ";
226  result+="e suas respectivas descrições:";
227  return result;
228  }
229 
230  /*! This is an introduction to the annotated compound list. */
232  {
233 
234  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
235  {
236  return "Aqui estão as estruturas de dados, uniões e suas respectivas descrições:";
237  }
238  else
239  {
240  return "Aqui estão as classes, estruturas, uniões e interfaces e suas respectivas descrições:";
241  }
242  }
243 
244  /*! This is an introduction to the page with all class members. */
245  virtual QCString trCompoundMembersDescription(bool extractAll)
246  {
247  QCString result="Esta é a lista de ";
248 
249  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
250  {
251  result+="todas as estruturas e campos de uniões ";
252  if (!extractAll)
253  {
254  result+="documentas";
255  }
256  }
257  else
258  {
259  result+="todos os membros de classes ";
260  if (!extractAll)
261  {
262  result+="documentos";
263  }
264  }
265  result+=" com referências para ";
266  if (!extractAll)
267  {
268  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
269  {
270  result+="a documentação da estrutura/união de cada campo:";
271  }
272  else
273  {
274  result+="a documentação da classe de cada membro:";
275  }
276  }
277  else
278  {
279  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
280  {
281  result+="a estrutura/união a que pertencem:";
282  }
283  else
284  {
285  result+="a classe a que pertencem:";
286  }
287  }
288  return result;
289  }
290 
291  /*! This is an introduction to the page with all file members. */
292  virtual QCString trFileMembersDescription(bool extractAll)
293  {
294  QCString result="Esta é a lista de ";
295  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
296  {
297  result+="todas as funções, variáveis, definições, enumerações e definições de tipos ";
298  if (!extractAll) result+="documentadas ";
299  }
300  else
301  {
302  result+="todos os membros dos arquivos ";
303  if (!extractAll) result+="documentados ";
304  }
305  result+="com referências para ";
306  if (extractAll)
307  result+="seus respectivos arquivos:";
308  else
309  result+="suas respectivas documentações:";
310  return result;
311  }
312 
313  /*! This is an introduction to the page with the list of all examples */
315  { return "Esta é a lista com todos os exemplos:"; }
316 
317  /*! This is an introduction to the page with the list of related pages */
319  { return "Esta é a lista com toda a documentação relacionadas:"; }
320 
321  /*! This is an introduction to the page with the list of class/file groups */
323  { return "Esta é a lista com todos os módulos:"; }
324 
325  /*! This is used in HTML as the title of index.html. */
327  { return "\nDocumentação"; }
328 
329  /*! This is used in LaTeX as the title of the chapter with the
330  * index of all groups.
331  */
333  { return "Índice dos Módulos"; }
334 
335  /*! This is used in LaTeX as the title of the chapter with the
336  * class hierarchy.
337  */
339  { return "Índice Hierárquico"; }
340 
341  /*! This is used in LaTeX as the title of the chapter with the
342  * annotated compound index.
343  */
345  {
346  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
347  {
348  return "Índice das Estruturas de Dados";
349  }
350  else
351  {
352  return "Índice dos Componentes";
353  }
354  }
355 
356  /*! This is used in LaTeX as the title of the chapter with the
357  * list of all files.
358  */
360  { return "Índice dos Arquivos"; }
361 
362  /*! This is used in LaTeX as the title of the chapter containing
363  * the documentation of all groups.
364  */
366  { return "Módulos"; }
367 
368  /*! This is used in LaTeX as the title of the chapter containing
369  * the documentation of all classes, structs and unions.
370  */
372  {
373  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
374  {
375  return "Estruturas";
376  }
377  else
378  {
379  return "Classes";
380  }
381  }
382 
383  /*! This is used in LaTeX as the title of the chapter containing
384  * the documentation of all files.
385  */
387  { return "Arquivos"; }
388 
389  /*! This is used in LaTeX as the title of the chapter containing
390  * the documentation of all examples.
391  */
393  { return "Exemplos"; }
394 
395  /*! This is used in LaTeX as the title of the chapter containing
396  * the documentation of all related pages.
397  */
399  { return "Documentação Relacionada"; }
400 
401  /*! This is used in LaTeX as the title of the document */
403  { return "Guia de Referência"; }
404 
405  /*! This is used in the documentation of a file as a header before the
406  * list of defines
407  */
408  virtual QCString trDefines()
409  { return "Definições e Macros"; }
410 
411  /*! This is used in the documentation of a file as a header before the
412  * list of typedefs
413  */
415  { return "Definições de Tipos"; }
416 
417  /*! This is used in the documentation of a file as a header before the
418  * list of enumerations
419  */
421  { return "Enumerações"; }
422 
423  /*! This is used in the documentation of a file as a header before the
424  * list of (global) functions
425  */
427  { return "Funções"; }
428 
429  /*! This is used in the documentation of a file as a header before the
430  * list of (global) variables
431  */
433  { return "Variáveis"; }
434 
435  /*! This is used in the documentation of a file as a header before the
436  * list of (global) variables
437  */
439  { return "Valores de enumerações"; }
440 
441  /*! This is used in the documentation of a file before the list of
442  * documentation blocks for defines
443  */
445  { return "Definições e macros"; }
446 
447  /*! This is used in the documentation of a file/namespace before the list
448  * of documentation blocks for typedefs
449  */
451  { return "Definições dos tipos"; }
452 
453  /*! This is used in the documentation of a file/namespace before the list
454  * of documentation blocks for enumeration types
455  */
457  { return "Enumerações"; }
458 
459  /*! This is used in the documentation of a file/namespace before the list
460  * of documentation blocks for functions
461  */
463  { return "Funções"; }
464 
465  /*! This is used in the documentation of a file/namespace before the list
466  * of documentation blocks for variables
467  */
469  { return "Variáveis"; }
470 
471  /*! This is used in the documentation of a file/namespace/group before
472  * the list of links to documented compounds
473  */
475  {
476  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
477  {
478  return "Estruturas de Dados";
479  }
480  else
481  {
482  return "Componentes";
483  }
484  }
485 
486  /*! This is used in the standard footer of each page and indicates when
487  * the page was generated
488  */
489  virtual QCString trGeneratedAt(const char *date,const char *projName)
490  {
491  QCString result=(QCString)"Gerado em "+date;
492  if (projName) result+=(QCString)" para "+projName;
493  result+=(QCString)" por";
494  return result;
495  }
496 
497  /*! this text is put before a class diagram */
498  virtual QCString trClassDiagram(const char *clName)
499  {
500  return (QCString)"Diagrama de Hierarquia para "+clName+":";
501  }
502 
503  /*! this text is generated when the \\internal command is used. */
505  { return "Apenas para uso interno."; }
506 
507  /*! this text is generated when the \\warning command is used. */
508  virtual QCString trWarning()
509  { return "Aviso"; }
510 
511  /*! this text is generated when the \\version command is used. */
512  virtual QCString trVersion()
513  { return "Versão"; }
514 
515  /*! this text is generated when the \\date command is used. */
516  virtual QCString trDate()
517  { return "Data"; }
518 
519  /*! this text is generated when the \\return command is used. */
520  virtual QCString trReturns()
521  { return "Retorna"; }
522 
523  /*! this text is generated when the \\sa command is used. */
524  virtual QCString trSeeAlso()
525  { return "Veja também"; }
526 
527  /*! this text is generated when the \\param command is used. */
529  { return "Parâmetros"; }
530 
531  /*! this text is generated when the \\exception command is used. */
533  { return "Exceções"; }
534 
535  /*! this text is used in the title page of a LaTeX document. */
537  { return "Gerado por"; }
538 
539 //////////////////////////////////////////////////////////////////////////
540 // new since 0.49-990307
541 //////////////////////////////////////////////////////////////////////////
542 
543  /*! used as the title of page containing all the index of all namespaces. */
545  { return "Lista de Namespaces"; }
546 
547  /*! used as an introduction to the namespace list */
548  virtual QCString trNamespaceListDescription(bool extractAll)
549  {
550  QCString result="Esta é a lista de todos os Namespaces ";
551  if (!extractAll) result+="documentados ";
552  result+="com suas respectivas descrições:";
553  return result;
554  }
555 
556  /*! used in the class documentation as a header before the list of all
557  * friends of a class
558  */
559  virtual QCString trFriends()
560  { return "Amigas"; }
561 
562 //////////////////////////////////////////////////////////////////////////
563 // new since 0.49-990405
564 //////////////////////////////////////////////////////////////////////////
565 
566  /*! used in the class documentation as a header before the list of all
567  * related classes
568  */
570  { return "Amigas e Funções Relacionadas"; }
571 
572 //////////////////////////////////////////////////////////////////////////
573 // new since 0.49-990425
574 //////////////////////////////////////////////////////////////////////////
575 
576  /*! used as the title of the HTML page of a class/struct/union */
577  virtual QCString trCompoundReference(const char *clName,
578  ClassDef::CompoundType compType,
579  bool isTemplate)
580  {
581  QCString result="Referência da";
582  if (isTemplate) result+=" Template de";
583  switch(compType)
584  {
585  case ClassDef::Class: result+=" Classe "; break;
586  case ClassDef::Struct: result+=" Estrutura "; break;
587  case ClassDef::Union: result+=" União "; break;
588  case ClassDef::Interface: result+=" Interface "; break;
589  case ClassDef::Protocol: result+=" Protocolo "; break;
590  case ClassDef::Category: result+=" Categoria "; break;
591  case ClassDef::Exception: result+=" Exceção "; break;
592  default: break;
593  }
594  result+=(QCString)clName;
595  return result;
596  }
597 
598  /*! used as the title of the HTML page of a file */
599  virtual QCString trFileReference(const char *fileName)
600  {
601  QCString result = "Referência do Arquivo ";
602  result += fileName;
603  return result;
604  }
605 
606  /*! used as the title of the HTML page of a namespace */
607  virtual QCString trNamespaceReference(const char *namespaceName)
608  {
609  QCString result ="Refência do Namespace ";
610  result += namespaceName;
611  return result;
612  }
613 
615  { return "Métodos Públicos"; }
617  { return "Slots Públicos"; }
618  virtual QCString trSignals()
619  { return "Sinais"; }
621  { return "Métodos Públicos Estáticos"; }
623  { return "Métodos Protegidos"; }
625  { return "Slots Protegidos"; }
627  { return "Métodos Protegidos Estáticos"; }
629  { return "Métodos Privados"; }
631  { return "Slots Privados"; }
633  { return "Métodos Privados Estáticos"; }
634 
635  /*! this function is used to produce a comma-separated list of items.
636  * use generateMarker(i) to indicate where item i should be put.
637  */
638  virtual QCString trWriteList(int numEntries)
639  {
641  int i;
642  // the inherits list contain `numEntries' classes
643  for (i=0;i<numEntries;i++)
644  {
645  // use generateMarker to generate placeholders for the class links!
646  result+=generateMarker(i); // generate marker for entry i in the list
647  // (order is left to right)
648 
649  if (i!=numEntries-1) // not the last entry, so we need a separator
650  {
651  if (i<numEntries-2) // not the fore last entry
652  result+=", ";
653  else // the fore last entry
654  result+=" e ";
655  }
656  }
657  return result;
658  }
659 
660  /*! used in class documentation to produce a list of base classes,
661  * if class diagrams are disabled.
662  */
663  virtual QCString trInheritsList(int numEntries)
664  {
665  return "Herdeiro de " + trWriteList(numEntries) + ".";
666  }
667 
668  /*! used in class documentation to produce a list of super classes,
669  * if class diagrams are disabled.
670  */
671  virtual QCString trInheritedByList(int numEntries)
672  {
673  return "Superclasse de "+trWriteList(numEntries)+".";
674  }
675 
676  /*! used in member documentation blocks to produce a list of
677  * members that are hidden by this one.
678  */
679  virtual QCString trReimplementedFromList(int numEntries)
680  {
681  return "Reimplementação de "+trWriteList(numEntries)+".";
682  }
683 
684  /*! used in member documentation blocks to produce a list of
685  * all member that overwrite the implementation of this member.
686  */
687  virtual QCString trReimplementedInList(int numEntries)
688  {
689  return "Reimplementado por "+trWriteList(numEntries)+".";
690  }
691 
692  /*! This is put above each page as a link to all members of namespaces. */
694  { return "Membros do Namespace"; }
695 
696  /*! This is an introduction to the page with all namespace members */
697  virtual QCString trNamespaceMemberDescription(bool extractAll)
698  {
699  QCString result="Esta é a lista com todos os membros do Namespace ";
700  if (!extractAll) result+="documentados ";
701  result+="com referências para ";
702  if (extractAll)
703  result+="a documentação de seus respectivos Namespaces:";
704  else
705  result+="os seus respectivos namespaces:";
706  return result;
707  }
708  /*! This is used in LaTeX as the title of the chapter with the
709  * index of all namespaces.
710  */
712  { return "Namespaces"; }
713 
714  /*! This is used in LaTeX as the title of the chapter containing
715  * the documentation of all namespaces.
716  */
718  { return "Namespaces"; }
719 
720 //////////////////////////////////////////////////////////////////////////
721 // new since 0.49-990522
722 //////////////////////////////////////////////////////////////////////////
723 
724  /*! This is used in the documentation before the list of all
725  * namespaces in a file.
726  */
728  { return "Namespaces"; }
729 
730 //////////////////////////////////////////////////////////////////////////
731 // new since 0.49-990728
732 //////////////////////////////////////////////////////////////////////////
733 
734  /*! This is put at the bottom of a class documentation page and is
735  * followed by a list of files that were used to generate the page.
736  */
738  bool single)
739  { // here s is one of " Class", " Struct" or " Union"
740  // single is true implies a single file
741  QCString result=(QCString)"A documentação para esta ";
742  switch(compType)
743  {
744  case ClassDef::Class: result+="classe "; break;
745  case ClassDef::Struct: result+="estrutura "; break;
746  case ClassDef::Union: result+="união "; break;
747  case ClassDef::Interface: result+="interface "; break;
748  case ClassDef::Protocol: result+="protocolo "; break;
749  case ClassDef::Category: result+="categoria "; break;
750  case ClassDef::Exception: result+="exceção "; break;
751  default: break;
752  }
753  result+=" foi gerada a partir ";
754  if (single) result+="do seguinte arquivo:"; else result+="dos seguintes arquivos:";
755  return result;
756  }
757 
758 //////////////////////////////////////////////////////////////////////////
759 // new since 0.49-990901
760 //////////////////////////////////////////////////////////////////////////
761 
762  /*! This is used as the heading text for the retval command. */
764  { return "Valores Retornados"; }
765 
766  /*! This is in the (quick) index as a link to the main page (index.html)
767  */
769  { return "Página Principal"; }
770 
771  /*! This is used in references to page that are put in the LaTeX
772  * documentation. It should be an abbreviation of the word page.
773  */
775  { return "pag."; }
776 
777 //////////////////////////////////////////////////////////////////////////
778 // new since 0.49-991003
779 //////////////////////////////////////////////////////////////////////////
780 
782  {
783  return "Definição na linha @0 do arquivo @1.";
784  }
786  {
787  return "Definição no arquivo @0.";
788  }
789 
790 //////////////////////////////////////////////////////////////////////////
791 // new since 0.49-991205
792 //////////////////////////////////////////////////////////////////////////
793 
795  {
796  /*
797  * This note is for brazilians only.
798  * Esta é uma boa tradução para "deprecated"?
799  */
800  return "Descontinuado(a)";
801  }
802 
803 //////////////////////////////////////////////////////////////////////////
804 // new since 1.0.0
805 //////////////////////////////////////////////////////////////////////////
806 
807  /*! this text is put before a collaboration diagram */
808  virtual QCString trCollaborationDiagram(const char *clName)
809  {
810  return (QCString)"Diagrama de colaboração para "+clName+":";
811  }
812  /*! this text is put before an include dependency graph */
813  virtual QCString trInclDepGraph(const char *fName)
814  {
815  return (QCString)"Gráfico de dependência de inclusões para "+fName+":";
816  }
817  /*! header that is put before the list of constructor/destructors. */
819  {
820  return "Construtores & Destrutores";
821  }
822  /*! Used in the file documentation to point to the corresponding sources. */
824  {
825  return "Vá para o código-fonte deste arquivo.";
826  }
827  /*! Used in the file sources to point to the corresponding documentation. */
829  {
830  return "Vá para a documentação deste arquivo.";
831  }
832  /*! Text for the \\pre command */
834  {
835  return "Pré-Condição";
836  }
837  /*! Text for the \\post command */
839  {
840  return "Pós-Condição";
841  }
842  /*! Text for the \\invariant command */
844  {
845  return "Invariante";
846  }
847  /*! Text shown before a multi-line variable/enum initialization */
849  {
850  return "Valor Inicial:";
851  }
852  /*! Text used the source code in the file index */
853  virtual QCString trCode()
854  {
855  return "código";
856  }
858  {
859  return "Gráfico de Hierarquia de Classes";
860  }
862  {
863  return "Vá para o Gráfico de Hierarquia de Classes";
864  }
866  {
867  return "Vá para a Hierarquia de Classes (texto)";
868  }
870  {
871  return "Índice da Página";
872  }
873 
874 //////////////////////////////////////////////////////////////////////////
875 // new since 1.1.0
876 //////////////////////////////////////////////////////////////////////////
877 
878  virtual QCString trNote()
879  {
880  return "Observação";
881  }
883  {
884  return "Tipos Públicos";
885  }
887  {
888  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
889  {
890  return "Campos de Dados";
891  }
892  else
893  {
894  return "Atributos Públicos";
895  }
896  }
898  {
899  return "Atributos Estáticos Públicos";
900  }
902  {
903  return "Tipos Protegidos";
904  }
906  {
907  return "Atributos Protegidos";
908  }
910  {
911  return "Atributos Estáticos Protegidos";
912  }
914  {
915  return "Tipos Privados";
916  }
918  {
919  return "Atributos Privados";
920  }
922  {
923  return "Atributos Privados Estáticos";
924  }
925 
926 //////////////////////////////////////////////////////////////////////////
927 // new since 1.1.3
928 //////////////////////////////////////////////////////////////////////////
929 
930  /*! Used as a marker that is put before a todo item */
931  virtual QCString trTodo()
932  {
933  return "Futuras Atividades";
934  }
935  /*! Used as the header of the todo list */
937  {
938  return "Lista de Futuras Atividades";
939  }
940 
941 //////////////////////////////////////////////////////////////////////////
942 // new since 1.1.4
943 //////////////////////////////////////////////////////////////////////////
944 
946  {
947  return "Referenciado por";
948  }
949  virtual QCString trRemarks()
950  {
951  return "Anotações";
952  }
954  {
955  return "Atenção";
956  }
958  {
959  return "Este grafo mostra quais arquivos estão direta ou indiretamente relacionados com este arquivo:";
960  }
961  virtual QCString trSince()
962  {
963  return "Desde";
964  }
965 
966 //////////////////////////////////////////////////////////////////////////
967 // new since 1.1.5
968 //////////////////////////////////////////////////////////////////////////
969 
970  /*! title of the graph legend page */
972  {
973  return "Legenda do Grafo";
974  }
975  /*! page explaining how the dot graph's should be interpreted */
977  {
978  return
979  "Esta página explica como interpretar os grafos gerados pelo doxygen.<p>\n"
980  "Considere o seguinte exemplo:\n"
981  "\\code\n"
982  "/*! Invisible class because of truncation */\n"
983  "class Invisible { };\n\n"
984  "/*! Truncated class, inheritance relation is hidden */\n"
985  "class Truncated : public Invisible { };\n\n"
986  "/* Class not documented with doxygen comments */\n"
987  "class Undocumented { };\n\n"
988  "/*! Class that is inherited using public inheritance */\n"
989  "class PublicBase : public Truncated { };\n\n"
990  "/*! A template class */\n"
991  "template<class T> class Templ { };\n\n"
992  "/*! Class that is inherited using protected inheritance */\n"
993  "class ProtectedBase { };\n\n"
994  "/*! Class that is inherited using private inheritance */\n"
995  "class PrivateBase { };\n\n"
996  "/*! Class that is used by the Inherited class */\n"
997  "class Used { };\n\n"
998  "/*! Super class that inherits a number of other classes */\n"
999  "class Inherited : public PublicBase,\n"
1000  " protected ProtectedBase,\n"
1001  " private PrivateBase,\n"
1002  " public Undocumented,\n"
1003  " public Templ<int>\n"
1004  "{\n"
1005  " private:\n"
1006  " Used *m_usedClass;\n"
1007  "};\n"
1008  "\\endcode\n"
1009  "Isto irá gerar o seguinte gráfo:"
1010  "<p><center><img src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
1011  "<p>\n"
1012  "As caixas no grafo acima tem as seguintes interpretações:\n"
1013  "<ul>\n"
1014  "<li>Uma caixa inteiramente preta representa a estrutura ou a classe para qual "
1015  "o grafo foi gerado.\n"
1016  "<li>Uma caixa com bordas pretas denota uma estrutura ou classe documentada.\n"
1017  "<li>Uma caixa com bordas cinzas denota uma estrutura ou classe não documentada.\n"
1018 
1019  "<li>Uma caixa com bordas vermelhas denota uma estrutura ou classe documentada para\n"
1020  "a qual nem todas as heranças ou componentes são mostradas no grafo. Um grafo é "
1021  "truncado quando este é maior que o tamanho especificado."
1022  "</ul>\n"
1023  "As setas tem os seguintes significados:\n"
1024  "<ul>\n"
1025  "<li>Uma seta azul escura é utilizada para denotar uma relação de herança "
1026  "pública entre duas classes.\n"
1027  "<li>Uma seta verde escura é utilizada para denotar uma herança protegida.\n"
1028  "<li>Uma seta vermelho escura é utilizada para denotar uma herança privada.\n"
1029  "<li>Uma seta púrpura pontilhada é usada se uma classe está contida ou é utilizada"
1030  "por outra classe. A seta é marcada com a(s) variável(eis) "
1031  "através das quais a classe ou estrutura apontada está acessível. \n"
1032  "</ul>\n";
1033  }
1034  /*! text for the link to the legend page */
1035  virtual QCString trLegend()
1036  {
1037  return "legenda";
1038  }
1039 
1040 //////////////////////////////////////////////////////////////////////////
1041 // new since 1.2.0
1042 //////////////////////////////////////////////////////////////////////////
1043 
1044  /*! Used as a marker that is put before a test item */
1045  virtual QCString trTest()
1046  {
1047  return "Teste";
1048  }
1049  /*! Used as the header of the test list */
1051  {
1052  return "Lista de Testes";
1053  }
1054 
1055 //////////////////////////////////////////////////////////////////////////
1056 // new since 1.2.2
1057 //////////////////////////////////////////////////////////////////////////
1058 
1059  /*! Used as a section header for IDL properties */
1061  {
1062  return "Propriedades";
1063  }
1064  /*! Used as a section header for IDL property documentation */
1066  {
1067  return "Propriedades";
1068  }
1069 
1070 //////////////////////////////////////////////////////////////////////////
1071 // new since 1.2.4
1072 //////////////////////////////////////////////////////////////////////////
1073 
1074  /*! Used for Java classes in the summary section of Java packages */
1076  {
1077  if (Config_getBool("OPTIMIZE_OUTPUT_FOR_C"))
1078  {
1079  return "Estruturas de Dados";
1080  }
1081  else
1082  {
1083  return "Classes";
1084  }
1085  }
1086  /*! Used as the title of a Java package */
1087  virtual QCString trPackage(const char *name)
1088  {
1089  return (QCString)"Pacote "+name;
1090  }
1091  /*! Title of the package index page */
1093  {
1094  return "Lista de Pacotes";
1095  }
1096  /*! The description of the package index page */
1098  {
1099  return "Esta é a lista com os pacotes e suas respectivas descrições (se disponíveis):";
1100  }
1101  /*! The link name in the Quick links header for each page */
1103  {
1104  return "Pacotes";
1105  }
1106  /*! Text shown before a multi-line define */
1108  {
1109  return "Valor:";
1110  }
1111 
1112 //////////////////////////////////////////////////////////////////////////
1113 // new since 1.2.5
1114 //////////////////////////////////////////////////////////////////////////
1115 
1116  /*! Used as a marker that is put before a \\bug item */
1117  virtual QCString trBug()
1118  {
1119  return "Problema";
1120  }
1121  /*! Used as the header of the bug list */
1123  {
1124  return "Lista de Problemas";
1125  }
1126 
1127 //////////////////////////////////////////////////////////////////////////
1128 // new since 1.2.6
1129 //////////////////////////////////////////////////////////////////////////
1130 
1131  /*! Used as ansicpg for RTF file
1132  *
1133  * The following table shows the correlation of Charset name, Charset Value and
1134  * <pre>
1135  * Codepage number:
1136  * Charset Name Charset Value(hex) Codepage number
1137  * ------------------------------------------------------
1138  * DEFAULT_CHARSET 1 (x01)
1139  * SYMBOL_CHARSET 2 (x02)
1140  * OEM_CHARSET 255 (xFF)
1141  * ANSI_CHARSET 0 (x00) 1252
1142  * RUSSIAN_CHARSET 204 (xCC) 1251
1143  * EE_CHARSET 238 (xEE) 1250
1144  * GREEK_CHARSET 161 (xA1) 1253
1145  * TURKISH_CHARSET 162 (xA2) 1254
1146  * BALTIC_CHARSET 186 (xBA) 1257
1147  * HEBREW_CHARSET 177 (xB1) 1255
1148  * ARABIC _CHARSET 178 (xB2) 1256
1149  * SHIFTJIS_CHARSET 128 (x80) 932
1150  * HANGEUL_CHARSET 129 (x81) 949
1151  * GB2313_CHARSET 134 (x86) 936
1152  * CHINESEBIG5_CHARSET 136 (x88) 950
1153  * </pre>
1154  *
1155  */
1157  {
1158  return "1252";
1159  }
1160 
1161 
1162  /*! Used as ansicpg for RTF fcharset
1163  * \see trRTFansicp() for a table of possible values.
1164  */
1166  {
1167  return "0";
1168  }
1169 
1170  /*! Used as header RTF general index */
1172  {
1173  return "Índice";
1174  }
1175 
1176  /*! This is used for translation of the word that will possibly
1177  * be followed by a single name or by a list of names
1178  * of the category.
1179  */
1180  virtual QCString trClass(bool first_capital, bool singular)
1181  {
1182  QCString result((first_capital ? "Classe" : "classe"));
1183  if (!singular) result+="s";
1184  return result;
1185  }
1186 
1187  /*! This is used for translation of the word that will possibly
1188  * be followed by a single name or by a list of names
1189  * of the category.
1190  */
1191  virtual QCString trFile(bool first_capital, bool singular)
1192  {
1193  QCString result((first_capital ? "Arquivo": "arquivo"));
1194  if (!singular) result+="s";
1195  return result;
1196  }
1197 
1198  /*! This is used for translation of the word that will possibly
1199  * be followed by a single name or by a list of names
1200  * of the category.
1201  */
1202  virtual QCString trNamespace(bool first_capital, bool singular)
1203  {
1204  QCString result((first_capital ? "Namespace" : "namespace"));
1205  if (!singular) result+="s";
1206  return result;
1207  }
1208 
1209  /*! This is used for translation of the word that will possibly
1210  * be followed by a single name or by a list of names
1211  * of the category.
1212  */
1213  virtual QCString trGroup(bool first_capital, bool singular)
1214  {
1215  QCString result((first_capital ? "Grupo" : "grupo"));
1216  if (!singular) result+="s";
1217  return result;
1218  }
1219 
1220  /*! This is used for translation of the word that will possibly
1221  * be followed by a single name or by a list of names
1222  * of the category.
1223  */
1224  virtual QCString trPage(bool first_capital, bool singular)
1225  {
1226  QCString result((first_capital ? "Página" : "página"));
1227  if (!singular) result+="s";
1228  return result;
1229  }
1230 
1231  /*! This is used for translation of the word that will possibly
1232  * be followed by a single name or by a list of names
1233  * of the category.
1234  */
1235  virtual QCString trMember(bool first_capital, bool singular)
1236  {
1237  QCString result((first_capital ? "Membro" : "membro"));
1238  if (!singular) result+="s";
1239  return result;
1240  }
1241 
1242  /*! This is used for translation of the word that will possibly
1243  * be followed by a single name or by a list of names
1244  * of the category.
1245  */
1246  virtual QCString trGlobal(bool first_capital, bool singular)
1247  {
1248  QCString result((first_capital ? "Globa" : "globa"));
1249  if (!singular){
1250  result+="is";
1251  }else{
1252  result+="l";
1253  }
1254  return result;
1255  }
1256 
1257 //////////////////////////////////////////////////////////////////////////
1258 // new since 1.2.7
1259 //////////////////////////////////////////////////////////////////////////
1260 
1261  /*! This text is generated when the \\author command is used and
1262  * for the author section in man pages. */
1263  virtual QCString trAuthor(bool first_capital, bool singular)
1264  {
1265  QCString result((first_capital ? "Autor" : "autor"));
1266  if (!singular) result+="es";
1267  return result;
1268  }
1269 
1270 //////////////////////////////////////////////////////////////////////////
1271 // new since 1.2.11
1272 //////////////////////////////////////////////////////////////////////////
1273 
1274  /*! This text is put before the list of members referenced by a member
1275  */
1277  {
1278  return "Referências";
1279  }
1280 
1281 //////////////////////////////////////////////////////////////////////////
1282 // new since 1.2.13
1283 //////////////////////////////////////////////////////////////////////////
1284 
1285  /*! used in member documentation blocks to produce a list of
1286  * members that are implemented by this one.
1287  */
1288  virtual QCString trImplementedFromList(int numEntries)
1289  {
1290  return "Implementa "+trWriteList(numEntries)+".";
1291  }
1292 
1293  /*! used in member documentation blocks to produce a list of
1294  * all members that implementation this member.
1295  */
1296  virtual QCString trImplementedInList(int numEntries)
1297  {
1298  return "Implementado por "+trWriteList(numEntries)+".";
1299  }
1300 
1301 //////////////////////////////////////////////////////////////////////////
1302 // new since 1.2.16
1303 //////////////////////////////////////////////////////////////////////////
1304 
1305  /*! used in RTF documentation as a heading for the Table
1306  * of Contents.
1307  */
1309  {
1310  return "Conteúdo";
1311  }
1312 
1313 //////////////////////////////////////////////////////////////////////////
1314 // new since 1.2.17
1315 //////////////////////////////////////////////////////////////////////////
1316 
1317  /*! Used as the header of the list of item that have been
1318  * flagged deprecated
1319  */
1321  {
1322  return "Lista de Descontinuados(as)";
1323  }
1324 
1325 //////////////////////////////////////////////////////////////////////////
1326 // new since 1.2.18
1327 //////////////////////////////////////////////////////////////////////////
1328 
1329  /*! Used as a header for declaration section of the events found in
1330  * a C# program
1331  */
1332  virtual QCString trEvents()
1333  {
1334  return "Eventos";
1335  }
1336  /*! Header used for the documentation section of a class' events. */
1338  {
1339  return "Eventos";
1340  }
1341 
1342 //////////////////////////////////////////////////////////////////////////
1343 // new since 1.3
1344 //////////////////////////////////////////////////////////////////////////
1345 
1346  /*! Used as a heading for a list of Java class types with package scope.
1347  */
1349  {
1350  return "Tipos do Pacote";
1351  }
1352 
1353  /*! Used as a heading for a list of Java class functions with package
1354  * scope.
1355  */
1357  {
1358  return "Funções do Pacote";
1359  }
1360 
1361  /*! Used as a heading for a list of static Java class functions with
1362  * package scope.
1363  */
1365  {
1366  return "Funções Estáticas do Pacote";
1367  }
1368 
1369  /*! Used as a heading for a list of Java class variables with package
1370  * scope.
1371  */
1373  {
1374  return "Atributos do Pacote";
1375  }
1376 
1377  /*! Used as a heading for a list of static Java class variables with
1378  * package scope.
1379  */
1381  {
1382  return "Atributos Estáticos do Pacote";
1383  }
1384 
1385 //////////////////////////////////////////////////////////////////////////
1386 // new since 1.3.1
1387 //////////////////////////////////////////////////////////////////////////
1388 
1389  /*! Used in the quick index of a class/file/namespace member list page
1390  * to link to the unfiltered list of all members.
1391  */
1392  virtual QCString trAll()
1393  {
1394  return "Todos";
1395  }
1396  /*! Put in front of the call graph for a function. */
1398  {
1399  return "Este é o diagrama das funções utilizadas por esta função:";
1400  }
1401 
1402 //////////////////////////////////////////////////////////////////////////
1403 // new since 1.3.3
1404 //////////////////////////////////////////////////////////////////////////
1405 
1406  /*! This string is used as the title for the page listing the search
1407  * results.
1408  */
1410  {
1411  return "Resultado da Busca";
1412  }
1413  /*! This string is put just before listing the search results. The
1414  * text can be different depending on the number of documents found.
1415  * Inside the text you can put the special marker $num to insert
1416  * the number representing the actual number of search results.
1417  * The @a numDocuments parameter can be either 0, 1 or 2, where the
1418  * value 2 represents 2 or more matches. HTML markup is allowed inside
1419  * the returned string.
1420  */
1421  virtual QCString trSearchResults(int numDocuments)
1422  {
1423  if (numDocuments==0)
1424  {
1425  return "Nenhum documento foi encontrado.";
1426  }
1427  else if (numDocuments==1)
1428  {
1429  return "Apenas <b>1</b> documento foi encontrado.";
1430  }
1431  else
1432  {
1433  return "<b>$num</b> documentos encontrados. "
1434  "Os melhores resultados vem primeiro.";
1435  }
1436  }
1437  /*! This string is put before the list of matched words, for each search
1438  * result. What follows is the list of words that matched the query.
1439  */
1441  {
1442  return "Resultados:";
1443  }
1444 
1445 //////////////////////////////////////////////////////////////////////////
1446 // new since 1.3.8
1447 //////////////////////////////////////////////////////////////////////////
1448 
1449  /*! This is used in HTML as the title of page with source code for file filename
1450  */
1452  {
1453  return "Código-Fonte de " + filename;
1454  }
1455 
1456 //////////////////////////////////////////////////////////////////////////
1457 // new since 1.3.9
1458 //////////////////////////////////////////////////////////////////////////
1459 
1460  /*! This is used as the name of the chapter containing the directory
1461  * hierarchy.
1462  */
1464  { return "Hierarquia de Diretórios"; }
1465 
1466  /*! This is used as the name of the chapter containing the documentation
1467  * of the directories.
1468  */
1470  { return "Documentação do Directório"; }
1471 
1472  /*! This is used as the title of the directory index and also in the
1473  * Quick links of a HTML page, to link to the directory hierarchy.
1474  */
1476  { return "Diretórios"; }
1477 
1478  /*! This returns a sentences that introduces the directory hierarchy.
1479  * and the fact that it is sorted alphabetically per level
1480  */
1482  { return "Esta Hierarquia de Diretórios está parcialmente ordenada (ordem alfabética)"; }
1483 
1484  /*! This returns the title of a directory page. The name of the
1485  * directory is passed via \a dirName.
1486  */
1487  virtual QCString trDirReference(const char *dirName)
1488  {
1489  QCString result = "Referência do diretório ";
1490  result += dirName;
1491  return result;
1492  }
1493 
1494  /*! This returns the word directory with or without starting capital
1495  * (\a first_capital) and in sigular or plural form (\a singular).
1496  */
1497  virtual QCString trDir(bool first_capital, bool singular)
1498  {
1499  QCString result((first_capital ? "Diretório" : "diretório"));
1500  if (!singular) result+="s";
1501  return result;
1502  }
1503 //////////////////////////////////////////////////////////////////////////
1504 // new since 1.4.1
1505 //////////////////////////////////////////////////////////////////////////
1506 
1507  /*! This text is added to the documentation when the \\overload command
1508  * is used for a overloaded function.
1509  */
1511  {
1512  return "Este é um método provido por conveniência. "
1513  "Ele difere do método acima apenas na lista de "
1514  "argumentos que devem ser utilizados.";
1515  }
1516 
1517 //////////////////////////////////////////////////////////////////////////
1518 // new since 1.4.6
1519 //////////////////////////////////////////////////////////////////////////
1520 
1521  /*! This is used to introduce a caller (or called-by) graph */
1523  {
1524  return "Este é o diagrama das funções que utilizam esta função:";
1525  }
1526 
1527  /*! This is used in the documentation of a file/namespace before the list
1528  * of documentation blocks for enumeration values
1529  */
1531  { return "Documentação da enumeração"; }
1532 
1533 
1534 //////////////////////////////////////////////////////////////////////////
1535 // new since 1.5.4 (mainly for Fortran)
1536 //////////////////////////////////////////////////////////////////////////
1537 
1538  /*! header that is put before the list of member subprograms (Fortran). */
1540  { return "Documentação de Função Membro/Subrotina"; }
1541 
1542  /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1544  { return "Lista de Tipos de Dados"; }
1545 
1546  /*! This is put above each page as a link to all members of compounds (Fortran). */
1548  { return "Campos de Dados"; }
1549 
1550  /*! This is an introduction to the annotated compound list (Fortran). */
1552  { return "Aqui estão os tipos de dados com descrições resumidas:"; }
1553 
1554  /*! This is an introduction to the page with all data types (Fortran). */
1556  {
1557  QCString result="Esta é a lista de todos os membros ";
1558  if (!extractAll) result+="documentados ";
1559  result+="dos tipos de dados com links para ";
1560  if (extractAll)
1561  {
1562  result+="a documentação dos tipos de dados para cada membro:";
1563  }
1564  else
1565  {
1566  result+="os tipos de dados a que pertencem:";
1567  }
1568  return result;
1569  }
1570 
1571  /*! This is used in LaTeX as the title of the chapter with the
1572  * annotated compound index (Fortran).
1573  */
1575  { return "Índice de Tipos de Dados"; }
1576 
1577  /*! This is used in LaTeX as the title of the chapter containing
1578  * the documentation of all data types (Fortran).
1579  */
1581  { return "Documentação dos Tipos de Dados"; }
1582 
1583  /*! This is used in the documentation of a file as a header before the
1584  * list of (global) subprograms (Fortran).
1585  */
1587  { return "Funções/Subrotinas"; }
1588 
1589  /*! This is used in the documentation of a file/namespace before the list
1590  * of documentation blocks for subprograms (Fortran)
1591  */
1593  { return "Documentação da Função/Subrotina"; }
1594 
1595  /*! This is used in the documentation of a file/namespace/group before
1596  * the list of links to documented compounds (Fortran)
1597  */
1599  { return "Tipos de Dados"; }
1600 
1601  /*! used as the title of page containing all the index of all modules (Fortran). */
1603  { return "Lista de Módulos"; }
1604 
1605  /*! used as an introduction to the modules list (Fortran) */
1606  virtual QCString trModulesListDescription(bool extractAll)
1607  {
1608  QCString result="Esta é a lista de todos os módulos ";
1609  if (!extractAll) result+="documentados ";
1610  result+="com descrições resumidas:";
1611  return result;
1612  }
1613 
1614  /*! used as the title of the HTML page of a module/type (Fortran) */
1615  virtual QCString trCompoundReferenceFortran(const char *clName,
1616  ClassDef::CompoundType compType,
1617  bool isTemplate)
1618  {
1619  QCString result = (QCString)"Referência ";
1620 
1621  if (isTemplate) result+="da Template ";
1622 
1623  switch(compType)
1624  {
1625  case ClassDef::Class: result+="do Modulo "; break;
1626  case ClassDef::Struct: result+="do Tipo "; break;
1627  case ClassDef::Union: result+="da União "; break;
1628  case ClassDef::Interface: result+="da Interface "; break;
1629  case ClassDef::Protocol: result+="do Protocolo "; break;
1630  case ClassDef::Category: result+="da Categoria "; break;
1631  case ClassDef::Exception: result+="da Exceção "; break;
1632  default: break;
1633  }
1634  result += clName;
1635 
1636  return result;
1637  }
1638  /*! used as the title of the HTML page of a module (Fortran) */
1639  virtual QCString trModuleReference(const char *namespaceName)
1640  {
1641  QCString result = "Referência do Módulo ";
1642  result += namespaceName;
1643  return result;
1644  }
1645 
1646  /*! This is put above each page as a link to all members of modules. (Fortran) */
1648  { return "Membros do Módulo"; }
1649 
1650  /*! This is an introduction to the page with all modules members (Fortran) */
1651  virtual QCString trModulesMemberDescription(bool extractAll)
1652  {
1653  QCString result="Esta é a lista de todos os membros ";
1654  if (!extractAll) result+="documentados ";
1655  result+="dos módulos com links para ";
1656  if (extractAll)
1657  {
1658  result+="a documentação dos módulos para cada membro:";
1659  }
1660  else
1661  {
1662  result+="os módulos a que pertencem:";
1663  }
1664  return result;
1665  }
1666 
1667  /*! This is used in LaTeX as the title of the chapter with the
1668  * index of all modules (Fortran).
1669  */
1671  { return "Índice dos Módulos"; }
1672 
1673  /*! This is used for translation of the word that will possibly
1674  * be followed by a single name or by a list of names
1675  * of the category.
1676  */
1677  virtual QCString trModule(bool first_capital, bool singular)
1678  {
1679  QCString result((first_capital ? "Modulo" : "modulo"));
1680  if (!singular) result+="s";
1681  return result;
1682  }
1683  /*! This is put at the bottom of a module documentation page and is
1684  * followed by a list of files that were used to generate the page.
1685  */
1687  bool single)
1688  { // here s is one of " Module", " Struct" or " Union"
1689  // single is true implies a single file
1690  QCString result=(QCString)"A documentação para ";
1691  switch(compType)
1692  {
1693  case ClassDef::Class: result+="este modulo "; break;
1694  case ClassDef::Struct: result+="este tipo "; break;
1695  case ClassDef::Union: result+="esta união "; break;
1696  case ClassDef::Interface: result+="esta interface "; break;
1697  case ClassDef::Protocol: result+="esto protocolo "; break;
1698  case ClassDef::Category: result+="esta categoria "; break;
1699  case ClassDef::Exception: result+="esta exceção "; break;
1700  default: break;
1701  }
1702 
1703  result+=" foi gerada a partir do";
1704  if (single)
1705  result+=" seguinte arquivo:";
1706  else
1707  result+="s seguintes arquivos:";
1708 
1709  return result;
1710  }
1711  /*! This is used for translation of the word that will possibly
1712  * be followed by a single name or by a list of names
1713  * of the category.
1714  */
1715  virtual QCString trType(bool first_capital, bool singular)
1716  {
1717  QCString result((first_capital ? "Tipo" : "tipo"));
1718  if (!singular) result+="s";
1719  return result;
1720  }
1721  /*! This is used for translation of the word that will possibly
1722  * be followed by a single name or by a list of names
1723  * of the category.
1724  */
1725  virtual QCString trSubprogram(bool first_capital, bool singular)
1726  {
1727  QCString result((first_capital ? "Subprograma" : "subprograma"));
1728  if (!singular) result+="s";
1729  return result;
1730  }
1731 
1732  /*! C# Type Contraint list */
1734  {
1735  return "Restrições do Tipo";
1736  }
1737 
1738 //////////////////////////////////////////////////////////////////////////
1739 // new since 1.6.0 (mainly for the new search engine)
1740 //////////////////////////////////////////////////////////////////////////
1741 
1742  /*! directory relation for \a name
1743  */
1744  virtual QCString trDirRelation(const char *name)
1745  {
1746  return "Relação " + QCString(name);
1747  }
1748 
1749  /*! Loading message shown when loading search results */
1751  {
1752  return "Carregando...";
1753  }
1754 
1755  /*! Label used for search results in the global namespace */
1757  {
1758  return "Namespace global";
1759  }
1760 
1761  /*! Message shown while searching */
1763  {
1764  return "Procurando...";
1765  }
1766 
1767  /*! Text shown when no search results are found */
1769  {
1770  return "Nenhuma entrada encontrada";
1771  }
1772 
1773 //////////////////////////////////////////////////////////////////////////
1774 // new since 1.6.3 (missing items for the directory pages)
1775 //////////////////////////////////////////////////////////////////////////
1776 
1777  /*! when clicking a directory dependency label, a page with a
1778  * table is shown. The heading for the first column mentions the
1779  * source file that has a relation to another file.
1780  */
1781  virtual QCString trFileIn(const char *name)
1782  {
1783  return (QCString)"Arquivo em "+name;
1784  }
1785 
1786  /*! when clicking a directory dependency label, a page with a
1787  * table is shown. The heading for the second column mentions the
1788  * destination file that is included.
1789  */
1790  virtual QCString trIncludesFileIn(const char *name)
1791  {
1792  return (QCString)"Inclui arquivo em "+name;
1793  }
1794 
1795  /** Compiles a date string.
1796  * @param year Year in 4 digits
1797  * @param month Month of the year: 1=January
1798  * @param day Day of the Month: 1..31
1799  * @param dayOfWeek Day of the week: 1=Monday..7=Sunday
1800  * @param hour Hour of the day: 0..23
1801  * @param minutes Minutes in the hour: 0..59
1802  * @param seconds Seconds within the minute: 0..59
1803  * @param includeTime Include time in the result string?
1804  */
1805  virtual QCString trDateTime(int year,int month,int day,int dayOfWeek,
1806  int hour,int minutes,int seconds,
1807  bool includeTime)
1808  {
1809  static const char *days[] = { "Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Domingo" };
1810  static const char *months[] = { "Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro" };
1811  QCString sdate;
1812  sdate.sprintf("%s, %d de %s de %d",days[dayOfWeek-1],day,months[month-1],year);
1813  if (includeTime)
1814  {
1815  QCString stime;
1816  stime.sprintf(" %.2d:%.2d:%.2d",hour,minutes,seconds);
1817  sdate+=stime;
1818  }
1819  return sdate;
1820  }
1821 
1822 //////////////////////////////////////////////////////////////////////////
1823 // new since 1.7.5
1824 //////////////////////////////////////////////////////////////////////////
1825 
1826  /*! Header for the page with bibliographic citations */
1828  { return "Referências Bibliográficas"; }
1829 
1830  /*! Text for copyright paragraph */
1832  {
1833  // Note: I will left it as is because "Direitos autorais" may not fit
1834  // in the text.
1835  return "Copyright";
1836  }
1837 
1838  /*! Header for the graph showing the directory dependencies */
1839  virtual QCString trDirDepGraph(const char *name)
1840  { return QCString("Grafo de dependências do diretório ")+name+":"; }
1841 
1842 //////////////////////////////////////////////////////////////////////////
1843 // new since 1.8.0
1844 //////////////////////////////////////////////////////////////////////////
1845 
1846  /*! Detail level selector shown for hierarchical indices */
1848  { return "nível de detalhes"; }
1849 
1850  /*! Section header for list of template parameters */
1852  { return "Parâmetros de template"; }
1853 
1854  /*! Used in dot graph when UML_LOOK is enabled and there are many fields */
1855  virtual QCString trAndMore(const QCString &number)
1856  { return "e "+number+" mais..."; }
1857 
1858  /*! Used file list for a Java enum */
1859  virtual QCString trEnumGeneratedFromFiles(bool single)
1860  { QCString result = "A documentação para esta enumeração foi gerada a partir";
1861  if (single) {
1862  result += "do seguinte arquivo:";
1863  } else {
1864  result += "dos seguintes arquivos:";
1865  }
1866  return result;
1867  }
1868 
1869  /*! Header of a Java enum page (Java enums are represented as classes). */
1870  virtual QCString trEnumReference(const char *name)
1871  {
1872  QCString result = "Referência da enumeração ";
1873  return result + name;
1874  }
1875 
1876  /*! Used for a section containing inherited members */
1877  virtual QCString trInheritedFrom(const char *members,const char *what)
1878  { return QCString(members)+" herdados de "+what; }
1879 
1880  /*! Header of the sections with inherited members specific for the
1881  * base class(es)
1882  */
1884  { return "Outros membros herdados"; }
1885 
1886 //////////////////////////////////////////////////////////////////////////
1887 // new since 1.8.2
1888 //////////////////////////////////////////////////////////////////////////
1889 
1890  /*! Used as a tooltip for the toggle button that appears in the
1891  * navigation tree in the HTML output when GENERATE_TREEVIEW is
1892  * enabled. This tooltip explains the meaning of the button.
1893  */
1895  {
1896  QCString opt = enable ? "ativar" : "desativar";
1897  return "clique para "+opt+" a sincronização do painel";
1898  }
1899 
1900  /*! Used in a method of an Objective-C class that is declared in a
1901  * a category. Note that the @1 marker is required and is replaced
1902  * by a link.
1903  */
1905  {
1906  return "Provido pela categoria @0.";
1907  }
1908 
1909  /*! Used in a method of an Objective-C category that extends a class.
1910  * Note that the @1 marker is required and is replaced by a link to
1911  * the class method.
1912  */
1914  {
1915  return "estende a classe @0.";
1916  }
1917 
1918  /*! Used as the header of a list of class methods in Objective-C.
1919  * These are similar to static public member functions in C++.
1920  */
1922  {
1923  return "Métodos de classe";
1924  }
1925 
1926  /*! Used as the header of a list of instance methods in Objective-C.
1927  * These are similar to public member functions in C++.
1928  */
1930  {
1931  return "Métodos de instância";
1932  }
1933 
1934  /*! Used as the header of the member functions of an Objective-C class.
1935  */
1937  {
1938  return "Documentação do método";
1939  }
1940 
1941  /*! Used as the title of the design overview picture created for the
1942  * VHDL output.
1943  */
1945  {
1946  // I'm not sure how to accurately translate it
1947  return "Visão geral do design";
1948  }
1949 
1950 //////////////////////////////////////////////////////////////////////////
1951 // new since 1.8.4
1952 //////////////////////////////////////////////////////////////////////////
1953 
1954  /** old style UNO IDL services: implemented interfaces */
1956  { return "Interfaces Exportadas"; }
1957 
1958  /** old style UNO IDL services: inherited services */
1960  { return "Serviços Incluídos"; }
1961 
1962  /** UNO IDL constant groups */
1964  { return "Grupos de Constantes"; }
1965 
1966  /** UNO IDL constant groups */
1967  virtual QCString trConstantGroupReference(const char *namespaceName)
1968  {
1969  QCString result = "Referência do grupo de constantes ";
1970  result += namespaceName;
1971  return result;
1972  }
1973 
1974  /** UNO IDL service page title */
1975  virtual QCString trServiceReference(const char *sName)
1976  {
1977  QCString result = "Referência do serviço ";
1978  result += sName;
1979  return result;
1980  }
1981 
1982  /** UNO IDL singleton page title */
1983  virtual QCString trSingletonReference(const char *sName)
1984  {
1985  QCString result = "Referência do Singleton ";
1986  result += sName;
1987  return result;
1988  }
1989 
1990  /** UNO IDL service page */
1992  {
1993  // single is true implies a single file
1994  QCString result=(QCString)"A documentação para este serviço "
1995  "foi gerada a partir ";
1996  if (single) {
1997  result+="do seguinte arquivo:";
1998  } else {
1999  result+="dos: seguintes arquivos:";
2000  }
2001  return result;
2002  }
2003 
2004  /** UNO IDL singleton page */
2006  {
2007  // single is true implies a single file
2008  QCString result=(QCString)"A documentação para este singleton "
2009  "foi gerada a partir ";
2010  if (single) {
2011  result+="do seguinte arquivo:";
2012  } else {
2013  result+="dos: seguintes arquivos:";
2014  }
2015 
2016  return result;
2017  }
2018 
2019 //////////////////////////////////////////////////////////////////////////
2020 };
2021 #endif
2022 
static QCString name
Definition: declinfo.cpp:673
virtual QCString trTypeConstraints()
virtual QCString trEnumerations()
virtual QCString trLegendTitle()
virtual QCString trCallGraph()
virtual QCString trProtectedTypes()
virtual QCString trInclDepGraph(const char *fName)
virtual QCString trDeprecatedList()
virtual QCString trStaticPublicMembers()
virtual QCString trReimplementedInList(int numEntries)
virtual QCString trCallerGraph()
virtual QCString trReimplementedFromList(int numEntries)
virtual QCString trDesignOverview()
virtual QCString trSearching()
virtual QCString trNamespaceMemberDescription(bool extractAll)
virtual QCString trClassHierarchyDescription()
virtual QCString trPageIndex()
QCString generateMarker(int id)
Definition: util.cpp:266
static QCString result
virtual QCString trDefinedInSourceFile()
virtual QCString trGeneratedBy()
virtual QCString trHierarchicalIndex()
virtual QCString trEnumName()
virtual QCString trNamespaceReference(const char *namespaceName)
virtual QCString trIncludesFileIn(const char *name)
virtual QCString trFileMembersDescription(bool extractAll)
virtual QCString trStaticPrivateMembers()
virtual QCString trEvents()
virtual QCString trInclByDepGraph()
virtual QCString trGroup(bool first_capital, bool singular)
virtual QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
virtual QCString trProvidedByCategory()
virtual QCString trPrivateAttribs()
virtual QCString trPage(bool first_capital, bool singular)
virtual QCString trCompoundIndex()
virtual QCString trPackageTypes()
virtual QCString trCiteReferences()
virtual QCString trFileDocumentation()
virtual QCString trDirDescription()
virtual QCString trMember(bool first_capital, bool singular)
virtual QCString trExamples()
virtual QCString trBug()
virtual QCString trTestList()
virtual QCString trNoMatches()
virtual QCString trForInternalUseOnly()
virtual QCString trModules()
opt
Definition: train.py:196
virtual QCString trRelatedSubscript()
Definition: translator_br.h:76
virtual QCString trAuthor(bool first_capital, bool singular)
virtual QCString trRTFCharSet()
virtual QCString trSubprograms()
virtual QCString trVariableDocumentation()
virtual QCString trIncludingInheritedMembers()
virtual QCString trExceptions()
virtual QCString trClassHierarchy()
virtual QCString trStaticProtectedAttribs()
virtual QCString trImplementedFromList(int numEntries)
virtual QCString trPackage(const char *name)
virtual QCString trFileListDescription(bool extractAll)
virtual QCString trEnumReference(const char *name)
virtual QCString trMemberDataDocumentation()
Definition: translator_br.h:96
virtual QCString trSourceFile(QCString &filename)
virtual QCString trServices()
virtual QCString trPublicMembers()
virtual QCString trDirIndex()
virtual QCString trInheritsList(int numEntries)
virtual QCString trDefineValue()
virtual QCString trFileReference(const char *fileName)
virtual QCString trModulesListDescription(bool extractAll)
virtual QCString trEnumerationTypeDocumentation()
virtual QCString trCopyright()
virtual QCString trInitialValue()
virtual QCString trGeneratedAt(const char *date, const char *projName)
virtual QCString trSearchResults(int numDocuments)
virtual QCString trPackageList()
virtual QCString trEnumerationValueDocumentation()
virtual QCString trNamespaceMembers()
virtual QCString trSearch()
virtual QCString trClass(bool first_capital, bool singular)
string filename
Definition: train.py:213
virtual QCString trTest()
virtual QCString trInterfaces()
virtual QCString trCompoundList()
virtual QCString trVersion()
virtual QCString trStaticProtectedMembers()
virtual QCString trGotoGraphicalHierarchy()
virtual QCString trFileList()
virtual QCString trListOfAllMembers()
virtual QCString trStaticPublicAttribs()
virtual QCString trDate()
virtual QCString trPageDocumentation()
virtual QCString trModuleDocumentation()
virtual QCString trTypeDocumentation()
virtual QCString trDirDepGraph(const char *name)
virtual QCString trDirReference(const char *dirName)
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
virtual QCString trPublicTypes()
virtual QCString trTodo()
virtual QCString trPrivateSlots()
virtual QCString trAll()
virtual QCString trInstanceMethods()
virtual QCString trPublicAttribs()
virtual QCString trThisIsTheListOfAllMembers()
virtual QCString trSearchMatches()
virtual QCString trGotoSourceCode()
virtual QCString trNamespaces()
virtual QCString trGotoDocumentation()
virtual QCString trRTFGeneralIndex()
virtual QCString trModule(bool first_capital, bool singular)
virtual QCString trWriteList(int numEntries)
virtual QCString trSingletonReference(const char *sName)
virtual QCString trSubprogram(bool first_capital, bool singular)
fileName
Definition: dumpTree.py:9
virtual QCString trCompoundListDescription()
virtual QCString trCollaborationDiagram(const char *clName)
virtual QCString trRTFansicp()
virtual QCString trNamespaceList()
virtual QCString trModulesMembers()
second seconds
Alias for common language habits.
Definition: spacetime.h:88
virtual QCString trVariables()
virtual QCString trClassDiagram(const char *clName)
virtual QCString trStaticPrivateAttribs()
virtual QCString trFriends()
virtual QCString trLoading()
virtual QCString trCompoundMembers()
virtual QCString trClassMethods()
virtual QCString trMemberEnumerationDocumentation()
Definition: translator_br.h:88
virtual QCString trDefineDocumentation()
virtual QCString trExamplesDescription()
virtual QCString trCompoundReferenceFortran(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
virtual QCString trConstructorDocumentation()
virtual QCString trConstantGroupReference(const char *namespaceName)
virtual QCString trClassDocumentation()
virtual QCString trPostcondition()
virtual QCString trType(bool first_capital, bool singular)
virtual QCString trRelatedFunctionDocumentation()
virtual QCString trMemberFunctionDocumentation()
Definition: translator_br.h:92
virtual QCString trModulesIndex()
virtual QCString trSubprogramDocumentation()
virtual QCString latexLanguageSupportCommand()
Definition: translator_br.h:64
virtual QCString trPageAbbreviation()
virtual QCString trProperties()
virtual QCString trRelatedPages()
virtual QCString trMethodDocumentation()
virtual QCString trInheritedFrom(const char *members, const char *what)
virtual QCString trRelatedPagesDescription()
#define Config_getBool(val)
Definition: config.cpp:664
virtual QCString trGotoTextualHierarchy()
virtual QCString trDetailLevel()
QCString getDotImageExtension(void)
Definition: util.cpp:8562
virtual QCString trDir(bool first_capital, bool singular)
virtual QCString trRTFTableOfContents()
virtual QCString trLegend()
virtual QCString trFunctionDocumentation()
virtual QCString trSearchResultsTitle()
virtual QCString trPropertyDocumentation()
virtual QCString trFunctions()
virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single)
virtual QCString trPackageListDescription()
virtual QCString trCompoundListDescriptionFortran()
virtual QCString trReferences()
virtual QCString trOverloadText()
virtual QCString trPublicSlots()
virtual QCString trDefinedIn()
QCString & sprintf(const char *format,...)
Definition: qcstring.cpp:27
virtual QCString trGeneratedAutomatically(const char *s)
virtual QCString trGlobal(bool first_capital, bool singular)
virtual QCString trCompoundListFortran()
virtual QCString trConstantGroups()
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
virtual QCString trReferencedBy()
virtual QCString trSince()
virtual QCString trFileIndex()
virtual QCString trExtendsClass()
virtual QCString trSingletonGeneratedFromFiles(bool single)
virtual QCString trProtectedAttribs()
virtual QCString trCompoundMembersDescription(bool extractAll)
virtual QCString trSeeAlso()
virtual QCString trPrivateMembers()
virtual QCString trDefinedAtLineInSourceFile()
virtual QCString trInheritedByList(int numEntries)
virtual QCString trProtectedSlots()
virtual QCString trReferenceManual()
virtual QCString trParameters()
virtual QCString trMore()
virtual QCString trModulesDescription()
virtual QCString trNamespaceDocumentation()
virtual QCString trRelatedFunctions()
Definition: translator_br.h:72
virtual QCString trFile(bool first_capital, bool singular)
virtual QCString trDataTypes()
virtual QCString trFileIn(const char *name)
virtual QCString trClasses()
virtual QCString trTodoList()
virtual QCString trStaticPackageAttribs()
virtual QCString trPrivateTypes()
virtual QCString trLegendDocs()
virtual QCString trServiceReference(const char *sName)
virtual QCString trTypedefDocumentation()
virtual QCString trMemberTypedefDocumentation()
Definition: translator_br.h:84
virtual QCString trProtectedMembers()
virtual QCString trCode()
virtual QCString trPrecondition()
CompoundType
Definition: classdef.h:63
virtual QCString trAttention()
virtual QCString trCompoundIndexFortran()
virtual QCString trDocumentation()
virtual QCString trNamespaceIndex()
virtual QCString trBugList()
virtual QCString trServiceGeneratedFromFiles(bool single)
virtual QCString trModuleIndex()
virtual QCString trEnumerationValues()
virtual QCString trNote()
virtual QCString trNamespace(bool first_capital, bool singular)
virtual QCString trAdditionalInheritedMembers()
virtual QCString trModulesList()
virtual QCString trMainPage()
virtual QCString trRemarks()
virtual QCString trNamespaceListDescription(bool extractAll)
virtual QCString trGlobalNamespace()
virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
virtual QCString trGraphicalHierarchy()
virtual QCString trTemplateParameters()
virtual QCString trCompounds()
virtual QCString trFileMembers()
virtual QCString trMemberList()
virtual QCString trCompoundMembersFortran()
virtual QCString trAndMore(const QCString &number)
virtual QCString trDetailedDescription()
Definition: translator_br.h:80
virtual QCString trDirectories()
virtual QCString trImplementedInList(int numEntries)
virtual QCString trReturnValues()
virtual QCString trWarning()
virtual QCString trMemberFunctionDocumentationFortran()
virtual QCString trPackageMembers()
virtual QCString trPanelSynchronisationTooltip(bool enable)
virtual QCString trReturns()
virtual QCString trDeprecated()
virtual QCString trPackageAttribs()
virtual QCString trEnumValue()
virtual QCString trModuleReference(const char *namespaceName)
virtual QCString trModulesMemberDescription(bool extractAll)
virtual QCString trSignals()
virtual QCString trEnumGeneratedFromFiles(bool single)
static QCString * s
Definition: config.cpp:1042
virtual QCString trDefines()
virtual QCString trPackages()
virtual QCString idLanguage()
Definition: translator_br.h:54
virtual QCString trExampleDocumentation()
virtual QCString trEventDocumentation()
virtual QCString trDirDocumentation()
virtual QCString trInvariant()
virtual QCString trTypedefs()
virtual QCString trDirRelation(const char *name)
virtual QCString trStaticPackageMembers()