ISLEman
translator_pt.h
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 works derived from the
11  * input used in their production; they are not affected by this license.
12  *
13  * Portuguese translation version 20110428
14  * Maintainer (from 04/28/2011):
15  * Fabio "FJTC" Jun Takada Chino <jun-chino at uol.com.br>
16  * Maintainer (until 04/28/2011):
17  * Rui Godinho Lopes <rui at ruilopes.com>
18  *
19  * Notes about this translation:
20  * Since I'm Brazilian, this translation may be odd or even incorect for
21  * Portuguese (from Portugal) speakers. If you find any errors, feel free
22  * to contact me.
23  *
24  * VERSION HISTORY
25  * ---------------
26  * History:
27  * 20131129:
28  * - Updated to 1.8.5;
29  * - Translation in the method trFileMembers() fixed;
30  * 20110628:
31  * - Updated to 1.7.5;
32  * - All obsolete methods have been removed;
33  * 20110428
34  * - Updated to doxygen 1.6.3 using the Brazilian Portuguese as the base.
35  * Requires revision by a Portuguese (Portugal native speaker);
36  * 007 09 june 2003
37  * ! Updated for doxygen v1.3.1
38  * 006 30 july 2002
39  * ! Updated for doxygen v1.2.17
40  * 005 10 july 2002
41  * ! Updated for doxygen v1.2.16
42  * 004 03 march 2002
43  * ! Updated for doxygen v1.2.14
44  * 003 23 november 2001
45  * - Removed some obsolete methods (latexBabelPackage, trAuthor, trAuthors and trFiles)
46  * 002 19 november 2001
47  * ! Updated for doxygen v1.2.12
48  * 001 20 july 2001
49  * ! Updated for doxygen v1.2.8.1
50  * 000 ?
51  * + Initial translation for doxygen v1.1.5
52  */
53 
54 #ifndef TRANSLATOR_PT_H
55 #define TRANSLATOR_PT_H
56 
57 
59 {
60  public:
61 
62  // --- Language control methods -------------------
63 
71  { return "portuguese"; }
72 
88  { return "Portuguese"; }
89 
90  // --- Language translation methods -------------------
91 
94  { return "Funções associadas"; }
95 
98  { return "(Note que não são funções membro)"; }
99 
102  { return "Descrição detalhada"; }
103 
106  { return "Documentação das definições de tipo"; }
107 
110  { return "Documentação das enumerações"; }
111 
114  { return "Documentação dos métodos"; }
115 
118  {
119  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
120  {
121  return "Documentação dos campos e atributos";
122  }
123  else
124  {
125  return "Documentação dos dados membro";
126  }
127  }
128 
131  { return "Mais..."; }
132 
135  { return "Mostrar lista completa dos membros"; }
136 
139  { return "Lista dos membros"; }
140 
143  { return "Lista completa de todos os membros de "; }
144 
147  { return ", incluindo todos os membros herdados."; }
148 
153  { QCString result="Gerado automaticamente por Doxygen";
154  if (s) result+=(QCString)" para "+s;
155  result+=" a partir do código fonte.";
156  return result;
157  }
158 
161  { return "enumeração"; }
162 
165  { return "valor enumerado"; }
166 
169  { return "definido em"; }
170 
171  // quick reference sections
172 
177  { return "Módulos"; }
178 
181  { return "Hierarquia de classes"; }
182 
185  {
186  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
187  {
188  return "Estruturas de dados";
189  }
190  else
191  {
192  return "Lista de componentes";
193  }
194  }
195 
198  { return "Lista de ficheiros"; }
199 
202  {
203  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
204  {
205  return "Campos de dados";
206  }
207  else
208  {
209  return "Componentes membro";
210  }
211  }
212 
215  {
216  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
217  {
218  return "Globais";
219  }
220  else
221  {
222  return "Membros dos Ficheiros";
223  }
224  }
225 
228  { return "Páginas relacionadas"; }
229 
232  { return "Exemplos"; }
233 
236  { return "Localizar"; }
237 
240  { return "Esta lista de heranças está organizada, dentro do possível, por ordem alfabética:"; }
241 
244  {
245  QCString result="Lista de todos os ficheiros ";
246  if (!extractAll) result+="documentados ";
247  result+="com uma breve descrição:";
248  return result;
249  }
250 
253  {
254  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
255  {
256  return "Lista das estruturas de dados com uma breve descrição:";
257  }
258  else
259  {
260  return "Lista de classes, estruturas, uniões e interfaces com uma breve descrição:";
261  }
262  }
263 
266  {
267  QCString result="Lista de todas as";
268  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
269  {
270  result+=" estruturas e campos de uniões";
271  }
272  else
273  {
274  result+=" classes membro";
275  }
276  if (!extractAll)
277  {
278  result+=" documentadas";
279  }
280  result+=" com referência para ";
281  if (!extractAll)
282  {
283  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
284  {
285  result+="a respectiva documentação:";
286  }
287  else
288  {
289  result+="a documentação de cada membro:";
290  }
291  }
292  else
293  {
294  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
295  {
296  result+="as estruturas/uniões a que pertencem:";
297  }
298  else
299  {
300  result+="as classes a que pertencem:";
301  }
302  }
303  return result;
304  }
305 
308  {
309  QCString result="Lista de ";
310  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
311  {
312  result+="todas as funções, variáveis, definições, enumerações e definições de tipo ";
313  if (!extractAll) result+="documentadas ";
314  }
315  else
316  {
317  result+="todos os ficheiros membro ";
318  if (!extractAll) result+="documentados ";
319  }
320  result+="com referência para ";
321  if (extractAll)
322  result+="o ficheiro a que pertecem:";
323  else
324  result+="a respectiva documentação:";
325  return result;
326  }
327 
330  { return "Lista de todos os exemplos:"; }
331 
334  { return "Lista de documentação relacionada:"; }
335 
338  { return "Lista de todos os módulos:"; }
339 
340  // index titles (the project name is prepended for these)
341 
342 
345  { return "Documentação"; }
346 
351  { return "Índice dos módulos"; }
352 
357  { return "Índice da hierarquia"; }
358 
363  {
364  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
365  {
366  return "Índice das estruturas de dados";
367  }
368  else
369  {
370  return "Índice dos componentes";
371  }
372  }
373 
378  { return "Índice dos ficheiros"; }
379 
384  { return "Documentação do módulo"; }
385 
390  { return "Documentação da classe"; }
391 
396  { return "Documentação do ficheiro"; }
397 
402  { return "Documentação do exemplo"; }
403 
408  { return "Documentação da página"; }
409 
412  { return "Manual de referência"; }
413 
418  { return "Macros"; }
419 
424  { return "Definições de tipos"; }
425 
430  { return "Enumerações"; }
431 
436  { return "Funções"; }
437 
442  { return "Variáveis"; }
443 
448  { return "Valores de enumerações"; }
449 
454  { return "Documentação das macros"; }
455 
460  { return "Documentação dos tipos"; }
461 
466  { return "Documentação dos valores da enumeração"; }
467 
472  { return "Documentação das funções"; }
473 
478  { return "Documentação das variáveis"; }
479 
484  {
485  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
486  {
487  return "Estruturas de Dados";
488  }
489  else
490  {
491  return "Componentes";
492  }
493  }
494 
498  QCString trGeneratedAt(const char *date,const char *projName)
499  {
500  QCString result=(QCString)"Gerado em "+date;
501  if (projName) result+=(QCString)" para "+projName;
502  result+=(QCString)" por";
503  return result;
504  }
505 
507  QCString trClassDiagram(const char *clName)
508  {
509  return (QCString)"Diagrama de heranças da classe "+clName;
510  }
511 
514  { return "Apenas para uso interno."; }
515 
518  { return "Aviso"; }
519 
522  { return "Versão"; }
523 
526  { return "Data"; }
527 
530  { return "Retorna"; }
531 
534  { return "Veja também"; }
535 
538  { return "Parâmetros"; }
539 
542  { return "Excepções"; }
543 
546  { return "Gerado por"; }
547 
549 // new since 0.49-990307
551 
554  { return "Lista de namespaces"; }
555 
557  virtual QCString trNamespaceListDescription(bool extractAll)
558  {
559  QCString result="Lista ";
560  if (!extractAll) result+="de toda a documentação ";
561  result+="dos namespaces com uma breve descrição:";
562  return result;
563  }
564 
568  virtual QCString trFriends()
569  { return "Amigos"; }
570 
572 // new since 0.49-990405
574 
579  { return "Documentação das classes amigas e funções relacionadas"; }
580 
582 // new since 0.49-990425
584 
586  virtual QCString trCompoundReference(const char *clName,
587  ClassDef::CompoundType compType,
588  bool isTemplate)
589  {
590  QCString result="Referência ";
591  switch(compType)
592  {
593  case ClassDef::Class: result+="à classe "; break;
594  case ClassDef::Struct: result+="à estrutura "; break;
595  case ClassDef::Union: result+="à união "; break;
596  case ClassDef::Interface: result+="ao interface "; break;
597  case ClassDef::Protocol: result+="ao protocolo "; break;
598  case ClassDef::Category: result+="à categoria "; break;
599  case ClassDef::Exception: result+="à excepção "; break;
600  default: break;
601  }
602  if (isTemplate) result+="Template ";
603  result+=(QCString)clName;
604  return result;
605  }
606 
608  virtual QCString trFileReference(const char *fileName)
609  {
610  QCString result= "Referência ao ficheiro ";
611  result += fileName;
612  return result;
613  }
614 
616  virtual QCString trNamespaceReference(const char *namespaceName)
617  {
618  QCString result= "Referência ao namespace ";
619  result += namespaceName;
620  return result;
621  }
622 
623  /* these are for the member sections of a class, struct or union */
624  virtual QCString trPublicMembers()
625  { return "Membros públicos"; }
626  virtual QCString trPublicSlots()
627  { return "Slots públicos"; }
628  virtual QCString trSignals()
629  { return "Sinais"; }
630  virtual QCString trStaticPublicMembers()
631  { return "Membros públicos estáticos"; }
632  virtual QCString trProtectedMembers()
633  { return "Membros protegidos"; }
634  virtual QCString trProtectedSlots()
635  { return "Slots protegidos"; }
636  virtual QCString trStaticProtectedMembers()
637  { return "Membros protegidos estáticos"; }
638  virtual QCString trPrivateMembers()
639  { return "Membros privados"; }
640  virtual QCString trPrivateSlots()
641  { return "Slots privados"; }
642  virtual QCString trStaticPrivateMembers()
643  { return "Membros privados estáticos"; }
644 
648  virtual QCString trWriteList(int numEntries)
649  {
650  QCString result;
651  int i;
652  // the inherits list contain `numEntries' classes
653  for (i=0;i<numEntries;i++)
654  {
655  // use generateMarker to generate placeholders for the class links!
656  result+=generateMarker(i); // generate marker for entry i in the list
657  // (order is left to right)
658 
659  if (i!=numEntries-1) // not the last entry, so we need a separator
660  {
661  if (i<numEntries-2) // not the fore last entry
662  result+=", ";
663  else // the fore last entry
664  result+=" e ";
665  }
666  }
667  return result;
668  }
669 
673  virtual QCString trInheritsList(int numEntries)
674  {
675  return "Derivada de "+trWriteList(numEntries)+".";
676  }
677 
681  virtual QCString trInheritedByList(int numEntries)
682  {
683  return "Herdado por "+trWriteList(numEntries)+".";
684  }
685 
689  virtual QCString trReimplementedFromList(int numEntries)
690  {
691  return "Reimplementado de "+trWriteList(numEntries)+".";
692  }
693 
697  virtual QCString trReimplementedInList(int numEntries)
698  {
699  return "Reimplementado em "+trWriteList(numEntries)+".";
700  }
701 
704  { return "Membros do namespace"; }
705 
707  virtual QCString trNamespaceMemberDescription(bool extractAll)
708  {
709  QCString result="Lista ";
710  if (extractAll) result+="de todos os ";
711  else result+="de toda a documentação dos ";
712  result+="membros do namespace com referência para ";
713  if (extractAll)
714  result+="a documentação de cada membro:";
715  else
716  result+="o namespace correspondente:";
717  return result;
718  }
719 
724  { return "Índice dos namespaces"; }
725 
730  { return "Documentação dos namespaces"; }
731 
733 // new since 0.49-990522
735 
740  { return "Namespaces"; }
741 
743 // new since 0.49-990728
745 
750  bool single)
751  { // here s is one of " Class", " Struct" or " Union"
752  // single is true implies a single file
753  QCString result=(QCString)"A documentação para ";
754  switch(compType)
755  {
756  case ClassDef::Class: result+="esta classe"; break;
757  case ClassDef::Struct: result+="esta estrutura"; break;
758  case ClassDef::Union: result+="esta união"; break;
759  case ClassDef::Interface: result+="este interface"; break;
760  case ClassDef::Protocol: result+="este protocolo"; break;
761  case ClassDef::Category: result+="esta categoria"; break;
762  case ClassDef::Exception: result+="esta excepção"; break;
763  default: break;
764  }
765  result+=" foi gerada a partir ";
766  if (single) result+=" do seguinte ficheiro:";
767  else result+="dos seguintes ficheiros:";
768  return result;
769  }
770 
772 // new since 0.49-990901
774 
777  { return "Valores retornados"; }
778 
782  { return "Página principal"; }
783 
788  { return "p. "; }
789 
791 // new since 0.49-991003
793 
794  virtual QCString trDefinedAtLineInSourceFile()
795  {
796  return "Definido na linha @0 do ficheiro @1.";
797  }
798  virtual QCString trDefinedInSourceFile()
799  {
800  return "Definido no ficheiro @0.";
801  }
802 
804 // new since 0.49-991205
806 
807  virtual QCString trDeprecated()
808  {
809  return "Desaprovado";
810  }
811 
813 // new since 1.0.0
815 
817  virtual QCString trCollaborationDiagram(const char *clName)
818  {
819  return (QCString)"Diagrama de colaboração para "+clName+":";
820  }
822  virtual QCString trInclDepGraph(const char *fName)
823  {
824  return (QCString)"Diagrama de dependências de inclusão para "+fName+":";
825  }
828  {
829  return "Documentação dos Construtores & Destrutor";
830  }
833  {
834  return "Ir para o código fonte deste ficheiro.";
835  }
838  {
839  return "Ir para a documentação deste ficheiro.";
840  }
843  {
844  return "Precondição";
845  }
848  {
849  return "Poscondição";
850  }
853  {
854  return "Invariante";
855  }
858  {
859  return "Valor inicial:";
860  }
862  virtual QCString trCode()
863  {
864  return "código";
865  }
866  virtual QCString trGraphicalHierarchy()
867  {
868  return "Representação gráfica da hiearquia da classe";
869  }
870  virtual QCString trGotoGraphicalHierarchy()
871  {
872  return "Ir para a representação gráfica da hierarquia da classe";
873  }
874  virtual QCString trGotoTextualHierarchy()
875  {
876  return "Ir para a representação textual da hierarquia da classe";
877  }
878  virtual QCString trPageIndex()
879  {
880  return "Índice da página";
881  }
882 
884 // new since 1.1.0
886 
887  virtual QCString trNote()
888  {
889  return "Nota";
890  }
891  virtual QCString trPublicTypes()
892  {
893  return "Tipos Públicos";
894  }
895  virtual QCString trPublicAttribs()
896  {
897  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
898  {
899  return "Campos de Dados";
900  }
901  else
902  {
903  return "Atributos Públicos";
904  }
905  }
906  virtual QCString trStaticPublicAttribs()
907  {
908  return "Atributos Públicos Estáticos";
909  }
910  virtual QCString trProtectedTypes()
911  {
912  return "Tipos Protegidos";
913  }
914  virtual QCString trProtectedAttribs()
915  {
916  return "Atributos Protegidos";
917  }
918  virtual QCString trStaticProtectedAttribs()
919  {
920  return "Atributos Protegidos Estáticos";
921  }
922  virtual QCString trPrivateTypes()
923  {
924  return "Tipos Privados";
925  }
926  virtual QCString trPrivateAttribs()
927  {
928  return "Atributos Privados";
929  }
930  virtual QCString trStaticPrivateAttribs()
931  {
932  return "Atributos Privados Estáticos";
933  }
934 
936 // new since 1.1.3
938 
940  virtual QCString trTodo()
941  {
942  return "Tarefa";
943  }
946  {
947  return "Lista de tarefas";
948  }
949 
951 // new since 1.1.4
953 
954  virtual QCString trReferencedBy()
955  {
956  return "Referenciado por";
957  }
958  virtual QCString trRemarks()
959  {
960  return "Observações";
961  }
962  virtual QCString trAttention()
963  {
964  return "Atenção";
965  }
966  virtual QCString trInclByDepGraph()
967  {
968  return "Este grafo mostra quais são os ficheiros que incluem directamente ou indirectamente este ficheiro:";
969  }
970  virtual QCString trSince()
971  {
972  return "Desde";
973  }
974 
976 // new since 1.1.5
978 
981  {
982  return "Legenda do grafo";
983  }
986  {
987  return
988  "Esta página explica como interpretar os grafos gerados pelo doxygen.<p>\n"
989  "Considere o seguinte exemplo:\n"
990  "\\code\n"
991  "/*! Esta classe vai estar escondida devido à truncação */\n"
992  "class Invisible { };\n\n"
993  "/*! Esta classe tem a relação de herança escondida */\n"
994  "class Truncated : public Invisible { };\n\n"
995  "/* Classe não documentada por comentários doxygen */\n"
996  "class Undocumented { };\n\n"
997  "/*! Classe derivada usando derivação pública */\n"
998  "class PublicBase : public Truncated { };\n\n"
999  "/*! A template class */\n"
1000  "template<class T> class Templ { };\n\n"
1001  "/*! Classe derivada usando derivação protegida */\n"
1002  "class ProtectedBase { };\n\n"
1003  "/*! Classe derivada usando derivação privada */\n"
1004  "class PrivateBase { };\n\n"
1005  "/*! Classe usada pela classe Inherited */\n"
1006  "class Used { };\n\n"
1007  "/*! Super classe que deriva de várias classes */\n"
1008  "class Inherited : public PublicBase,\n"
1009  " protected ProtectedBase,\n"
1010  " private PrivateBase,\n"
1011  " public Undocumented,\n"
1012  " public Templ<int>\n"
1013  "{\n"
1014  " private:\n"
1015  " Used *m_usedClass;\n"
1016  "};\n"
1017  "\\endcode\n"
1018  "Isto irá gerar o seguinte gráfo:"
1019  "<p><center><img src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
1020  "<p>\n"
1021  "As caixas no grafo anterior têm as seguintes interpretações:\n"
1022  "<ul>\n"
1023  "<li>Uma caixa inteiramente preta representa a estrutura ou a classe para "
1024  "a qual o grafo foi gerado.\n"
1025  "<li>Uma caixa com borda preta representa uma estrutura ou classe documentada.\n"
1026  "<li>Uma caixa com borda cinzenta representa uma estrutura ou classe não documentada.\n"
1027  "<li>Uma caixa com borda vermelha representa uma estrutura ou classe documentada onde "
1028  "nem todas as relações de herança/encapsulamento são exibidas. Um grafo é truncado "
1029  "quando não cabe na sua área predefinida.\n"
1030  "</ul>\n"
1031  "As setas têm a seguinte interpretação:\n"
1032  "<ul>\n"
1033  "<li>Uma seta azul escura representa uma relação de herança pública entre duas classes.\n"
1034  "<li>Uma seta verde escura representa uma relação de herança protegida.\n"
1035  "<li>Uma seta vermelha escura representa uma relação de herança privada.\n"
1036  "<li>Uma seta rocha em tracejado representa uma relação de encapsulamento ou uso por "
1037  "parte de outra classe. A legenda da seta contém o nome da variável ou variáveis da "
1038  "relação. A seta aponta da classe que estabelece a relação para a classe ou estrutura que "
1039  "é acessível.\n"
1040  "</ul>\n";
1041  }
1043  virtual QCString trLegend()
1044  {
1045  return "legenda";
1046  }
1047 
1049 // new since 1.2.0
1051 
1053  virtual QCString trTest()
1054  {
1055  return "Teste";
1056  }
1059  {
1060  return "Lista de teste";
1061  }
1062 
1064 // new since 1.2.2
1066 
1069  {
1070  return "Propriedades";
1071  }
1074  {
1075  return "Documentação das propriedades";
1076  }
1077 
1079 // new since 1.2.4
1081 
1084  {
1085  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1086  {
1087  return "Estruturas de dados";
1088  }
1089  else
1090  {
1091  return "Classes";
1092  }
1093  }
1095  virtual QCString trPackage(const char *name)
1096  {
1097  return (QCString)"Pacote "+name;
1098  }
1101  {
1102  return "Lista de pacotes";
1103  }
1106  {
1107  return "Lista de pacotes com uma breve descrição (se disponível):";
1108  }
1111  {
1112  return "Pacotes";
1113  }
1116  {
1117  return "Valor:";
1118  }
1119 
1121 // new since 1.2.5
1123 
1125  virtual QCString trBug()
1126  {
1127  return "Bug";
1128  }
1131  {
1132  return "Lista de Bugs";
1133  }
1134 
1136 // new since 1.2.6
1138 
1165  {
1166  return "1252";
1167  }
1168 
1169 
1174  {
1175  return "0";
1176  }
1177 
1180  {
1181  return "Índice";
1182  }
1183 
1188  virtual QCString trClass(bool first_capital, bool singular)
1189  {
1190  QCString result((first_capital ? "Classe" : "classe"));
1191  if (!singular) result+="s";
1192  return result;
1193  }
1194 
1199  virtual QCString trFile(bool first_capital, bool singular)
1200  {
1201  QCString result((first_capital ? "Ficheiro" : "ficheiro"));
1202  if (!singular) result+="s";
1203  return result;
1204  }
1205 
1210  virtual QCString trNamespace(bool first_capital, bool singular)
1211  {
1212  QCString result((first_capital ? "Namespace" : "namespace"));
1213  if (!singular) result+="s";
1214  return result;
1215  }
1216 
1221  virtual QCString trGroup(bool first_capital, bool singular)
1222  {
1223  QCString result((first_capital ? "Grupo" : "grupo"));
1224  if (!singular) result+="s";
1225  return result;
1226  }
1227 
1232  virtual QCString trPage(bool first_capital, bool singular)
1233  {
1234  QCString result((first_capital ? "Página" : "página"));
1235  if (!singular) result+="s";
1236  return result;
1237  }
1238 
1243  virtual QCString trMember(bool first_capital, bool singular)
1244  {
1245  QCString result((first_capital ? "Membro" : "membro"));
1246  if (!singular) result+="s";
1247  return result;
1248  }
1249 
1254  virtual QCString trGlobal(bool first_capital, bool singular)
1255  {
1256  QCString result((first_capital ? "Globa" : "globa"));
1257  result+= singular? "l" : "ais";
1258  return result;
1259  }
1260 
1262 // new since 1.2.7
1264 
1267  virtual QCString trAuthor(bool first_capital, bool singular)
1268  {
1269  QCString result((first_capital ? "Autor" : "autor"));
1270  if (!singular) result+="es";
1271  return result;
1272  }
1273 
1275 // new since 1.2.11
1277 
1281  {
1282  return "Referências";
1283  }
1284 
1286 // new since 1.2.13
1288 
1292  virtual QCString trImplementedFromList(int numEntries)
1293  {
1294  return "Implementa "+trWriteList(numEntries)+".";
1295  }
1296 
1300  virtual QCString trImplementedInList(int numEntries)
1301  {
1302  return "Implementado em "+trWriteList(numEntries)+".";
1303  }
1304 
1306 // new since 1.2.16
1308 
1313  {
1314  return "Índice";
1315  }
1316 
1318 // new since 1.2.17
1320 
1325  {
1326  return "Lista de Deprecados";
1327  }
1328 
1330 // new since 1.2.18
1332 
1336  virtual QCString trEvents()
1337  {
1338  return "Eventos";
1339  }
1342  {
1343  return "Documentação dos eventos";
1344  }
1345 
1347 // new since 1.3
1349 
1353  {
1354  return "Tipos do Pacote";
1355  }
1360  {
1361  return "Funções do Pacote";
1362  }
1367  {
1368  return "Funções Estáticas do Pacote";
1369  }
1374  {
1375  return "Atributos do Pacote";
1376  }
1381  {
1382  return "Atributos Estáticos do Pacote";
1383  }
1384 
1386 // new since 1.3.1
1388 
1392  virtual QCString trAll()
1393  {
1394  return "Tudo";
1395  }
1398  {
1399  return "Grafo de chamadas desta função:";
1400  }
1401 
1403 // new since 1.3.3 - Based on the Brazilian Portuguese Translation
1405 
1410  {
1411  return "Resultado da Busca";
1412  }
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  }
1441  {
1442  return "Resultados:";
1443  }
1444 
1446 // new since 1.3.8
1448 
1451  virtual QCString trSourceFile(QCString& filename)
1452  {
1453  return "Código-Fonte de " + filename;
1454  }
1455 
1457 // new since 1.3.9
1459 
1464  { return "Hierarquia de Diretórios"; }
1465 
1470  { return "Documentação do Directório"; }
1471 
1476  { return "Diretórios"; }
1477 
1482  { return "Esta Hierarquia de Diretórios está parcialmente ordenada (ordem alfabética)"; }
1483 
1487  virtual QCString trDirReference(const char *dirName)
1488  {
1489  QCString result = "Referência do diretório ";
1490  result += dirName;
1491  return result;
1492  }
1493 
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  }
1504 // new since 1.4.1
1506 
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 
1518 // new since 1.4.6
1520 
1523  {
1524  return "Este é o diagrama das funções que utilizam esta função:";
1525  }
1526 
1531  { return "Documentação da enumeração"; }
1532 
1533 
1535 // new since 1.5.4 (mainly for Fortran)
1537 
1540  { return "Documentação de Função Membro/Subrotina"; }
1541 
1544  { return "Lista de Tipos de Dados"; }
1545 
1548  { return "Campos de Dados"; }
1549 
1552  { return "Aqui estão os tipos de dados com descrições resumidas:"; }
1553 
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 
1575  { return "Índice de Tipos de Dados"; }
1576 
1581  { return "Documentação dos Tipos de Dados"; }
1582 
1587  { return "Funções/Subrotinas"; }
1588 
1593  { return "Documentação da Função/Subrotina"; }
1594 
1599  { return "Tipos de Dados"; }
1600 
1603  { return "Lista de Módulos"; }
1604 
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 
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  }
1639  virtual QCString trModuleReference(const char *namespaceName)
1640  {
1641  QCString result = "Referência do Módulo ";
1642  result += namespaceName;
1643  return result;
1644  }
1645 
1648  { return "Membros do Módulo"; }
1649 
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 
1671  { return "Índice dos Módulos"; }
1672 
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  }
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 ficheiro:";
1706  else
1707  result+="s seguintes ficheiros:";
1708 
1709  return result;
1710  }
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  }
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 
1734  {
1735  return "Restrições do Tipo";
1736  }
1737 
1739 // new since 1.6.0 (mainly for the new search engine)
1741 
1744  virtual QCString trDirRelation(const char *name)
1745  {
1746  return "Relação " + QCString(name);
1747  }
1748 
1751  {
1752  return "Carregando...";
1753  }
1754 
1757  {
1758  return "Namespace global";
1759  }
1760 
1763  {
1764  return "Procurando...";
1765  }
1766 
1769  {
1770  return "Nenhuma entrada encontrada";
1771  }
1772 
1774 // new since 1.6.3 (missing items for the directory pages)
1776 
1781  virtual QCString trFileIn(const char *name)
1782  {
1783  return (QCString)"Ficheiro em "+name;
1784  }
1785 
1790  virtual QCString trIncludesFileIn(const char *name)
1791  {
1792  return (QCString)"Inclui ficheiro em "+name;
1793  }
1794 
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 
1823 // new since 1.7.5
1825 
1828  { return "Referências Bibliográficas"; }
1829 
1832  {
1833  // Note: I will left it as is because "Direitos de autor" may not fit
1834  // in the text.
1835  return "Copyright";
1836  }
1837 
1839  virtual QCString trDirDepGraph(const char *name)
1840  { return QCString("Grafo de dependências do directório ")+name+":"; }
1841 
1843 // new since 1.8.0
1845 
1848  { return "nível de detalhes"; }
1849 
1852  { return "Parâmetros de template"; }
1853 
1855  virtual QCString trAndMore(const QCString &number)
1856  { return "e "+number+" mais..."; }
1857 
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 ficheiro:";
1863  } else {
1864  result += "dos seguintes ficheiros:";
1865  }
1866  return result;
1867  }
1868 
1870  virtual QCString trEnumReference(const char *name)
1871  {
1872  QCString result = "Referência da enumeração ";
1873  return result + name;
1874  }
1875 
1877  virtual QCString trInheritedFrom(const char *members,const char *what)
1878  { return QCString(members)+" herdados de "+what; }
1879 
1884  { return "Outros membros herdados"; }
1885 
1887 // new since 1.8.2
1889 
1895  {
1896  QCString opt = enable ? "ativar" : "desativar";
1897  return "clique para "+opt+" a sincronização do painel";
1898  }
1899 
1905  {
1906  return "Provido pela categoria @0.";
1907  }
1908 
1914  {
1915  return "estende a classe @0.";
1916  }
1917 
1922  {
1923  return "Métodos de classe";
1924  }
1925 
1930  {
1931  return "Métodos de instância";
1932  }
1933 
1937  {
1938  return "Documentação do método";
1939  }
1940 
1945  {
1946  // I'm not sure how to accurately translate it
1947  return "Visão geral do design";
1948  }
1949 
1951 // new since 1.8.4
1953 
1956  { return "Interfaces Exportadas"; }
1957 
1960  { return "Serviços Incluídos"; }
1961 
1964  { return "Grupos de Constantes"; }
1965 
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 
1975  virtual QCString trServiceReference(const char *sName)
1976  {
1977  QCString result = "Referência do serviço ";
1978  result += sName;
1979  return result;
1980  }
1981 
1983  virtual QCString trSingletonReference(const char *sName)
1984  {
1985  QCString result = "Referência do Singleton ";
1986  result += sName;
1987  return result;
1988  }
1989 
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 ficheiro:";
1998  } else {
1999  result+="dos: seguintes ficheiros:";
2000  }
2001  return result;
2002  }
2003 
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 ficheiro:";
2012  } else {
2013  result+="dos: seguintes ficheiros:";
2014  }
2015 
2016  return result;
2017  }
2018 
2020 };
2021 
2022 #endif
virtual QCString trGlobalNamespace()
Definition: translator_pt.h:1756
QCString trRelatedPages()
Definition: translator_pt.h:227
QCString trDetailedDescription()
Definition: translator_pt.h:101
QCString trDefineDocumentation()
Definition: translator_pt.h:453
virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
Definition: translator_pt.h:1555
virtual QCString trReturnValues()
Definition: translator_pt.h:776
virtual QCString trTypeConstraints()
Definition: translator_pt.h:1733
QCString trReferenceManual()
Definition: translator_pt.h:411
virtual QCString trEnumGeneratedFromFiles(bool single)
Definition: translator_pt.h:1859
QCString trEnumerationTypeDocumentation()
Definition: translator_pt.h:465
virtual QCString trCollaborationDiagram(const char *clName)
Definition: translator_pt.h:817
QCString trClassHierarchyDescription()
Definition: translator_pt.h:239
Definition: translator_pt.h:58
virtual QCString trRTFCharSet()
Definition: translator_pt.h:1173
QCString trFunctionDocumentation()
Definition: translator_pt.h:471
QCString trFunctions()
Definition: translator_pt.h:435
virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single)
Definition: translator_pt.h:1686
QCString trFileListDescription(bool extractAll)
Definition: translator_pt.h:243
QCString trClassDiagram(const char *clName)
Definition: translator_pt.h:507
QCString trCompoundListDescription()
Definition: translator_pt.h:252
virtual QCString trInstanceMethods()
Definition: translator_pt.h:1929
QCString trDefines()
Definition: translator_pt.h:417
virtual QCString trServiceGeneratedFromFiles(bool single)
UNO IDL service page.
Definition: translator_pt.h:1991
virtual QCString trLegendDocs()
Definition: translator_pt.h:985
QCString trFileMembersDescription(bool extractAll)
Definition: translator_pt.h:307
QCString trCompoundMembersDescription(bool extractAll)
Definition: translator_pt.h:265
QCString trParameters()
Definition: translator_pt.h:537
QCString trRelatedPagesDescription()
Definition: translator_pt.h:333
virtual QCString trClassMethods()
Definition: translator_pt.h:1921
virtual QCString trNamespaceListDescription(bool extractAll)
Definition: translator_pt.h:557
virtual QCString trReimplementedInList(int numEntries)
Definition: translator_pt.h:697
QCString trHierarchicalIndex()
Definition: translator_pt.h:356
virtual QCString trModulesMembers()
Definition: translator_pt.h:1647
QCString trVariables()
Definition: translator_pt.h:441
virtual QCString trEvents()
Definition: translator_pt.h:1336
virtual QCString trNamespaceList()
Definition: translator_pt.h:553
virtual QCString trInheritsList(int numEntries)
Definition: translator_pt.h:673
virtual QCString trDir(bool first_capital, bool singular)
Definition: translator_pt.h:1497
virtual QCString trTodoList()
Definition: translator_pt.h:945
QCString trModuleIndex()
Definition: translator_pt.h:350
virtual QCString trInclDepGraph(const char *fName)
Definition: translator_pt.h:822
QCString trEnumValue()
Definition: translator_pt.h:164
virtual QCString trNamespaceMembers()
Definition: translator_pt.h:703
virtual QCString trServices()
old style UNO IDL services: inherited services
Definition: translator_pt.h:1959
QCString trExamplesDescription()
Definition: translator_pt.h:329
QCString trListOfAllMembers()
Definition: translator_pt.h:134
virtual QCString trStaticPackageMembers()
Definition: translator_pt.h:1366
virtual QCString trPackageAttribs()
Definition: translator_pt.h:1373
QCString trWarning()
Definition: translator_pt.h:517
QCString trEnumName()
Definition: translator_pt.h:160
QCString trMore()
Definition: translator_pt.h:130
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:1805
virtual QCString trPanelSynchronisationTooltip(bool enable)
Definition: translator_pt.h:1894
QCString trRelatedSubscript()
Definition: translator_pt.h:97
virtual QCString trGotoDocumentation()
Definition: translator_pt.h:837
virtual QCString trCiteReferences()
Definition: translator_pt.h:1827
virtual QCString trTodo()
Definition: translator_pt.h:940
virtual QCString trCompoundListFortran()
Definition: translator_pt.h:1543
virtual QCString trInheritedByList(int numEntries)
Definition: translator_pt.h:681
virtual QCString trWriteList(int numEntries)
Definition: translator_pt.h:648
virtual QCString trPackageList()
Definition: translator_pt.h:1100
virtual QCString trGotoSourceCode()
Definition: translator_pt.h:832
virtual QCString trCode()
Definition: translator_pt.h:862
QCString trRelatedFunctions()
Definition: translator_pt.h:93
virtual QCString trInitialValue()
Definition: translator_pt.h:857
QCString trExamples()
Definition: translator_pt.h:231
virtual QCString trCompoundMembersFortran()
Definition: translator_pt.h:1547
virtual QCString trEnumerationValueDocumentation()
Definition: translator_pt.h:1530
QCString trVersion()
Definition: translator_pt.h:521
QCString generateMarker(int id)
Definition: util.cpp:266
QCString trModulesDescription()
Definition: translator_pt.h:337
QCString trEnumerationValues()
Definition: translator_pt.h:447
QCString trCompoundIndex()
Definition: translator_pt.h:362
virtual QCString trReferences()
Definition: translator_pt.h:1280
virtual QCString trSubprogram(bool first_capital, bool singular)
Definition: translator_pt.h:1725
virtual QCString trDirDepGraph(const char *name)
Definition: translator_pt.h:1839
QCString trGeneratedAt(const char *date, const char *projName)
Definition: translator_pt.h:498
QCString trMemberTypedefDocumentation()
Definition: translator_pt.h:105
virtual QCString trLegend()
Definition: translator_pt.h:1043
virtual QCString trDesignOverview()
Definition: translator_pt.h:1944
virtual QCString trPackageMembers()
Definition: translator_pt.h:1359
virtual QCString trGlobal(bool first_capital, bool singular)
Definition: translator_pt.h:1254
virtual QCString trAll()
Definition: translator_pt.h:1392
QCString trClassDocumentation()
Definition: translator_pt.h:389
virtual QCString trPackage(const char *name)
Definition: translator_pt.h:1095
virtual QCString trPage(bool first_capital, bool singular)
Definition: translator_pt.h:1232
QCString trFileDocumentation()
Definition: translator_pt.h:395
virtual QCString trPageAbbreviation()
Definition: translator_pt.h:787
virtual QCString trNamespace(bool first_capital, bool singular)
Definition: translator_pt.h:1210
virtual QCString trCallGraph()
Definition: translator_pt.h:1397
QCString trTypedefs()
Definition: translator_pt.h:423
virtual QCString latexLanguageSupportCommand()
Definition: translator_pt.h:87
virtual QCString trSubprograms()
Definition: translator_pt.h:1586
virtual QCString trDirectories()
Definition: translator_pt.h:1475
virtual QCString trFileReference(const char *fileName)
Definition: translator_pt.h:608
virtual QCString trSingletonReference(const char *sName)
UNO IDL singleton page title.
Definition: translator_pt.h:1983
virtual QCString trModuleReference(const char *namespaceName)
Definition: translator_pt.h:1639
virtual QCString trCallerGraph()
Definition: translator_pt.h:1522
virtual QCString trModulesListDescription(bool extractAll)
Definition: translator_pt.h:1606
virtual QCString trDeprecatedList()
Definition: translator_pt.h:1324
QCString trVariableDocumentation()
Definition: translator_pt.h:477
virtual QCString trDetailLevel()
Definition: translator_pt.h:1847
virtual QCString trOverloadText()
Definition: translator_pt.h:1510
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
Definition: translator_pt.h:749
QCString idLanguage()
Definition: translator_pt.h:70
virtual QCString trRTFansicp()
Definition: translator_pt.h:1164
virtual QCString trSearchResultsTitle()
Definition: translator_pt.h:1409
virtual QCString trBug()
Definition: translator_pt.h:1125
QCString trThisIsTheListOfAllMembers()
Definition: translator_pt.h:142
virtual QCString trSubprogramDocumentation()
Definition: translator_pt.h:1592
virtual QCString trModule(bool first_capital, bool singular)
Definition: translator_pt.h:1677
QCString trSeeAlso()
Definition: translator_pt.h:533
virtual QCString trNamespaceDocumentation()
Definition: translator_pt.h:729
QCString trMemberFunctionDocumentation()
Definition: translator_pt.h:113
QCString trCompounds()
Definition: translator_pt.h:483
virtual QCString trModulesIndex()
Definition: translator_pt.h:1670
QCString trGeneratedBy()
Definition: translator_pt.h:545
QCString trReturns()
Definition: translator_pt.h:529
virtual QCString trFriends()
Definition: translator_pt.h:568
virtual QCString trPackageTypes()
Definition: translator_pt.h:1352
virtual QCString trPropertyDocumentation()
Definition: translator_pt.h:1073
virtual QCString trAdditionalInheritedMembers()
Definition: translator_pt.h:1883
virtual QCString trDirReference(const char *dirName)
Definition: translator_pt.h:1487
Abstract base class for all translatable text fragments.
Definition: translator.h:24
virtual QCString trMember(bool first_capital, bool singular)
Definition: translator_pt.h:1243
virtual QCString trTypeDocumentation()
Definition: translator_pt.h:1580
virtual QCString trExtendsClass()
Definition: translator_pt.h:1913
virtual QCString trDirIndex()
Definition: translator_pt.h:1463
virtual QCString trClasses()
Definition: translator_pt.h:1083
virtual QCString trInheritedFrom(const char *members, const char *what)
Definition: translator_pt.h:1877
QCString trCompoundList()
Definition: translator_pt.h:184
virtual QCString trGroup(bool first_capital, bool singular)
Definition: translator_pt.h:1221
virtual QCString trRTFGeneralIndex()
Definition: translator_pt.h:1179
virtual QCString trConstructorDocumentation()
Definition: translator_pt.h:827
virtual QCString trCompoundReference(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
Definition: translator_pt.h:586
QCString trFileMembers()
Definition: translator_pt.h:214
QCString trModuleDocumentation()
Definition: translator_pt.h:383
virtual QCString trCopyright()
Definition: translator_pt.h:1831
virtual QCString trProperties()
Definition: translator_pt.h:1068
virtual QCString trDataTypes()
Definition: translator_pt.h:1598
virtual QCString trDirDocumentation()
Definition: translator_pt.h:1469
virtual QCString trClass(bool first_capital, bool singular)
Definition: translator_pt.h:1188
virtual QCString trMethodDocumentation()
Definition: translator_pt.h:1936
QCString trMemberDataDocumentation()
Definition: translator_pt.h:117
virtual QCString trLoading()
Definition: translator_pt.h:1750
virtual QCString trServiceReference(const char *sName)
UNO IDL service page title.
Definition: translator_pt.h:1975
virtual QCString trFile(bool first_capital, bool singular)
Definition: translator_pt.h:1199
virtual QCString trCompoundIndexFortran()
Definition: translator_pt.h:1574
QCString trForInternalUseOnly()
Definition: translator_pt.h:513
virtual QCString trMainPage()
Definition: translator_pt.h:781
virtual QCString trPackageListDescription()
Definition: translator_pt.h:1105
virtual QCString trCompoundListDescriptionFortran()
Definition: translator_pt.h:1551
QCString trSearch()
Definition: translator_pt.h:235
QCString trExceptions()
Definition: translator_pt.h:541
virtual QCString trSearching()
Definition: translator_pt.h:1762
virtual QCString trDirDescription()
Definition: translator_pt.h:1481
CompoundType
The various compound types.
Definition: classdef.h:63
virtual QCString trImplementedFromList(int numEntries)
Definition: translator_pt.h:1292
virtual QCString trTemplateParameters()
Definition: translator_pt.h:1851
virtual QCString trPrecondition()
Definition: translator_pt.h:842
virtual QCString trModulesMemberDescription(bool extractAll)
Definition: translator_pt.h:1651
virtual QCString trSearchMatches()
Definition: translator_pt.h:1440
virtual QCString trTest()
Definition: translator_pt.h:1053
QCString trCompoundMembers()
Definition: translator_pt.h:201
QCString trEnumerations()
Definition: translator_pt.h:429
virtual QCString trTestList()
Definition: translator_pt.h:1058
virtual QCString trMemberFunctionDocumentationFortran()
Definition: translator_pt.h:1539
virtual QCString trAuthor(bool first_capital, bool singular)
Definition: translator_pt.h:1267
virtual QCString trNamespaceMemberDescription(bool extractAll)
Definition: translator_pt.h:707
virtual QCString trLegendTitle()
Definition: translator_pt.h:980
virtual QCString trNoMatches()
Definition: translator_pt.h:1768
virtual QCString trProvidedByCategory()
Definition: translator_pt.h:1904
virtual QCString trImplementedInList(int numEntries)
Definition: translator_pt.h:1300
virtual QCString trSourceFile(QCString &filename)
Definition: translator_pt.h:1451
QCString trModules()
Definition: translator_pt.h:176
virtual QCString trModulesList()
Definition: translator_pt.h:1602
QCString trExampleDocumentation()
Definition: translator_pt.h:401
QCString trFileList()
Definition: translator_pt.h:197
virtual QCString trEventDocumentation()
Definition: translator_pt.h:1341
virtual QCString trConstantGroupReference(const char *namespaceName)
UNO IDL constant groups.
Definition: translator_pt.h:1967
virtual QCString trDirRelation(const char *name)
Definition: translator_pt.h:1744
QCString trGeneratedAutomatically(const char *s)
Definition: translator_pt.h:152
QCString trDefinedIn()
Definition: translator_pt.h:168
This is an alternative implementation of QCString.
Definition: qcstring.h:131
QCString trPageDocumentation()
Definition: translator_pt.h:407
QCString trDate()
Definition: translator_pt.h:525
QCString trMemberList()
Definition: translator_pt.h:138
QCString trIncludingInheritedMembers()
Definition: translator_pt.h:146
virtual QCString trIncludesFileIn(const char *name)
Definition: translator_pt.h:1790
virtual QCString trRTFTableOfContents()
Definition: translator_pt.h:1312
virtual QCString trNamespaceReference(const char *namespaceName)
Definition: translator_pt.h:616
virtual QCString trType(bool first_capital, bool singular)
Definition: translator_pt.h:1715
virtual QCString trPackages()
Definition: translator_pt.h:1110
virtual QCString trInvariant()
Definition: translator_pt.h:852
virtual QCString trDefineValue()
Definition: translator_pt.h:1115
QCString trDocumentation()
Definition: translator_pt.h:344
virtual QCString trRelatedFunctionDocumentation()
Definition: translator_pt.h:578
virtual QCString trConstantGroups()
UNO IDL constant groups.
Definition: translator_pt.h:1963
virtual QCString trReimplementedFromList(int numEntries)
Definition: translator_pt.h:689
virtual QCString trBugList()
Definition: translator_pt.h:1130
virtual QCString trNamespaces()
Definition: translator_pt.h:739
virtual QCString trAndMore(const QCString &number)
Definition: translator_pt.h:1855
QCString trFileIndex()
Definition: translator_pt.h:377
virtual QCString trStaticPackageAttribs()
Definition: translator_pt.h:1380
QCString trClassHierarchy()
Definition: translator_pt.h:180
virtual QCString trNamespaceIndex()
Definition: translator_pt.h:723
virtual QCString trInterfaces()
old style UNO IDL services: implemented interfaces
Definition: translator_pt.h:1955
virtual QCString trSingletonGeneratedFromFiles(bool single)
UNO IDL singleton page.
Definition: translator_pt.h:2005
virtual QCString trCompoundReferenceFortran(const char *clName, ClassDef::CompoundType compType, bool isTemplate)
Definition: translator_pt.h:1615
virtual QCString trFileIn(const char *name)
Definition: translator_pt.h:1781
virtual QCString trEnumReference(const char *name)
Definition: translator_pt.h:1870
virtual QCString trPostcondition()
Definition: translator_pt.h:847
QCString trMemberEnumerationDocumentation()
Definition: translator_pt.h:109
QCString trTypedefDocumentation()
Definition: translator_pt.h:459
virtual QCString trSearchResults(int numDocuments)
Definition: translator_pt.h:1421