Doxygen
translator_es.h
浏览该文件的文档.
1 /******************************************************************************
2  *
3  *
4  *
5  * Copyright (C) 1997-2015 by Dimitri van Heesch.
6  *
7  * Permission to use, copy, modify, and distribute this software and its
8  * documentation under the terms of the GNU General Public License is hereby
9  * granted. No representations are made about the suitability of this software
10  * for any purpose. It is provided "as is" without express or implied warranty.
11  * See the GNU General Public License for more details.
12  *
13  * Documents produced by Doxygen are derivative works derived from the
14  * input used in their production; they are not affected by this license.
15  *
16  */
17 
18 #ifndef TRANSLATOR_ES_H
19 #define TRANSLATOR_ES_H
20 
21 /*!
22  * translator_es.h modified by Lucas Cruz (7-julio-2000)
23  * Some notes:
24  * - It's posible that some sentences haven't got meaning because
25  * some words haven't got translate in spanish.
26  * Updated from 1.3.8 to 1.4.6 by Guillermo Ballester Valor (May-05-2006)
27  * Updated to 1.5.1 by Bartomeu Creus Navarro (22-enero-2007)
28  * Updated to 1.5.5 by Bartomeu Creus Navarro (5-febrero-2008)
29  * Updated to 1.5.8 by Bartomeu Creus Navarro (10-abril-2009)
30  * Updated to 1.6.3 by Bartomeu Creus Navarro (3-marzo-2010)
31  * Updated to 1.6.4 by Bartomeu Creus Navarro (26-mayo-2010) [(16-jun-2010) grabado en UTF-8]
32  * Updated to 1.8.0 by Bartomeu Creus Navarro (11-abril-2012)
33  * Updated to 1.8.2 by Bartomeu Creus Navarro (01-julio-2012)
34  * Updated to 1.8.4 by Bartomeu Creus Navarro (17-julio-2013)
35  */
36 
38 {
39  public:
40 
41  // --- Language control methods -------------------
42 
43  /*! Used for identification of the language. The identification
44  * should not be translated. It should be replaced by the name
45  * of the language in English using lower-case characters only
46  * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
47  * the identification used in language.cpp.
48  */
49  virtual QCString idLanguage()
50  { return "spanish"; }
51 
52  /*! Used to get the LaTeX command(s) for the language support.
53  * This method should return string with commands that switch
54  * LaTeX to the desired language. For example
55  * <pre>"\\usepackage[german]{babel}\n"
56  * </pre>
57  * or
58  * <pre>"\\usepackage{polski}\n"
59  * "\\usepackage[latin2]{inputenc}\n"
60  * "\\usepackage[T1]{fontenc}\n"
61  * </pre>
62  *
63  * The English LaTeX does not use such commands. Because of this
64  * the empty string is returned in this implementation.
65  */
67  {
68  return "\\usepackage[spanish]{babel}";
69  }
70 
71  virtual QCString trISOLang()
72  {
73  return "es";
74  }
75 
76  // --- Language translation methods -------------------
77 
78  /*! used in the compound documentation before a list of related functions. */
80  { return "Funciones relacionadas"; }
81 
82  /*! subscript for the related functions. */
84  { return "(Observar que estas no son funciones miembro.)"; }
85 
86  /*! header that is put before the detailed description of files, classes and namespaces. */
88  { return "Descripción detallada"; }
89 
90  /*! header that is put before the list of typedefs. */
92  { return "Documentación de los 'Typedef' miembros de la clase"; }
93 
94  /*! header that is put before the list of enumerations. */
96  { return "Documentación de las enumeraciones miembro de la clase"; }
97 
98  /*! header that is put before the list of member functions. */
100  { return "Documentación de las funciones miembro"; }
101 
102  /*! header that is put before the list of member attributes. */
104  {
105  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
106  {
107  return "Documentación de los campos";
108  }
109  else
110  {
111  return "Documentación de los datos miembro";
112  }
113  }
114 
115  /*! this is the text of a link put after brief descriptions. */
116  virtual QCString trMore()
117  { return "Más..."; }
118 
119  /*! put in the class documentation */
120  virtual QCString trListOfAllMembers()
121  { return "Lista de todos los miembros"; }
122 
123  /*! used as the title of the "list of all members" page of a class */
124  virtual QCString trMemberList()
125  { return "Lista de los miembros"; }
126 
127  /*! this is the first part of a sentence that is followed by a class name */
129  { return "Lista completa de los miembros de "; }
130 
131  /*! this is the remainder of the sentence after the class name */
133  { return ", incluyendo todos los heredados:"; }
134 
135  /*! this is put at the author sections at the bottom of man pages.
136  * parameter s is name of the project name.
137  */
138  virtual QCString trGeneratedAutomatically(const QCString &s)
139  { QCString result="Generado automáticamente por Doxygen";
140  if (!s.isEmpty()) result+=(QCString)" para "+s;
141  result+=" del código fuente.";
142  return result;
143  }
144 
145  /*! put after an enum name in the list of all members */
146  virtual QCString trEnumName()
147  { return "nombre de la enumeración"; }
148 
149  /*! put after an enum value in the list of all members */
150  virtual QCString trEnumValue()
151  { return "valor enumerado"; }
152 
153  /*! put after an undocumented member in the list of all members */
154  virtual QCString trDefinedIn()
155  { return "definido en"; }
156 
157  // quick reference sections
158 
159  /*! This is put above each page as a link to the list of all groups of
160  * compounds or files (see the \\group command).
161  */
162  virtual QCString trModules()
163  { return "Módulos"; }
164 
165  /*! This is put above each page as a link to the class hierarchy */
166  virtual QCString trClassHierarchy()
167  { return "Jerarquía de la clase"; }
168 
169  /*! This is put above each page as a link to the list of annotated classes */
170  virtual QCString trCompoundList()
171  {
172  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
173  {
174  return "Estructura de datos";
175  }
176  else
177  {
178  return "Lista de clases";
179  }
180  }
181 
182  /*! This is put above each page as a link to the list of documented files */
183  virtual QCString trFileList()
184  { return "Lista de archivos"; }
185 
186  /*! This is put above each page as a link to all members of compounds. */
187  virtual QCString trCompoundMembers()
188  {
189  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
190  {
191  return "Campos de datos";
192  }
193  else
194  {
195  return "Miembros de las clases";
196  }
197  }
198 
199  /*! This is put above each page as a link to all members of files. */
200  virtual QCString trFileMembers()
201  {
202  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
203  {
204  return "Globales";
205  }
206  else
207  {
208  return "Miembros de los ficheros";
209  }
210  }
211 
212  /*! This is put above each page as a link to all related pages. */
213  virtual QCString trRelatedPages()
214  { return "Páginas relacionadas"; }
215 
216  /*! This is put above each page as a link to all examples. */
217  virtual QCString trExamples()
218  { return "Ejemplos"; }
219 
220  /*! This is put above each page as a link to the search engine. */
221  virtual QCString trSearch()
222  { return "Buscar"; }
223 
224  /*! This is an introduction to the class hierarchy. */
226  { return "Esta lista de herencias esta ordenada "
227  "aproximadamente por orden alfabético:";
228  }
229 
230  /*! This is an introduction to the list with all files. */
231  virtual QCString trFileListDescription(bool extractAll)
232  {
233  QCString result="Lista de todos los archivos ";
234  if (!extractAll) result+="documentados y ";
235  result+="con descripciones breves:";
236  return result;
237  }
238 
239  /*! This is an introduction to the annotated compound list. */
241  {
242  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
243  {
244  return "Lista de estructuras con una breve descripción:";
245  }
246  else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
247  {
248  return "Lista de las clases con una breve descripción:";
249  }
250  else
251  {
252  return "Lista de las clases, estructuras, "
253  "uniones e interfaces con una breve descripción:";
254  }
255  }
256 
257  /*! This is an introduction to the page with all class members. */
258  virtual QCString trCompoundMembersDescription(bool extractAll)
259  {
260  QCString result="Lista de todos los ";
261  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
262  {
263  result+="campos de estructuras y uniones";
264  }
265  else
266  {
267  result+="campos de clases";
268  }
269  if (!extractAll)
270  {
271  result+=" documentados";
272  }
273  result+=" con enlaces a ";
274  if (!extractAll)
275  {
276  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
277  {
278  result+="la documentación de la estructura/unión para cada campo:";
279  }
280  else
281  {
282  result+="la documentación de la clase para cada miembro:";
283  }
284  }
285  else
286  {
287  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
288  {
289  result+="las estructuras/uniones a que pertenecen:";
290  }
291  else
292  {
293  result+="las classes a que pertenecen:";
294  }
295  }
296  return result;
297  }
298 
299  /*! This is an introduction to the page with all file members. */
300  virtual QCString trFileMembersDescription(bool extractAll)
301  {
302  QCString result="Lista de ";
303  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
304  {
305  result+="todas las funciones, variables, 'defines', enumeraciones y 'typedefs'";
306  }
307  else
308  {
309  result+="todos los mienbros de los ficheros";
310  }
311  if (!extractAll) result+=" documentados";
312  result+=" con enlaces ";
313  if (extractAll)
314  result+="a los ficheros a los que corresponden:";
315  else
316  result+="a la documentación:";
317  return result;
318  }
319 
320  /*! This is an introduction to the page with the list of all examples */
322  { return "Lista de todos los ejemplos:"; }
323 
324  /*! This is an introduction to the page with the list of related pages */
326  { return "Lista de toda la documentación relacionada:"; }
327 
328  /*! This is an introduction to the page with the list of class/file groups */
330  { return "Lista de todos los módulos:"; }
331 
332  // index titles (the project name is prepended for these)
333 
334  /*! This is used in HTML as the title of index.html. */
335  virtual QCString trDocumentation()
336  { return "Documentación"; }
337 
338  /*! This is used in LaTeX as the title of the chapter with the
339  * index of all groups.
340  */
341  virtual QCString trModuleIndex()
342  { return "Indice de módulos"; }
343 
344  /*! This is used in LaTeX as the title of the chapter with the
345  * class hierarchy.
346  */
347  virtual QCString trHierarchicalIndex()
348  { return "Indice jerárquico"; }
349 
350  /*! This is used in LaTeX as the title of the chapter with the
351  * annotated compound index.
352  */
353  virtual QCString trCompoundIndex()
354  {
355  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
356  {
357  return "Índice de estructura de datos";
358  }
359  else
360  {
361  return "Índice de clases";
362  }
363  }
364 
365  /*! This is used in LaTeX as the title of the chapter with the
366  * list of all files.
367  */
369  { return "Indice de archivos"; }
370 
371  /*! This is used in LaTeX as the title of the chapter containing
372  * the documentation of all groups.
373  */
375  { return "Documentación de módulos"; }
376 
377  /*! This is used in LaTeX as the title of the chapter containing
378  * the documentation of all classes, structs and unions.
379  */
381  {
382  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
383  {
384  return "Documentación de las estructuras de datos";
385  }
386  else
387  {
388  return "Documentación de las clases";
389  }
390  }
391 
392  /*! This is used in LaTeX as the title of the chapter containing
393  * the documentation of all files.
394  */
396  { return "Documentación de archivos"; }
397 
398  /*! This is used in LaTeX as the title of the chapter containing
399  * the documentation of all examples.
400  */
402  { return "Documentación de ejemplos"; }
403 
404  /*! This is used in LaTeX as the title of the chapter containing
405  * the documentation of all related pages.
406  */
407  virtual QCString trPageDocumentation()
408  { return "Documentación de páginas"; }
409 
410  /*! This is used in LaTeX as the title of the document */
411  virtual QCString trReferenceManual()
412  { return "Manual de referencia"; }
413 
414  /*! This is used in the documentation of a file as a header before the
415  * list of defines
416  */
417  virtual QCString trDefines()
418  { return "defines"; }
419 
420  /*! This is used in the documentation of a file as a header before the
421  * list of typedefs
422  */
423  virtual QCString trTypedefs()
424  { return "typedefs"; }
425 
426  /*! This is used in the documentation of a file as a header before the
427  * list of enumerations
428  */
429  virtual QCString trEnumerations()
430  { return "Enumeraciones"; }
431 
432  /*! This is used in the documentation of a file as a header before the
433  * list of (global) functions
434  */
435  virtual QCString trFunctions()
436  { return "Funciones"; }
437 
438  /*! This is used in the documentation of a file as a header before the
439  * list of (global) variables
440  */
441  virtual QCString trVariables()
442  { return "Variables"; }
443 
444  /*! This is used in the documentation of a file as a header before the
445  * list of (global) variables
446  */
447  virtual QCString trEnumerationValues()
448  { return "Valores de enumeraciones"; }
449 
450  /*! This is used in the documentation of a file before the list of
451  * documentation blocks for defines
452  */
454  { return "Documentación de los 'defines'"; }
455 
456  /*! This is used in the documentation of a file/namespace before the list
457  * of documentation blocks for typedefs
458  */
460  { return "Documentación de los 'typedefs'"; }
461 
462  /*! This is used in the documentation of a file/namespace before the list
463  * of documentation blocks for enumeration types
464  */
466  { return "Documentación de las enumeraciones"; }
467 
468  /*! This is used in the documentation of a file/namespace before the list
469  * of documentation blocks for functions
470  */
472  { return "Documentación de las funciones"; }
473 
474  /*! This is used in the documentation of a file/namespace before the list
475  * of documentation blocks for variables
476  */
478  { return "Documentación de las variables"; }
479 
480  /*! This is used in the documentation of a file/namespace/group before
481  * the list of links to documented compounds
482  */
483  virtual QCString trCompounds()
484  {
485  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
486  {
487  return "Estructuras de datos";
488  }
489  else
490  {
491  return "Clases";
492  }
493  }
494 
495  /*! This is used in the standard footer of each page and indicates when
496  * the page was generated
497  */
498  virtual QCString trGeneratedAt(const QCString &date,const QCString &projName)
499  {
500  QCString result=(QCString)"Generado el "+date;
501  if (!projName.isEmpty()) result+=(QCString)" para "+projName;
502  result+=(QCString)" por";
503  return result;
504  }
505 
506  /*! this text is put before a class diagram */
507  virtual QCString trClassDiagram(const QCString &clName)
508  {
509  return (QCString)"Diagrama de herencias de "+clName;
510  }
511 
512  /*! this text is generated when the \\internal command is used. */
514  { return "Sólo para uso interno."; }
515 
516  /*! this text is generated when the \\warning command is used. */
517  virtual QCString trWarning()
518  { return "Atención"; }
519 
520  /*! this text is generated when the \\version command is used. */
521  virtual QCString trVersion()
522  { return "Versión"; }
523 
524  /*! this text is generated when the \\date command is used. */
525  virtual QCString trDate()
526  { return "Fecha"; }
527 
528  /*! this text is generated when the \\return command is used. */
529  virtual QCString trReturns()
530  { return "Devuelve"; }
531 
532  /*! this text is generated when the \\sa command is used. */
533  virtual QCString trSeeAlso()
534  { return "Ver también"; }
535 
536  /*! this text is generated when the \\param command is used. */
537  virtual QCString trParameters()
538  { return "Parámetros"; }
539 
540  /*! this text is generated when the \\exception command is used. */
541  virtual QCString trExceptions()
542  { return "Excepciones"; }
543 
544  /*! this text is used in the title page of a LaTeX document. */
545  virtual QCString trGeneratedBy()
546  { return "Generado por"; }
547 
548 //////////////////////////////////////////////////////////////////////////
549 // new since 0.49-990307
550 //////////////////////////////////////////////////////////////////////////
551 
552  /*! used as the title of page containing all the index of all namespaces. */
553  virtual QCString trNamespaceList()
554  { return "Lista de 'namespaces'"; }
555 
556  /*! used as an introduction to the namespace list */
557  virtual QCString trNamespaceListDescription(bool extractAll)
558  {
559  QCString result="Lista de ";
560  if (!extractAll) result+="toda la documentación de ";
561  result+="los 'namespaces', con una breve descripción:";
562  return result;
563  }
564 
565  /*! used in the class documentation as a header before the list of all
566  * friends of a class
567  */
568  virtual QCString trFriends()
569  { return "Amigas"; }
570 
571 //////////////////////////////////////////////////////////////////////////
572 // new since 0.49-990405
573 //////////////////////////////////////////////////////////////////////////
574 
575  /*! used in the class documentation as a header before the list of all
576  * related classes
577  */
579  { return "Documentación de las funciones relacionadas y clases amigas"; }
580 
581 //////////////////////////////////////////////////////////////////////////
582 // new since 0.49-990425
583 //////////////////////////////////////////////////////////////////////////
584 
585  /*! used as the title of the HTML page of a class/struct/union */
586  virtual QCString trCompoundReference(const QCString &clName,
587  ClassDef::CompoundType compType,
588  bool isTemplate)
589  {
590  QCString result="Referencia de";
591  if (isTemplate) result+=" la plantilla de";
592  switch(compType)
593  {
594  case ClassDef::Class: result+=" la Clase "; break;
595  case ClassDef::Struct: result+=" la Estructura "; break;
596  case ClassDef::Union: result+=" la Unión "; break;
597  case ClassDef::Interface: result+=" la Interfaz "; break;
598  case ClassDef::Protocol: result+="l Protocolo "; break;
599  case ClassDef::Category: result+=" la Categoria "; break;
600  case ClassDef::Exception: result+=" la Excepción "; break;
601  default: break;
602  }
603  result+=(QCString)clName;
604  return result;
605  }
606 
607  /*! used as the title of the HTML page of a file */
608  virtual QCString trFileReference(const QCString &fileName)
609  {
610  QCString result="Referencia del Archivo ";
611  result+=fileName;
612  return result;
613  }
614 
615  /*! used as the title of the HTML page of a namespace */
616  virtual QCString trNamespaceReference(const QCString &namespaceName)
617  {
618  QCString result="Referencia del Namespace ";
619  result+=namespaceName;
620  return result;
621  }
622 
624  { return "Métodos públicos"; }
625 
626  virtual QCString trPublicSlots()
627  { return "Slots públicos"; }
628 
629  virtual QCString trSignals()
630  { return "Señales"; }
631 
633  { return "Métodos públicos estáticos"; }
634 
635  virtual QCString trProtectedMembers()
636  { return "Métodos protegidos"; }
637 
639  { return "Slots protegidos"; }
640 
642  { return "Métodos protegidos estáticos"; }
643 
645  { return "Métodos privados"; }
646 
648  { return "Slots privados"; }
649 
651  { return "Métodos privados estáticos"; }
652 
653  /*! this function is used to produce a comma-separated list of items.
654  * use generateMarker(i) to indicate where item i should be put.
655  */
656  virtual QCString trWriteList(int numEntries)
657  {
658  QCString result;
659  int i;
660  // the inherits list contain `numEntries' classes
661  for (i=0;i<numEntries;i++)
662  {
663  // use generateMarker to generate placeholders for the class links!
664  result+=generateMarker(i); // generate marker for entry i in the list
665  // (order is left to right)
666 
667  if (i!=numEntries-1) // not the last entry, so we need a separator
668  {
669  if (i<numEntries-2) // not the fore last entry
670  result+=", ";
671  else // the fore last entry
672  result+=" y ";
673  }
674  }
675  return result;
676  }
677 
678  /*! used in class documentation to produce a list of base classes,
679  * if class diagrams are disabled.
680  */
681  virtual QCString trInheritsList(int numEntries)
682  {
683  return "Herencias "+trWriteList(numEntries)+".";
684  }
685 
686  /*! used in class documentation to produce a list of super classes,
687  * if class diagrams are disabled.
688  */
689  virtual QCString trInheritedByList(int numEntries)
690  {
691  return "Heredado por "+trWriteList(numEntries)+".";
692  }
693 
694  /*! used in member documentation blocks to produce a list of
695  * members that are hidden by this one.
696  */
697  virtual QCString trReimplementedFromList(int numEntries)
698  {
699  return "Reimplementado de "+trWriteList(numEntries)+".";
700  }
701 
702  /*! used in member documentation blocks to produce a list of
703  * all member that overwrite the implementation of this member.
704  */
705  virtual QCString trReimplementedInList(int numEntries)
706  {
707  return "Reimplementado en "+trWriteList(numEntries)+".";
708  }
709 
710  /*! This is put above each page as a link to all members of namespaces. */
711  virtual QCString trNamespaceMembers()
712  { return "Miembros del Namespace "; }
713 
714  /*! This is an introduction to the page with all namespace members */
715  virtual QCString trNamespaceMemberDescription(bool extractAll)
716  {
717  QCString result="Lista de ";
718  if (!extractAll) result+="toda la documentación de ";
719  result+="los miembros del namespace con enlace a ";
720  if (extractAll)
721  result+="los namespace de cada miembro:";
722  else
723  result+="la documentación de los namespaces pertenecientes a:";
724  return result;
725  }
726  /*! This is used in LaTeX as the title of the chapter with the
727  * index of all namespaces.
728  */
729  virtual QCString trNamespaceIndex()
730  { return "Indice de namespaces"; }
731 
732  /*! This is used in LaTeX as the title of the chapter containing
733  * the documentation of all namespaces.
734  */
736  { return "Documentación de namespaces"; }
737 
738 //////////////////////////////////////////////////////////////////////////
739 // new since 0.49-990522
740 //////////////////////////////////////////////////////////////////////////
741 
742  /*! This is used in the documentation before the list of all
743  * namespaces in a file.
744  */
745  virtual QCString trNamespaces()
746  { return "Namespaces"; }
747 
748 //////////////////////////////////////////////////////////////////////////
749 // new since 0.49-990728
750 //////////////////////////////////////////////////////////////////////////
751 
752  /*! This is put at the bottom of a class documentation page and is
753  * followed by a list of files that were used to generate the page.
754  */
756  bool single)
757  { // here s is one of " Class", " Struct" or " Union"
758  // single is true implies a single file
759  QCString result=(QCString)"La documentación para est";
760  switch(compType)
761  {
762  case ClassDef::Class: result+="a clase"; break;
763  case ClassDef::Struct: result+="a estructura"; break;
764  case ClassDef::Union: result+="a unión"; break;
765  case ClassDef::Interface: result+="e interfaz"; break;
766  case ClassDef::Protocol: result+="e protocolo"; break;
767  case ClassDef::Category: result+="a categoría"; break;
768  case ClassDef::Exception: result+="a excepción"; break;
769  default: break;
770  }
771  result+=" fue generada a partir de";
772  if (single) result+="l siguiente fichero:";
773  else result+=" los siguientes ficheros:";
774  return result;
775  }
776 
777 //////////////////////////////////////////////////////////////////////////
778 // new since 0.49-990901
779 //////////////////////////////////////////////////////////////////////////
780 
781  /*! This is used as the heading text for the retval command. */
782  virtual QCString trReturnValues()
783  { return "Valores devueltos"; }
784 
785  /*! This is in the (quick) index as a link to the main page (index.html)
786  */
787  virtual QCString trMainPage()
788  { return "Página principal"; }
789 
790  /*! This is used in references to page that are put in the LaTeX
791  * documentation. It should be an abbreviation of the word page.
792  */
793  virtual QCString trPageAbbreviation()
794  { return "p."; }
795 
796 //////////////////////////////////////////////////////////////////////////
797 // new since 0.49-991003
798 //////////////////////////////////////////////////////////////////////////
799 
801  {
802  return "Definición en la línea @0 del archivo @1.";
803  }
805  {
806  return "Definición en el archivo @0.";
807  }
808 
809 //////////////////////////////////////////////////////////////////////////
810 // new since 0.49-991205
811 //////////////////////////////////////////////////////////////////////////
812 
813  virtual QCString trDeprecated()
814  {
815  return "Obsoleto";
816  }
817 
818 //////////////////////////////////////////////////////////////////////////
819 // new since 1.0.0
820 //////////////////////////////////////////////////////////////////////////
821 
822  /*! this text is put before a collaboration diagram */
823  virtual QCString trCollaborationDiagram(const QCString &clName)
824  {
825  return (QCString)"Diagrama de colaboración para "+clName+":";
826  }
827 
828  /*! this text is put before an include dependency graph */
829  virtual QCString trInclDepGraph(const QCString &fName)
830  {
831  return (QCString)"Dependencia gráfica adjunta para "+fName+":";
832  }
833 
834  /*! header that is put before the list of constructor/destructors. */
836  {
837  return "Documentación del constructor y destructor";
838  }
839 
840  /*! Used in the file documentation to point to the corresponding sources. */
841  virtual QCString trGotoSourceCode()
842  {
843  return "Ir al código fuente de este archivo.";
844  }
845 
846  /*! Used in the file sources to point to the corresponding documentation. */
847  virtual QCString trGotoDocumentation()
848  {
849  return "Ir a la documentación de este archivo.";
850  }
851 
852  /*! Text for the \\pre command */
853  virtual QCString trPrecondition()
854  {
855  return "Precondición";
856  }
857 
858  /*! Text for the \\post command */
859  virtual QCString trPostcondition()
860  {
861  return "Postcondición";
862  }
863 
864  /*! Text for the \\invariant command */
865  virtual QCString trInvariant()
866  {
867  return "Invariante";
868  }
869 
870  /*! Text shown before a multi-line variable/enum initialization */
871  virtual QCString trInitialValue()
872  {
873  return "Valor inicial:";
874  }
875 
876  /*! Text used the source code in the file index */
877  virtual QCString trCode()
878  {
879  return "código";
880  }
881 
883  {
884  return "Representación gráfica de la clase";
885  }
886 
888  {
889  return "Ir a la representación gráfica de la jerarquía de la clase";
890  }
891 
893  {
894  return "Ir a la jerarquía textual de la clase";
895  }
896 
898  {
899  return "Página indice";
900  }
901 
902 //////////////////////////////////////////////////////////////////////////
903 // new since 1.1.0
904 //////////////////////////////////////////////////////////////////////////
905 
906  virtual QCString trNote()
907  {
908  return "Nota";
909  }
910 
911  virtual QCString trPublicTypes()
912  {
913  return "Tipos públicos";
914  }
915 
916  virtual QCString trPublicAttribs()
917  {
918  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
919  {
920  return "Campos de datos";
921  }
922  else
923  {
924  return "Atributos públicos";
925  }
926  }
927 
929  {
930  return "Atributos públicos estáticos";
931  }
932 
933  virtual QCString trProtectedTypes()
934  {
935  return "Tipos protegidos";
936  }
937 
938  virtual QCString trProtectedAttribs()
939  {
940  return "Atributos protegidos";
941  }
942 
944  {
945  return "Atributos protegidos estáticos";
946  }
947 
949  {
950  return "Tipos privados";
951  }
952 
954  {
955  return "Atributos privados";
956  }
957 
959  {
960  return "Atributos privados estáticos";
961  }
962 
963 //////////////////////////////////////////////////////////////////////////
964 // new since 1.1.3
965 //////////////////////////////////////////////////////////////////////////
966 
967  /*! Used as a marker that is put before a \\todo item */
968  virtual QCString trTodo()
969  {
970  return "Tareas pendientes";
971  }
972 
973  /*! Used as the header of the todo list */
974  virtual QCString trTodoList()
975  {
976  return "Lista de tareas pendientes";
977  }
978 
979 //////////////////////////////////////////////////////////////////////////
980 // new since 1.1.4
981 //////////////////////////////////////////////////////////////////////////
982 
984  {
985  return "Referenciado por";
986  }
987 
988  virtual QCString trRemarks()
989  {
990  return "Comentarios";
991  }
992 
993  virtual QCString trAttention()
994  {
995  return "Atención";
996  }
997 
999  {
1000  return "Gráfico de los archivos que directa o "
1001  "indirectamente incluyen a este archivo:";
1002  }
1004  virtual QCString trSince()
1005  {
1006  return "Desde";
1007  }
1009 //////////////////////////////////////////////////////////////////////////
1010 // new since 1.1.5
1011 //////////////////////////////////////////////////////////////////////////
1012 
1013  /*! title of the graph legend page */
1015  {
1016  return "Colores y flechas del Gráfico";
1017  }
1018 
1019  /*! page explaining how the dot graph's should be interpreted
1020  * The %A in the text below are to prevent link to classes called "A".
1021  */
1022  virtual QCString trLegendDocs()
1023  {
1024  return
1025  "Esta página explica como interpretar los gráficos que son generados "
1026  "por doxygen.<p>\n"
1027  "Considere el siguiente ejemplo:\n"
1028  "\\code\n"
1029  "/*! Clase invisible por truncamiento */\n"
1030  "class Invisible { };\n\n"
1031  "/*! Clase truncada, relación de herencia escondida */\n"
1032  "class Truncated : public Invisible { };\n\n"
1033  "/* Clase no documentada con comentarios de doxygen */\n"
1034  "class Undocumented { };\n\n"
1035  "/*! Clase que es heredera usando herencia publica */\n"
1036  "class PublicBase : public Truncated { };\n\n"
1037  "/*! Clase plantilla */\n"
1038  "template<class T> class Templ { };\n\n"
1039  "/*! Clase que es heredera usando herencia protegida */\n"
1040  "class ProtectedBase { };\n\n"
1041  "/*! Clase que es heredera usando herencia privada */\n"
1042  "class PrivateBase { };\n\n"
1043  "/*! Clase que es usada por la clase heredada */\n"
1044  "class Used { };\n\n"
1045  "/*! Super-Clase que hereda de varias otras clases */\n"
1046  "class Inherited : public PublicBase,\n"
1047  " protected ProtectedBase,\n"
1048  " private PrivateBase,\n"
1049  " public Undocumented,\n"
1050  " public Templ<int>\n"
1051  "{\n"
1052  " private:\n"
1053  " Used *m_usedClass;\n"
1054  "};\n"
1055  "\\endcode\n"
1056  "Dará como resultado el siguiente gráfico:"
1057  "<p><center><img alt=\"\" src=\"graph_legend."+getDotImageExtension()+"\"></center></p>\n"
1058  "<p>\n"
1059  "Las cajas en el gráfico arriba tienen el siguiente significado:\n"
1060  "</p>\n"
1061  "<ul>\n"
1062  "<li>Una caja llena gris representa la estructura o clase para la cuál"
1063  "se generó el gráfico.\n"
1064  "<li>Una caja con borde negro señala una estructura o clase documentada.\n"
1065  "<li>Una caja con borde griz señala una estructura o clase no documentada.\n"
1066  "<li>una caja con borde rojo señala una estructura o clase documentada"
1067  " de la cuál no toda las relaciones de jerarquía/contenido son "
1068  "mostradas. El gráfico sera truncado si este no calza dentro de los "
1069  "límites especificados."
1070  "</ul>\n"
1071  "<p>\n"
1072  "Las flechas tienen el siguiente significado:\n"
1073  "</p>\n"
1074  "<ul>\n"
1075  "<li>Una flecha azul oscuro es usada para visualizar una relación herencia publica entre dos clases.\n"
1076  "<li>Una flecha verde oscuro es usada para herencia protegida.\n"
1077  "<li>Una flecha rojo oscuro es usada para herencia privada.\n"
1078  "<li>Una flecha segmentada púrpura se usa si la clase es contenida o "
1079  "usada por otra clase. La flecha está etiquetada por la variable "
1080  "con que se accede a la clase o estructura apuntada. \n"
1081  "<li>Una flecha segmentada amarilla indica la relación entre una instancia template y la clase template de la que se ha instanciado."
1082  " La flecha se etiqueta con los parámetros con que se llama al template.\n"
1083  "</ul>\n";
1084  }
1085 
1086  /*! text for the link to the legend page */
1087  virtual QCString trLegend()
1088  {
1089  return "significado de colores y flechas";
1090  }
1091 
1092 //////////////////////////////////////////////////////////////////////////
1093 // new since 1.2.0
1094 //////////////////////////////////////////////////////////////////////////
1095 
1096  /*! Used as a marker that is put before a test item */
1097  virtual QCString trTest()
1098  {
1099  return "Prueba";
1100  }
1101 
1102  /*! Used as the header of the test list */
1103  virtual QCString trTestList()
1104  {
1105  return "Lista de pruebas";
1106  }
1107 
1108 //////////////////////////////////////////////////////////////////////////
1109 // new since 1.2.2
1110 //////////////////////////////////////////////////////////////////////////
1111 
1112  /*! Used as a section header for IDL properties */
1113  virtual QCString trProperties()
1114  {
1115  return "Propiedades";
1116  }
1117 
1118  /*! Used as a section header for IDL property documentation */
1120  {
1121  return "Documentación de propiedades";
1122  }
1123 
1124 //////////////////////////////////////////////////////////////////////////
1125 // new since 1.2.4
1126 //////////////////////////////////////////////////////////////////////////
1127 
1128  /*! Used for Java classes in the summary section of Java packages */
1129  virtual QCString trClasses()
1130  {
1131  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1132  {
1133  return "Estructuras de Datos";
1134  }
1135  else
1136  {
1137  return "Clases";
1138  }
1139  }
1140 
1141  /*! Used as the title of a Java package */
1142  virtual QCString trPackage(const QCString &name)
1143  {
1144  return (QCString)"Paquetes "+name;
1145  }
1146 
1147  /*! Title of the package index page */
1148  virtual QCString trPackageList()
1149  {
1150  return "Lista de Paquetes ";
1151  }
1152 
1153  /*! The description of the package index page */
1155  {
1156  return "Aquí van los paquetes con una breve descripción (si etá disponible):";
1157  }
1158 
1159  /*! The link name in the Quick links header for each page */
1160  virtual QCString trPackages()
1161  {
1162  return "Paquetes";
1163  }
1164 
1165  /*! Text shown before a multi-line define */
1166  virtual QCString trDefineValue()
1167  {
1168  return "Valor:";
1169  }
1170 
1171 //////////////////////////////////////////////////////////////////////////
1172 // new since 1.2.5
1173 //////////////////////////////////////////////////////////////////////////
1174 
1175  /*! Used as a marker that is put before a \\bug item */
1176  virtual QCString trBug()
1177  {
1178  return "Bug";
1179  }
1180 
1181  /*! Used as the header of the bug list */
1182  virtual QCString trBugList()
1183  {
1184  return "Lista de bugs";
1185  }
1186 
1187 //////////////////////////////////////////////////////////////////////////
1188 // new since 1.2.6
1189 //////////////////////////////////////////////////////////////////////////
1190 
1191  /*! Used as ansicpg for RTF file
1192  *
1193  * The following table shows the correlation of Charset name, Charset Value and
1194  * <pre>
1195  * Codepage number:
1196  * Charset Name Charset Value(hex) Codepage number
1197  * ------------------------------------------------------
1198  * DEFAULT_CHARSET 1 (x01)
1199  * SYMBOL_CHARSET 2 (x02)
1200  * OEM_CHARSET 255 (xFF)
1201  * ANSI_CHARSET 0 (x00) 1252
1202  * RUSSIAN_CHARSET 204 (xCC) 1251
1203  * EE_CHARSET 238 (xEE) 1250
1204  * GREEK_CHARSET 161 (xA1) 1253
1205  * TURKISH_CHARSET 162 (xA2) 1254
1206  * BALTIC_CHARSET 186 (xBA) 1257
1207  * HEBREW_CHARSET 177 (xB1) 1255
1208  * ARABIC _CHARSET 178 (xB2) 1256
1209  * SHIFTJIS_CHARSET 128 (x80) 932
1210  * HANGEUL_CHARSET 129 (x81) 949
1211  * GB2313_CHARSET 134 (x86) 936
1212  * CHINESEBIG5_CHARSET 136 (x88) 950
1213  * </pre>
1214  *
1215  */
1216  virtual QCString trRTFansicp()
1217  {
1218  return "1252";
1219  }
1220 
1221 
1222  /*! Used as ansicpg for RTF fcharset
1223  * \see trRTFansicp() for a table of possible values.
1224  */
1225  virtual QCString trRTFCharSet()
1226  {
1227  return "0";
1228  }
1229 
1230  /*! Used as header RTF general index */
1232  {
1233  return "Índice";
1234  }
1235 
1236  /*! This is used for translation of the word that will possibly
1237  * be followed by a single name or by a list of names
1238  * of the category.
1239  */
1240  virtual QCString trClass(bool first_capital, bool singular)
1241  {
1242  QCString result((first_capital ? "Clase" : "clase"));
1243  if (!singular) result+="s";
1244  return result;
1245  }
1247  /*! This is used for translation of the word that will possibly
1248  * be followed by a single name or by a list of names
1249  * of the category.
1250  */
1251  virtual QCString trFile(bool first_capital, bool singular)
1252  {
1253  QCString result((first_capital ? "Archivo" : "archivo"));
1254  if (!singular) result+="s";
1255  return result;
1256  }
1257 
1258  /*! This is used for translation of the word that will possibly
1259  * be followed by a single name or by a list of names
1260  * of the category.
1261  */
1262  virtual QCString trNamespace(bool first_capital, bool singular)
1263  {
1264  QCString result((first_capital ? "Namespace" : "namespace"));
1265  if (!singular) result+="s";
1266  return result;
1267  }
1268 
1269  /*! This is used for translation of the word that will possibly
1270  * be followed by a single name or by a list of names
1271  * of the category.
1272  */
1273  virtual QCString trGroup(bool first_capital, bool singular)
1274  {
1275  QCString result((first_capital ? "Grupo" : "grupo"));
1276  if (!singular) result+="s";
1277  return result;
1278  }
1279 
1280  /*! This is used for translation of the word that will possibly
1281  * be followed by a single name or by a list of names
1282  * of the category.
1283  */
1284  virtual QCString trPage(bool first_capital, bool singular)
1285  {
1286  QCString result((first_capital ? "Página" : "página"));
1287  if (!singular) result+="s";
1288  return result;
1289  }
1290 
1291  /*! This is used for translation of the word that will possibly
1292  * be followed by a single name or by a list of names
1293  * of the category.
1294  */
1295  virtual QCString trMember(bool first_capital, bool singular)
1296  {
1297  QCString result((first_capital ? "Miembro" : "miembro"));
1298  if (!singular) result+="s";
1299  return result;
1300  }
1301 
1302  /*! This is used for translation of the word that will possibly
1303  * be followed by a single name or by a list of names
1304  * of the category.
1305  */
1306  virtual QCString trGlobal(bool first_capital, bool singular)
1307  {
1308  QCString result((first_capital ? "Global" : "global"));
1309  if (!singular) result+="es";
1310  return result;
1311  }
1312 
1313 //////////////////////////////////////////////////////////////////////////
1314 // new since 1.2.7
1315 //////////////////////////////////////////////////////////////////////////
1316 
1317  /*! This text is generated when the \\author command is used and
1318  * for the author section in man pages. */
1319  virtual QCString trAuthor(bool first_capital, bool singular)
1320  {
1321  QCString result((first_capital ? "Autor" : "autor"));
1322  if (!singular) result+="es";
1323  return result;
1324  }
1325 
1326 //////////////////////////////////////////////////////////////////////////
1327 // new since 1.2.11
1328 //////////////////////////////////////////////////////////////////////////
1329 
1330  /*! This text is put before the list of members referenced by a member
1331  */
1332  virtual QCString trReferences()
1333  {
1334  return "Hace referencia a";
1335  }
1336 
1337 //////////////////////////////////////////////////////////////////////////
1338 // new since 1.2.13
1339 //////////////////////////////////////////////////////////////////////////
1340 
1341  /*! used in member documentation blocks to produce a list of
1342  * members that are implemented by this one.
1343  */
1344  virtual QCString trImplementedFromList(int numEntries)
1345  {
1346  return "Implementa "+trWriteList(numEntries)+".";
1347  }
1348 
1349  /*! used in member documentation blocks to produce a list of
1350  * all members that implement this abstract member.
1351  */
1352  virtual QCString trImplementedInList(int numEntries)
1353  {
1354  return "Implementado en "+trWriteList(numEntries)+".";
1355  }
1356 
1357 //////////////////////////////////////////////////////////////////////////
1358 // new since 1.2.16
1359 //////////////////////////////////////////////////////////////////////////
1360 
1361  /*! used in RTF documentation as a heading for the Table
1362  * of Contents.
1363  */
1364  virtual QCString trRTFTableOfContents()
1365  {
1366  return "Tabla de contenidos";
1367  }
1368 
1369 //////////////////////////////////////////////////////////////////////////
1370 // new since 1.2.17
1371 //////////////////////////////////////////////////////////////////////////
1372 
1373  /*! Used as the header of the list of item that have been
1374  * flagged deprecated
1375  */
1376  virtual QCString trDeprecatedList()
1377  {
1378  return "Lista de obsoletos";
1379  }
1380 
1381 //////////////////////////////////////////////////////////////////////////
1382 // new since 1.2.18
1383 //////////////////////////////////////////////////////////////////////////
1384 
1385  /*! Used as a header for declaration section of the events found in
1386  * a C# program
1387  */
1388  virtual QCString trEvents()
1389  {
1390  return "Eventos";
1391  }
1392 
1393  /*! Header used for the documentation section of a class' events. */
1394  virtual QCString trEventDocumentation()
1395  {
1396  return "Documentación de los eventos";
1397  }
1398 
1399 //////////////////////////////////////////////////////////////////////////
1400 // new since 1.3
1401 //////////////////////////////////////////////////////////////////////////
1402 
1403  /*! Used as a heading for a list of Java class types with package scope.
1404  */
1405  virtual QCString trPackageTypes()
1406  {
1407  return "Tipos del 'package'";
1408  }
1410  /*! Used as a heading for a list of Java class functions with package
1411  * scope.
1412  */
1413  virtual QCString trPackageMembers()
1414  {
1415  return "Funciones del 'package'";
1416  }
1417 
1418  /*! Used as a heading for a list of static Java class functions with
1419  * package scope.
1420  */
1422  {
1423  return "Funciones estáticas del 'package'";
1424  }
1425 
1426  /*! Used as a heading for a list of Java class variables with package
1427  * scope.
1428  */
1429  virtual QCString trPackageAttribs()
1430  {
1431  return "Atributos del 'package'";
1432  }
1433 
1434  /*! Used as a heading for a list of static Java class variables with
1435  * package scope.
1436  */
1438  {
1439  return "Atributos Estáticos del 'package'";
1440  }
1441 
1442 //////////////////////////////////////////////////////////////////////////
1443 // new since 1.3.1
1444 //////////////////////////////////////////////////////////////////////////
1445 
1446  /*! Used in the quick index of a class/file/namespace member list page
1447  * to link to the unfiltered list of all members.
1448  */
1449  virtual QCString trAll()
1450  {
1451  return "Todo";
1452  }
1453 
1454  /*! Put in front of the call graph for a function. */
1455  virtual QCString trCallGraph()
1456  {
1457  return "Gráfico de llamadas para esta función:";
1458  }
1459 
1460 //////////////////////////////////////////////////////////////////////////
1461 // new since 1.3.3
1462 //////////////////////////////////////////////////////////////////////////
1463 
1464  /*! This string is used as the title for the page listing the search
1465  * results.
1466  */
1467  virtual QCString trSearchResultsTitle()
1468  {
1469  return "Resultados de la Búsqueda";
1470  }
1471 
1472  /*! This string is put just before listing the search results. The
1473  * text can be different depending on the number of documents found.
1474  * Inside the text you can put the special marker $num to insert
1475  * the number representing the actual number of search results.
1476  * The @a numDocuments parameter can be either 0, 1 or 2, where the
1477  * value 2 represents 2 or more matches. HTML markup is allowed inside
1478  * the returned string.
1479  */
1480  virtual QCString trSearchResults(int numDocuments)
1481  {
1482  if (numDocuments==0)
1483  {
1484  return "Disculpe, no se encontraron documentos que coincidan con su búsqueda.";
1485  }
1486  else if (numDocuments==1)
1487  {
1488  return "Se encontró <b>1</b> documento que coincide con su búsqueda.";
1489  }
1490  else
1491  {
1492  return "Se encontraron <b>$num</b> documentos que coinciden con su búsqueda. "
1493  "Se muestran los mejores resultados primero.";
1494  }
1495  }
1496 
1497  /*! This string is put before the list of matched words, for each search
1498  * result. What follows is the list of words that matched the query.
1499  */
1500  virtual QCString trSearchMatches()
1501  {
1502  return "Coincidencias:";
1503  }
1504 
1505 //////////////////////////////////////////////////////////////////////////
1506 // new since 1.3.8
1507 //////////////////////////////////////////////////////////////////////////
1508 
1509  /*! This is used in HTML as the title of page with source code for file filename
1510  */
1511  virtual QCString trSourceFile(QCString& filename)
1512  {
1513  return "Fichero Fuente " + filename;
1514  }
1516 //////////////////////////////////////////////////////////////////////////
1517 // new since 1.3.9
1518 //////////////////////////////////////////////////////////////////////////
1519 
1520  /*! This is used as the name of the chapter containing the directory
1521  * hierarchy.
1522  */
1523  virtual QCString trDirIndex()
1524  { return "Jerarquía de directorios"; }
1525 
1526  /*! This is used as the name of the chapter containing the documentation
1527  * of the directories.
1528  */
1529  virtual QCString trDirDocumentation()
1530  { return "Documentación de directorios"; }
1531 
1532  /*! This is used as the title of the directory index and also in the
1533  * Quick links of an HTML page, to link to the directory hierarchy.
1534  */
1535  virtual QCString trDirectories()
1536  { return "Directorios"; }
1537 
1538  /*! This returns a sentences that introduces the directory hierarchy.
1539  * and the fact that it is sorted alphabetically per level
1540  */
1541  virtual QCString trDirDescription()
1542  { return "La jeraquía de este directorio está ordenada"
1543  " alfabéticamente, de manera aproximada:";
1544  }
1545 
1546  /*! This returns the title of a directory page. The name of the
1547  * directory is passed via \a dirName.
1548  */
1549  virtual QCString trDirReference(const QCString &dirName)
1550  {
1551  QCString result="Referencia del directorio ";
1552  result+=dirName;
1553  return result;
1554  }
1555 
1556  /*! This returns the word directory with or without starting capital
1557  * (\a first_capital) and in sigular or plural form (\a singular).
1558  */
1559  virtual QCString trDir(bool first_capital, bool singular)
1560  {
1561  QCString result((first_capital ? "Directorio" : "directorio"));
1562  if (!singular) result+="s";
1563  return result;
1564  }
1565 
1566 //////////////////////////////////////////////////////////////////////////
1567 // new since 1.4.1
1568 //////////////////////////////////////////////////////////////////////////
1569 
1570  /*! This text is added to the documentation when the \\overload command
1571  * is used for a overloaded function.
1572  */
1573  virtual QCString trOverloadText()
1574  {
1575  return "Esta es una función miembro sobrecargada que se "
1576  "suministra por conveniencia. Difiere de la anterior "
1577  "función solamente en los argumentos que acepta.";
1578  }
1579 
1580 //////////////////////////////////////////////////////////////////////////
1581 // new since 1.4.6
1582 //////////////////////////////////////////////////////////////////////////
1583 
1584  /*! This is used to introduce a caller (or called-by) graph */
1585  virtual QCString trCallerGraph()
1586  {
1587  return "Gráfico de llamadas a esta función:";
1588  }
1589 
1590  /*! This is used in the documentation of a file/namespace before the list
1591  * of documentation blocks for enumeration values
1592  */
1594  { return "Documentación de los valores de la enumeración"; }
1595 
1596 //////////////////////////////////////////////////////////////////////////
1597 // new since 1.5.4 (mainly for Fortran)
1598 //////////////////////////////////////////////////////////////////////////
1599  // De parte de Bartomeu:
1600  // No conozco el Fortran, salvo un par de ejercicios en la universidad
1601  // hace muchos años. Por lo tanto, las traducciones son del inglés
1602  // al español, no de un usuario de Fortran que puede que haya cosas que no
1603  // traduzca o traduzca de otra forma. Que los usuarios de Fortran disculpen
1604  // y espero se animen a mejorar mi traducción.
1605 
1606  /*! header that is put before the list of member subprograms (Fortran). */
1608  { return "Documetación de miembros Function/Subroutine"; }
1609 
1610  /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1612  { return "Lista de tipos de datos"; }
1613 
1614  /*! This is put above each page as a link to all members of compounds (Fortran). */
1616  { return "Etiquetas de datos"; }
1617 
1618  /*! This is an introduction to the annotated compound list (Fortran). */
1620  { return "Aquí están los tipos de datos con una breve descripción:"; }
1621 
1622  /*! This is an introduction to the page with all data types (Fortran). */
1623  virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
1624  {
1625  QCString result="Aquí está una lista de todos ";
1626  result+="los miembros de los tipos de datos ";
1627  if (!extractAll)
1628  {
1629  result+="documentados ";
1630  }
1631  result+="con enlaces a ";
1632  if (!extractAll)
1633  {
1634  result+="la documentación de la estructura de datos para cada miembro";
1635  }
1636  else
1637  {
1638  result+="los tipos de dato a que pertenece:";
1639  }
1640  return result;
1641  }
1642 
1643  /*! This is used in LaTeX as the title of the chapter with the
1644  * annotated compound index (Fortran).
1645  */
1647  { return "Índice de tipos de datos"; }
1648 
1649  /*! This is used in LaTeX as the title of the chapter containing
1650  * the documentation of all data types (Fortran).
1651  */
1652  virtual QCString trTypeDocumentation()
1653  { return "Documentación de tipos de datos"; }
1654 
1655  /*! This is used in the documentation of a file as a header before the
1656  * list of (global) subprograms (Fortran).
1657  */
1658  virtual QCString trSubprograms()
1659  { return "Funciones/Subprogramas"; }
1660 
1661  /*! This is used in the documentation of a file/namespace before the list
1662  * of documentation blocks for subprograms (Fortran)
1663  */
1665  { return "Documentación de Funciones/Subprogramas"; }
1666 
1667  /*! This is used in the documentation of a file/namespace/group before
1668  * the list of links to documented compounds (Fortran)
1669  */
1670  virtual QCString trDataTypes()
1671  { return "Tipos de datos"; }
1672 
1673  /*! used as the title of page containing all the index of all modules (Fortran). */
1674  virtual QCString trModulesList()
1675  { return "Lista de módulos"; }
1676 
1677  /*! used as an introduction to the modules list (Fortran) */
1678  virtual QCString trModulesListDescription(bool extractAll)
1679  {
1680  QCString result="Lista de todos los módulos ";
1681  if (!extractAll) result+="documentados ";
1682  result+="con una breve descripción:";
1683  return result;
1684  }
1686  /*! used as the title of the HTML page of a module/type (Fortran) */
1687  virtual QCString trCompoundReferenceFortran(const QCString &clName,
1688  ClassDef::CompoundType compType,
1689  bool isTemplate)
1690  {
1691  QCString result="Referencia de";
1692  if (isTemplate) result+=" la plantilla de";
1693  switch(compType)
1694  {
1695  case ClassDef::Class: result+="l módulo"; break;
1696  case ClassDef::Struct: result+="l tipo"; break;
1697  case ClassDef::Union: result+=" la unión"; break;
1698  case ClassDef::Interface: result+=" la interfaz"; break;
1699  case ClassDef::Protocol: result+="l protocolo"; break;
1700  case ClassDef::Category: result+=" la categoría"; break;
1701  case ClassDef::Exception: result+=" la excepción"; break;
1702  default: break;
1703  }
1704  result+=(QCString)clName;
1705  return result;
1706  }
1707 
1708  /*! used as the title of the HTML page of a module (Fortran) */
1709  virtual QCString trModuleReference(const QCString &namespaceName)
1710  {
1711  QCString result="Referencia módulo ";
1712  result+=namespaceName;
1713  return result;
1714  }
1715 
1716  /*! This is put above each page as a link to all members of modules. (Fortran) */
1717  virtual QCString trModulesMembers()
1718  { return "Miembros módulo"; }
1719 
1720  /*! This is an introduction to the page with all modules members (Fortran) */
1721  virtual QCString trModulesMemberDescription(bool extractAll)
1722  {
1723  QCString result="Lista de todos los miembros del módulo ";
1724  if (!extractAll) result+="documentados ";
1725  result+="con enlaces ";
1726  if (extractAll)
1727  {
1728  result+="a la documentación del módulo para cada uno:";
1729  }
1730  else
1731  {
1732  result+="al módulo al que pertenecen:";
1733  }
1734  return result;
1735  }
1737  /*! This is used in LaTeX as the title of the chapter with the
1738  * index of all modules (Fortran).
1739  */
1740  virtual QCString trModulesIndex()
1741  { return "Índice de módulos"; }
1742 
1743  /*! This is used for translation of the word that will possibly
1744  * be followed by a single name or by a list of names
1745  * of the category.
1746  */
1747  virtual QCString trModule(bool first_capital, bool singular)
1748  {
1749  QCString result((first_capital ? "Módulo" : "módulo"));
1750  if (!singular) result+="s";
1751  return result;
1752  }
1753 
1754  /*! This is put at the bottom of a module documentation page and is
1755  * followed by a list of files that were used to generate the page.
1756  */
1758  bool single)
1759  { // here s is one of " Module", " Struct" or " Union"
1760  // single is true implies a single file
1761  QCString result=(QCString)"La documentación para est";
1762  switch(compType)
1763  {
1764  case ClassDef::Class: result+="e módulo"; break;
1765  case ClassDef::Struct: result+="e tipo"; break;
1766  case ClassDef::Union: result+="a unión"; break;
1767  case ClassDef::Interface: result+="e interfaz"; break;
1768  case ClassDef::Protocol: result+="e protocolo"; break;
1769  case ClassDef::Category: result+="a categoría"; break;
1770  case ClassDef::Exception: result+="a excepción"; break;
1771  default: break;
1772  }
1773  result+=" fue generada de";
1774  if (single) result+="l siguiente fichero:";
1775  else result+=" los siguientes ficheros:";
1776  return result;
1777  }
1778 
1779  /*! This is used for translation of the word that will possibly
1780  * be followed by a single name or by a list of names
1781  * of the category.
1782  */
1783  virtual QCString trType(bool first_capital, bool singular)
1784  {
1785  QCString result((first_capital ? "Tipo" : "tipo"));
1786  if (!singular) result+="s";
1787  return result;
1788  }
1789 
1790  /*! This is used for translation of the word that will possibly
1791  * be followed by a single name or by a list of names
1792  * of the category.
1793  */
1794  virtual QCString trSubprogram(bool first_capital, bool singular)
1795  {
1796  QCString result((first_capital ? "Subprograma" : "subprograma"));
1797  if (!singular) result+="s";
1798  return result;
1799  }
1800 
1801  /*! C# Type Constraint list */
1802  virtual QCString trTypeConstraints()
1803  {
1804  return "Restriciones de tipo";
1805  }
1806 
1807 //////////////////////////////////////////////////////////////////////////
1808 // new since 1.6.0 (mainly for the new search engine)
1809 //////////////////////////////////////////////////////////////////////////
1810 
1811  /*! directory relation for \a name */
1812  virtual QCString trDirRelation(const QCString &name)
1813  {
1814  return QCString(name)+" relación";
1815  }
1816 
1817  /*! Loading message shown when loading search results */
1818  virtual QCString trLoading()
1819  {
1820  return "Cargando...";
1821  }
1822 
1823  /*! Label used for search results in the global namespace */
1824  virtual QCString trGlobalNamespace()
1825  {
1826  return "Namespace global";
1827  }
1828 
1829  /*! Message shown while searching */
1830  virtual QCString trSearching()
1831  {
1832  return "Buscando...";
1833  }
1834 
1835  /*! Text shown when no search results are found */
1836  virtual QCString trNoMatches()
1837  {
1838  return "Nada coincide";
1839  }
1840 
1841 //////////////////////////////////////////////////////////////////////////
1842 // new since 1.6.3 (missing items for the directory pages)
1843 //////////////////////////////////////////////////////////////////////////
1844 
1845  /*! when clicking a directory dependency label, a page with a
1846  * table is shown. The heading for the first column mentions the
1847  * source file that has a relation to another file.
1848  */
1849  virtual QCString trFileIn(const QCString &name)
1850  {
1851  return (QCString)"Fichero en "+name;
1852  }
1853 
1854  /*! when clicking a directory dependency label, a page with a
1855  * table is shown. The heading for the second column mentions the
1856  * destination file that is included.
1857  */
1858  virtual QCString trIncludesFileIn(const QCString &name)
1859  {
1860  return (QCString)"Incluye ficheros en "+name;
1861  }
1862 
1863  /** Compiles a date string.
1864  * @param year Year in 4 digits
1865  * @param month Month of the year: 1=January
1866  * @param day Day of the Month: 1..31
1867  * @param dayOfWeek Day of the week: 1=Monday..7=Sunday
1868  * @param hour Hour of the day: 0..23
1869  * @param minutes Minutes in the hour: 0..59
1870  * @param seconds Seconds within the minute: 0..59
1871  * @param includeTime Include time in the result string?
1872  */
1873  virtual QCString trDateTime(int year,int month,int day,int dayOfWeek,
1874  int hour,int minutes,int seconds,
1875  bool includeTime)
1876  {
1877  static const char *days[] = { "Lunes","Martes","Miércoles","Jueves",
1878  "Viernes","Sábado","Domingo" };
1879  static const char *months[] = { "Enero","Febrero","Marzo","Abril",
1880  "Mayo","Junio","Julio","Agosto",
1881  "Septiembre","Octubre","Noviembre","Diciembre" };
1882  QCString sdate;
1883  sdate.sprintf("%s, %d de %s de %d",days[dayOfWeek-1],day,months[month-1],year);
1884  if (includeTime)
1885  {
1886  QCString stime;
1887  stime.sprintf(" %.2d:%.2d:%.2d",hour,minutes,seconds);
1888  sdate+=stime;
1889  }
1890  return sdate;
1891  }
1892 
1893 //////////////////////////////////////////////////////////////////////////
1894 // new since 1.7.5
1895 //////////////////////////////////////////////////////////////////////////
1896 
1897  /*! Header for the page with bibliographic citations */
1898  virtual QCString trCiteReferences()
1899  { return "Referencias bibliográficas"; }
1900 
1901  /*! Text for copyright paragraph */
1902  virtual QCString trCopyright()
1903  { return "Copyright"; }
1904 
1905  /*! Header for the graph showing the directory dependencies */
1906  virtual QCString trDirDepGraph(const QCString &name)
1907  { return QCString("Gráfico de dependencias de directorios para ")+name+":"; }
1908 
1909 //////////////////////////////////////////////////////////////////////////
1910 // new since 1.8.0
1911 //////////////////////////////////////////////////////////////////////////
1912 
1913  /*! Detail level selector shown for hierarchical indices */
1914  virtual QCString trDetailLevel()
1915  { return "detalle nivel"; }
1916 
1917  /*! Section header for list of template parameters */
1918  virtual QCString trTemplateParameters()
1919  { return "Parámetros del template"; }
1920 
1921  /*! Used in dot graph when UML_LOOK is enabled and there are many fields */
1922  virtual QCString trAndMore(const QCString &number)
1923  { return "y "+number+" más..."; }
1924 
1925  /*! Used file list for a Java enum */
1926  virtual QCString trEnumGeneratedFromFiles(bool single)
1927  { QCString result = "La documentación para este enum ha sido generada a partir de";
1928  if (single)
1929  result += "l siguiente fichero:";
1930  else
1931  result += " los siguientes ficheros:";
1932  return result;
1933  }
1934 
1935  /*! Header of a Java enum page (Java enums are represented as classes). */
1936  virtual QCString trEnumReference(const QCString &name)
1937  { return QCString("Referencia del enum ") + QCString(name); }
1938 
1939  /*! Used for a section containing inherited members */
1940  virtual QCString trInheritedFrom(const QCString &members,const QCString &what)
1941  { return QCString(members)+" heredados desde "+what; }
1942 
1943  /*! Header of the sections with inherited members specific for the
1944  * base class(es)
1945  */
1947  { return "Otros miembros heredados"; }
1948 
1949 //////////////////////////////////////////////////////////////////////////
1950 // new since 1.8.2
1951 //////////////////////////////////////////////////////////////////////////
1952 
1953  /*! Used as a tooltip for the toggle button that appears in the
1954  * navigation tree in the HTML output when GENERATE_TREEVIEW is
1955  * enabled. This tooltip explains the meaning of the button.
1956  */
1957  virtual QCString trPanelSynchronisationTooltip(bool enable)
1958  {
1959  QCString opt = enable ? "habilitar" : "deshabilitar";
1960  return "click en "+opt+" sincronización";
1961  }
1962 
1963  /*! Used in a method of an Objective-C class that is declared in a
1964  * a category. Note that the @1 marker is required and is replaced
1965  * by a link.
1966  */
1967  virtual QCString trProvidedByCategory()
1968  {
1969  return "Proporcionado por categoría @0.";
1970  }
1971 
1972  /*! Used in a method of an Objective-C category that extends a class.
1973  * Note that the @1 marker is required and is replaced by a link to
1974  * the class method.
1975  */
1976  virtual QCString trExtendsClass()
1977  {
1978  return "Extiende la clase @0.";
1979  }
1980 
1981  /*! Used as the header of a list of class methods in Objective-C.
1982  * These are similar to static public member functions in C++.
1983  */
1984  virtual QCString trClassMethods()
1985  {
1986  return "Métodos de la clase";
1987  }
1988 
1989  /*! Used as the header of a list of instance methods in Objective-C.
1990  * These are similar to public member functions in C++.
1991  */
1992  virtual QCString trInstanceMethods()
1993  {
1994  return "Métodos de instancia";
1995  }
1996 
1997  /*! Used as the header of the member functions of an Objective-C class.
1998  */
2000  {
2001  return "Método de documentación";
2002  }
2003 
2004 //////////////////////////////////////////////////////////////////////////
2005 // new since 1.8.4
2006 //////////////////////////////////////////////////////////////////////////
2008  /** old style UNO IDL services: implemented interfaces */
2009  virtual QCString trInterfaces()
2010  { return "Interface exportada"; }
2011 
2012  /** old style UNO IDL services: inherited services */
2013  virtual QCString trServices()
2014  { return "Servicios incluidos"; }
2015 
2016  /** UNO IDL constant groups */
2017  virtual QCString trConstantGroups()
2018  { return "Grupos constantes"; }
2019 
2020  /** UNO IDL constant groups */
2021  virtual QCString trConstantGroupReference(const QCString &namespaceName)
2022  {
2023  QCString result=namespaceName;
2024  result+=" referencia de grupos constantes";
2025  return result;
2026  }
2027  /** UNO IDL service page title */
2028  virtual QCString trServiceReference(const QCString &sName)
2029  {
2030  QCString result=(QCString)sName;
2031  result+=" Referencia servicio";
2032  return result;
2033  }
2034  /** UNO IDL singleton page title */
2035  virtual QCString trSingletonReference(const QCString &sName)
2036  {
2037  QCString result=(QCString)sName;
2038  result+=" referencia Singleton";
2039  return result;
2040  }
2041  /** UNO IDL service page */
2042  virtual QCString trServiceGeneratedFromFiles(bool single)
2043  {
2044  // single is true implies a single file
2045  QCString result=(QCString)"La documentacion para este servicio "
2046  "se ha generado desde ";
2047  if (single) result+="el siguiente fichero:"; else result+="los siguientes ficheros:";
2048  return result;
2049  }
2050  /** UNO IDL singleton page */
2051  virtual QCString trSingletonGeneratedFromFiles(bool single)
2052  {
2053  // single is true implies a single file
2054  QCString result=(QCString)"La documentación para este singleton "
2055  "se ha generado desde ";
2056  if (single) result+="el siguiente fichero:"; else result+="los siguientes ficheros:";
2057  return result;
2058  }
2059 
2060 //////////////////////////////////////////////////////////////////////////
2061 // new since 1.8.15
2062 //////////////////////////////////////////////////////////////////////////
2063 
2064  /** VHDL design unit hierarchy */
2066  { return "Jerarquía de unidades de diseño"; }
2067  /** VHDL design unit list */
2068  virtual QCString trDesignUnitList()
2069  { return "Lista de unidades de diseño"; }
2070  /** VHDL design unit members */
2071  virtual QCString trDesignUnitMembers()
2072  { return "Miembros de las unidades de diseño"; }
2073  /** VHDL design unit list description */
2075  {
2076  return "Aquí hay una lista de todos los miembros de la unidad de diseño con "
2077  "enlaces a las entidades a las que pertenecen:";
2078  }
2079  /** VHDL design unit index */
2081  { return "Indice de unidades de diseño"; }
2082  /** VHDL design units */
2084  { return "Unidades de Diseño"; }
2085  /** VHDL functions/procedures/processes */
2087  { return "Funciones/Procedimientos/Procesos"; }
2088  /** VHDL type */
2089  virtual QCString trVhdlType(uint64 type,bool single)
2090  {
2091  switch(type)
2092  {
2093  case VhdlDocGen::LIBRARY:
2094  if (single) return "Libreria";
2095  else return "Librerias";
2096  case VhdlDocGen::PACKAGE:
2097  if (single) return "Paquete";
2098  else return "Paquetes";
2099  case VhdlDocGen::SIGNAL:
2100  if (single) return "Señal";
2101  else return "Señales";
2102  case VhdlDocGen::COMPONENT:
2103  if (single) return "Componente";
2104  else return "Componentes";
2105  case VhdlDocGen::CONSTANT:
2106  if (single) return "Constante";
2107  else return "Constantes";
2108  case VhdlDocGen::ENTITY:
2109  if (single) return "Entidad";
2110  else return "Entidades";
2111  case VhdlDocGen::TYPE:
2112  if (single) return "Tipo";
2113  else return "Tipos";
2114  case VhdlDocGen::SUBTYPE:
2115  if (single) return "Subtipo";
2116  else return "Subtipos";
2117  case VhdlDocGen::FUNCTION:
2118  if (single) return "Función";
2119  else return "Funciones";
2120  case VhdlDocGen::RECORD:
2121  if (single) return "Registro";
2122  else return "Registros";
2123  case VhdlDocGen::PROCEDURE:
2124  if (single) return "Procedimiento";
2125  else return "Procedimientos";
2127  if (single) return "Arquitectura";
2128  else return "Arquitecturas";
2129  case VhdlDocGen::ATTRIBUTE:
2130  if (single) return "Atributo";
2131  else return "Atributos";
2132  case VhdlDocGen::PROCESS:
2133  if (single) return "Proceso";
2134  else return "Procesos";
2135  case VhdlDocGen::PORT:
2136  if (single) return "Puerto";
2137  else return "Puertos";
2138  case VhdlDocGen::USE:
2139  if (single) return "cláusula de uso";
2140  else return "Cláusulas de uso";
2141  case VhdlDocGen::GENERIC:
2142  if (single) return "Genérico";
2143  else return "Genéricos";
2145  return "Cuerpo del paquete";
2146  case VhdlDocGen::UNITS:
2147  return "Unidades";
2149  if (single) return "Variable Compartida";
2150  else return "Variable Compartidas";
2151  case VhdlDocGen::VFILE:
2152  if (single) return "Fichero";
2153  else return "Ficheros";
2154  case VhdlDocGen::GROUP:
2155  if (single) return "Grupo";
2156  else return "Grupos";
2158  if (single) return "Instanciación";
2159  else return "Instanciaciones";
2160  case VhdlDocGen::ALIAS:
2161  if (single) return "Alias";
2162  else return "Aliases";
2163  case VhdlDocGen::CONFIG:
2164  if (single) return "Configuración";
2165  else return "Configuraciones";
2167  return "Varios";
2168  case VhdlDocGen::UCF_CONST:
2169  return "Restricciones";
2170  default:
2171  return "Clase";
2172  }
2173  }
2174  virtual QCString trCustomReference(const QCString &name)
2175  { return "Referencia"+QCString(name); }
2176 
2177  virtual QCString trConstants()
2178  {
2179  return "Constantes";
2180  }
2182  {
2183  return "Documentación de constante";
2184  }
2185  virtual QCString trSequences()
2186  {
2187  return "Secuencias";
2188  }
2190  {
2191  return "Documentación de secuencia";
2192  }
2193  virtual QCString trDictionaries()
2194  {
2195  return "Diccionarios";
2196  }
2198  {
2199  return "Documentación de diccionario";
2200  }
2201  virtual QCString trSliceInterfaces()
2202  {
2203  return "Interfaces";
2204  }
2205  virtual QCString trInterfaceIndex()
2206  {
2207  return "Indice de interfaces";
2208  }
2209  virtual QCString trInterfaceList()
2210  {
2211  return "Lista de interfaces";
2212  }
2214  {
2215  return "Aquí están las interfaces con una breve descripción:";
2216  }
2217  virtual QCString trInterfaceHierarchy()
2218  {
2219  return "Jerarquía de interfaces";
2220  }
2222  {
2223  return "Este listado de herencia está ordenado de forma aproximada, pero no completamente en orden alfabético:";
2224  }
2226  {
2227  return "Documentación de interfaz";
2228  }
2229  virtual QCString trStructs()
2230  {
2231  return "Estructuras";
2232  }
2233  virtual QCString trStructIndex()
2234  {
2235  return "Indice de estructuras";
2236  }
2237  virtual QCString trStructList()
2238  {
2239  return "Lista de estructuras";
2240  }
2242  {
2243  return "Aquí están las estructuras de datos con una breve descripción:";
2244  }
2246  {
2247  return "Documentación estructura";
2248  }
2249  virtual QCString trExceptionIndex()
2250  {
2251  return "Indice de excepciones";
2252  }
2253  virtual QCString trExceptionList()
2254  {
2255  return "Lista de excepciones";
2256  }
2258  {
2259  return "Aquí están las excepciones con una breve descripción:";
2260  }
2261  virtual QCString trExceptionHierarchy()
2262  {
2263  return "Jerarquía de excepciones";
2264  }
2266  {
2267  return "Este listado de herencia está ordenado de forma aproximada, pero no completamente en orden alfabético:";
2268  }
2270  {
2271  return "Documentación de excepción";
2272  }
2273  virtual QCString trCompoundReferenceSlice(const QCString &clName, ClassDef::CompoundType compType, bool isLocal)
2274  {
2275  QCString result="Referencia de";
2276  switch(compType)
2277  {
2278  case ClassDef::Class: result+=" la Clase"; break;
2279  case ClassDef::Struct: result+=" la Estructura"; break;
2280  case ClassDef::Union: result+=" la Unión"; break;
2281  case ClassDef::Interface: result+=" la Interfaz"; break;
2282  case ClassDef::Protocol: result+="l Protocolo"; break;
2283  case ClassDef::Category: result+=" la Categoría"; break;
2284  case ClassDef::Exception: result+=" la Excepción"; break;
2285  default: break;
2286  }
2287  if (isLocal) result+=" Local";
2288  result+=(QCString)clName;
2289  return result;
2290  }
2291  virtual QCString trOperations()
2292  {
2293  return "Operaciones";
2294  }
2296  {
2297  return "Documentación de operación";
2298  }
2299  virtual QCString trDataMembers()
2300  {
2301  return "Miembros de datos";
2302  }
2304  {
2305  return "Documentación miembro de datos";
2306  }
2307 
2308 };
2309 
2310 #endif
TranslatorSpanish::trCompoundReferenceSlice
virtual QCString trCompoundReferenceSlice(const QCString &clName, ClassDef::CompoundType compType, bool isLocal)
Definition: translator_es.h:2288
TranslatorSpanish::trDetailedDescription
virtual QCString trDetailedDescription()
Definition: translator_es.h:102
TranslatorSpanish::trSearchResults
virtual QCString trSearchResults(int numDocuments)
Definition: translator_es.h:1495
getDotImageExtension
QCString getDotImageExtension()
Definition: util.cpp:7032
TranslatorSpanish::trConstants
virtual QCString trConstants()
Definition: translator_es.h:2192
TranslatorSpanish::trPublicSlots
virtual QCString trPublicSlots()
Definition: translator_es.h:641
TranslatorSpanish::trReturns
virtual QCString trReturns()
Definition: translator_es.h:544
TranslatorSpanish::trStaticPrivateAttribs
virtual QCString trStaticPrivateAttribs()
Definition: translator_es.h:973
TranslatorSpanish::trGotoDocumentation
virtual QCString trGotoDocumentation()
Definition: translator_es.h:862
TranslatorSpanish::trInvariant
virtual QCString trInvariant()
Definition: translator_es.h:880
TranslatorSpanish::trCompoundMembers
virtual QCString trCompoundMembers()
Definition: translator_es.h:202
TranslatorSpanish::trInterfaceDocumentation
virtual QCString trInterfaceDocumentation()
Definition: translator_es.h:2240
TranslatorSpanish::trCiteReferences
virtual QCString trCiteReferences()
Definition: translator_es.h:1913
TranslatorSpanish::trCompoundListFortran
virtual QCString trCompoundListFortran()
Definition: translator_es.h:1626
VhdlDocGen::PROCEDURE
@ PROCEDURE
Definition: vhdldocgen.h:95
TranslatorSpanish::trRemarks
virtual QCString trRemarks()
Definition: translator_es.h:1003
TranslatorSpanish::trSingletonGeneratedFromFiles
virtual QCString trSingletonGeneratedFromFiles(bool single)
UNO IDL singleton page
Definition: translator_es.h:2066
TranslatorSpanish::trModuleDocumentation
virtual QCString trModuleDocumentation()
Definition: translator_es.h:389
TranslatorSpanish::trIncludingInheritedMembers
virtual QCString trIncludingInheritedMembers()
Definition: translator_es.h:147
VhdlDocGen::TYPE
@ TYPE
Definition: vhdldocgen.h:91
TranslatorSpanish::trNote
virtual QCString trNote()
Definition: translator_es.h:921
TranslatorSpanish::trRelatedFunctions
virtual QCString trRelatedFunctions()
Definition: translator_es.h:94
TranslatorSpanish::trPackageAttribs
virtual QCString trPackageAttribs()
Definition: translator_es.h:1444
TranslatorSpanish::trTemplateParameters
virtual QCString trTemplateParameters()
Definition: translator_es.h:1933
TranslatorSpanish::trFunctionDocumentation
virtual QCString trFunctionDocumentation()
Definition: translator_es.h:486
TranslatorSpanish::trExceptionIndex
virtual QCString trExceptionIndex()
Definition: translator_es.h:2264
VhdlDocGen::COMPONENT
@ COMPONENT
Definition: vhdldocgen.h:89
TranslatorSpanish::trBugList
virtual QCString trBugList()
Definition: translator_es.h:1197
TranslatorSpanish::trDesignUnitIndex
virtual QCString trDesignUnitIndex()
VHDL design unit index
Definition: translator_es.h:2095
ClassDef::Union
@ Union
Definition: classdef.h:109
TranslatorSpanish::trMember
virtual QCString trMember(bool first_capital, bool singular)
Definition: translator_es.h:1310
VhdlDocGen::SUBTYPE
@ SUBTYPE
Definition: vhdldocgen.h:92
TranslatorSpanish::trStaticPublicMembers
virtual QCString trStaticPublicMembers()
Definition: translator_es.h:647
TranslatorSpanish::trVariableDocumentation
virtual QCString trVariableDocumentation()
Definition: translator_es.h:492
TranslatorSpanish::trGlobalNamespace
virtual QCString trGlobalNamespace()
Definition: translator_es.h:1839
TranslatorSpanish::trType
virtual QCString trType(bool first_capital, bool singular)
Definition: translator_es.h:1798
TranslatorSpanish::trMemberList
virtual QCString trMemberList()
Definition: translator_es.h:139
TranslatorSpanish::trMemberFunctionDocumentationFortran
virtual QCString trMemberFunctionDocumentationFortran()
Definition: translator_es.h:1622
TranslatorSpanish::trExceptions
virtual QCString trExceptions()
Definition: translator_es.h:556
TranslatorSpanish::trInterfaceListDescription
virtual QCString trInterfaceListDescription()
Definition: translator_es.h:2228
TranslatorSpanish::trServices
virtual QCString trServices()
old style UNO IDL services: inherited services
Definition: translator_es.h:2028
TranslatorSpanish::trDateTime
virtual QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, bool includeTime)
Compiles a date string.
Definition: translator_es.h:1888
TranslatorSpanish::trDirDepGraph
virtual QCString trDirDepGraph(const QCString &name)
Definition: translator_es.h:1921
TranslatorSpanish::trFileDocumentation
virtual QCString trFileDocumentation()
Definition: translator_es.h:410
TranslatorSpanish::trSequences
virtual QCString trSequences()
Definition: translator_es.h:2200
TranslatorSpanish::trNamespaceDocumentation
virtual QCString trNamespaceDocumentation()
Definition: translator_es.h:750
TranslatorSpanish::trRTFansicp
virtual QCString trRTFansicp()
Definition: translator_es.h:1231
TranslatorSpanish::trFileMembersDescription
virtual QCString trFileMembersDescription(bool extractAll)
Definition: translator_es.h:315
TranslatorSpanish::trModulesDescription
virtual QCString trModulesDescription()
Definition: translator_es.h:344
TranslatorAdapter_1_8_15
Definition: translator_adapter.h:82
TranslatorSpanish::trPackageListDescription
virtual QCString trPackageListDescription()
Definition: translator_es.h:1169
TranslatorSpanish::trAll
virtual QCString trAll()
Definition: translator_es.h:1464
TranslatorSpanish::trOperations
virtual QCString trOperations()
Definition: translator_es.h:2306
TranslatorSpanish::trISOLang
virtual QCString trISOLang()
Definition: translator_es.h:86
VhdlDocGen::ENTITY
@ ENTITY
Definition: vhdldocgen.h:83
TranslatorSpanish::trExceptionHierarchy
virtual QCString trExceptionHierarchy()
Definition: translator_es.h:2276
TranslatorSpanish::trSingletonReference
virtual QCString trSingletonReference(const QCString &sName)
UNO IDL singleton page title
Definition: translator_es.h:2050
TranslatorSpanish::trRTFTableOfContents
virtual QCString trRTFTableOfContents()
Definition: translator_es.h:1379
TranslatorSpanish::trClassDiagram
virtual QCString trClassDiagram(const QCString &clName)
Definition: translator_es.h:522
TranslatorSpanish::trDirIndex
virtual QCString trDirIndex()
Definition: translator_es.h:1538
TranslatorSpanish::trIncludesFileIn
virtual QCString trIncludesFileIn(const QCString &name)
Definition: translator_es.h:1873
TranslatorSpanish::trExamples
virtual QCString trExamples()
Definition: translator_es.h:232
VhdlDocGen::SIGNAL
@ SIGNAL
Definition: vhdldocgen.h:88
TranslatorSpanish::trBug
virtual QCString trBug()
Definition: translator_es.h:1191
generateMarker
QCString generateMarker(int id)
Definition: util.cpp:284
TranslatorSpanish::trModule
virtual QCString trModule(bool first_capital, bool singular)
Definition: translator_es.h:1762
QCString::isEmpty
bool isEmpty() const
Returns TRUE iff the string is empty
Definition: qcstring.h:144
TranslatorSpanish::trFunctionAndProc
virtual QCString trFunctionAndProc()
VHDL functions/procedures/processes
Definition: translator_es.h:2101
VhdlDocGen::CONFIG
@ CONFIG
Definition: vhdldocgen.h:105
VhdlDocGen::GENERIC
@ GENERIC
Definition: vhdldocgen.h:100
TranslatorSpanish::trPropertyDocumentation
virtual QCString trPropertyDocumentation()
Definition: translator_es.h:1134
ClassDef::CompoundType
CompoundType
The various compound types
Definition: classdef.h:107
TranslatorSpanish::trWarning
virtual QCString trWarning()
Definition: translator_es.h:532
TranslatorSpanish::trExtendsClass
virtual QCString trExtendsClass()
Definition: translator_es.h:1991
VhdlDocGen::PACKAGE
@ PACKAGE
Definition: vhdldocgen.h:86
TranslatorSpanish::trGroup
virtual QCString trGroup(bool first_capital, bool singular)
Definition: translator_es.h:1288
ClassDef::Interface
@ Interface
Definition: classdef.h:110
TranslatorSpanish::trModulesMemberDescription
virtual QCString trModulesMemberDescription(bool extractAll)
Definition: translator_es.h:1736
TranslatorSpanish::trGeneratedFromFiles
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
Definition: translator_es.h:770
TranslatorSpanish::trReturnValues
virtual QCString trReturnValues()
Definition: translator_es.h:797
TranslatorSpanish::trStructListDescription
virtual QCString trStructListDescription()
Definition: translator_es.h:2256
TranslatorSpanish::trSearching
virtual QCString trSearching()
Definition: translator_es.h:1845
TranslatorSpanish::trDesignUnitListDescription
virtual QCString trDesignUnitListDescription()
VHDL design unit list description
Definition: translator_es.h:2089
TranslatorSpanish::trGeneratedFromFilesFortran
virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single)
Definition: translator_es.h:1772
TranslatorSpanish::trInheritsList
virtual QCString trInheritsList(int numEntries)
Definition: translator_es.h:696
TranslatorSpanish::trExamplesDescription
virtual QCString trExamplesDescription()
Definition: translator_es.h:336
TranslatorSpanish::trTypedefDocumentation
virtual QCString trTypedefDocumentation()
Definition: translator_es.h:474
TranslatorSpanish::trVhdlType
virtual QCString trVhdlType(uint64 type, bool single)
VHDL type
Definition: translator_es.h:2104
TranslatorSpanish::trDictionaries
virtual QCString trDictionaries()
Definition: translator_es.h:2208
TranslatorSpanish::trCallerGraph
virtual QCString trCallerGraph()
Definition: translator_es.h:1600
TranslatorSpanish::trEnumGeneratedFromFiles
virtual QCString trEnumGeneratedFromFiles(bool single)
Definition: translator_es.h:1941
TranslatorSpanish::trMainPage
virtual QCString trMainPage()
Definition: translator_es.h:802
TranslatorSpanish::trClassMethods
virtual QCString trClassMethods()
Definition: translator_es.h:1999
TranslatorSpanish::trConstructorDocumentation
virtual QCString trConstructorDocumentation()
Definition: translator_es.h:850
TranslatorSpanish::trPackageList
virtual QCString trPackageList()
Definition: translator_es.h:1163
TranslatorSpanish::trDetailLevel
virtual QCString trDetailLevel()
Definition: translator_es.h:1929
TranslatorSpanish::trDefinedInSourceFile
virtual QCString trDefinedInSourceFile()
Definition: translator_es.h:819
TranslatorSpanish::trGotoTextualHierarchy
virtual QCString trGotoTextualHierarchy()
Definition: translator_es.h:907
TranslatorSpanish::trModules
virtual QCString trModules()
Definition: translator_es.h:177
TranslatorSpanish::trCompoundMembersDescriptionFortran
virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
Definition: translator_es.h:1638
TranslatorSpanish::trRelatedPagesDescription
virtual QCString trRelatedPagesDescription()
Definition: translator_es.h:340
TranslatorSpanish::trClasses
virtual QCString trClasses()
Definition: translator_es.h:1144
TranslatorSpanish::trDate
virtual QCString trDate()
Definition: translator_es.h:540
TranslatorSpanish::trModulesList
virtual QCString trModulesList()
Definition: translator_es.h:1689
TranslatorSpanish::trSourceFile
virtual QCString trSourceFile(QCString &filename)
Definition: translator_es.h:1526
VhdlDocGen::VFILE
@ VFILE
Definition: vhdldocgen.h:103
VhdlDocGen::UNITS
@ UNITS
Definition: vhdldocgen.h:99
TranslatorSpanish::trExceptionDocumentation
virtual QCString trExceptionDocumentation()
Definition: translator_es.h:2284
ClassDef::Class
@ Class
Definition: classdef.h:107
TranslatorSpanish::trEventDocumentation
virtual QCString trEventDocumentation()
Definition: translator_es.h:1409
TranslatorSpanish::trImplementedInList
virtual QCString trImplementedInList(int numEntries)
Definition: translator_es.h:1367
TranslatorSpanish::trInterfaces
virtual QCString trInterfaces()
old style UNO IDL services: implemented interfaces
Definition: translator_es.h:2024
TranslatorSpanish::trListOfAllMembers
virtual QCString trListOfAllMembers()
Definition: translator_es.h:135
TranslatorSpanish::trInstanceMethods
virtual QCString trInstanceMethods()
Definition: translator_es.h:2007
VhdlDocGen::PORT
@ PORT
Definition: vhdldocgen.h:98
TranslatorSpanish::trDesignUnitHierarchy
virtual QCString trDesignUnitHierarchy()
VHDL design unit hierarchy
Definition: translator_es.h:2080
TranslatorSpanish::trDesignUnitList
virtual QCString trDesignUnitList()
VHDL design unit list
Definition: translator_es.h:2083
TranslatorSpanish::trDataTypes
virtual QCString trDataTypes()
Definition: translator_es.h:1685
TranslatorSpanish::trCallGraph
virtual QCString trCallGraph()
Definition: translator_es.h:1470
TranslatorSpanish::trPrivateAttribs
virtual QCString trPrivateAttribs()
Definition: translator_es.h:968
TranslatorSpanish::trExceptionListDescription
virtual QCString trExceptionListDescription()
Definition: translator_es.h:2272
TranslatorSpanish::trStaticProtectedMembers
virtual QCString trStaticProtectedMembers()
Definition: translator_es.h:656
TranslatorSpanish::trInheritedByList
virtual QCString trInheritedByList(int numEntries)
Definition: translator_es.h:704
TranslatorSpanish::trTodo
virtual QCString trTodo()
Definition: translator_es.h:983
TranslatorSpanish::trNamespaceMemberDescription
virtual QCString trNamespaceMemberDescription(bool extractAll)
Definition: translator_es.h:730
TranslatorSpanish::trRelatedSubscript
virtual QCString trRelatedSubscript()
Definition: translator_es.h:98
TranslatorSpanish::trPackages
virtual QCString trPackages()
Definition: translator_es.h:1175
TranslatorSpanish::trGraphicalHierarchy
virtual QCString trGraphicalHierarchy()
Definition: translator_es.h:897
TranslatorSpanish::trInclByDepGraph
virtual QCString trInclByDepGraph()
Definition: translator_es.h:1013
TranslatorSpanish::trSubprogramDocumentation
virtual QCString trSubprogramDocumentation()
Definition: translator_es.h:1679
TranslatorSpanish::trRelatedPages
virtual QCString trRelatedPages()
Definition: translator_es.h:228
TranslatorSpanish::trPackageMembers
virtual QCString trPackageMembers()
Definition: translator_es.h:1428
TranslatorSpanish::trInterfaceList
virtual QCString trInterfaceList()
Definition: translator_es.h:2224
TranslatorSpanish::trAdditionalInheritedMembers
virtual QCString trAdditionalInheritedMembers()
Definition: translator_es.h:1961
TranslatorSpanish::trPrivateMembers
virtual QCString trPrivateMembers()
Definition: translator_es.h:659
TranslatorSpanish::trFunctions
virtual QCString trFunctions()
Definition: translator_es.h:450
TranslatorSpanish::trNamespaceMembers
virtual QCString trNamespaceMembers()
Definition: translator_es.h:726
TranslatorSpanish::trConstantGroupReference
virtual QCString trConstantGroupReference(const QCString &namespaceName)
UNO IDL constant groups
Definition: translator_es.h:2036
TranslatorSpanish::trEnumerations
virtual QCString trEnumerations()
Definition: translator_es.h:444
TranslatorSpanish::trExampleDocumentation
virtual QCString trExampleDocumentation()
Definition: translator_es.h:416
TranslatorSpanish::trExceptionList
virtual QCString trExceptionList()
Definition: translator_es.h:2268
TranslatorSpanish::trEnumReference
virtual QCString trEnumReference(const QCString &name)
Definition: translator_es.h:1951
TranslatorSpanish::trDesignUnits
virtual QCString trDesignUnits()
VHDL design units
Definition: translator_es.h:2098
TranslatorSpanish::trVariables
virtual QCString trVariables()
Definition: translator_es.h:456
TranslatorSpanish::trWriteList
virtual QCString trWriteList(int numEntries)
Definition: translator_es.h:671
TranslatorSpanish::trDeprecatedList
virtual QCString trDeprecatedList()
Definition: translator_es.h:1391
VhdlDocGen::ALIAS
@ ALIAS
Definition: vhdldocgen.h:106
TranslatorSpanish::trPageIndex
virtual QCString trPageIndex()
Definition: translator_es.h:912
TranslatorSpanish::trClassHierarchy
virtual QCString trClassHierarchy()
Definition: translator_es.h:181
TranslatorSpanish::trPackageTypes
virtual QCString trPackageTypes()
Definition: translator_es.h:1420
VhdlDocGen::ARCHITECTURE
@ ARCHITECTURE
Definition: vhdldocgen.h:85
TranslatorSpanish::trPublicAttribs
virtual QCString trPublicAttribs()
Definition: translator_es.h:931
TranslatorSpanish::trConstantGroups
virtual QCString trConstantGroups()
UNO IDL constant groups
Definition: translator_es.h:2032
TranslatorSpanish::trNamespaceListDescription
virtual QCString trNamespaceListDescription(bool extractAll)
Definition: translator_es.h:572
TranslatorSpanish::trRTFCharSet
virtual QCString trRTFCharSet()
Definition: translator_es.h:1240
TranslatorSpanish::trFileIndex
virtual QCString trFileIndex()
Definition: translator_es.h:383
TranslatorSpanish::trPublicTypes
virtual QCString trPublicTypes()
Definition: translator_es.h:926
VhdlDocGen::ATTRIBUTE
@ ATTRIBUTE
Definition: vhdldocgen.h:87
TranslatorSpanish::trPrecondition
virtual QCString trPrecondition()
Definition: translator_es.h:868
TranslatorSpanish::trInheritedFrom
virtual QCString trInheritedFrom(const QCString &members, const QCString &what)
Definition: translator_es.h:1955
TranslatorSpanish::trSearch
virtual QCString trSearch()
Definition: translator_es.h:236
TranslatorSpanish::trVersion
virtual QCString trVersion()
Definition: translator_es.h:536
VhdlDocGen::CONSTANT
@ CONSTANT
Definition: vhdldocgen.h:90
TranslatorSpanish::trStaticProtectedAttribs
virtual QCString trStaticProtectedAttribs()
Definition: translator_es.h:958
TranslatorSpanish::trMemberTypedefDocumentation
virtual QCString trMemberTypedefDocumentation()
Definition: translator_es.h:106
TranslatorSpanish::trReferencedBy
virtual QCString trReferencedBy()
Definition: translator_es.h:998
TranslatorSpanish::trDefinedIn
virtual QCString trDefinedIn()
Definition: translator_es.h:169
TranslatorSpanish::trStaticPackageAttribs
virtual QCString trStaticPackageAttribs()
Definition: translator_es.h:1452
TranslatorSpanish::trProvidedByCategory
virtual QCString trProvidedByCategory()
Definition: translator_es.h:1982
TranslatorSpanish::trRelatedFunctionDocumentation
virtual QCString trRelatedFunctionDocumentation()
Definition: translator_es.h:593
TranslatorSpanish::trRTFGeneralIndex
virtual QCString trRTFGeneralIndex()
Definition: translator_es.h:1246
VhdlDocGen::PACKAGE_BODY
@ PACKAGE_BODY
Definition: vhdldocgen.h:84
TranslatorSpanish::trDictionaryDocumentation
virtual QCString trDictionaryDocumentation()
Definition: translator_es.h:2212
TranslatorSpanish::trPostcondition
virtual QCString trPostcondition()
Definition: translator_es.h:874
TranslatorSpanish::trDirDescription
virtual QCString trDirDescription()
Definition: translator_es.h:1556
TranslatorSpanish::trClassHierarchyDescription
virtual QCString trClassHierarchyDescription()
Definition: translator_es.h:240
VhdlDocGen::LIBRARY
@ LIBRARY
Definition: vhdldocgen.h:82
TranslatorSpanish::trPageAbbreviation
virtual QCString trPageAbbreviation()
Definition: translator_es.h:808
TranslatorSpanish::trStructDocumentation
virtual QCString trStructDocumentation()
Definition: translator_es.h:2260
TranslatorSpanish::trTest
virtual QCString trTest()
Definition: translator_es.h:1112
TranslatorSpanish::trEnumValue
virtual QCString trEnumValue()
Definition: translator_es.h:165
TranslatorSpanish::trNamespaceReference
virtual QCString trNamespaceReference(const QCString &namespaceName)
Definition: translator_es.h:631
TranslatorSpanish::trTypeConstraints
virtual QCString trTypeConstraints()
Definition: translator_es.h:1817
TranslatorSpanish::trPackage
virtual QCString trPackage(const QCString &name)
Definition: translator_es.h:1157
TranslatorSpanish::trCompoundMembersDescription
virtual QCString trCompoundMembersDescription(bool extractAll)
Definition: translator_es.h:273
TranslatorSpanish::trProperties
virtual QCString trProperties()
Definition: translator_es.h:1128
ClassDef::Category
@ Category
Definition: classdef.h:112
TranslatorSpanish::trModulesMembers
virtual QCString trModulesMembers()
Definition: translator_es.h:1732
TranslatorSpanish::trSliceInterfaces
virtual QCString trSliceInterfaces()
Definition: translator_es.h:2216
ClassDef::Struct
@ Struct
Definition: classdef.h:108
TranslatorSpanish::trDataMembers
virtual QCString trDataMembers()
Definition: translator_es.h:2314
VhdlDocGen::UCF_CONST
@ UCF_CONST
Definition: vhdldocgen.h:108
TranslatorSpanish::trDeprecated
virtual QCString trDeprecated()
Definition: translator_es.h:828
TranslatorSpanish::trFileList
virtual QCString trFileList()
Definition: translator_es.h:198
TranslatorSpanish::trPage
virtual QCString trPage(bool first_capital, bool singular)
Definition: translator_es.h:1299
TranslatorSpanish::trPrivateTypes
virtual QCString trPrivateTypes()
Definition: translator_es.h:963
TranslatorSpanish::trNamespaceList
virtual QCString trNamespaceList()
Definition: translator_es.h:568
TranslatorSpanish::trFileReference
virtual QCString trFileReference(const QCString &fileName)
Definition: translator_es.h:623
TranslatorSpanish::trCompoundListDescription
virtual QCString trCompoundListDescription()
Definition: translator_es.h:255
TranslatorSpanish::trGotoSourceCode
virtual QCString trGotoSourceCode()
Definition: translator_es.h:856
TranslatorSpanish::trCopyright
virtual QCString trCopyright()
Definition: translator_es.h:1917
TranslatorSpanish::trCompoundReference
virtual QCString trCompoundReference(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate)
Definition: translator_es.h:601
TranslatorSpanish::trReferenceManual
virtual QCString trReferenceManual()
Definition: translator_es.h:426
TranslatorSpanish::trStructs
virtual QCString trStructs()
Definition: translator_es.h:2244
TranslatorSpanish::trTypeDocumentation
virtual QCString trTypeDocumentation()
Definition: translator_es.h:1667
TranslatorSpanish::trGeneratedBy
virtual QCString trGeneratedBy()
Definition: translator_es.h:560
TranslatorSpanish::trPanelSynchronisationTooltip
virtual QCString trPanelSynchronisationTooltip(bool enable)
Definition: translator_es.h:1972
TranslatorSpanish::trDirReference
virtual QCString trDirReference(const QCString &dirName)
Definition: translator_es.h:1564
TranslatorSpanish::trCompoundList
virtual QCString trCompoundList()
Definition: translator_es.h:185
TranslatorSpanish::trLegendTitle
QCString trLegendTitle()
Definition: translator_es.h:1029
TranslatorSpanish::trCompoundListDescriptionFortran
virtual QCString trCompoundListDescriptionFortran()
Definition: translator_es.h:1634
TranslatorSpanish::trMemberEnumerationDocumentation
virtual QCString trMemberEnumerationDocumentation()
Definition: translator_es.h:110
TranslatorSpanish::trSubprogram
virtual QCString trSubprogram(bool first_capital, bool singular)
Definition: translator_es.h:1809
TranslatorSpanish::trModuleIndex
virtual QCString trModuleIndex()
Definition: translator_es.h:356
TranslatorSpanish::trImplementedFromList
virtual QCString trImplementedFromList(int numEntries)
Definition: translator_es.h:1359
TranslatorSpanish::trStaticPackageMembers
virtual QCString trStaticPackageMembers()
Definition: translator_es.h:1436
TranslatorSpanish::trCode
virtual QCString trCode()
Definition: translator_es.h:892
TranslatorSpanish::trLoading
virtual QCString trLoading()
Definition: translator_es.h:1833
TranslatorSpanish::trSignals
virtual QCString trSignals()
Definition: translator_es.h:644
TranslatorSpanish::trDefineValue
virtual QCString trDefineValue()
Definition: translator_es.h:1181
VhdlDocGen::INSTANTIATION
@ INSTANTIATION
Definition: vhdldocgen.h:101
TranslatorSpanish::trDocumentation
virtual QCString trDocumentation()
Definition: translator_es.h:350
TranslatorSpanish::trGeneratedAutomatically
virtual QCString trGeneratedAutomatically(const QCString &s)
Definition: translator_es.h:153
Config_getBool
#define Config_getBool(name)
Definition: config.h:33
ClassDef::Protocol
@ Protocol
Definition: classdef.h:111
TranslatorSpanish::trMore
virtual QCString trMore()
Definition: translator_es.h:131
TranslatorSpanish::trGeneratedAt
virtual QCString trGeneratedAt(const QCString &date, const QCString &projName)
Definition: translator_es.h:513
TranslatorSpanish::trCompoundMembersFortran
virtual QCString trCompoundMembersFortran()
Definition: translator_es.h:1630
TranslatorSpanish::trInterfaceIndex
virtual QCString trInterfaceIndex()
Definition: translator_es.h:2220
TranslatorSpanish::trHierarchicalIndex
virtual QCString trHierarchicalIndex()
Definition: translator_es.h:362
TranslatorSpanish::trAndMore
virtual QCString trAndMore(const QCString &number)
Definition: translator_es.h:1937
TranslatorSpanish::trSequenceDocumentation
virtual QCString trSequenceDocumentation()
Definition: translator_es.h:2204
TranslatorSpanish::trCollaborationDiagram
virtual QCString trCollaborationDiagram(const QCString &clName)
Definition: translator_es.h:838
TranslatorSpanish
Definition: translator_es.h:37
TranslatorSpanish::trInitialValue
virtual QCString trInitialValue()
Definition: translator_es.h:886
TranslatorSpanish::trDirDocumentation
virtual QCString trDirDocumentation()
Definition: translator_es.h:1544
TranslatorSpanish::trDirectories
virtual QCString trDirectories()
Definition: translator_es.h:1550
TranslatorSpanish::trNoMatches
virtual QCString trNoMatches()
Definition: translator_es.h:1851
TranslatorSpanish::trSubprograms
virtual QCString trSubprograms()
Definition: translator_es.h:1673
TranslatorSpanish::trForInternalUseOnly
virtual QCString trForInternalUseOnly()
Definition: translator_es.h:528
TranslatorSpanish::trDefinedAtLineInSourceFile
virtual QCString trDefinedAtLineInSourceFile()
Definition: translator_es.h:815
TranslatorSpanish::trCompounds
virtual QCString trCompounds()
Definition: translator_es.h:498
TranslatorSpanish::trDirRelation
virtual QCString trDirRelation(const QCString &name)
Definition: translator_es.h:1827
TranslatorSpanish::trSince
virtual QCString trSince()
Definition: translator_es.h:1019
TranslatorSpanish::trMemberDataDocumentation
virtual QCString trMemberDataDocumentation()
Definition: translator_es.h:118
VhdlDocGen::PROCESS
@ PROCESS
Definition: vhdldocgen.h:97
TranslatorSpanish::trCustomReference
virtual QCString trCustomReference(const QCString &name)
Definition: translator_es.h:2189
TranslatorSpanish::trProtectedAttribs
virtual QCString trProtectedAttribs()
Definition: translator_es.h:953
TranslatorSpanish::trOperationDocumentation
virtual QCString trOperationDocumentation()
Definition: translator_es.h:2310
TranslatorSpanish::trModuleReference
virtual QCString trModuleReference(const QCString &namespaceName)
Definition: translator_es.h:1724
VhdlDocGen::SHAREDVARIABLE
@ SHAREDVARIABLE
Definition: vhdldocgen.h:104
TranslatorSpanish::trEvents
virtual QCString trEvents()
Definition: translator_es.h:1403
TranslatorSpanish::trSearchResultsTitle
virtual QCString trSearchResultsTitle()
Definition: translator_es.h:1482
TranslatorSpanish::trCompoundIndex
virtual QCString trCompoundIndex()
Definition: translator_es.h:368
TranslatorSpanish::trExceptionHierarchyDescription
virtual QCString trExceptionHierarchyDescription()
Definition: translator_es.h:2280
TranslatorSpanish::trDataMemberDocumentation
virtual QCString trDataMemberDocumentation()
Definition: translator_es.h:2318
TranslatorSpanish::trPageDocumentation
virtual QCString trPageDocumentation()
Definition: translator_es.h:422
TranslatorSpanish::trClass
virtual QCString trClass(bool first_capital, bool singular)
Definition: translator_es.h:1255
TranslatorSpanish::trProtectedSlots
virtual QCString trProtectedSlots()
Definition: translator_es.h:653
TranslatorSpanish::trLegendDocs
virtual QCString trLegendDocs()
Definition: translator_es.h:1037
TranslatorSpanish::trConstantDocumentation
virtual QCString trConstantDocumentation()
Definition: translator_es.h:2196
TranslatorSpanish::trTestList
virtual QCString trTestList()
Definition: translator_es.h:1118
TranslatorSpanish::trFileIn
virtual QCString trFileIn(const QCString &name)
Definition: translator_es.h:1864
TranslatorSpanish::trGlobal
virtual QCString trGlobal(bool first_capital, bool singular)
Definition: translator_es.h:1321
TranslatorSpanish::trDir
virtual QCString trDir(bool first_capital, bool singular)
Definition: translator_es.h:1574
TranslatorSpanish::trPublicMembers
virtual QCString trPublicMembers()
Definition: translator_es.h:638
TranslatorSpanish::trLegend
virtual QCString trLegend()
Definition: translator_es.h:1102
TranslatorSpanish::trReimplementedFromList
virtual QCString trReimplementedFromList(int numEntries)
Definition: translator_es.h:712
TranslatorSpanish::trAttention
virtual QCString trAttention()
Definition: translator_es.h:1008
TranslatorSpanish::trGotoGraphicalHierarchy
virtual QCString trGotoGraphicalHierarchy()
Definition: translator_es.h:902
TranslatorSpanish::trFriends
virtual QCString trFriends()
Definition: translator_es.h:583
VhdlDocGen::GROUP
@ GROUP
Definition: vhdldocgen.h:102
TranslatorSpanish::trModulesIndex
virtual QCString trModulesIndex()
Definition: translator_es.h:1755
TranslatorSpanish::trSeeAlso
virtual QCString trSeeAlso()
Definition: translator_es.h:548
TranslatorSpanish::trStaticPublicAttribs
virtual QCString trStaticPublicAttribs()
Definition: translator_es.h:943
TranslatorSpanish::trClassDocumentation
virtual QCString trClassDocumentation()
Definition: translator_es.h:395
TranslatorSpanish::latexLanguageSupportCommand
virtual QCString latexLanguageSupportCommand()
Definition: translator_es.h:81
TranslatorSpanish::trFile
virtual QCString trFile(bool first_capital, bool singular)
Definition: translator_es.h:1266
TranslatorSpanish::trMemberFunctionDocumentation
virtual QCString trMemberFunctionDocumentation()
Definition: translator_es.h:114
VhdlDocGen::USE
@ USE
Definition: vhdldocgen.h:96
TranslatorSpanish::trServiceReference
virtual QCString trServiceReference(const QCString &sName)
UNO IDL service page title
Definition: translator_es.h:2043
TranslatorSpanish::trSearchMatches
virtual QCString trSearchMatches()
Definition: translator_es.h:1515
TranslatorSpanish::trDesignUnitMembers
virtual QCString trDesignUnitMembers()
VHDL design unit members
Definition: translator_es.h:2086
TranslatorSpanish::trReimplementedInList
virtual QCString trReimplementedInList(int numEntries)
Definition: translator_es.h:720
TranslatorSpanish::trCompoundReferenceFortran
virtual QCString trCompoundReferenceFortran(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate)
Definition: translator_es.h:1702
TranslatorSpanish::trInclDepGraph
virtual QCString trInclDepGraph(const QCString &fName)
Definition: translator_es.h:844
TranslatorSpanish::trInterfaceHierarchy
virtual QCString trInterfaceHierarchy()
Definition: translator_es.h:2232
ClassDef::Exception
@ Exception
Definition: classdef.h:113
TranslatorSpanish::trDefines
virtual QCString trDefines()
Definition: translator_es.h:432
TranslatorSpanish::trModulesListDescription
virtual QCString trModulesListDescription(bool extractAll)
Definition: translator_es.h:1693
TranslatorSpanish::trThisIsTheListOfAllMembers
virtual QCString trThisIsTheListOfAllMembers()
Definition: translator_es.h:143
TranslatorSpanish::trMethodDocumentation
virtual QCString trMethodDocumentation()
Definition: translator_es.h:2014
TranslatorSpanish::trFileMembers
virtual QCString trFileMembers()
Definition: translator_es.h:215
TranslatorSpanish::trStructList
virtual QCString trStructList()
Definition: translator_es.h:2252
TranslatorSpanish::trInterfaceHierarchyDescription
virtual QCString trInterfaceHierarchyDescription()
Definition: translator_es.h:2236
TranslatorSpanish::trNamespaces
virtual QCString trNamespaces()
Definition: translator_es.h:760
TranslatorSpanish::trParameters
virtual QCString trParameters()
Definition: translator_es.h:552
TranslatorSpanish::idLanguage
virtual QCString idLanguage()
Definition: translator_es.h:64
TranslatorSpanish::trNamespace
virtual QCString trNamespace(bool first_capital, bool singular)
Definition: translator_es.h:1277
VhdlDocGen::FUNCTION
@ FUNCTION
Definition: vhdldocgen.h:93
TranslatorSpanish::trTodoList
virtual QCString trTodoList()
Definition: translator_es.h:989
TranslatorSpanish::trNamespaceIndex
virtual QCString trNamespaceIndex()
Definition: translator_es.h:744
TranslatorSpanish::trFileListDescription
virtual QCString trFileListDescription(bool extractAll)
Definition: translator_es.h:246
TranslatorSpanish::trReferences
virtual QCString trReferences()
Definition: translator_es.h:1347
uint64
uint64_t uint64
Definition: qcstring.h:43
VhdlDocGen::RECORD
@ RECORD
Definition: vhdldocgen.h:94
TranslatorSpanish::trPrivateSlots
virtual QCString trPrivateSlots()
Definition: translator_es.h:662
TranslatorSpanish::trServiceGeneratedFromFiles
virtual QCString trServiceGeneratedFromFiles(bool single)
UNO IDL service page
Definition: translator_es.h:2057
TranslatorSpanish::trProtectedTypes
virtual QCString trProtectedTypes()
Definition: translator_es.h:948
TranslatorSpanish::trAuthor
virtual QCString trAuthor(bool first_capital, bool singular)
Definition: translator_es.h:1334
QCString::sprintf
QCString & sprintf(const char *format,...)
Definition: qcstring.cpp:24
TranslatorSpanish::trEnumName
virtual QCString trEnumName()
Definition: translator_es.h:161
TranslatorSpanish::trEnumerationValueDocumentation
virtual QCString trEnumerationValueDocumentation()
Definition: translator_es.h:1608
TranslatorSpanish::trStaticPrivateMembers
virtual QCString trStaticPrivateMembers()
Definition: translator_es.h:665
TranslatorSpanish::trDefineDocumentation
virtual QCString trDefineDocumentation()
Definition: translator_es.h:468
TranslatorSpanish::trTypedefs
virtual QCString trTypedefs()
Definition: translator_es.h:438
TranslatorSpanish::trCompoundIndexFortran
virtual QCString trCompoundIndexFortran()
Definition: translator_es.h:1661
TranslatorSpanish::trEnumerationTypeDocumentation
virtual QCString trEnumerationTypeDocumentation()
Definition: translator_es.h:480
VhdlDocGen::MISCELLANEOUS
@ MISCELLANEOUS
Definition: vhdldocgen.h:107
TranslatorSpanish::trOverloadText
virtual QCString trOverloadText()
Definition: translator_es.h:1588
TranslatorSpanish::trStructIndex
virtual QCString trStructIndex()
Definition: translator_es.h:2248
TranslatorSpanish::trProtectedMembers
virtual QCString trProtectedMembers()
Definition: translator_es.h:650
TranslatorSpanish::trEnumerationValues
virtual QCString trEnumerationValues()
Definition: translator_es.h:462
QCString
This is an alternative implementation of QCString.
Definition: qcstring.h:108