Doxygen
translator_ca.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_CA_H
19 #define TRANSLATOR_CA_H
20 
21 /*!
22  When defining a translator class for the new language, follow
23  the description in the documentation. One of the steps says
24  that you should copy the translator_en.h (this) file to your
25  translator_xx.h new file. Your new language should use the
26  Translator class as the base class. This means that you need to
27  implement exactly the same (pure virtual) methods as the
28  TranslatorEnglish does. Because of this, it is a good idea to
29  start with the copy of TranslatorEnglish and replace the strings
30  one by one.
31 
32  It is not necessary to include "translator.h" or
33  "translator_adapter.h" here. The files are included in the
34  language.cpp correctly. Not including any of the mentioned
35  files frees the maintainer from thinking about whether the
36  first, the second, or both files should be included or not, and
37  why. This holds namely for localized translators because their
38  base class is changed occasionaly to adapter classes when the
39  Translator class changes the interface, or back to the
40  Translator class (by the local maintainer) when the localized
41  translator is made up-to-date again.
42 */
44 {
45  public:
46 
47  // --- Language control methods -------------------
48 
49  /*! Used for identification of the language. The identification
50  * should not be translated. It should be replaced by the name
51  * of the language in English using lower-case characters only
52  * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
53  * the identification used in language.cpp.
54  */
55  virtual QCString idLanguage()
56  { return "catalan"; }
57 
58  /*! Used to get the LaTeX command(s) for the language support.
59  * This method should return string with commands that switch
60  * LaTeX to the desired language. For example
61  * <pre>"\\usepackage[german]{babel}\n"
62  * </pre>
63  * or
64  * <pre>"\\usepackage{polski}\n"
65  * "\\usepackage[latin2]{inputenc}\n"
66  * "\\usepackage[T1]{fontenc}\n"
67  * </pre>
68  *
69  * The English LaTeX does not use such commands. Because of this
70  * the empty string is returned in this implementation.
71  */
73  {
74  //return "\\usepackage[catalan]{babel}\n\\usepackage[latin1]{inputenc}";
75  return "\\usepackage[catalan]{babel}\n";
76  }
77 
78  virtual QCString trISOLang()
79  {
80  return "ca";
81  }
82 
83  // --- Language translation methods -------------------
84 
85  /*! used in the compound documentation before a list of related functions. */
87  { return "Funcions Associades"; }
88 
89  /*! subscript for the related functions. */
91  { return "(Remarcar que aquestes funcions no són funcions membre.)"; }
92 
93  /*! header that is put before the detailed description of files, classes and namespaces. */
95  { return "Descripció Detallada"; }
96 
97  /*! header that is put before the list of typedefs. */
99  { return "Documentació de les Definicions de Tipus Membre"; }
100 
101  /*! header that is put before the list of enumerations. */
103  { return "Documentació de les Enumeracions Membre"; }
104 
105  /*! header that is put before the list of member functions. */
107  { return "Documentació de les Funcions Membre"; }
108 
109  /*! header that is put before the list of member attributes. */
111  {
112  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
113  {
114  return "Documentació dels Camps";
115  }
116  else
117  {
118  return "Documentació de les Dades Membre";
119  }
120  }
121 
122  /*! this is the text of a link put after brief descriptions. */
123  virtual QCString trMore()
124  { return "Més..."; }
125 
126  /*! put in the class documentation */
127  virtual QCString trListOfAllMembers()
128  { return "Llista de tots els membres"; }
129 
130  /*! used as the title of the "list of all members" page of a class */
131  virtual QCString trMemberList()
132  { return "Llista dels Membres"; }
133 
134  /*! this is the first part of a sentence that is followed by a class name */
136  { return "Aquesta és la llista complerta dels membres de "; }
137 
138  /*! this is the remainder of the sentence after the class name */
140  { return ", incloent tots els membres heretats."; }
141 
142  /*! this is put at the author sections at the bottom of man pages.
143  * parameter s is name of the project name.
144  */
145  virtual QCString trGeneratedAutomatically(const QCString &s)
146  { QCString result="Generat automàticament per Doxygen";
147  if (!s.isEmpty()) result+=(QCString)" per a "+s;
148  result+=" a partir del codi font.";
149  return result;
150  }
151 
152  /*! put after an enum name in the list of all members */
153  virtual QCString trEnumName()
154  { return "nom de la enum"; }
155 
156  /*! put after an enum value in the list of all members */
157  virtual QCString trEnumValue()
158  { return "valors de la enum"; }
159 
160  /*! put after an undocumented member in the list of all members */
161  virtual QCString trDefinedIn()
162  { return "definit a"; }
163 
164  // quick reference sections
165 
166  /*! This is put above each page as a link to the list of all groups of
167  * compounds or files (see the \\group command).
168  */
169  virtual QCString trModules()
170  { return "Mòduls"; }
171 
172  /*! This is put above each page as a link to the class hierarchy */
173  virtual QCString trClassHierarchy()
174  { return "Jerarquia de Classes"; }
175 
176  /*! This is put above each page as a link to the list of annotated classes */
177  virtual QCString trCompoundList()
178  {
179  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
180  {
181  return "Estructures de Dades";
182  }
183  else
184  {
185  return "Llista de Classes";
186  }
187  }
188 
189  /*! This is put above each page as a link to the list of documented files */
190  virtual QCString trFileList()
191  { return "Llista dels Fitxers"; }
192 
193  /*! This is put above each page as a link to all members of compounds. */
194  virtual QCString trCompoundMembers()
195  {
196  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
197  {
198  return "Camps de Dades";
199  }
200  else
201  {
202  return "Membres de Classes";
203  }
204  }
205 
206  /*! This is put above each page as a link to all members of files. */
207  virtual QCString trFileMembers()
208  {
209  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
210  {
211  return "Globals";
212  }
213  else
214  {
215  return "Membres de Fitxers";
216  }
217  }
218 
219  /*! This is put above each page as a link to all related pages. */
220  virtual QCString trRelatedPages()
221  { return "Pàgines Relacionades"; }
222 
223  /*! This is put above each page as a link to all examples. */
224  virtual QCString trExamples()
225  { return "Exemples"; }
226 
227  /*! This is put above each page as a link to the search engine. */
228  virtual QCString trSearch()
229  { return "Cerca"; }
230 
231  /*! This is an introduction to the class hierarchy. */
233  { return "Aquesta llista d'herència està ordenada toscament, "
234  "però no completa, de forma alfabètica:";
235  }
236 
237  /*! This is an introduction to the list with all files. */
238  virtual QCString trFileListDescription(bool extractAll)
239  {
240  QCString result="Aquesta és la llista de tots els fitxers ";
241  if (!extractAll) result+="documentats ";
242  result+="acompanyats amb breus descripcions:";
243  return result;
244  }
245 
246  /*! This is an introduction to the annotated compound list. */
248  {
249 
250  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
251  {
252  return "Aquestes són les estructures de dades acompanyades amb breus descripcions:";
253  }
254  else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
255  {
256  return "Aquestes són les classes acompanyades amb breus descripcions:";
257  }
258  else
259  {
260  return "Aquestes són les classes, estructures, "
261  "unions i interfícies acompanyades amb breus descripcions:";
262  }
263  }
264 
265  /*! This is an introduction to the page with all class members. */
266  virtual QCString trCompoundMembersDescription(bool extractAll)
267  {
268  QCString result="Aquesta és la llista de tots els ";
269  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
270  {
271  result+="camps d'estructures i unions";
272  }
273  else
274  {
275  result+="membres de classe";
276  }
277  if (!extractAll)
278  {
279  result+=" documentats";
280  }
281  result+=" amb enllaços a ";
282  if (!extractAll)
283  {
284  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
285  {
286  result+="la documentació de l'estructura/unió per a cada camp:";
287  }
288  else
289  {
290  result+="la documentació de la classe per a cada membre:";
291  }
292  }
293  else
294  {
295  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
296  {
297  result+="les estructures/unions a que pertanyen:";
298  }
299  else
300  {
301  result+="les classes a que pertanyen:";
302  }
303  }
304  return result;
305  }
306  /*! This is an introduction to the page with all file members. */
307  virtual QCString trFileMembersDescription(bool extractAll)
308  {
309  QCString result="Aquesta és la llista de ";
310  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
311  {
312  result+="totes les funcions, variables, definicions, enumeracions, i definicions de tipus";
313  if (!extractAll) result+=" documentades";
314  }
315  else
316  {
317  result+="tots els membres de fitxers";
318  if (!extractAll) result+=" documentats";
319  }
320  result+=" amb enllaços ";
321  if (extractAll)
322  result+="als fitxers als quals corresponen:";
323  else
324  result+="a la documentació:";
325  return result;
326  }
327 
328  /*! This is an introduction to the page with the list of all examples */
330  { return "Aquesta és la llista de tots els exemples:"; }
331 
332  /*! This is an introduction to the page with the list of related pages */
334  { return "Aquesta és la llista de totes les pàgines de documentació associades:"; }
335 
336  /*! This is an introduction to the page with the list of class/file groups */
338  { return "Aquesta és la llista de mòduls:"; }
339 
340  // index titles (the project name is prepended for these)
341 
342 
343  /*! This is used in HTML as the title of index.html. */
345  { return ": Documentació"; }
346 
347  /*! This is used in LaTeX as the title of the chapter with the
348  * index of all groups.
349  */
350  virtual QCString trModuleIndex()
351  { return "Índex de Mòduls"; }
352 
353  /*! This is used in LaTeX as the title of the chapter with the
354  * class hierarchy.
355  */
356  virtual QCString trHierarchicalIndex()
357  { return "Índex Jeràrquic"; }
358 
359  /*! This is used in LaTeX as the title of the chapter with the
360  * annotated compound index.
361  */
362  virtual QCString trCompoundIndex()
363  {
364  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
365  {
366  return "Índex d'Estructures de Dades";
367  }
368  else
369  {
370  return "Índex de Classes";
371  }
372  }
373 
374  /*! This is used in LaTeX as the title of the chapter with the
375  * list of all files.
376  */
378  { return "Índex de Fitxers"; }
379 
380  /*! This is used in LaTeX as the title of the chapter containing
381  * the documentation of all groups.
382  */
384  { return "Documentació dels Mòduls"; }
385 
386  /*! This is used in LaTeX as the title of the chapter containing
387  * the documentation of all classes, structs and unions.
388  */
390  {
391  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
392  {
393  return "Documentació de les Estructures de Dades";
394  }
395  else
396  {
397  return "Documentació de les Classes";
398  }
399  }
400 
401  /*! This is used in LaTeX as the title of the chapter containing
402  * the documentation of all files.
403  */
405  { return "Documentació dels Fitxers"; }
406 
407  /*! This is used in LaTeX as the title of the chapter containing
408  * the documentation of all examples.
409  */
411  { return "Documentació dels Exemples"; }
412 
413  /*! This is used in LaTeX as the title of the chapter containing
414  * the documentation of all related pages.
415  */
416  virtual QCString trPageDocumentation()
417  { return "Documentació de les Pàgines"; }
418 
419  /*! This is used in LaTeX as the title of the document */
420  virtual QCString trReferenceManual()
421  { return "Manual de Referència"; }
422 
423  /*! This is used in the documentation of a file as a header before the
424  * list of defines
425  */
426  virtual QCString trDefines()
427  { return "Definicions"; }
428 
429  /*! This is used in the documentation of a file as a header before the
430  * list of typedefs
431  */
432  virtual QCString trTypedefs()
433  { return "Definicions de Tipus"; }
434 
435  /*! This is used in the documentation of a file as a header before the
436  * list of enumerations
437  */
438  virtual QCString trEnumerations()
439  { return "Enumeracions"; }
440 
441  /*! This is used in the documentation of a file as a header before the
442  * list of (global) functions
443  */
444  virtual QCString trFunctions()
445  { return "Funcions"; }
446 
447  /*! This is used in the documentation of a file as a header before the
448  * list of (global) variables
449  */
450  virtual QCString trVariables()
451  { return "Variables"; }
452 
453  /*! This is used in the documentation of a file as a header before the
454  * list of (global) variables
455  */
456  virtual QCString trEnumerationValues()
457  { return "Valors de les Enumeracions"; }
458 
459  /*! This is used in the documentation of a file before the list of
460  * documentation blocks for defines
461  */
463  { return "Documentació de les Definicions"; }
464 
465  /*! This is used in the documentation of a file/namespace before the list
466  * of documentation blocks for typedefs
467  */
469  { return "Documentació de les Definicions de Tipus"; }
470 
471  /*! This is used in the documentation of a file/namespace before the list
472  * of documentation blocks for enumeration types
473  */
475  { return "Documentació dels Tipus de les Enumeracions"; }
476 
477  /*! This is used in the documentation of a file/namespace before the list
478  * of documentation blocks for functions
479  */
481  { return "Documentació de les Funcions"; }
482 
483  /*! This is used in the documentation of a file/namespace before the list
484  * of documentation blocks for variables
485  */
487  { return "Documentació de les Variables"; }
488 
489  /*! This is used in the documentation of a file/namespace/group before
490  * the list of links to documented compounds
491  */
492  virtual QCString trCompounds()
493  {
494  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
495  {
496  return "Estructures de Dades";
497  }
498  else
499  {
500  return "Classes";
501  }
502  }
503 
504  /*! This is used in the standard footer of each page and indicates when
505  * the page was generated
506  */
507  virtual QCString trGeneratedAt(const QCString &date,const QCString &projName)
508  {
509  QCString result=(QCString)"Generat a "+date;
510  if (!projName.isEmpty()) result+=(QCString)" per a "+projName;
511  result+=(QCString)" per";
512  return result;
513  }
514 
515  /*! this text is put before a class diagram */
516  virtual QCString trClassDiagram(const QCString &clName)
517  {
518  return (QCString)"Diagrama d'Herència per a "+clName+":";
519  }
520 
521  /*! this text is generated when the \\internal command is used. */
523  { return "Tan sols per a ús intern."; }
524 
525  /*! this text is generated when the \\warning command is used. */
526  virtual QCString trWarning()
527  { return "Atenció"; }
528 
529  /*! this text is generated when the \\version command is used. */
530  virtual QCString trVersion()
531  { return "Versió"; }
532 
533  /*! this text is generated when the \\date command is used. */
534  virtual QCString trDate()
535  { return "Data"; }
536 
537  /*! this text is generated when the \\return command is used. */
538  virtual QCString trReturns()
539  { return "Retorna"; }
540 
541  /*! this text is generated when the \\sa command is used. */
542  virtual QCString trSeeAlso()
543  { return "Mireu també"; }
544 
545  /*! this text is generated when the \\param command is used. */
546  virtual QCString trParameters()
547  { return "Paràmetres"; }
548 
549  /*! this text is generated when the \\exception command is used. */
550  virtual QCString trExceptions()
551  { return "Excepcions"; }
552 
553  /*! this text is used in the title page of a LaTeX document. */
554  virtual QCString trGeneratedBy()
555  { return "Generat per"; }
556 
557 //////////////////////////////////////////////////////////////////////////
558 // new since 0.49-990307
559 //////////////////////////////////////////////////////////////////////////
560 
561  /*! used as the title of page containing all the index of all namespaces. */
562  virtual QCString trNamespaceList()
563  { return "Llista dels Espais de Noms"; }
564 
565  /*! used as an introduction to the namespace list */
566  virtual QCString trNamespaceListDescription(bool extractAll)
567  {
568  QCString result="Aquests són tots els espais de noms ";
569  if (!extractAll) result+="documentats ";
570  result+="amb breus descripcions:";
571  return result;
572  }
573 
574  /*! used in the class documentation as a header before the list of all
575  * friends of a class
576  */
577  virtual QCString trFriends()
578  { return "Classes Amigues"; }
579 
580 //////////////////////////////////////////////////////////////////////////
581 // new since 0.49-990405
582 //////////////////////////////////////////////////////////////////////////
583 
584  /*! used in the class documentation as a header before the list of all
585  * related classes
586  */
588  { return "Documentació de funcions amigues i relacionades"; }
589 
590 //////////////////////////////////////////////////////////////////////////
591 // new since 0.49-990425
592 //////////////////////////////////////////////////////////////////////////
593 
594  /*! used as the title of the HTML page of a class/struct/union */
595  virtual QCString trCompoundReference(const QCString &clName,
596  ClassDef::CompoundType compType,
597  bool isTemplate)
598  {
599  QCString result="Referència de";
600  switch(compType)
601  {
602  case ClassDef::Class: result+=" la Classe "; break;
603  case ClassDef::Struct: result+=" l'Estructura "; break;
604  case ClassDef::Union: result+=" la Unió "; break;
605  case ClassDef::Interface: result+=" la Interfície "; break;
606  case ClassDef::Protocol: result+="l Protocol "; break;
607  case ClassDef::Category: result+=" la Categoria "; break;
608  case ClassDef::Exception: result+=" l'Excepció "; break;
609  default: break;
610  }
611  if (isTemplate) result+="Template ";
612  result+=(QCString)clName;
613  return result;
614  }
615 
616  /*! used as the title of the HTML page of a file */
617  virtual QCString trFileReference(const QCString &fileName)
618  {
619  QCString result="Referència del Fitxer ";
620  result+=fileName;
621  return result;
622  }
623 
624  /*! used as the title of the HTML page of a namespace */
625  virtual QCString trNamespaceReference(const QCString &namespaceName)
626  {
627  QCString result="Referència de l'Espai de Noms ";
628  result+=namespaceName;
629  return result;
630  }
631 
633  { return "Mètodes públics"; }
634  virtual QCString trPublicSlots()
635  { return "Slots públics"; }
636  virtual QCString trSignals()
637  { return "Senyals"; }
639  { return "Mètodes Públics Estàtics"; }
641  { return "Mètodes Protegits"; }
642  virtual QCString trProtectedSlots()
643  { return "Slots Protegits"; }
645  { return "Mètodes Protegits Estàtics"; }
646  virtual QCString trPrivateMembers()
647  { return "Mètodes Privats"; }
648  virtual QCString trPrivateSlots()
649  { return "Slots Privats"; }
651  { return "Mètodes Privats Estàtics"; }
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+=" i ";
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 "Hereta de "+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 "Heretat per "+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 "Reimplementat 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 "Reimplementat a "+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 "Membres de l'Espai de Noms"; }
713 
714  /*! This is an introduction to the page with all namespace members */
715  virtual QCString trNamespaceMemberDescription(bool extractAll)
716  {
717  QCString result="Aquesta és la llista de tots els membres de l'espai de noms ";
718  if (!extractAll) result+="documentats ";
719  result+="amb enllaços a ";
720  if (extractAll)
721  result+="la documentació de l'espai de noms de cada membre:";
722  else
723  result+="l'espai de noms al qual corresponen:";
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 "Índex d'Espais de Noms"; }
731 
732  /*! This is used in LaTeX as the title of the chapter containing
733  * the documentation of all namespaces.
734  */
736  { return "Documentació de l'Espai de Noms"; }
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 "Espais de Noms"; }
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ó d'aquest";
760  switch(compType)
761  {
762  case ClassDef::Class: result+="a classe"; break;
763  case ClassDef::Struct: result+="a estructura"; break;
764  case ClassDef::Union: result+="a unió"; break;
765  case ClassDef::Interface: result+="a interfície"; break;
766  case ClassDef::Protocol: result+=" protocol"; break;
767  case ClassDef::Category: result+="a categoria"; break;
768  case ClassDef::Exception: result+="a excepció"; break;
769  default: break;
770  }
771  result+=" es va generar a partir del";
772  if (!single) result+="s";
773  result+=" següent";
774  if (!single) result+="s";
775  result+=" fitxer";
776  if (!single) result+="s:"; else result+=":";
777  return result;
778  }
779 
780 //////////////////////////////////////////////////////////////////////////
781 // new since 0.49-990901
782 //////////////////////////////////////////////////////////////////////////
783 
784  /*! This is used as the heading text for the retval command. */
785  virtual QCString trReturnValues()
786  { return "Valors de retorn"; }
787 
788  /*! This is in the (quick) index as a link to the main page (index.html)
789  */
790  virtual QCString trMainPage()
791  { return "Pàgina principal"; }
792 
793  /*! This is used in references to page that are put in the LaTeX
794  * documentation. It should be an abbreviation of the word page.
795  */
796  virtual QCString trPageAbbreviation()
797  { return "p."; }
798 
799 //////////////////////////////////////////////////////////////////////////
800 // new since 0.49-991003
801 //////////////////////////////////////////////////////////////////////////
802 
804  {
805  return "Definició a la línia @0 del fitxer @1.";
806  }
808  {
809  return "Definició al fitxer @0.";
810  }
811 
812 //////////////////////////////////////////////////////////////////////////
813 // new since 0.49-991205
814 //////////////////////////////////////////////////////////////////////////
815 
816  virtual QCString trDeprecated()
817  {
818  return "Antiquat";
819  }
820 
821 //////////////////////////////////////////////////////////////////////////
822 // new since 1.0.0
823 //////////////////////////////////////////////////////////////////////////
824 
825  /*! this text is put before a collaboration diagram */
826  virtual QCString trCollaborationDiagram(const QCString &clName)
827  {
828  return (QCString)"Diagrama de col·laboració per a "+clName+":";
829  }
830  /*! this text is put before an include dependency graph */
831  virtual QCString trInclDepGraph(const QCString &fName)
832  {
833  return (QCString)"Inclou el graf de dependències per a "+fName+":";
834  }
835  /*! header that is put before the list of constructor/destructors. */
837  {
838  return "Documentació del Constructor i el Destructor";
839  }
840  /*! Used in the file documentation to point to the corresponding sources. */
842  {
843  return "Veure el codi d'aquest fitxer.";
844  }
845  /*! Used in the file sources to point to the corresponding documentation. */
847  {
848  return "Veure la documentació d'aquest fitxer.";
849  }
850  /*! Text for the \\pre command */
852  {
853  return "Precondició";
854  }
855  /*! Text for the \\post command */
857  {
858  return "Postcondició";
859  }
860  /*! Text for the \\invariant command */
862  {
863  return "Invariant";
864  }
865  /*! Text shown before a multi-line variable/enum initialization */
867  {
868  return "Valor inicial:";
869  }
870  /*! Text used the source code in the file index */
871  virtual QCString trCode()
872  {
873  return "codi";
874  }
876  {
877  return "Jerarquia Gràfica de la Classe";
878  }
880  {
881  return "Veure la jerarquia gràfica de la classe";
882  }
884  {
885  return "Veure la jerarquia textual de la classe";
886  }
887  virtual QCString trPageIndex()
888  {
889  return "Índex de Pàgines";
890  }
891 
892 //////////////////////////////////////////////////////////////////////////
893 // new since 1.1.0
894 //////////////////////////////////////////////////////////////////////////
895 
896  virtual QCString trNote()
897  {
898  return "Nota";
899  }
900  virtual QCString trPublicTypes()
901  {
902  return "Tipus Públics";
903  }
904  virtual QCString trPublicAttribs()
905  {
906  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
907  {
908  return "Camps de Dades";
909  }
910  else
911  {
912  return "Atributs Públics";
913  }
914  }
916  {
917  return "Atributs Públics Estàtics";
918  }
920  {
921  return "Tipus Protegits";
922  }
923  virtual QCString trProtectedAttribs()
924  {
925  return "Atributs Protegits";
926  }
928  {
929  return "Atributs Protegits Estàtics";
930  }
931  virtual QCString trPrivateTypes()
932  {
933  return "Tipus Privats";
934  }
935  virtual QCString trPrivateAttribs()
936  {
937  return "Atributs Privats";
938  }
940  {
941  return "Atributs Privats Estàtics";
942  }
943 
944 //////////////////////////////////////////////////////////////////////////
945 // new since 1.1.3
946 //////////////////////////////////////////////////////////////////////////
947 
948  /*! Used as a marker that is put before a \\todo item */
949  virtual QCString trTodo()
950  {
951  return "Per fer";
952  }
953  /*! Used as the header of the todo list */
955  {
956  return "Llista de coses per fer";
957  }
958 
959 //////////////////////////////////////////////////////////////////////////
960 // new since 1.1.4
961 //////////////////////////////////////////////////////////////////////////
962 
963  virtual QCString trReferencedBy()
964  {
965  return "Referenciat a";
966  }
967  virtual QCString trRemarks()
968  {
969  return "Remarca";
970  }
971  virtual QCString trAttention()
972  {
973  return "Atenció";
974  }
975  virtual QCString trInclByDepGraph()
976  {
977  return "Aquest gràfic mostra quins fitxers inclouen, "
978  "de forma directa o indirecta, aquest fitxer:";
979  }
980  virtual QCString trSince()
981  {
982  return "Des de";
983  }
984 
985 //////////////////////////////////////////////////////////////////////////
986 // new since 1.1.5
987 //////////////////////////////////////////////////////////////////////////
988 
989  /*! title of the graph legend page */
991  {
992  return "Llegenda del Gràfic";
993  }
994  /*! page explaining how the dot graph's should be interpreted
995  * The %A in the text below are to prevent link to classes called "A".
996  */
997  virtual QCString trLegendDocs()
998  {
999  return
1000  "Aquesta pàgina explica com s'interpreten els gràfics generats per doxygen.<p>\n"
1001  "Considera aquest exemple:\n"
1002  "\\code\n"
1003  "/*! Classe invisible per culpa del retall */\n"
1004  "class Invisible { };\n\n"
1005  "/*! Classe truncada, l'herència està amagada */\n"
1006  "class Truncated : public Invisible { };\n\n"
1007  "/* Classe no documentada amb comentaris doxygen */\n"
1008  "class Undocumented { };\n\n"
1009  "/*! Classe heredada amb herència pública */\n"
1010  "class PublicBase : public Truncated { };\n\n"
1011  "/*! Una classe Template */\n"
1012  "template<class T> class Templ { };\n\n"
1013  "/*! Classe heredada utilitzant herència protegida */\n"
1014  "class ProtectedBase { };\n\n"
1015  "/*! Classe heredada utiltzant herència privada */\n"
1016  "class PrivateBase { };\n\n"
1017  "/*! Classe usada per la classe heretada */\n"
1018  "class Used { };\n\n"
1019  "/*! Super classe que hereda una quantitat de classes */\n"
1020  "class Inherited : public PublicBase,\n"
1021  " protected ProtectedBase,\n"
1022  " private PrivateBase,\n"
1023  " public Undocumented,\n"
1024  " public Templ<int>\n"
1025  "{\n"
1026  " private:\n"
1027  " Used *m_usedClass;\n"
1028  "};\n"
1029  "\\endcode\n"
1030  "Resultarà el gràfic següent:"
1031  "<p><center><img alt=\"\" src=\"graph_legend."+getDotImageExtension()+"\"></center>\n"
1032  "<p>\n"
1033  "Les caixes del gràfic superior tenen aquesta interpretació:\n"
1034  "<ul>\n"
1035  "<li>Una caixa negra plena represent l'estructura o classe per la qual el gràfic s'ha generat.\n"
1036  "<li>Una caixa de vora negra representa una estructura o classe documentada.\n"
1037  "<li>Una caixa de vora verda representa una estructura o classe indocumentada.\n"
1038  "<li>Una caixa de vora vermalla representa una estructura o classe documentada de la qual "
1039  "no es mostren totes les relacions d'herència/inclusió. Un gràfic és truncat si no s'ajusta als límits.\n"
1040  "</ul>\n"
1041  "Les sagetes tenen aquest significat:\n"
1042  "<ul>\n"
1043  "<li>Una sageta blau fosc remarca una relació d'herència de tipus pública entre dues classes.\n"
1044  "<li>Una sageta verd fosc remarca una relació d'herència de tipus protegida entre dues classes.\n"
1045  "<li>Una sageta roig fosc remarca una relació d'herència de tipus privada entre dues classes.\n"
1046  "<li>Una sageta puntejada de color porpra indica que una classe és continguda o usada per una altra classe."
1047  " La sageta s'etiqueta amb la variable o variables a través de les quals la classe o estructura apuntada és accessible.\n"
1048  "<li>Una sageta puntejada de color groc indica la relació entre una instància template i la classe template de què ha set instanciada."
1049  " La sageta s'etiqueta amb els paràmetres template de la instància.\n"
1050  "</ul>\n";
1051  }
1052  /*! text for the link to the legend page */
1053  virtual QCString trLegend()
1054  {
1055  return "llegenda";
1056  }
1057 
1058 //////////////////////////////////////////////////////////////////////////
1059 // new since 1.2.0
1060 //////////////////////////////////////////////////////////////////////////
1061 
1062  /*! Used as a marker that is put before a test item */
1063  virtual QCString trTest()
1064  {
1065  return "Prova";
1066  }
1067  /*! Used as the header of the test list */
1069  {
1070  return "Llista de proves";
1071  }
1072 
1073 //////////////////////////////////////////////////////////////////////////
1074 // new since 1.2.2
1075 //////////////////////////////////////////////////////////////////////////
1076 
1077  /*! Used as a section header for IDL properties */
1079  {
1080  return "Propietats";
1081  }
1082  /*! Used as a section header for IDL property documentation */
1084  {
1085  return "Documentació de les Propietats";
1086  }
1087 
1088 //////////////////////////////////////////////////////////////////////////
1089 // new since 1.2.4
1090 //////////////////////////////////////////////////////////////////////////
1091 
1092  /*! Used for Java classes in the summary section of Java packages */
1094  {
1095  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1096  {
1097  return "Estructures de Dades";
1098  }
1099  else
1100  {
1101  return "Classes";
1102  }
1103  }
1104  /*! Used as the title of a Java package */
1105  virtual QCString trPackage(const QCString &name)
1106  {
1107  return (QCString)"Paquet "+name;
1108  }
1109  /*! Title of the package index page */
1110  virtual QCString trPackageList()
1111  {
1112  return "Llista de Paquets";
1113  }
1114  /*! The description of the package index page */
1116  {
1117  return "Aquesta és la llista de paquets, amb una breu descripció (si se'n disposa):";
1118  }
1119  /*! The link name in the Quick links header for each page */
1121  {
1122  return "Paquets";
1123  }
1124  /*! Text shown before a multi-line define */
1126  {
1127  return "Valor:";
1128  }
1129 
1130 //////////////////////////////////////////////////////////////////////////
1131 // new since 1.2.5
1132 //////////////////////////////////////////////////////////////////////////
1133 
1134  /*! Used as a marker that is put before a \\bug item */
1135  virtual QCString trBug()
1136  {
1137  return "Error";
1138  }
1139  /*! Used as the header of the bug list */
1141  {
1142  return "Llista d'Errors";
1143  }
1144 
1145 //////////////////////////////////////////////////////////////////////////
1146 // new since 1.2.6
1147 //////////////////////////////////////////////////////////////////////////
1148 
1149  /*! Used as ansicpg for RTF file
1150  *
1151  * The following table shows the correlation of Charset name, Charset Value and
1152  * <pre>
1153  * Codepage number:
1154  * Charset Name Charset Value(hex) Codepage number
1155  * ------------------------------------------------------
1156  * DEFAULT_CHARSET 1 (x01)
1157  * SYMBOL_CHARSET 2 (x02)
1158  * OEM_CHARSET 255 (xFF)
1159  * ANSI_CHARSET 0 (x00) 1252
1160  * RUSSIAN_CHARSET 204 (xCC) 1251
1161  * EE_CHARSET 238 (xEE) 1250
1162  * GREEK_CHARSET 161 (xA1) 1253
1163  * TURKISH_CHARSET 162 (xA2) 1254
1164  * BALTIC_CHARSET 186 (xBA) 1257
1165  * HEBREW_CHARSET 177 (xB1) 1255
1166  * ARABIC _CHARSET 178 (xB2) 1256
1167  * SHIFTJIS_CHARSET 128 (x80) 932
1168  * HANGEUL_CHARSET 129 (x81) 949
1169  * GB2313_CHARSET 134 (x86) 936
1170  * CHINESEBIG5_CHARSET 136 (x88) 950
1171  * </pre>
1172  *
1173  */
1174  virtual QCString trRTFansicp()
1175  {
1176  return "1252";
1177  }
1178 
1179 
1180  /*! Used as ansicpg for RTF fcharset
1181  * \see trRTFansicp() for a table of possible values.
1182  */
1183  virtual QCString trRTFCharSet()
1184  {
1185  return "0";
1186  }
1187 
1188  /*! Used as header RTF general index */
1190  {
1191  return "Índex";
1192  }
1193 
1194  /*! This is used for translation of the word that will possibly
1195  * be followed by a single name or by a list of names
1196  * of the category.
1197  */
1198  virtual QCString trClass(bool first_capital, bool singular)
1199  {
1200  QCString result((first_capital ? "Classe" : "classe"));
1201  if (!singular) result+="s";
1202  return result;
1203  }
1205  /*! This is used for translation of the word that will possibly
1206  * be followed by a single name or by a list of names
1207  * of the category.
1208  */
1209  virtual QCString trFile(bool first_capital, bool singular)
1210  {
1211  QCString result((first_capital ? "Fitxer" : "fitxer"));
1212  if (!singular) result+="s";
1213  return result;
1214  }
1215 
1216  /*! This is used for translation of the word that will possibly
1217  * be followed by a single name or by a list of names
1218  * of the category.
1219  */
1220  virtual QCString trNamespace(bool first_capital, bool singular)
1221  {
1222  QCString result((first_capital ? "Namespace" : "namespace"));
1223  if (!singular) result+="s";
1224  return result;
1225  }
1226 
1227  /*! This is used for translation of the word that will possibly
1228  * be followed by a single name or by a list of names
1229  * of the category.
1230  */
1231  virtual QCString trGroup(bool first_capital, bool singular)
1232  {
1233  QCString result((first_capital ? "Grup" : "grup"));
1234  if (!singular) result+="s";
1235  return result;
1236  }
1237 
1238  /*! This is used for translation of the word that will possibly
1239  * be followed by a single name or by a list of names
1240  * of the category.
1241  */
1242  virtual QCString trPage(bool first_capital, bool singular)
1243  {
1244  QCString result((first_capital ? "Pàgin" : "pàgin"));
1245  if (!singular) result+="es"; else result+="a";
1246  return result;
1247  }
1248 
1249  /*! This is used for translation of the word that will possibly
1250  * be followed by a single name or by a list of names
1251  * of the category.
1252  */
1253  virtual QCString trMember(bool first_capital, bool singular)
1254  {
1255  QCString result((first_capital ? "Membre" : "membre"));
1256  if (!singular) result+="s";
1257  return result;
1258  }
1259 
1260  /*! This is used for translation of the word that will possibly
1261  * be followed by a single name or by a list of names
1262  * of the category.
1263  */
1264  virtual QCString trGlobal(bool first_capital, bool singular)
1265  {
1266  QCString result((first_capital ? "Global" : "global"));
1267  if (!singular) result+="s";
1268  return result;
1269  }
1270 
1271 //////////////////////////////////////////////////////////////////////////
1272 // new since 1.2.7
1273 //////////////////////////////////////////////////////////////////////////
1274 
1275  /*! This text is generated when the \\author command is used and
1276  * for the author section in man pages. */
1277  virtual QCString trAuthor(bool first_capital, bool singular)
1278  {
1279  QCString result((first_capital ? "Autor" : "autor"));
1280  if (!singular) result+="s";
1281  return result;
1282  }
1283 
1284 //////////////////////////////////////////////////////////////////////////
1285 // new since 1.2.11
1286 //////////////////////////////////////////////////////////////////////////
1287 
1288  /*! This text is put before the list of members referenced by a member
1289  */
1290  virtual QCString trReferences()
1291  {
1292  return "Referències";
1293  }
1294 
1295 //////////////////////////////////////////////////////////////////////////
1296 // new since 1.2.13
1297 //////////////////////////////////////////////////////////////////////////
1298 
1299  /*! used in member documentation blocks to produce a list of
1300  * members that are implemented by this one.
1301  */
1302  virtual QCString trImplementedFromList(int numEntries)
1303  {
1304  return "Implementa "+trWriteList(numEntries)+".";
1305  }
1306 
1307  /*! used in member documentation blocks to produce a list of
1308  * all members that implement this abstract member.
1309  */
1310  virtual QCString trImplementedInList(int numEntries)
1311  {
1312  return "Implementat a "+trWriteList(numEntries)+".";
1313  }
1314 
1315 //////////////////////////////////////////////////////////////////////////
1316 // new since 1.2.16
1317 //////////////////////////////////////////////////////////////////////////
1318 
1319  /*! used in RTF documentation as a heading for the Table
1320  * of Contents.
1321  */
1322  virtual QCString trRTFTableOfContents()
1323  {
1324  return "Taula de Continguts";
1325  }
1326 
1327 //////////////////////////////////////////////////////////////////////////
1328 // new since 1.2.17
1329 //////////////////////////////////////////////////////////////////////////
1330 
1331  /*! Used as the header of the list of item that have been
1332  * flagged deprecated
1333  */
1334  virtual QCString trDeprecatedList()
1335  {
1336  return "Llista d'Antiquats";
1337  }
1338 
1339 //////////////////////////////////////////////////////////////////////////
1340 // new since 1.2.18
1341 //////////////////////////////////////////////////////////////////////////
1342 
1343  /*! Used as a header for declaration section of the events found in
1344  * a C# program
1345  */
1346  virtual QCString trEvents()
1347  {
1348  return "Esdeveniments";
1349  }
1350  /*! Header used for the documentation section of a class' events. */
1351  virtual QCString trEventDocumentation()
1352  {
1353  return "Documentació dels Esdeveniments";
1354  }
1355 
1356 //////////////////////////////////////////////////////////////////////////
1357 // new since 1.3
1358 //////////////////////////////////////////////////////////////////////////
1359 
1360  /*! Used as a heading for a list of Java class types with package scope.
1361  */
1362  virtual QCString trPackageTypes()
1363  {
1364  return "Tipus de paquets";
1365  }
1366  /*! Used as a heading for a list of Java class functions with package
1367  * scope.
1368  */
1369  virtual QCString trPackageMembers()
1370  {
1371  return "Funcions de Paquet";
1372  }
1373  /*! Used as a heading for a list of static Java class functions with
1374  * package scope.
1375  */
1377  {
1378  return "Funcions Estàtiques de Paquet";
1379  }
1380  /*! Used as a heading for a list of Java class variables with package
1381  * scope.
1382  */
1383  virtual QCString trPackageAttribs()
1384  {
1385  return "Atributs de Paquet";
1386  }
1387  /*! Used as a heading for a list of static Java class variables with
1388  * package scope.
1389  */
1391  {
1392  return "Atributs Estàtics de Paquet";
1393  }
1394 
1395 //////////////////////////////////////////////////////////////////////////
1396 // new since 1.3.1
1397 //////////////////////////////////////////////////////////////////////////
1399  /*! Used in the quick index of a class/file/namespace member list page
1400  * to link to the unfiltered list of all members.
1401  */
1402  virtual QCString trAll()
1403  {
1404  return "Tot";
1405  }
1406  /*! Put in front of the call graph for a function. */
1407  virtual QCString trCallGraph()
1408  {
1409  return "Gràfic de crides d'aquesta funció:";
1410  }
1411 
1412 //////////////////////////////////////////////////////////////////////////
1413 // new since 1.3.3
1414 //////////////////////////////////////////////////////////////////////////
1415 
1416  /*! This string is used as the title for the page listing the search
1417  * results.
1418  */
1419  virtual QCString trSearchResultsTitle()
1420  {
1421  return "Resultats de la Búsqueda";
1422  }
1423  /*! This string is put just before listing the search results. The
1424  * text can be different depending on the number of documents found.
1425  * Inside the text you can put the special marker $num to insert
1426  * the number representing the actual number of search results.
1427  * The @a numDocuments parameter can be either 0, 1 or 2, where the
1428  * value 2 represents 2 or more matches. HTML markup is allowed inside
1429  * the returned string.
1430  */
1431  virtual QCString trSearchResults(int numDocuments)
1432  {
1433  if (numDocuments==0)
1434  {
1435  return "No s'ha trobat cap document.";
1436  }
1437  else if (numDocuments==1)
1438  {
1439  return "Trobat <b>1</b> document.";
1440  }
1441  else
1442  {
1443  return "Trobats <b>$num</b> documents. "
1444  "Mostrant els millors resultats primer.";
1445  }
1446  }
1447  /*! This string is put before the list of matched words, for each search
1448  * result. What follows is the list of words that matched the query.
1449  */
1450  virtual QCString trSearchMatches()
1451  {
1452  return "Resultats:";
1453  }
1454 
1455 //////////////////////////////////////////////////////////////////////////
1456 // new since 1.3.8
1457 //////////////////////////////////////////////////////////////////////////
1458 
1459  /*! This is used in HTML as the title of page with source code for file filename
1460  */
1461  virtual QCString trSourceFile(QCString& filename)
1462  {
1463  return "Fitxer de Codi " + filename;
1464  }
1466 //////////////////////////////////////////////////////////////////////////
1467 // new since 1.3.9
1468 //////////////////////////////////////////////////////////////////////////
1469 
1470  /*! This is used as the name of the chapter containing the directory
1471  * hierarchy.
1472  */
1473  virtual QCString trDirIndex()
1474  { return "Jerarquia de Directoris"; }
1475 
1476  /*! This is used as the name of the chapter containing the documentation
1477  * of the directories.
1478  */
1479  virtual QCString trDirDocumentation()
1480  { return "Documentació dels Directoris"; }
1481 
1482  /*! This is used as the title of the directory index and also in the
1483  * Quick links of a HTML page, to link to the directory hierarchy.
1484  */
1485  virtual QCString trDirectories()
1486  { return "Directoris"; }
1487 
1488  /*! This returns a sentences that introduces the directory hierarchy.
1489  * and the fact that it is sorted alphabetically per level
1490  */
1491  virtual QCString trDirDescription()
1492  { return "Aquesta jerarquia de directoris està ordenada toscament, "
1493  "però no completa, de forma alfabètica:";
1494  }
1495 
1496  /*! This returns the title of a directory page. The name of the
1497  * directory is passed via \a dirName.
1498  */
1499  virtual QCString trDirReference(const QCString &dirName)
1500  { QCString result="Referència del Directori "; result+=dirName; return result; }
1501 
1502  /*! This returns the word directory with or without starting capital
1503  * (\a first_capital) and in sigular or plural form (\a singular).
1504  */
1505  virtual QCString trDir(bool first_capital, bool singular)
1506  {
1507  QCString result((first_capital ? "Directori" : "directori"));
1508  if (!singular) result+="s";
1509  return result;
1510  }
1511 
1512 //////////////////////////////////////////////////////////////////////////
1513 // new since 1.4.1
1514 //////////////////////////////////////////////////////////////////////////
1515 
1516  /*! This text is added to the documentation when the \\overload command
1517  * is used for a overloaded function.
1518  */
1519  virtual QCString trOverloadText()
1520  {
1521  return "Aquesta és una funció membre sobrecarregada, "
1522  "proveïda per conveniència. Es diferencia de la funció "
1523  "anterior només en els arguments que accepta.";
1524  }
1525 
1526 //////////////////////////////////////////////////////////////////////////
1527 // new since 1.4.6
1528 //////////////////////////////////////////////////////////////////////////
1529 
1530  /*! This is used to introduce a caller (or called-by) graph */
1531  virtual QCString trCallerGraph()
1532  {
1533  return "Gràfic de crides a aquesta funció:";
1534  }
1535 
1536  /*! This is used in the documentation of a file/namespace before the list
1537  * of documentation blocks for enumeration values
1538  */
1540  { return "Documentació de les Enumeracions"; }
1541 
1542 //////////////////////////////////////////////////////////////////////////
1543 // new since 1.5.4 (mainly for Fortran)
1544 //////////////////////////////////////////////////////////////////////////
1545 
1546  /*! header that is put before the list of member subprograms (Fortran). */
1548  { return "Documentació de les Funcions/Subrutines Membre"; }
1549 
1550  /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1552  { return "Llista de Tipus de Dades"; }
1553 
1554  /*! This is put above each page as a link to all members of compounds (Fortran). */
1556  { return "Camps de Dades"; }
1557 
1558  /*! This is an introduction to the annotated compound list (Fortran). */
1560  { return "Aquests són els tipus de dades acompanyats amb breus descripcions:"; }
1561 
1562  /*! This is an introduction to the page with all data types (Fortran). */
1563  virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
1564  {
1565  QCString result="Aquesta és la llista de tots els membres de tipus de dades";
1566  if (!extractAll)
1567  {
1568  result+=" documentats";
1569  }
1570  result+=" amb enllaços a ";
1571  if (!extractAll)
1572  {
1573  result+="la documentació del tipus de dades per a cada membre:";
1574  }
1575  else
1576  {
1577  result+="els tipus de dades a que pertanyen:";
1578  }
1579  return result;
1580  }
1581 
1582  /*! This is used in LaTeX as the title of the chapter with the
1583  * annotated compound index (Fortran).
1584  */
1586  { return "Índex de Tipus de Dades"; }
1587 
1588  /*! This is used in LaTeX as the title of the chapter containing
1589  * the documentation of all data types (Fortran).
1590  */
1591  virtual QCString trTypeDocumentation()
1592  { return "Documentació dels Tipus de Dades"; }
1593 
1594  /*! This is used in the documentation of a file as a header before the
1595  * list of (global) subprograms (Fortran).
1596  */
1597  virtual QCString trSubprograms()
1598  { return "Funcions/Subrutines"; }
1599 
1600  /*! This is used in the documentation of a file/namespace before the list
1601  * of documentation blocks for subprograms (Fortran)
1602  */
1604  { return "Documentació de les Funcions/Subrutines"; }
1605 
1606  /*! This is used in the documentation of a file/namespace/group before
1607  * the list of links to documented compounds (Fortran)
1608  */
1609  virtual QCString trDataTypes()
1610  { return "Tipus de Dades"; }
1611 
1612  /*! used as the title of page containing all the index of all modules (Fortran). */
1613  virtual QCString trModulesList()
1614  { return "Llista de Mòduls"; }
1615 
1616  /*! used as an introduction to the modules list (Fortran) */
1617  virtual QCString trModulesListDescription(bool extractAll)
1618  {
1619  QCString result="Aquesta és la llista de tots els mòduls ";
1620  if (!extractAll) result+="documentats ";
1621  result+="amb breus descripcions:";
1622  return result;
1623  }
1625  /*! used as the title of the HTML page of a module/type (Fortran) */
1626  virtual QCString trCompoundReferenceFortran(const QCString &clName,
1627  ClassDef::CompoundType compType,
1628  bool isTemplate)
1629  {
1630  QCString result="Referència de";
1631  switch(compType)
1632  {
1633  case ClassDef::Class: result+=" el Mòdul "; break;
1634  case ClassDef::Struct: result+=" el Tipus "; break;
1635  case ClassDef::Union: result+=" la Unió "; break;
1636  case ClassDef::Interface: result+=" la Interfície "; break;
1637  case ClassDef::Protocol: result+="l Protocol "; break;
1638  case ClassDef::Category: result+=" la Categoria "; break;
1639  case ClassDef::Exception: result+=" l'Excepció "; break;
1640  default: break;
1641  }
1642  if (isTemplate) result+="Template ";
1643  result+=(QCString)clName;
1644  return result;
1645  }
1646 
1647  /*! used as the title of the HTML page of a module (Fortran) */
1648  virtual QCString trModuleReference(const QCString &namespaceName)
1649  {
1650  QCString result="Referència del Mòdul ";
1651  result+=namespaceName;
1652  return result;
1653  }
1654 
1655  /*! This is put above each page as a link to all members of modules. (Fortran) */
1656  virtual QCString trModulesMembers()
1657  { return "Membres del Mòdul"; }
1658 
1659  /*! This is an introduction to the page with all modules members (Fortran) */
1660  virtual QCString trModulesMemberDescription(bool extractAll)
1661  {
1662  QCString result="Aquesta és la llista de tots els membres del mòdul";
1663  if (!extractAll)
1664  {
1665  result+=" documentats";
1666  }
1667  result+=" amb enllaços a ";
1668  if (!extractAll)
1669  {
1670  result+="la documentació del mòdul per a cada membre:";
1671  }
1672  else
1673  {
1674  result+="els mòduls a que pertanyen:";
1675  }
1676  return result;
1677  }
1678 
1679  /*! This is used in LaTeX as the title of the chapter with the
1680  * index of all modules (Fortran).
1681  */
1682  virtual QCString trModulesIndex()
1683  { return "Índex de Mòduls"; }
1684 
1685  /*! This is used for translation of the word that will possibly
1686  * be followed by a single name or by a list of names
1687  * of the category.
1688  */
1689  virtual QCString trModule(bool first_capital, bool singular)
1690  {
1691  QCString result((first_capital ? "Mòdul" : "mòdul"));
1692  if (!singular) result+="s";
1693  return result;
1694  }
1695  /*! This is put at the bottom of a module documentation page and is
1696  * followed by a list of files that were used to generate the page.
1697  */
1699  bool single)
1700  { // here s is one of " Module", " Struct" or " Union"
1701  // single is true implies a single file
1702  QCString result=(QCString)"La documentació d'aquest";
1703  switch(compType)
1704  {
1705  case ClassDef::Class: result+=" mòdul"; break;
1706  case ClassDef::Struct: result+=" tipus"; break;
1707  case ClassDef::Union: result+="a unió"; break;
1708  case ClassDef::Interface: result+="a interfície"; break;
1709  case ClassDef::Protocol: result+=" protocol"; break;
1710  case ClassDef::Category: result+="a categoria"; break;
1711  case ClassDef::Exception: result+="a excepció"; break;
1712  default: break;
1713  }
1714  result+=" es va generar a partir del";
1715  if (!single) result+="s";
1716  result+=" següent";
1717  if (!single) result+="s";
1718  result+=" fitxer";
1719  if (!single) result+="s:"; else result+=":";
1720  return result;
1721  }
1722 
1723  /*! This is used for translation of the word that will possibly
1724  * be followed by a single name or by a list of names
1725  * of the category.
1726  */
1727  virtual QCString trType(bool first_capital, bool)
1728  {
1729  QCString result((first_capital ? "Tipus" : "tipus"));
1730  //if (!singular) result+="s";
1731  return result;
1732  }
1733  /*! This is used for translation of the word that will possibly
1734  * be followed by a single name or by a list of names
1735  * of the category.
1736  */
1737  virtual QCString trSubprogram(bool first_capital, bool singular)
1738  {
1739  QCString result((first_capital ? "Subprogram" : "subprogram"));
1740  if (!singular) result+="es";
1741  else result+="a";
1742  return result;
1743  }
1744 
1745  /*! C# Type Constraint list */
1746  virtual QCString trTypeConstraints()
1747  {
1748  return "Restriccions de Tipus";
1749  }
1750 
1751 //////////////////////////////////////////////////////////////////////////
1752 // new since 1.6.0 (mainly for the new search engine)
1753 //////////////////////////////////////////////////////////////////////////
1754 
1755  /*! directory relation for \a name */
1756  virtual QCString trDirRelation(const QCString &name)
1757  {
1758  return QCString(name)+" Relació";
1759  }
1760 
1761  /*! Loading message shown when loading search results */
1762  virtual QCString trLoading()
1763  {
1764  return "Carregant...";
1765  }
1766 
1767  /*! Label used for search results in the global namespace */
1768  virtual QCString trGlobalNamespace()
1769  {
1770  return "Espai de Noms Global";
1771  }
1772 
1773  /*! Message shown while searching */
1774  virtual QCString trSearching()
1775  {
1776  return "Cercant...";
1777  }
1778 
1779  /*! Text shown when no search results are found */
1780  virtual QCString trNoMatches()
1781  {
1782  return "Cap coincidència";
1783  }
1784 
1785 //////////////////////////////////////////////////////////////////////////
1786 // new since 1.6.3 (missing items for the directory pages)
1787 //////////////////////////////////////////////////////////////////////////
1788 
1789  /*! when clicking a directory dependency label, a page with a
1790  * table is shown. The heading for the first column mentions the
1791  * source file that has a relation to another file.
1792  */
1793  virtual QCString trFileIn(const QCString &name)
1794  {
1795  return (QCString)"Fitxer a "+name;
1796  }
1797 
1798  /*! when clicking a directory dependency label, a page with a
1799  * table is shown. The heading for the second column mentions the
1800  * destination file that is included.
1801  */
1802  virtual QCString trIncludesFileIn(const QCString &name)
1803  {
1804  return (QCString)"Inclou fitxer a "+name;
1805  }
1806 
1807  /** Compiles a date string.
1808  * @param year Year in 4 digits
1809  * @param month Month of the year: 1=January
1810  * @param day Day of the Month: 1..31
1811  * @param dayOfWeek Day of the week: 1=Monday..7=Sunday
1812  * @param hour Hour of the day: 0..23
1813  * @param minutes Minutes in the hour: 0..59
1814  * @param seconds Seconds within the minute: 0..59
1815  * @param includeTime Include time in the result string?
1816  */
1817  virtual QCString trDateTime(int year,int month,int day,int dayOfWeek,
1818  int hour,int minutes,int seconds,
1819  bool includeTime)
1820  {
1821  static const char *days[] = { "Dl","Dt","Dc","Dj","Dv","Ds","Dg" };
1822  static const char *months[] = { "Gen","Feb","Mar","Abr","Mai","Jun","Jul","Ago","Sep","Oct","Nov","Dec" };
1823  QCString sdate;
1824  sdate.sprintf("%s %s %d %d",days[dayOfWeek-1],months[month-1],day,year);
1825  if (includeTime)
1826  {
1827  QCString stime;
1828  stime.sprintf(" %.2d:%.2d:%.2d",hour,minutes,seconds);
1829  sdate+=stime;
1830  }
1831  return sdate;
1832  }
1833 
1834 //////////////////////////////////////////////////////////////////////////
1835 // new since 1.7.5
1836 //////////////////////////////////////////////////////////////////////////
1837 
1838  /*! Header for the page with bibliographic citations */
1839  virtual QCString trCiteReferences()
1840  { return "Referències Bibliogràfiques"; }
1841 
1842  /*! Text for copyright paragraph */
1843  virtual QCString trCopyright()
1844  { return "Copyright"; }
1845 
1846  /*! Header for the graph showing the directory dependencies */
1847  virtual QCString trDirDepGraph(const QCString &name)
1848  { return QCString("Graf de dependència de directoris per a ")+name+":"; }
1849 
1850 
1851 };
1852 
1853 #endif
TranslatorCatalan::trLegend
virtual QCString trLegend()
Definition: translator_ca.h:1068
getDotImageExtension
QCString getDotImageExtension()
Definition: util.cpp:7032
TranslatorCatalan::trPackageMembers
virtual QCString trPackageMembers()
Definition: translator_ca.h:1384
TranslatorCatalan::trCallGraph
virtual QCString trCallGraph()
Definition: translator_ca.h:1422
TranslatorCatalan::trExampleDocumentation
virtual QCString trExampleDocumentation()
Definition: translator_ca.h:425
TranslatorCatalan::trInheritedByList
virtual QCString trInheritedByList(int numEntries)
Definition: translator_ca.h:704
TranslatorCatalan::trFriends
virtual QCString trFriends()
Definition: translator_ca.h:592
TranslatorCatalan::trCompoundListFortran
virtual QCString trCompoundListFortran()
Definition: translator_ca.h:1566
TranslatorCatalan::trEnumerationValueDocumentation
virtual QCString trEnumerationValueDocumentation()
Definition: translator_ca.h:1554
TranslatorCatalan::trCompoundIndex
virtual QCString trCompoundIndex()
Definition: translator_ca.h:377
TranslatorCatalan::trEnumValue
virtual QCString trEnumValue()
Definition: translator_ca.h:172
TranslatorCatalan::trEnumerationValues
virtual QCString trEnumerationValues()
Definition: translator_ca.h:471
TranslatorCatalan::trSubprogram
virtual QCString trSubprogram(bool first_capital, bool singular)
Definition: translator_ca.h:1752
TranslatorCatalan::trGeneratedAutomatically
virtual QCString trGeneratedAutomatically(const QCString &s)
Definition: translator_ca.h:160
TranslatorCatalan::trStaticPrivateAttribs
virtual QCString trStaticPrivateAttribs()
Definition: translator_ca.h:954
TranslatorCatalan::trFileDocumentation
virtual QCString trFileDocumentation()
Definition: translator_ca.h:419
ClassDef::Union
@ Union
Definition: classdef.h:109
TranslatorCatalan::trGotoSourceCode
virtual QCString trGotoSourceCode()
Definition: translator_ca.h:856
TranslatorCatalan::trClassDiagram
virtual QCString trClassDiagram(const QCString &clName)
Definition: translator_ca.h:531
TranslatorCatalan::trCollaborationDiagram
virtual QCString trCollaborationDiagram(const QCString &clName)
Definition: translator_ca.h:841
TranslatorCatalan::trPageIndex
virtual QCString trPageIndex()
Definition: translator_ca.h:902
TranslatorCatalan::trSourceFile
virtual QCString trSourceFile(QCString &filename)
Definition: translator_ca.h:1476
TranslatorCatalan::trFileMembersDescription
virtual QCString trFileMembersDescription(bool extractAll)
Definition: translator_ca.h:322
TranslatorCatalan::trModulesDescription
virtual QCString trModulesDescription()
Definition: translator_ca.h:352
TranslatorCatalan::trRelatedSubscript
virtual QCString trRelatedSubscript()
Definition: translator_ca.h:105
TranslatorCatalan::trLoading
virtual QCString trLoading()
Definition: translator_ca.h:1777
TranslatorCatalan::trGeneratedFromFiles
virtual QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
Definition: translator_ca.h:770
TranslatorCatalan::trFileList
virtual QCString trFileList()
Definition: translator_ca.h:205
TranslatorCatalan::trDefineValue
virtual QCString trDefineValue()
Definition: translator_ca.h:1140
TranslatorCatalan::trClassDocumentation
virtual QCString trClassDocumentation()
Definition: translator_ca.h:404
TranslatorCatalan::trExamplesDescription
virtual QCString trExamplesDescription()
Definition: translator_ca.h:344
TranslatorCatalan::trRelatedPagesDescription
virtual QCString trRelatedPagesDescription()
Definition: translator_ca.h:348
TranslatorCatalan::trReturnValues
virtual QCString trReturnValues()
Definition: translator_ca.h:800
TranslatorCatalan::trFunctions
virtual QCString trFunctions()
Definition: translator_ca.h:459
TranslatorCatalan::trPackageAttribs
virtual QCString trPackageAttribs()
Definition: translator_ca.h:1398
generateMarker
QCString generateMarker(int id)
Definition: util.cpp:284
TranslatorCatalan::trStaticProtectedMembers
virtual QCString trStaticProtectedMembers()
Definition: translator_ca.h:659
QCString::isEmpty
bool isEmpty() const
Returns TRUE iff the string is empty
Definition: qcstring.h:144
TranslatorCatalan::trSearch
virtual QCString trSearch()
Definition: translator_ca.h:243
TranslatorCatalan::trInvariant
virtual QCString trInvariant()
Definition: translator_ca.h:876
TranslatorCatalan::trMemberFunctionDocumentation
virtual QCString trMemberFunctionDocumentation()
Definition: translator_ca.h:121
TranslatorCatalan::trSearchMatches
virtual QCString trSearchMatches()
Definition: translator_ca.h:1465
ClassDef::CompoundType
CompoundType
The various compound types
Definition: classdef.h:107
TranslatorCatalan::trNamespaceIndex
virtual QCString trNamespaceIndex()
Definition: translator_ca.h:744
TranslatorCatalan::trMainPage
virtual QCString trMainPage()
Definition: translator_ca.h:805
TranslatorCatalan::trModulesMemberDescription
virtual QCString trModulesMemberDescription(bool extractAll)
Definition: translator_ca.h:1675
TranslatorCatalan::trModulesMembers
virtual QCString trModulesMembers()
Definition: translator_ca.h:1671
ClassDef::Interface
@ Interface
Definition: classdef.h:110
TranslatorCatalan::trNamespaceMembers
virtual QCString trNamespaceMembers()
Definition: translator_ca.h:726
TranslatorCatalan::trIncludesFileIn
virtual QCString trIncludesFileIn(const QCString &name)
Definition: translator_ca.h:1817
TranslatorCatalan::trParameters
virtual QCString trParameters()
Definition: translator_ca.h:561
TranslatorCatalan::trDirDepGraph
virtual QCString trDirDepGraph(const QCString &name)
Definition: translator_ca.h:1862
TranslatorCatalan::trVariableDocumentation
virtual QCString trVariableDocumentation()
Definition: translator_ca.h:501
TranslatorCatalan::trCompoundReference
virtual QCString trCompoundReference(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate)
Definition: translator_ca.h:610
TranslatorCatalan::trMore
virtual QCString trMore()
Definition: translator_ca.h:138
TranslatorCatalan::trCompoundListDescriptionFortran
virtual QCString trCompoundListDescriptionFortran()
Definition: translator_ca.h:1574
TranslatorCatalan::trCompoundList
virtual QCString trCompoundList()
Definition: translator_ca.h:192
TranslatorCatalan::trReturns
virtual QCString trReturns()
Definition: translator_ca.h:553
TranslatorCatalan::trMemberFunctionDocumentationFortran
virtual QCString trMemberFunctionDocumentationFortran()
Definition: translator_ca.h:1562
TranslatorCatalan::trProtectedTypes
virtual QCString trProtectedTypes()
Definition: translator_ca.h:934
TranslatorCatalan::trPrivateAttribs
virtual QCString trPrivateAttribs()
Definition: translator_ca.h:950
TranslatorCatalan::trEnumerations
virtual QCString trEnumerations()
Definition: translator_ca.h:453
TranslatorCatalan::idLanguage
virtual QCString idLanguage()
Definition: translator_ca.h:70
TranslatorCatalan::trModules
virtual QCString trModules()
Definition: translator_ca.h:184
TranslatorCatalan::trEventDocumentation
virtual QCString trEventDocumentation()
Definition: translator_ca.h:1366
TranslatorCatalan::trRTFCharSet
virtual QCString trRTFCharSet()
Definition: translator_ca.h:1198
TranslatorCatalan::trOverloadText
virtual QCString trOverloadText()
Definition: translator_ca.h:1534
TranslatorCatalan::trPackage
virtual QCString trPackage(const QCString &name)
Definition: translator_ca.h:1120
TranslatorCatalan::trIncludingInheritedMembers
virtual QCString trIncludingInheritedMembers()
Definition: translator_ca.h:154
ClassDef::Class
@ Class
Definition: classdef.h:107
TranslatorCatalan::trInheritsList
virtual QCString trInheritsList(int numEntries)
Definition: translator_ca.h:696
TranslatorCatalan::trReimplementedFromList
virtual QCString trReimplementedFromList(int numEntries)
Definition: translator_ca.h:712
TranslatorCatalan::trPublicAttribs
virtual QCString trPublicAttribs()
Definition: translator_ca.h:919
TranslatorCatalan::trFileReference
virtual QCString trFileReference(const QCString &fileName)
Definition: translator_ca.h:632
TranslatorCatalan::latexLanguageSupportCommand
virtual QCString latexLanguageSupportCommand()
Definition: translator_ca.h:87
TranslatorCatalan::trInitialValue
virtual QCString trInitialValue()
Definition: translator_ca.h:881
TranslatorCatalan::trNote
virtual QCString trNote()
Definition: translator_ca.h:911
TranslatorCatalan::trGotoTextualHierarchy
virtual QCString trGotoTextualHierarchy()
Definition: translator_ca.h:898
TranslatorCatalan::trTodoList
virtual QCString trTodoList()
Definition: translator_ca.h:969
TranslatorCatalan::trHierarchicalIndex
virtual QCString trHierarchicalIndex()
Definition: translator_ca.h:371
TranslatorCatalan::trExceptions
virtual QCString trExceptions()
Definition: translator_ca.h:565
TranslatorCatalan::trType
virtual QCString trType(bool first_capital, bool)
Definition: translator_ca.h:1742
TranslatorCatalan::trStaticPackageMembers
virtual QCString trStaticPackageMembers()
Definition: translator_ca.h:1391
TranslatorCatalan::trNamespaceReference
virtual QCString trNamespaceReference(const QCString &namespaceName)
Definition: translator_ca.h:640
TranslatorCatalan::trNoMatches
virtual QCString trNoMatches()
Definition: translator_ca.h:1795
TranslatorCatalan::trPageAbbreviation
virtual QCString trPageAbbreviation()
Definition: translator_ca.h:811
TranslatorCatalan::trConstructorDocumentation
virtual QCString trConstructorDocumentation()
Definition: translator_ca.h:851
TranslatorCatalan::trNamespaces
virtual QCString trNamespaces()
Definition: translator_ca.h:760
TranslatorCatalan::trDate
virtual QCString trDate()
Definition: translator_ca.h:549
TranslatorCatalan::trDefinedIn
virtual QCString trDefinedIn()
Definition: translator_ca.h:176
TranslatorCatalan::trFileIndex
virtual QCString trFileIndex()
Definition: translator_ca.h:392
TranslatorCatalan::trPackageListDescription
virtual QCString trPackageListDescription()
Definition: translator_ca.h:1130
TranslatorCatalan::trPublicMembers
virtual QCString trPublicMembers()
Definition: translator_ca.h:647
TranslatorCatalan::trFunctionDocumentation
virtual QCString trFunctionDocumentation()
Definition: translator_ca.h:495
TranslatorCatalan::trGeneratedAt
virtual QCString trGeneratedAt(const QCString &date, const QCString &projName)
Definition: translator_ca.h:522
TranslatorCatalan::trReimplementedInList
virtual QCString trReimplementedInList(int numEntries)
Definition: translator_ca.h:720
TranslatorCatalan
Definition: translator_ca.h:43
TranslatorCatalan::trCompoundMembersDescriptionFortran
virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
Definition: translator_ca.h:1578
TranslatorCatalan::trReferenceManual
virtual QCString trReferenceManual()
Definition: translator_ca.h:435
TranslatorCatalan::trTypeDocumentation
virtual QCString trTypeDocumentation()
Definition: translator_ca.h:1606
TranslatorCatalan::trPrivateTypes
virtual QCString trPrivateTypes()
Definition: translator_ca.h:946
TranslatorCatalan::trNamespaceDocumentation
virtual QCString trNamespaceDocumentation()
Definition: translator_ca.h:750
TranslatorCatalan::trAll
virtual QCString trAll()
Definition: translator_ca.h:1417
TranslatorCatalan::trAttention
virtual QCString trAttention()
Definition: translator_ca.h:986
TranslatorCatalan::trPublicTypes
virtual QCString trPublicTypes()
Definition: translator_ca.h:915
TranslatorCatalan::trProtectedAttribs
virtual QCString trProtectedAttribs()
Definition: translator_ca.h:938
TranslatorCatalan::trRTFGeneralIndex
virtual QCString trRTFGeneralIndex()
Definition: translator_ca.h:1204
TranslatorCatalan::trMemberDataDocumentation
virtual QCString trMemberDataDocumentation()
Definition: translator_ca.h:125
TranslatorCatalan::trImplementedFromList
virtual QCString trImplementedFromList(int numEntries)
Definition: translator_ca.h:1317
TranslatorCatalan::trClass
virtual QCString trClass(bool first_capital, bool singular)
Definition: translator_ca.h:1213
TranslatorCatalan::trFileIn
virtual QCString trFileIn(const QCString &name)
Definition: translator_ca.h:1808
TranslatorCatalan::trGotoGraphicalHierarchy
virtual QCString trGotoGraphicalHierarchy()
Definition: translator_ca.h:894
TranslatorCatalan::trSearchResultsTitle
virtual QCString trSearchResultsTitle()
Definition: translator_ca.h:1434
TranslatorCatalan::trStaticPrivateMembers
virtual QCString trStaticPrivateMembers()
Definition: translator_ca.h:665
TranslatorCatalan::trGlobal
virtual QCString trGlobal(bool first_capital, bool singular)
Definition: translator_ca.h:1279
TranslatorCatalan::trDefineDocumentation
virtual QCString trDefineDocumentation()
Definition: translator_ca.h:477
TranslatorCatalan::trDirectories
virtual QCString trDirectories()
Definition: translator_ca.h:1500
TranslatorCatalan::trCode
virtual QCString trCode()
Definition: translator_ca.h:886
TranslatorCatalan::trProperties
virtual QCString trProperties()
Definition: translator_ca.h:1093
TranslatorCatalan::trClassHierarchyDescription
virtual QCString trClassHierarchyDescription()
Definition: translator_ca.h:247
TranslatorCatalan::trFileMembers
virtual QCString trFileMembers()
Definition: translator_ca.h:222
TranslatorCatalan::trSubprogramDocumentation
virtual QCString trSubprogramDocumentation()
Definition: translator_ca.h:1618
TranslatorCatalan::trDefinedInSourceFile
virtual QCString trDefinedInSourceFile()
Definition: translator_ca.h:822
TranslatorCatalan::trSignals
virtual QCString trSignals()
Definition: translator_ca.h:651
TranslatorCatalan::trInclDepGraph
virtual QCString trInclDepGraph(const QCString &fName)
Definition: translator_ca.h:846
TranslatorCatalan::trSubprograms
virtual QCString trSubprograms()
Definition: translator_ca.h:1612
TranslatorCatalan::trTypeConstraints
virtual QCString trTypeConstraints()
Definition: translator_ca.h:1761
TranslatorCatalan::trProtectedSlots
virtual QCString trProtectedSlots()
Definition: translator_ca.h:657
TranslatorCatalan::trWriteList
virtual QCString trWriteList(int numEntries)
Definition: translator_ca.h:671
TranslatorCatalan::trRemarks
virtual QCString trRemarks()
Definition: translator_ca.h:982
TranslatorCatalan::trVariables
virtual QCString trVariables()
Definition: translator_ca.h:465
TranslatorCatalan::trCompoundListDescription
virtual QCString trCompoundListDescription()
Definition: translator_ca.h:262
TranslatorCatalan::trTodo
virtual QCString trTodo()
Definition: translator_ca.h:964
ClassDef::Category
@ Category
Definition: classdef.h:112
TranslatorCatalan::trNamespaceList
virtual QCString trNamespaceList()
Definition: translator_ca.h:577
TranslatorCatalan::trDir
virtual QCString trDir(bool first_capital, bool singular)
Definition: translator_ca.h:1520
TranslatorCatalan::trClassHierarchy
virtual QCString trClassHierarchy()
Definition: translator_ca.h:188
TranslatorCatalan::trNamespaceListDescription
virtual QCString trNamespaceListDescription(bool extractAll)
Definition: translator_ca.h:581
TranslatorCatalan::trSearchResults
virtual QCString trSearchResults(int numDocuments)
Definition: translator_ca.h:1446
TranslatorCatalan::trDeprecated
virtual QCString trDeprecated()
Definition: translator_ca.h:831
ClassDef::Struct
@ Struct
Definition: classdef.h:108
TranslatorCatalan::trGlobalNamespace
virtual QCString trGlobalNamespace()
Definition: translator_ca.h:1783
TranslatorCatalan::trCompoundReferenceFortran
virtual QCString trCompoundReferenceFortran(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate)
Definition: translator_ca.h:1641
TranslatorCatalan::trDirRelation
virtual QCString trDirRelation(const QCString &name)
Definition: translator_ca.h:1771
TranslatorCatalan::trTest
virtual QCString trTest()
Definition: translator_ca.h:1078
TranslatorCatalan::trForInternalUseOnly
virtual QCString trForInternalUseOnly()
Definition: translator_ca.h:537
TranslatorCatalan::trPackageList
virtual QCString trPackageList()
Definition: translator_ca.h:1125
TranslatorCatalan::trGeneratedFromFilesFortran
virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single)
Definition: translator_ca.h:1713
TranslatorCatalan::trEnumName
virtual QCString trEnumName()
Definition: translator_ca.h:168
TranslatorCatalan::trDefines
virtual QCString trDefines()
Definition: translator_ca.h:441
TranslatorCatalan::trCopyright
virtual QCString trCopyright()
Definition: translator_ca.h:1858
TranslatorCatalan::trSearching
virtual QCString trSearching()
Definition: translator_ca.h:1789
TranslatorCatalan::trDirDocumentation
virtual QCString trDirDocumentation()
Definition: translator_ca.h:1494
TranslatorCatalan::trDeprecatedList
virtual QCString trDeprecatedList()
Definition: translator_ca.h:1349
TranslatorCatalan::trDirDescription
virtual QCString trDirDescription()
Definition: translator_ca.h:1506
TranslatorCatalan::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_ca.h:1832
TranslatorCatalan::trDataTypes
virtual QCString trDataTypes()
Definition: translator_ca.h:1624
TranslatorCatalan::trRTFTableOfContents
virtual QCString trRTFTableOfContents()
Definition: translator_ca.h:1337
TranslatorCatalan::trDirReference
virtual QCString trDirReference(const QCString &dirName)
Definition: translator_ca.h:1514
TranslatorCatalan::trAuthor
virtual QCString trAuthor(bool first_capital, bool singular)
Definition: translator_ca.h:1292
TranslatorCatalan::trReferencedBy
virtual QCString trReferencedBy()
Definition: translator_ca.h:978
TranslatorCatalan::trExamples
virtual QCString trExamples()
Definition: translator_ca.h:239
TranslatorCatalan::trSince
virtual QCString trSince()
Definition: translator_ca.h:995
TranslatorCatalan::trModuleDocumentation
virtual QCString trModuleDocumentation()
Definition: translator_ca.h:398
TranslatorCatalan::trRelatedPages
virtual QCString trRelatedPages()
Definition: translator_ca.h:235
TranslatorCatalan::trRelatedFunctions
virtual QCString trRelatedFunctions()
Definition: translator_ca.h:101
TranslatorCatalan::trMemberTypedefDocumentation
virtual QCString trMemberTypedefDocumentation()
Definition: translator_ca.h:113
TranslatorCatalan::trDetailedDescription
virtual QCString trDetailedDescription()
Definition: translator_ca.h:109
TranslatorCatalan::trEnumerationTypeDocumentation
virtual QCString trEnumerationTypeDocumentation()
Definition: translator_ca.h:489
TranslatorCatalan::trModulesListDescription
virtual QCString trModulesListDescription(bool extractAll)
Definition: translator_ca.h:1632
TranslatorCatalan::trProtectedMembers
virtual QCString trProtectedMembers()
Definition: translator_ca.h:655
TranslatorCatalan::trCompoundMembers
virtual QCString trCompoundMembers()
Definition: translator_ca.h:209
TranslatorCatalan::trDirIndex
virtual QCString trDirIndex()
Definition: translator_ca.h:1488
TranslatorCatalan::trPropertyDocumentation
virtual QCString trPropertyDocumentation()
Definition: translator_ca.h:1098
Config_getBool
#define Config_getBool(name)
Definition: config.h:33
ClassDef::Protocol
@ Protocol
Definition: classdef.h:111
TranslatorCatalan::trMemberEnumerationDocumentation
virtual QCString trMemberEnumerationDocumentation()
Definition: translator_ca.h:117
TranslatorCatalan::trNamespaceMemberDescription
virtual QCString trNamespaceMemberDescription(bool extractAll)
Definition: translator_ca.h:730
TranslatorCatalan::trTestList
virtual QCString trTestList()
Definition: translator_ca.h:1083
TranslatorCatalan::trCiteReferences
virtual QCString trCiteReferences()
Definition: translator_ca.h:1854
TranslatorCatalan::trDefinedAtLineInSourceFile
virtual QCString trDefinedAtLineInSourceFile()
Definition: translator_ca.h:818
TranslatorCatalan::trModulesList
virtual QCString trModulesList()
Definition: translator_ca.h:1628
TranslatorCatalan::trRTFansicp
virtual QCString trRTFansicp()
Definition: translator_ca.h:1189
TranslatorCatalan::trGotoDocumentation
virtual QCString trGotoDocumentation()
Definition: translator_ca.h:861
TranslatorCatalan::trTypedefDocumentation
virtual QCString trTypedefDocumentation()
Definition: translator_ca.h:483
TranslatorCatalan::trNamespace
virtual QCString trNamespace(bool first_capital, bool singular)
Definition: translator_ca.h:1235
TranslatorCatalan::trStaticPublicMembers
virtual QCString trStaticPublicMembers()
Definition: translator_ca.h:653
TranslatorCatalan::trStaticPublicAttribs
virtual QCString trStaticPublicAttribs()
Definition: translator_ca.h:930
TranslatorCatalan::trDocumentation
virtual QCString trDocumentation()
Definition: translator_ca.h:359
TranslatorCatalan::trCompoundMembersDescription
virtual QCString trCompoundMembersDescription(bool extractAll)
Definition: translator_ca.h:281
TranslatorCatalan::trVersion
virtual QCString trVersion()
Definition: translator_ca.h:545
TranslatorCatalan::trCallerGraph
virtual QCString trCallerGraph()
Definition: translator_ca.h:1546
TranslatorCatalan::trReferences
virtual QCString trReferences()
Definition: translator_ca.h:1305
TranslatorCatalan::trPrivateMembers
virtual QCString trPrivateMembers()
Definition: translator_ca.h:661
TranslatorCatalan::trThisIsTheListOfAllMembers
virtual QCString trThisIsTheListOfAllMembers()
Definition: translator_ca.h:150
TranslatorCatalan::trTypedefs
virtual QCString trTypedefs()
Definition: translator_ca.h:447
TranslatorCatalan::trMemberList
virtual QCString trMemberList()
Definition: translator_ca.h:146
TranslatorCatalan::trBug
virtual QCString trBug()
Definition: translator_ca.h:1150
TranslatorCatalan::trGroup
virtual QCString trGroup(bool first_capital, bool singular)
Definition: translator_ca.h:1246
TranslatorCatalan::trLegendTitle
virtual QCString trLegendTitle()
Definition: translator_ca.h:1005
TranslatorCatalan::trWarning
virtual QCString trWarning()
Definition: translator_ca.h:541
TranslatorCatalan::trInclByDepGraph
virtual QCString trInclByDepGraph()
Definition: translator_ca.h:990
TranslatorCatalan::trSeeAlso
virtual QCString trSeeAlso()
Definition: translator_ca.h:557
TranslatorCatalan::trMember
virtual QCString trMember(bool first_capital, bool singular)
Definition: translator_ca.h:1268
TranslatorCatalan::trPostcondition
virtual QCString trPostcondition()
Definition: translator_ca.h:871
TranslatorCatalan::trImplementedInList
virtual QCString trImplementedInList(int numEntries)
Definition: translator_ca.h:1325
TranslatorAdapter_1_8_0
Adapter class for languages that only contain translations up to version 1.8.0.
Definition: translator_adapter.h:263
TranslatorCatalan::trPackageTypes
virtual QCString trPackageTypes()
Definition: translator_ca.h:1377
TranslatorCatalan::trListOfAllMembers
virtual QCString trListOfAllMembers()
Definition: translator_ca.h:142
TranslatorCatalan::trCompounds
virtual QCString trCompounds()
Definition: translator_ca.h:507
TranslatorCatalan::trStaticProtectedAttribs
virtual QCString trStaticProtectedAttribs()
Definition: translator_ca.h:942
TranslatorCatalan::trStaticPackageAttribs
virtual QCString trStaticPackageAttribs()
Definition: translator_ca.h:1405
TranslatorCatalan::trPrecondition
virtual QCString trPrecondition()
Definition: translator_ca.h:866
TranslatorCatalan::trPrivateSlots
virtual QCString trPrivateSlots()
Definition: translator_ca.h:663
TranslatorCatalan::trPackages
virtual QCString trPackages()
Definition: translator_ca.h:1135
TranslatorCatalan::trBugList
virtual QCString trBugList()
Definition: translator_ca.h:1155
ClassDef::Exception
@ Exception
Definition: classdef.h:113
TranslatorCatalan::trRelatedFunctionDocumentation
virtual QCString trRelatedFunctionDocumentation()
Definition: translator_ca.h:602
TranslatorCatalan::trModuleReference
virtual QCString trModuleReference(const QCString &namespaceName)
Definition: translator_ca.h:1663
TranslatorCatalan::trISOLang
virtual QCString trISOLang()
Definition: translator_ca.h:93
TranslatorCatalan::trClasses
virtual QCString trClasses()
Definition: translator_ca.h:1108
TranslatorCatalan::trModule
virtual QCString trModule(bool first_capital, bool singular)
Definition: translator_ca.h:1704
TranslatorCatalan::trCompoundIndexFortran
virtual QCString trCompoundIndexFortran()
Definition: translator_ca.h:1600
TranslatorCatalan::trPublicSlots
virtual QCString trPublicSlots()
Definition: translator_ca.h:649
TranslatorCatalan::trGeneratedBy
virtual QCString trGeneratedBy()
Definition: translator_ca.h:569
TranslatorCatalan::trFileListDescription
virtual QCString trFileListDescription(bool extractAll)
Definition: translator_ca.h:253
TranslatorCatalan::trEvents
virtual QCString trEvents()
Definition: translator_ca.h:1361
TranslatorCatalan::trModuleIndex
virtual QCString trModuleIndex()
Definition: translator_ca.h:365
QCString::sprintf
QCString & sprintf(const char *format,...)
Definition: qcstring.cpp:24
TranslatorCatalan::trGraphicalHierarchy
virtual QCString trGraphicalHierarchy()
Definition: translator_ca.h:890
TranslatorCatalan::trPageDocumentation
virtual QCString trPageDocumentation()
Definition: translator_ca.h:431
TranslatorCatalan::trCompoundMembersFortran
virtual QCString trCompoundMembersFortran()
Definition: translator_ca.h:1570
TranslatorCatalan::trFile
virtual QCString trFile(bool first_capital, bool singular)
Definition: translator_ca.h:1224
TranslatorCatalan::trLegendDocs
virtual QCString trLegendDocs()
Definition: translator_ca.h:1012
TranslatorCatalan::trPage
virtual QCString trPage(bool first_capital, bool singular)
Definition: translator_ca.h:1257
TranslatorCatalan::trModulesIndex
virtual QCString trModulesIndex()
Definition: translator_ca.h:1697
QCString
This is an alternative implementation of QCString.
Definition: qcstring.h:108