Doxygen
translator_it.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 /******************************************************************************
19  *
20  * Revision history
21  *
22  * 2015/07: updated translation of new items used since version 1.8.2 and 1.8.4
23  * corrected a typo
24  * updated translator mail address
25  * 2012/04: updated translation of new items used since version 1.7.5 and 1.8.0
26  * 2010/08: updated translation of new items used since version 1.6.0 and 1.6.3
27  * completely reviewed the translation in the trLegendDocs() function
28  * corrected some typos all around
29  * reviewed some translations all around
30  * 2007/11: updated translation of new items used since version 1.5.4
31  * 2007/10: Included corrections provided by Arialdo Martini <arialdomartini@bebox.it>
32  * updated some strings marked with 'translate me' comment
33  * 2006/10: made class to derive directly from Translator class (reported in Petr Prikryl October 9 translator report)
34  * 2006/06: updated translation of new items used since version 1.4.6
35  * 2006/05: translated new items used since version 1.4.6
36  * corrected typo in trPackageMembers method
37  * 2005/03: translated new items used since version 1.4.1
38  * removed unused methods listed in Petr Prikryl February 28 translator report
39  * 2004/09: translated new items used since version 1.3.9
40  * 2004/06: translated new items used since version 1.3.8
41  * 2003/11: translated new items used since version 1.3.3
42  * 2003/06: translated new items used since version 1.3.1
43  * 2003/04: translated new items used since version 1.3
44  * 2002/11: translated new items used since version 1.2.18
45  * 2002/08: translated new items used since version 1.2.17
46  * 2002/07: translated new items used since version 1.2.16
47  * 2002/06: modified trRelatedPagesDescription() method
48  * corrected typo in trInclByDepGraph() method
49  * 2002/01: translated new items used since version 1.2.13
50  * updated e-mail address
51  * 2001/11: corrected the translation fixing the issues reported by the translator.pl script
52  * translated new items used since version 1.2.11
53  * 2001/08: corrected the translation fixing the issues reported by the translator.pl script
54  * translated new items used since version 1.2.7
55  * 2001/05: adopted new translation mechanism (trough adapters),
56  * translated new items used since version 1.2.5 and 1.2.6,
57  * revised those function returning strings in OPTIMIZE_OTPUT_FOR_C case,
58  * corrections regarding the plurals of some english terms maintained in the translation,
59  * changed some terms to better suit the sense
60  * 2001/02: translated new items used since version 1.2.4
61  * 2000/11: modified slightly the translation in trLegendDocs() function,
62  * translated new items used since version 1.2.1 and 1.2.2
63  * 2000/08: translated new items used since version 1.1.3, 1.1.4, 1.1.5 and 1.2.0
64  * 2000/03: translated new items used since version 1.0 and 1.1.0
65  * 1999/19: entirely rewritten the translation to correct small variations due
66  * to feature additions and to conform to the layout of the latest
67  * commented translator.h for the english language
68  * 1999/09: corrected some small typos in the "new since 0.49-990425" section
69  * added the "new since 0.49-990728" section
70  * 1999/06: revised and completed by Alessandro Falappa (current mantainer)
71  * 1999/??: initial italian translation by Ahmed Aldo Faisal
72  */
73 
74 /******************************************************************************
75  *
76  * Note sui criteri adottati per la traduzione
77  *
78  * Nella traduzione non si sono tradotti alcuni termini inglesi ormai entrati
79  * a far parte del "gergo" informatico (per es. file o namespace)
80  *
81  * Il plurale dei termini inglesi non tradotti è stato reso con il singolare
82  * della parola inglese secondo una convenzione spesso ritrovata nella documentazione
83  * tecnica (ad es. "lista dei file" e non "lista dei files")
84  *
85  * Se avete suggerimenti sulla traduzione di alcuni termini o volete segnalare
86  * eventuali sviste potete scrivermi all'indirizzo: alex.falappa@gmail.com
87  */
88 
89 #ifndef TRANSLATOR_IT_H
90 #define TRANSLATOR_IT_H
91 
93 {
94  public:
95 
96  // --- Language control methods -------------------
97 
98  /*! Used for identification of the language. The identification
99  * should not be translated. It should be replaced by the name
100  * of the language in English using lower-case characters only
101  * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
102  * the identification used in language.cpp.
103  */
104  virtual QCString idLanguage()
105  { return "italian"; }
106 
107  /*! Used to get the LaTeX command(s) for the language support. This method
108  * was designed for languages which do wish to use a babel package.
109  */
111  {
112  return "\\usepackage[italian]{babel}\n";
113  }
114 
115  virtual QCString trISOLang()
116  {
117  return "it";
118  }
119 
120  // --- Language translation methods -------------------
121 
122  /*! used in the compound documentation before a list of related functions. */
124  { return "Funzioni collegate"; }
125 
126  /*! subscript for the related functions. */
128  { return "(Si noti che queste non sono funzioni membro.)"; }
129 
130  /*! header that is put before the detailed description of files, classes and namespaces. */
132  { return "Descrizione dettagliata"; }
133 
134  /*! header that is put before the list of typedefs. */
136  { return "Documentazione delle ridefinizioni dei tipi (typedef)"; }
137 
138  /*! header that is put before the list of enumerations. */
140  { return "Documentazione dei tipi enumerati (enum)"; }
141 
142  /*! header that is put before the list of member functions. */
144  { return "Documentazione delle funzioni membro"; }
145 
146  /*! header that is put before the list of member attributes. */
148  {
149  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
150  {
151  return "Documentazione dei campi";
152  }
153  else
154  {
155  return "Documentazione dei membri dato";
156  }
157  }
158 
159  /*! this is the text of a link put after brief descriptions. */
160  QCString trMore()
161  { return "Continua..."; }
162 
163  /*! put in the class documentation */
165  { return "Elenco di tutti i membri"; }
166 
167  /*! used as the title of the "list of all members" page of a class */
169  { return "Elenco dei membri"; }
170 
171  /*! this is the first part of a sentence that is followed by a class name */
173  { return "Questo è l'elenco completo di tutti i membri di "; }
174 
175  /*! this is the remainder of the sentence after the class name */
177  { return ", inclusi tutti i membri ereditati."; }
178 
179  /*! this is put at the author sections at the bottom of man pages.
180  * parameter s is name of the project name.
181  */
183  {
184  QCString result="Generato automaticamente da Doxygen";
185  if (!s.isEmpty()) result+=(QCString)" per "+s;
186  result+=" a partire dal codice sorgente.";
187  return result;
188  }
189 
190  /*! put after an enum name in the list of all members */
192  { return "nome di tipo enumerato"; }
193 
194  /*! put after an enum value in the list of all members */
196  { return "valore di tipo enumerato"; }
197 
198  /*! put after an undocumented member in the list of all members */
200  { return "definito in"; }
201 
202  // quick reference sections
203 
204  /*! This is put above each page as a link to the list of all groups of
205  * compounds or files (see the \\group command).
206  */
208  { return "Moduli"; }
209 
210  /*! This is put above each page as a link to the class hierarchy */
212  { return "Gerarchia delle classi"; }
213 
214  /*! This is put above each page as a link to the list of annotated classes */
216  {
217  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
218  {
219  return "Strutture dati";
220  }
221  else
222  {
223  return "Elenco dei tipi composti";
224  }
225  }
226 
227  /*! This is put above each page as a link to the list of documented files */
229  { return "Elenco dei file"; }
230 
231  /*! This is put above each page as a link to all members of compounds. */
233  {
234  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
235  {
236  return "Campi dei dati";
237  }
238  else
239  {
240  return "Membri dei composti";
241  }
242  }
243 
244  /*! This is put above each page as a link to all members of files. */
246  {
247  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
248  {
249  return "Elementi globali";
250  }
251  else
252  {
253  return "Elementi dei file";
254  }
255  }
256 
257  /*! This is put above each page as a link to all related pages. */
259  { return "Pagine collegate"; }
260 
261  /*! This is put above each page as a link to all examples. */
263  { return "Esempi"; }
264 
265  /*! This is put above each page as a link to the search engine. */
267  { return "Cerca"; }
268 
269  /*! This is an introduction to the class hierarchy. */
271  {
272  return "Questo elenco di ereditarietà è ordinato "
273  "approssimativamente, ma non completamente, in ordine alfabetico:";
274  }
275 
276  /*! This is an introduction to the list with all files. */
278  {
279  QCString result="Questo è un elenco ";
280  if (!extractAll) result+="dei file documentati ";
281  else result+="di tutti i file ";
282  result+="con una loro breve descrizione:";
283  return result;
284  }
285 
286  /*! This is an introduction to the annotated compound list. */
288  {
289 
290  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
291  {
292  return "Queste sono le strutture dati con una loro breve descrizione:";
293  }
294  else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
295  {
296  return "Queste sono le classi con una loro breve descrizione:";
297  }
298  else
299  {
300  return "Queste sono le classi, le struct, le union e le interfacce con una loro breve descrizione:";
301  }
302  }
303 
304  /*! This is an introduction to the page with all class members. */
305  QCString trCompoundMembersDescription(bool extractAll)
306  {
307  QCString result="Questo è un elenco ";
308  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
309  {
310  if (!extractAll) result+="delle struct e delle union documentate ";
311  else result+="di tutte le struct e le union ";
312  }
313  else
314  {
315  if (!extractAll) result+="dei membri documentati ";
316  else result+="di tutti i membri ";
317  }
318  result+="con collegamenti alla documentazione ";
319  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
320  {
321  if (extractAll) result+="della struct/union per ciascun campo:";
322  else result+="delle struct/union a cui appartengono:";
323  }
324  else
325  {
326  if (extractAll) result+="della classe a cui appartengono:";
327  else result+="delle classi a cui appartengono:";
328  }
329  return result;
330  }
331 
332  /*! This is an introduction to the page with all file members. */
333  QCString trFileMembersDescription(bool extractAll)
334  {
335  QCString result="Questo è un elenco ";
336  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
337  {
338  if (!extractAll) result+="delle funzioni, delle variabili, delle define, dei tipi enumerati e delle ridefinizioni dei tipi (typedef) documentate ";
339  else result+="di tutte le funzioni, variabili, define, tipi enumerati, e ridefinizioni dei tipi (typedef) ";
340  }
341  else
342  {
343  if (!extractAll) result+="degli elementi documentati dei file ";
344  else result+="di tutti gli elementi dei file ";
345  }
346  result+="con collegamenti alla documentazione";
347  if (extractAll) result+=" del file a cui appartengono:";
348  else result+=":";
349  return result;
350  }
351 
352  /*! This is an introduction to the page with the list of all examples */
354  { return "Questo è l'elenco di tutti gli esempi:"; }
355 
356  /*! This is an introduction to the page with the list of related pages */
358  { return "Questo è l'elenco di tutte le pagine di documentazione collegate:"; }
359 
360  /*! This is an introduction to the page with the list of class/file groups */
362  { return "Questo è l'elenco di tutti i moduli:"; }
363 
364  // index titles (the project name is prepended for these)
365 
366  /*! This is used in HTML as the title of index.html. */
368  { return "Documentazione"; }
369 
370  /*! This is used in LaTeX as the title of the chapter with the
371  * index of all groups.
372  */
374  { return "Indice dei moduli"; }
375 
376  /*! This is used in LaTeX as the title of the chapter with the
377  * class hierarchy.
378  */
380  { return "Indice della gerarchia"; }
381 
382  /*! This is used in LaTeX as the title of the chapter with the
383  * annotated compound index.
384  */
386  {
387  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
388  {
389  return "Indice delle strutture dati";
390  }
391  else
392  {
393  return "Indice dei tipi composti";
394  }
395  }
396 
397  /*! This is used in LaTeX as the title of the chapter with the
398  * list of all files.
399  */
401  { return "Indice dei file"; }
402 
403  /*! This is used in LaTeX as the title of the chapter containing
404  * the documentation of all groups.
405  */
407  { return "Documentazione dei moduli"; }
408 
409  /*! This is used in LaTeX as the title of the chapter containing
410  * the documentation of all classes, structs and unions.
411  */
413  { return "Documentazione delle classi"; }
414 
415  /*! This is used in LaTeX as the title of the chapter containing
416  * the documentation of all files.
417  */
419  { return "Documentazione dei file"; }
420 
421  /*! This is used in LaTeX as the title of the chapter containing
422  * the documentation of all examples.
423  */
425  { return "Documentazione degli esempi"; }
426 
427  /*! This is used in LaTeX as the title of the chapter containing
428  * the documentation of all related pages.
429  */
431  { return "Documentazione delle pagine tra loro collegate "; }
432 
433  /*! This is used in LaTeX as the title of the document */
435  { return "Manuale di riferimento"; }
436 
437  /*! This is used in the documentation of a file as a header before the
438  * list of defines
439  */
441  { return "Definizioni"; }
442 
443  /*! This is used in the documentation of a file as a header before the
444  * list of typedefs
445  */
447  { return "Ridefinizioni di tipo (typedef)"; }
448 
449  /*! This is used in the documentation of a file as a header before the
450  * list of enumerations
451  */
453  { return "Tipi enumerati (enum)"; }
454 
455  /*! This is used in the documentation of a file as a header before the
456  * list of (global) functions
457  */
459  { return "Funzioni"; }
460 
461  /*! This is used in the documentation of a file as a header before the
462  * list of (global) variables
463  */
465  { return "Variabili"; }
466 
467  /*! This is used in the documentation of a file as a header before the
468  * list of (global) variables
469  */
471  { return "Valori del tipo enumerato"; }
472 
473  /*! This is used in the documentation of a file before the list of
474  * documentation blocks for defines
475  */
477  { return "Documentazione delle definizioni"; }
478 
479  /*! This is used in the documentation of a file/namespace before the list
480  * of documentation blocks for typedefs
481  */
483  { return "Documentazione delle ridefinizioni di tipo (typedef)"; }
484 
485  /*! This is used in the documentation of a file/namespace before the list
486  * of documentation blocks for enumeration types
487  */
489  { return "Documentazione dei tipi enumerati"; }
490 
491  /*! This is used in the documentation of a file/namespace before the list
492  * of documentation blocks for functions
493  */
495  { return "Documentazione delle funzioni"; }
496 
497  /*! This is used in the documentation of a file/namespace before the list
498  * of documentation blocks for variables
499  */
501  { return "Documentazione delle variabili"; }
502 
503  /*! This is used in the documentation of a file/namespace/group before
504  * the list of links to documented compounds
505  */
507  {
508  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
509  {
510  return "Strutture dati";
511  }
512  else
513  {
514  return "Composti";
515  }
516  }
517 
518  /*! This is used in the standard footer of each page and indicates when
519  * the page was generated
520  */
521  QCString trGeneratedAt(const QCString &date,const QCString &projName)
522  {
523  QCString result=(QCString)"Generato "+date;
524  if (!projName.isEmpty()) result+=(QCString)" per "+projName;
525  result+=(QCString)" da";
526  return result;
527  }
528 
529  /*! this text is put before a class diagram */
530  QCString trClassDiagram(const QCString &clName)
531  {
532  return (QCString)"Diagramma delle classi per "+clName;
533  }
534 
535  /*! this text is generated when the \\internal command is used. */
537  { return "Solo per uso interno."; }
538 
539  /*! this text is generated when the \\warning command is used. */
541  { return "Avvertimento"; }
542 
543  /*! this text is generated when the \\version command is used. */
545  { return "Versione"; }
546 
547  /*! this text is generated when the \\date command is used. */
548  QCString trDate()
549  { return "Data"; }
550 
551  /*! this text is generated when the \\return command is used. */
553  { return "Restituisce"; }
554 
555  /*! this text is generated when the \\sa command is used. */
557  { return "Si veda anche"; }
558 
559  /*! this text is generated when the \\param command is used. */
561  { return "Parametri"; }
562 
563  /*! this text is generated when the \\exception command is used. */
565  { return "Eccezioni"; }
566 
567  /*! this text is used in the title page of a LaTeX document. */
569  { return "Generato da"; }
570 
571 //////////////////////////////////////////////////////////////////////////
572 // new since 0.49-990307
573 //////////////////////////////////////////////////////////////////////////
574 
575  /*! used as the title of page containing all the index of all namespaces. */
577  { return "Lista dei namespace"; }
578 
579  /*! used as an introduction to the namespace list */
580  QCString trNamespaceListDescription(bool extractAll)
581  {
582  QCString result="Questa è l'elenco ";
583  if (!extractAll) result+="dei namespace documentati, ";
584  else result+="di tutti i namespace ";
585  result+="con una loro breve descrizione:";
586  return result;
587  }
588 
589  /*! used in the class documentation as a header before the list of all
590  * friends of a class
591  */
593  { return "Friend"; }
594 
595 //////////////////////////////////////////////////////////////////////////
596 // new since 0.49-990405
597 //////////////////////////////////////////////////////////////////////////
598 
599  /*! used in the class documentation as a header before the list of all
600  * related classes
601  */
603  { return "Documentazione dei friend e delle funzioni collegate"; }
604 
605 //////////////////////////////////////////////////////////////////////////
606 // new since 0.49-990425
607 //////////////////////////////////////////////////////////////////////////
608 
609  /*! used as the title of the HTML page of a class/struct/union */
610  QCString trCompoundReference(const QCString &clName,
611  ClassDef::CompoundType compType,
612  bool isTemplate)
613  {
614  QCString result="Riferimenti per ";
615  if (isTemplate) result="Template per ";
616  switch(compType)
617  {
618  case ClassDef::Class: result+="la classe "; break;
619  case ClassDef::Struct: result+="la struct "; break;
620  case ClassDef::Union: result+="la union "; break;
621  case ClassDef::Interface: result+="l'interfaccia "; break;
622  case ClassDef::Protocol: result+="il protocollo "; break;
623  case ClassDef::Category: result+="la categoria "; break;
624  case ClassDef::Exception: result+="l'eccezione "; break;
625  default: break;
626  }
627  result+=(QCString)clName;
628  return result;
629 
630  }
631 
632  /*! used as the title of the HTML page of a file */
633  QCString trFileReference(const QCString &fileName)
634  {
635  QCString result="Riferimenti per il file ";
636  result+=(QCString)fileName;
637  return result;
638  }
639 
640  /*! used as the title of the HTML page of a namespace */
641  QCString trNamespaceReference(const QCString &namespaceName)
642  {
643  QCString result="Riferimenti per il namespace ";
644  result+=(QCString)namespaceName;
645  return result;
646  }
647 
648  /* these are for the member sections of a class, struct or union */
650  { return "Membri pubblici"; }
652  { return "Slot pubblici"; }
654  { return "Signal"; }
656  { return "Membri pubblici statici"; }
658  { return "Membri protetti"; }
660  { return "Slot protetti"; }
662  { return "Membri protetti statici"; }
664  { return "Membri privati"; }
666  { return "Slot privati"; }
668  { return "Membri privati statici"; }
669 
670  /*! this function is used to produce a comma-separated list of items.
671  * use generateMarker(i) to indicate where item i should be put.
672  */
673  QCString trWriteList(int numEntries)
674  {
675  QCString result;
676  int i;
677  // the inherits list contain `numEntries' classes
678  for (i=0;i<numEntries;i++)
679  {
680  // use generateMarker to generate placeholders for the class links!
681  result+=generateMarker(i); // generate marker for entry i in the list
682  // (order is left to right)
683 
684  if (i!=numEntries-1) // not the last entry, so we need a separator
685  {
686  if (i<numEntries-2) // not the fore last entry
687  result+=", ";
688  else // the fore last entry
689  result+=", e ";
690  }
691  }
692  return result;
693  }
694 
695  /*! used in class documentation to produce a list of base classes,
696  * if class diagrams are disabled.
697  */
698  QCString trInheritsList(int numEntries)
699  {
700  return "Eredita da "+trWriteList(numEntries)+".";
701  }
702 
703  /*! used in class documentation to produce a list of super classes,
704  * if class diagrams are disabled.
705  */
706  QCString trInheritedByList(int numEntries)
707  {
708  return "Base per "+trWriteList(numEntries)+".";
709  }
710 
711  /*! used in member documentation blocks to produce a list of
712  * members that are hidden by this one.
713  */
714  QCString trReimplementedFromList(int numEntries)
715  {
716  return "Reimplementa "+trWriteList(numEntries)+".";
717  }
718 
719  /*! used in member documentation blocks to produce a list of
720  * all member that overwrite the implementation of this member.
721  */
722  QCString trReimplementedInList(int numEntries)
723  {
724  return "Reimplementata in "+trWriteList(numEntries)+".";
725  }
726 
727  /*! This is put above each page as a link to all members of namespaces. */
729  { return "Membri dei namespace"; }
730 
731  /*! This is an introduction to the page with all namespace members */
732  QCString trNamespaceMemberDescription(bool extractAll)
733  {
734  QCString result="Questa è la lista ";
735  if (!extractAll) result+="dei membri documentati del namespace, ";
736  else result+="di tutti i membri del namespace ";
737  result+="con collegamenti ";
738  if (extractAll)
739  result+="alla documentazione del namespace per ciascun membro:";
740  else
741  result+="ai namespace a cui appartengono:";
742  return result;
743  }
744  /*! This is used in LaTeX as the title of the chapter with the
745  * index of all namespaces.
746  */
748  { return "Indice dei namespace"; }
749 
750  /*! This is used in LaTeX as the title of the chapter containing
751  * the documentation of all namespaces.
752  */
754  { return "Documentazione dei namespace"; }
755 
756 //////////////////////////////////////////////////////////////////////////
757 // new since 0.49-990522
758 //////////////////////////////////////////////////////////////////////////
759 
760  /*! This is used in the documentation before the list of all
761  * namespaces in a file.
762  */
764  { return "Namespace"; }
765 
766 //////////////////////////////////////////////////////////////////////////
767 // new since 0.49-990728
768 //////////////////////////////////////////////////////////////////////////
769 
770  /*! This is put at the bottom of a class documentation page and is
771  * followed by a list of files that were used to generate the page.
772  */
774  bool single)
775  { // here s is one of " Class", " Struct" or " Union"
776  // single is true implies a single file
777  QCString result=(QCString)"La documentazione per quest";
778  switch(compType)
779  {
780  case ClassDef::Class: result+="a classe"; break;
781  case ClassDef::Struct: result+="a struct"; break;
782  case ClassDef::Union: result+="a union"; break;
783  case ClassDef::Interface: result+="a interfaccia"; break;
784  case ClassDef::Protocol: result+="o protocollo"; break;
785  case ClassDef::Category: result+="a categoria"; break;
786  case ClassDef::Exception: result+="a eccezione"; break;
787  default: break;
788  }
789  result+=" è stata generata a partire ";
790  if (single) result+="dal seguente file:";
791  else result+="dai seguenti file:";
792  return result;
793  }
794 
795 //////////////////////////////////////////////////////////////////////////
796 // new since 0.49-990901
797 //////////////////////////////////////////////////////////////////////////
798 
799  /*! This is used as the heading text for the retval command. */
801  { return "Valori di ritorno"; }
802 
803  /*! This is in the (quick) index as a link to the main page (index.html)
804  */
806  { return "Pagina Principale"; }
807 
808  /*! This is used in references to page that are put in the LaTeX
809  * documentation. It should be an abbreviation of the word page.
810  */
812  { return "pag."; }
813 
814 //////////////////////////////////////////////////////////////////////////
815 // new since 0.49-991003
816 //////////////////////////////////////////////////////////////////////////
817 
819  {
820  return "Definizione alla linea @0 del file @1.";
821  }
823  {
824  return "Definizione nel file @0.";
825  }
826 
827 //////////////////////////////////////////////////////////////////////////
828 // new since 0.49-991205
829 //////////////////////////////////////////////////////////////////////////
830 
832  {
833  return "Deprecato";
834  }
835 
836 //////////////////////////////////////////////////////////////////////////
837 // new since 1.0.0
838 //////////////////////////////////////////////////////////////////////////
839 
840  /*! this text is put before a collaboration diagram */
842  {
843  return (QCString)"Diagramma di collaborazione per "+clName+":";
844  }
845  /*! this text is put before an include dependency graph */
846  QCString trInclDepGraph(const QCString &fName)
847  {
848  return (QCString)"Grafo delle dipendenze di inclusione per "+fName+":";
849  }
850  /*! header that is put before the list of constructor/destructors. */
852  {
853  return "Documentazione dei costruttori e dei distruttori";
854  }
855  /*! Used in the file documentation to point to the corresponding sources. */
857  {
858  return "Vai al codice sorgente di questo file.";
859  }
860  /*! Used in the file sources to point to the corresponding documentation. */
862  {
863  return "Vai alla documentazione di questo file.";
864  }
865  /*! Text for the \\pre command */
867  {
868  return "Precondizione";
869  }
870  /*! Text for the \\post command */
872  {
873  return "Postcondizione";
874  }
875  /*! Text for the \\invariant command */
877  {
878  return "Invariante";
879  }
880  /*! Text shown before a multi-line variable/enum initialization */
882  {
883  return "Valore iniziale:";
884  }
885  /*! Text used the source code in the file index */
886  QCString trCode()
887  {
888  return "codice";
889  }
891  {
892  return "Grafico della gerarchia delle classi";
893  }
895  {
896  return "Vai al grafico della gerarchia delle classi";
897  }
899  {
900  return "Vai alla gerarchia delle classi (testuale)";
901  }
903  {
904  return "Indice delle pagine";
905  }
906 
907 //////////////////////////////////////////////////////////////////////////
908 // new since 1.1.0
909 //////////////////////////////////////////////////////////////////////////
910 
911  QCString trNote()
912  {
913  return "Nota";
914  }
916  {
917  return "Tipi pubblici";
918  }
920  {
921  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
922  {
923  return "Campi";
924  }
925  else
926  {
927  return "Attributi pubblici";
928  }
929  }
930 
932  {
933  return "Attributi pubblici statici";
934  }
936  {
937  return "Tipi protetti";
938  }
940  {
941  return "Attributi protetti";
942  }
944  {
945  return "Attributi protetti statici";
946  }
948  {
949  return "Tipi privati";
950  }
952  {
953  return "Attributi privati";
954  }
956  {
957  return "Attributi privati statici";
958  }
959 
960 //////////////////////////////////////////////////////////////////////////
961 // new since 1.1.3
962 //////////////////////////////////////////////////////////////////////////
963 
964  /*! Used as a marker that is put before a todo item */
965  virtual QCString trTodo()
966  {
967  return "Da fare";
968  }
969  /*! Used as the header of the todo list */
970  virtual QCString trTodoList()
971  {
972  return "Elenco delle cose da fare";
973  }
974 
975 //////////////////////////////////////////////////////////////////////////
976 // new since 1.1.4
977 //////////////////////////////////////////////////////////////////////////
978 
979  virtual QCString trReferencedBy()
980  {
981  return "Referenziato da";
982  }
983  virtual QCString trRemarks()
984  {
985  return "Osservazioni";
986  }
987  virtual QCString trAttention()
988  {
989  return "Attenzione";
990  }
991  virtual QCString trInclByDepGraph()
992  {
993  return "Questo grafo mostra quali altri file includono direttamente o indirettamente questo file:";
994  }
995  virtual QCString trSince()
996  {
997  return "A partire da";
998  }
999 
1000 //////////////////////////////////////////////////////////////////////////
1001 // new since 1.1.5
1002 //////////////////////////////////////////////////////////////////////////
1003 
1004  /*! title of the graph legend page */
1005  virtual QCString trLegendTitle()
1006  {
1007  return "Legenda del grafo";
1008  }
1009  /*! page explaining how the dot graph's should be interpreted */
1010  virtual QCString trLegendDocs()
1011  {
1012  return
1013  "Questa pagina spiega come interpretare i grafi generati da doxygen.<p>\n"
1014  "Si consideri l'esempio seguente:\n"
1015  "\\code\n"
1016  "/*! Classe invisibile per troncamento */\n"
1017  "class Invisible { };\n\n"
1018  "/*! Classe tronca, la relazione di ereditarietà è nascosta */\n"
1019  "class Truncated : public Invisible { };\n\n"
1020  "/* Classe non documentata con i commenti speciali di doxygen*/\n"
1021  "class Undocumented { };\n\n"
1022  "/*! Classe estesa mediante ereditarietà pubblica */\n"
1023  "class PublicBase : public Truncated { };\n\n"
1024  "/*! Classe templatizzata */\n"
1025  "template<class T> class Templ { };\n\n"
1026  "/*! Classe estesa mediante ereditarietà protetta*/\n"
1027  "class ProtectedBase { };\n\n"
1028  "/*! Classe estesa mediante ereditarietà privata*/\n"
1029  "class PrivateBase { };\n\n"
1030  "/*! Classe utilizzata dalla classe Inherited */\n"
1031  "class Used { };\n\n"
1032  "/*! Classe che eredita da varie classi*/\n"
1033  "class Inherited : public PublicBase,\n"
1034  " protected ProtectedBase,\n"
1035  " private PrivateBase,\n"
1036  " public Undocumented,\n"
1037  " public Templ<int>\n"
1038  "{\n"
1039  " private:\n"
1040  " Used *m_usedClass;\n"
1041  "};\n"
1042  "\\endcode\n"
1043  "Verrà prodotto il grafo seguente:"
1044  "<p><center><img src=\"graph_legend."+getDotImageExtension()+"\"></center></p>\n"
1045  "<p>\n"
1046  "I riquadri nel grafo qui sopra hanno il seguente significato:\n"
1047  "</p>\n"
1048  "<ul>\n"
1049  "<li>Il riquadro grigio pieno rappresenta la struct o la classe per la quale il grafo è stato generato.</li>\n"
1050  "<li>Un riquadro con un bordo nero denota una struct o una classe documentata.</li>\n"
1051  "<li>Un riquadro con un bordo grigio indica una struct o una classe non documentata.</li>\n"
1052  "<li>Un riquadro con un bordo rosso indica una struct o una classe per la quale non sono mostrate tutte le relazioni di ereditarietà/contenimento (un grafo viene troncato se non rientra nei limiti prestabiliti).</li>\n"
1053  "</ul>\n"
1054  "<p>\n"
1055  "Le frecce hanno il seguente significato:\n"
1056  "</p>\n"
1057  "<ul>\n"
1058  "<li>Una freccia blu scuro indica una relazione di ereditarietà pubblica tra due classi.</li>\n"
1059  "<li>Una freccia verde indica un'ereditarietà protetta.</li>\n"
1060  "<li>Una freccia rossa indica un'ereditarietà privata.</li>\n"
1061  "<li>Una freccia viola tratteggiata indica che una classe è contenuta o usata da un'altra classe."
1062  " La freccia viene etichettata con la o le variabili attraverso cui la struct o la classe puntata dalla freccia è accessibile.</li>\n"
1063  "<li>Una freccia gialla tratteggiata indica la relazione tra una istanza di un template e la classe templatizzata da cui è stata istanziata."
1064  " La freccia viene etichettata con i parametri di template dell'istanza.</li>\n"
1065  "</ul>\n";
1066  }
1067  /*! text for the link to the legend page */
1068  virtual QCString trLegend()
1069  {
1070  return "legenda";
1071  }
1072 
1073 //////////////////////////////////////////////////////////////////////////
1074 // new since 1.2.0
1075 //////////////////////////////////////////////////////////////////////////
1076 
1077  /*! Used as a marker that is put before a test item */
1078  virtual QCString trTest()
1079  {
1080  return "Test";
1081  }
1082  /*! Used as the header of the test list */
1083  virtual QCString trTestList()
1084  {
1085  return "Lista dei test";
1086  }
1088 //////////////////////////////////////////////////////////////////////////
1089 // new since 1.2.2
1090 //////////////////////////////////////////////////////////////////////////
1091 
1092  /*! Used as a section header for IDL properties */
1093  virtual QCString trProperties()
1094  {
1095  return "Proprietà";
1096  }
1097  /*! Used as a section header for IDL property documentation */
1099  {
1100  return "Documentazione delle proprietà";
1101  }
1102 
1103 //////////////////////////////////////////////////////////////////////////
1104 // new since 1.2.4
1105 //////////////////////////////////////////////////////////////////////////
1106 
1107  /*! Used for Java classes in the summary section of Java packages */
1108  virtual QCString trClasses()
1109  {
1110  if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1111  {
1112  return "Strutture dati";
1113  }
1114  else
1115  {
1116  return "Classi";
1117  }
1118  }
1119  /*! Used as the title of a Java package */
1120  virtual QCString trPackage(const QCString &name)
1121  {
1122  return (QCString)"Package "+name;
1123  }
1124  /*! Title of the package index page */
1125  virtual QCString trPackageList()
1126  {
1127  return "Lista dei package";
1128  }
1129  /*! The description of the package index page */
1131  {
1132  return "Questi sono i package e una loro breve descrizione (se disponibile):";
1133  }
1134  /*! The link name in the Quick links header for each page */
1135  virtual QCString trPackages()
1136  {
1137  return "Package";
1138  }
1139  /*! Text shown before a multi-line define */
1140  virtual QCString trDefineValue()
1141  {
1142  return "Valore:";
1143  }
1144 
1145 //////////////////////////////////////////////////////////////////////////
1146 // new since 1.2.5
1147 //////////////////////////////////////////////////////////////////////////
1148 
1149  /*! Used as a marker that is put before a \\bug item */
1150  virtual QCString trBug()
1151  {
1152  return "Bug";
1153  }
1154  /*! Used as the header of the bug list */
1155  virtual QCString trBugList()
1156  {
1157  return "Lista dei bug";
1158  }
1159 
1160 //////////////////////////////////////////////////////////////////////////
1161 // new since 1.2.6
1162 //////////////////////////////////////////////////////////////////////////
1163 
1164  /*! Used as ansicpg for RTF file */
1166  {
1167  return "1252";
1168  }
1169 
1170  /*! Used as ansicpg for RTF fcharset */
1171  virtual QCString trRTFCharSet()
1172  {
1173  return "0";
1174  }
1176  /*! Used as header RTF general index */
1177  virtual QCString trRTFGeneralIndex()
1178  {
1179  return "Indice";
1180  }
1181 
1182  /*! This is used for translation of the word that will possibly
1183  * be followed by a single name or by a list of names
1184  * of the category.
1185  */
1186  virtual QCString trClass(bool first_capital, bool singular)
1187  {
1188  QCString result((first_capital ? "Class" : "class"));
1189  result+=(singular ? "e" : "i");
1190  return result;
1191  }
1192 
1193  /*! This is used for translation of the word that will possibly
1194  * be followed by a single name or by a list of names
1195  * of the category.
1196  */
1197  virtual QCString trFile(bool first_capital, bool)
1198  {
1199  QCString result((first_capital ? "File" : "file"));
1200  return result;
1201  }
1203  /*! This is used for translation of the word that will possibly
1204  * be followed by a single name or by a list of names
1205  * of the category.
1206  */
1207  virtual QCString trNamespace(bool first_capital, bool)
1208  {
1209  QCString result((first_capital ? "Namespace" : "namespace"));
1210  return result;
1211  }
1213  /*! This is used for translation of the word that will possibly
1214  * be followed by a single name or by a list of names
1215  * of the category.
1216  */
1217  virtual QCString trGroup(bool first_capital, bool singular)
1218  {
1219  QCString result((first_capital ? "Grupp" : "grupp"));
1220  result+=(singular ? "o" : "i");
1221  return result;
1222  }
1223 
1224  /*! This is used for translation of the word that will possibly
1225  * be followed by a single name or by a list of names
1226  * of the category.
1227  */
1228  virtual QCString trPage(bool first_capital, bool singular)
1229  {
1230  QCString result((first_capital ? "Pagin" : "pagin"));
1231  result+=(singular ? "a" : "e");
1232  return result;
1233  }
1234 
1235  /*! This is used for translation of the word that will possibly
1236  * be followed by a single name or by a list of names
1237  * of the category.
1238  */
1239  virtual QCString trMember(bool first_capital, bool singular)
1240  {
1241  QCString result((first_capital ? "Membr" : "membr"));
1242  result+=(singular ? "o" : "i");
1243  return result;
1244  }
1245 
1246  /*! This is used for translation of the word that will possibly
1247  * be followed by a single name or by a list of names
1248  * of the category.
1249  */
1250  virtual QCString trGlobal(bool first_capital, bool singular)
1251  {
1252  QCString result((first_capital ? "Global" : "global"));
1253  result+=(singular ? "e" : "i");
1254  return result;
1255  }
1256 
1257 //////////////////////////////////////////////////////////////////////////
1258 // new since 1.2.7
1259 //////////////////////////////////////////////////////////////////////////
1260 
1261  /*! This text is generated when the \\author command is used and
1262  * for the author section in man pages. */
1263  virtual QCString trAuthor(bool first_capital, bool singular)
1264  {
1265  QCString result((first_capital ? "Autor" : "autor"));
1266  result+=(singular ? "e" : "i");
1267  return result;
1268  }
1269 
1270 //////////////////////////////////////////////////////////////////////////
1271 // new since 1.2.11
1272 //////////////////////////////////////////////////////////////////////////
1273 
1274  /*! This text is put before the list of members referenced by a member
1275  */
1276  virtual QCString trReferences()
1277  {
1278  return "Referenzia";
1279  }
1280 
1281 //////////////////////////////////////////////////////////////////////////
1282 // new since 1.2.13
1283 //////////////////////////////////////////////////////////////////////////
1284 
1285  /*! used in member documentation blocks to produce a list of
1286  * members that are implemented by this one.
1287  */
1288  virtual QCString trImplementedFromList(int numEntries)
1289  {
1290  return "Implementa "+trWriteList(numEntries)+".";
1291  }
1292 
1293  /*! used in member documentation blocks to produce a list of
1294  * all members that implementation this member.
1295  */
1296  virtual QCString trImplementedInList(int numEntries)
1297  {
1298  return "Implementato in "+trWriteList(numEntries)+".";
1299  }
1300 
1301 //////////////////////////////////////////////////////////////////////////
1302 // new since 1.2.16
1303 //////////////////////////////////////////////////////////////////////////
1304 
1305  /*! used in RTF documentation as a heading for the Table
1306  * of Contents.
1307  */
1308  virtual QCString trRTFTableOfContents()
1309  {
1310  return "Sommario";
1311  }
1312 
1313 //////////////////////////////////////////////////////////////////////////
1314 // new since 1.2.17
1315 //////////////////////////////////////////////////////////////////////////
1316 
1317  /*! Used as the header of the list of item that have been
1318  * flagged deprecated
1319  */
1320  virtual QCString trDeprecatedList()
1321  {
1322  return "Lista degli elementi deprecati";
1323  }
1324 
1325 //////////////////////////////////////////////////////////////////////////
1326 // new since 1.2.18
1327 //////////////////////////////////////////////////////////////////////////
1328 
1329  /*! Used as a header for declaration section of the events found in
1330  * a C# program
1331  */
1332  virtual QCString trEvents()
1333  {
1334  return "Eventi";
1335  }
1336  /*! Header used for the documentation section of a class' events. */
1337  virtual QCString trEventDocumentation()
1338  {
1339  return "Documentazione degli eventi";
1340  }
1341 
1342 
1343 //////////////////////////////////////////////////////////////////////////
1344 // new since 1.3
1345 //////////////////////////////////////////////////////////////////////////
1346 
1347  /*! Used as a heading for a list of Java class types with package scope.
1348  */
1349  virtual QCString trPackageTypes()
1350  {
1351  return "Tipi con visibilità di package";
1352  }
1353  /*! Used as a heading for a list of Java class functions with package
1354  * scope.
1355  */
1356  virtual QCString trPackageMembers()
1357  {
1358  return "Funzioni con visibilità di package";
1359  }
1360  /*! Used as a heading for a list of static Java class functions with
1361  * package scope.
1362  */
1364  {
1365  return "Funzioni statiche con visibilità di package";
1366  }
1367  /*! Used as a heading for a list of Java class variables with package
1368  * scope.
1369  */
1371  {
1372  return "Attributi con visibilità di package";
1373  }
1374  /*! Used as a heading for a list of static Java class variables with
1375  * package scope.
1376  */
1378  {
1379  return "Attributi statici con visibilità di package";
1380  }
1381 
1382 //////////////////////////////////////////////////////////////////////////
1383 // new since 1.3.1
1384 //////////////////////////////////////////////////////////////////////////
1385 
1386  /*! Used in the quick index of a class/file/namespace member list page
1387  * to link to the unfiltered list of all members.
1388  */
1389  virtual QCString trAll()
1390  {
1391  return "Tutto";
1392  }
1393  /*! Put in front of the call graph for a function. */
1394  virtual QCString trCallGraph()
1395  {
1396  return "Questo è il grafo delle chiamate per questa funzione:";
1397  }
1398 
1399 //////////////////////////////////////////////////////////////////////////
1400 // new since 1.3.3
1401 //////////////////////////////////////////////////////////////////////////
1403  /*! This string is used as the title for the page listing the search
1404  * results.
1405  */
1406  virtual QCString trSearchResultsTitle()
1407  {
1408  return "Risultati della ricerca";
1409  }
1410  /*! This string is put just before listing the search results. The
1411  * text can be different depending on the number of documents found.
1412  * Inside the text you can put the special marker $num to insert
1413  * the number representing the actual number of search results.
1414  * The @a numDocuments parameter can be either 0, 1 or 2, where the
1415  * value 2 represents 2 or more matches. HTML markup is allowed inside
1416  * the returned string.
1417  */
1418  virtual QCString trSearchResults(int numDocuments)
1419  {
1420  if (numDocuments==0)
1421  {
1422  return "Nessun documento soddisfa la tua richiesta.";
1423  }
1424  else if (numDocuments==1)
1425  {
1426  return "Trovato <b>1</b> documento che soddisfa la tua richiesta.";
1427  }
1428  else
1429  {
1430  return "Trovati <b>$num</b> documenti che soddisfano la tua richiesta. "
1431  "Le corrispondenze migliori sono in testa.";
1432  }
1433  }
1434  /*! This string is put before the list of matched words, for each search
1435  * result. What follows is the list of words that matched the query.
1436  */
1437  virtual QCString trSearchMatches()
1438  {
1439  return "Corrispondenze:";
1440  }
1441 
1442 //////////////////////////////////////////////////////////////////////////
1443 // new since 1.3.8
1444 //////////////////////////////////////////////////////////////////////////
1446  /*! This is used in HTML as the title of page with source code for file filename
1447  */
1448  virtual QCString trSourceFile(QCString& filename)
1449  {
1450  return " File sorgente " + filename ;
1451  }
1453 //////////////////////////////////////////////////////////////////////////
1454 // new since 1.3.9
1455 //////////////////////////////////////////////////////////////////////////
1456 
1457  /*! This is used as the name of the chapter containing the directory
1458  * hierarchy.
1459  */
1460  virtual QCString trDirIndex()
1461  { return "Gerarchia delle directory"; }
1462 
1463  /*! This is used as the name of the chapter containing the documentation
1464  * of the directories.
1465  */
1466  virtual QCString trDirDocumentation()
1467  { return "Documentazione delle directory"; }
1468 
1469  /*! This is used as the title of the directory index and also in the
1470  * Quick links of a HTML page, to link to the directory hierarchy.
1471  */
1472  virtual QCString trDirectories()
1473  { return "Directory"; }
1474 
1475  /*! This returns a sentences that introduces the directory hierarchy.
1476  * and the fact that it is sorted alphabetically per level
1477  */
1478  virtual QCString trDirDescription()
1479  { return "Questa gerarchia di directory è approssimativamente, "
1480  "ma non completamente, ordinata in ordine alfabetico:";
1481  }
1482 
1483  /*! This returns the title of a directory page. The name of the
1484  * directory is passed via \a dirName.
1485  */
1486  virtual QCString trDirReference(const QCString &dirName)
1487  { QCString result="Riferimenti per la directory "; result+=dirName; return result; }
1489  /*! This returns the word directory with or without starting capital
1490  * (\a first_capital) and in sigular or plural form (\a singular).
1491  */
1492  virtual QCString trDir(bool first_capital, bool)
1493  {
1494  QCString result((first_capital ? "Directory" : "directory"));
1495  return result;
1496  }
1497 
1498 //////////////////////////////////////////////////////////////////////////
1499 // new since 1.4.1
1500 //////////////////////////////////////////////////////////////////////////
1501 
1502  /*! This text is added to the documentation when the \\overload command
1503  * is used for a overloaded function.
1504  */
1505  virtual QCString trOverloadText()
1506  {
1507  return "Questa è una funzione membro sovraccaricata (overloaded), "
1508  "fornita per comodità. Differisce dalla funzione di cui sopra "
1509  "unicamente per gli argomenti passati.";
1510  }
1511 
1512 //////////////////////////////////////////////////////////////////////////
1513 // new since 1.4.6
1514 //////////////////////////////////////////////////////////////////////////
1515 
1516  /*! This is used to introduce a caller (or called-by) graph */
1517  virtual QCString trCallerGraph()
1518  {
1519  return "Questo è il grafo dei chiamanti di questa funzione:";
1520  }
1521 
1522  /*! This is used in the documentation of a file/namespace before the list
1523  * of documentation blocks for enumeration values
1524  */
1526  { return "Documentazione dei tipi enumerati"; }
1527 
1528 //////////////////////////////////////////////////////////////////////////
1529 // new since 1.5.4 (mainly for Fortran)
1530 //////////////////////////////////////////////////////////////////////////
1531 
1532  /*! header that is put before the list of member subprograms (Fortran). */
1534  { return "Documentazione delle funzioni membro/subroutine"; }
1535 
1536  /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1538  { return "Elenco dei tipi di dato"; }
1539 
1540  /*! This is put above each page as a link to all members of compounds (Fortran). */
1542  { return "Membri dei tipi di dato"; }
1543 
1544  /*! This is an introduction to the annotated compound list (Fortran). */
1546  { return "Questi sono i tipi dato con una loro breve descrizione:"; }
1547 
1548  /*! This is an introduction to the page with all data types (Fortran). */
1549  virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
1550  {
1551  QCString result="Questa è una lista di tutti i membri ";
1552  if (!extractAll)
1553  {
1554  result+="documentati ";
1555  }
1556  result+="dei tipi di dato con collegamenti ";
1557  if (!extractAll)
1558  {
1559  result+="alla documentazione della struttura dati per ciascun membro:";
1560  }
1561  else
1562  {
1563  result+="ai tipi dato a cui appartengono:";
1564  }
1565  return result;
1566  }
1567 
1568  /*! This is used in LaTeX as the title of the chapter with the
1569  * annotated compound index (Fortran).
1570  */
1572  { return "Indice dei tipi dati"; }
1573 
1574  /*! This is used in LaTeX as the title of the chapter containing
1575  * the documentation of all data types (Fortran).
1576  */
1577  virtual QCString trTypeDocumentation()
1578  { return "Documentazione dei tipi dato"; }
1579 
1580  /*! This is used in the documentation of a file as a header before the
1581  * list of (global) subprograms (Fortran).
1582  */
1583  virtual QCString trSubprograms()
1584  { return "Funzioni/Subroutine"; }
1585 
1586  /*! This is used in the documentation of a file/namespace before the list
1587  * of documentation blocks for subprograms (Fortran)
1588  */
1590  { return "Documentazione funzioni/subroutine"; }
1591 
1592  /*! This is used in the documentation of a file/namespace/group before
1593  * the list of links to documented compounds (Fortran)
1594  */
1595  virtual QCString trDataTypes()
1596  { return "Tipi di dato"; }
1597 
1598  /*! used as the title of page containing all the index of all modules (Fortran). */
1600  { return "Elenco dei moduli"; }
1601 
1602  /*! used as an introduction to the modules list (Fortran) */
1603  virtual QCString trModulesListDescription(bool extractAll)
1604  {
1605  QCString result="Questa è una lista di tutti i moduli ";
1606  if (!extractAll) result+="documentati ";
1607  result+="con una loro breve descrizione:";
1608  return result;
1609  }
1610 
1611  /*! used as the title of the HTML page of a module/type (Fortran) */
1612  virtual QCString trCompoundReferenceFortran(const QCString &clName,
1613  ClassDef::CompoundType compType,
1614  bool isTemplate)
1615  {
1616  QCString result="Riferimenti per ";
1617  if (isTemplate) result="Template per ";
1618  switch(compType)
1619  {
1620  case ClassDef::Class: result+=" il modulo"; break;
1621  case ClassDef::Struct: result+=" il tipo dato"; break;
1622  case ClassDef::Union: result+=" l'union"; break;
1623  case ClassDef::Interface: result+=" l'nterfaccia"; break;
1624  case ClassDef::Protocol: result+=" il protocollo"; break;
1625  case ClassDef::Category: result+=" la categoria"; break;
1626  case ClassDef::Exception: result+=" l'eccezione"; break;
1627  default: break;
1628  }
1629  result+=(QCString)clName;
1630  return result;
1631  }
1632 
1633  /*! used as the title of the HTML page of a module (Fortran) */
1634  virtual QCString trModuleReference(const QCString &namespaceName)
1635  {
1636  QCString result="Riferimenti per il modulo ";
1637  result+=namespaceName;
1638  return result;
1639  }
1640 
1641  /*! This is put above each page as a link to all members of modules. (Fortran) */
1642  virtual QCString trModulesMembers()
1643  { return "Membri del modulo"; }
1644 
1645  /*! This is an introduction to the page with all modules members (Fortran) */
1646  virtual QCString trModulesMemberDescription(bool extractAll)
1647  {
1648  QCString result="Questo è un elenco di tutti i membri dei moduli ";
1649  if (!extractAll) result+="documentati ";
1650  result+="con collegamenti ";
1651  if (extractAll)
1652  {
1653  result+="alla documentazione del modulo per ciascun membro:";
1654  }
1655  else
1656  {
1657  result+="al modulo a cui appartengono:";
1658  }
1659  return result;
1660  }
1661 
1662  /*! This is used in LaTeX as the title of the chapter with the
1663  * index of all modules (Fortran).
1664  */
1666  { return "Indice dei moduli"; }
1667 
1668  /*! This is used for translation of the word that will possibly
1669  * be followed by a single name or by a list of names
1670  * of the category.
1671  */
1672  virtual QCString trModule(bool first_capital, bool singular)
1673  {
1674  QCString result((first_capital ? "Modul" : "modul"));
1675  if (singular) result+="o";
1676  else result+="i";
1677  return result;
1678  }
1679  /*! This is put at the bottom of a module documentation page and is
1680  * followed by a list of files that were used to generate the page.
1681  */
1683  bool single)
1684  { // here s is one of " Module", " Struct" or " Union"
1685  // single is true implies a single file
1686  QCString result=(QCString)"La documentazione per quest";
1687  switch(compType)
1688  {
1689  case ClassDef::Class: result+="o modulo"; break;
1690  case ClassDef::Struct: result+="o tipo"; break;
1691  case ClassDef::Union: result+="a union"; break;
1692  case ClassDef::Interface: result+="a interfaccia"; break;
1693  case ClassDef::Protocol: result+="o protocollo"; break;
1694  case ClassDef::Category: result+="a categoria"; break;
1695  case ClassDef::Exception: result+="a eccezione"; break;
1696  default: break;
1697  }
1698  result+=" è stata generata a partire ";
1699  if (single) result+="dal seguente file:"; else result+="dai seguenti file:";
1700  return result;
1701  }
1702  /*! This is used for translation of the word that will possibly
1703  * be followed by a single name or by a list of names
1704  * of the category.
1705  */
1706  virtual QCString trType(bool first_capital, bool singular)
1707  {
1708  QCString result((first_capital ? "Tip" : "tip"));
1709  if (singular) result+="o";
1710  else result+="i";
1711  return result;
1712  }
1713  /*! This is used for translation of the word that will possibly
1714  * be followed by a single name or by a list of names
1715  * of the category.
1716  */
1717  virtual QCString trSubprogram(bool first_capital, bool singular)
1718  {
1719  QCString result((first_capital ? "Sottoprogramm" : "sottoprogramm"));
1720  if (singular) result+="a";
1721  else result+="i";
1722  return result;
1723  }
1725  /*! C# Type Contraint list */
1726  virtual QCString trTypeConstraints()
1727  {
1728  return "Vincoli dei tipi";
1729  }
1730 
1731 //////////////////////////////////////////////////////////////////////////
1732 // new since 1.6.0 (mainly for the new search engine)
1733 //////////////////////////////////////////////////////////////////////////
1734 
1735  /*! directory relation for \a name */
1736  virtual QCString trDirRelation(const QCString &name)
1737  {
1738  return "Relazione per "+QCString(name);
1739  }
1740 
1741  /*! Loading message shown when loading search results */
1742  virtual QCString trLoading()
1743  {
1744  return "Caricamento in corso...";
1745  }
1746 
1747  /*! Label used for search results in the global namespace */
1748  virtual QCString trGlobalNamespace()
1749  {
1750  return "Namespace globale";
1751  }
1752 
1753  /*! Message shown while searching */
1755  {
1756  return "Ricerca in corso...";
1757  }
1758 
1759  /*! Text shown when no search results are found */
1760  virtual QCString trNoMatches()
1761  {
1762  return "Nessun risultato";
1763  }
1765 //////////////////////////////////////////////////////////////////////////
1766 // new since 1.6.3 (missing items for the directory pages)
1767 //////////////////////////////////////////////////////////////////////////
1768 
1769  /*! when clicking a directory dependency label, a page with a
1770  * table is shown. The heading for the first column mentions the
1771  * source file that has a relation to another file.
1772  */
1773  virtual QCString trFileIn(const QCString &name)
1774  {
1775  return (QCString)"File in "+name;
1776  }
1777 
1778  /*! when clicking a directory dependency label, a page with a
1779  * table is shown. The heading for the second column mentions the
1780  * destination file that is included.
1781  */
1782  virtual QCString trIncludesFileIn(const QCString &name)
1783  {
1784  return (QCString)"Include il file in "+name;
1785  }
1786 
1787  /** Compiles a date string.
1788  * @param year Year in 4 digits
1789  * @param month Month of the year: 1=January
1790  * @param day Day of the Month: 1..31
1791  * @param dayOfWeek Day of the week: 1=Monday..7=Sunday
1792  * @param hour Hour of the day: 0..23
1793  * @param minutes Minutes in the hour: 0..59
1794  * @param seconds Seconds within the minute: 0..59
1795  * @param includeTime Include time in the result string?
1796  */
1797  virtual QCString trDateTime(int year,int month,int day,int dayOfWeek,
1798  int hour,int minutes,int seconds,
1799  bool includeTime)
1800  {
1801  static const char *days[] = { "Lun","Mar","Mer","Gio","Ven","Sab","Dom" };
1802  static const char *months[] = { "Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic" };
1803  QCString sdate;
1804  sdate.sprintf("%s %d %s %d",days[dayOfWeek-1],day,months[month-1],year);
1805  if (includeTime)
1806  {
1807  QCString stime;
1808  stime.sprintf(" %.2d:%.2d:%.2d",hour,minutes,seconds);
1809  sdate+=stime;
1810  }
1811  return sdate;
1812  }
1813 
1814 //////////////////////////////////////////////////////////////////////////
1815 // new since 1.7.5
1816 //////////////////////////////////////////////////////////////////////////
1817 
1818  /*! Header for the page with bibliographic citations */
1819  virtual QCString trCiteReferences()
1820  { return "Riferimenti bibliografici"; }
1821 
1822  /*! Text for copyright paragraph */
1823  virtual QCString trCopyright()
1824  { return "Copyright"; }
1825 
1826  /*! Header for the graph showing the directory dependencies */
1827  virtual QCString trDirDepGraph(const QCString &name)
1828  { return QCString("Grafo di dipendenza delle directory per ")+name+":"; }
1829 
1830 //////////////////////////////////////////////////////////////////////////
1831 // new since 1.8.0
1832 //////////////////////////////////////////////////////////////////////////
1833 
1834  /*! Detail level selector shown for hierarchical indices */
1835  virtual QCString trDetailLevel()
1836  { return "livello di dettaglio"; }
1837 
1838  /*! Section header for list of template parameters */
1839  virtual QCString trTemplateParameters()
1840  { return "Parametri dei template"; }
1841 
1842  /*! Used in dot graph when UML_LOOK is enabled and there are many fields */
1843  virtual QCString trAndMore(const QCString &number)
1844  { return "e altri "+number+" ..."; }
1845 
1846  /*! Used file list for a Java enum */
1847  virtual QCString trEnumGeneratedFromFiles(bool single)
1848  { QCString result = "La documentazione per questo tipo enumerato è stata generata a partire";
1849  if (!single) result += " dai seguenti";
1850  else result += " dal seguente";
1851  result+=" file:";
1852  return result;
1853  }
1854 
1855  /*! Header of a Java enum page (Java enums are represented as classes). */
1856  virtual QCString trEnumReference(const QCString &name)
1857  { return QCString("Riferimenti per il tipo enumerato ") + QCString(name); }
1858 
1859  /*! Used for a section containing inherited members */
1860  virtual QCString trInheritedFrom(const QCString &members,const QCString &what)
1861  { return QCString(members)+" ereditati da "+what; }
1862 
1863  /*! Header of the sections with inherited members specific for the
1864  * base class(es)
1865  */
1867  { return "Altri membri ereditati"; }
1868 
1869 //////////////////////////////////////////////////////////////////////////
1870 // new since 1.8.2
1871 //////////////////////////////////////////////////////////////////////////
1872 
1873  /*! Used as a tooltip for the toggle button that appears in the
1874  * navigation tree in the HTML output when GENERATE_TREEVIEW is
1875  * enabled. This tooltip explains the meaning of the button.
1876  */
1877  virtual QCString trPanelSynchronisationTooltip(bool enable)
1878  {
1879  QCString opt = enable ? "abilitare" : "disabilitare";
1880  return "cliccare per "+opt+" la sincronizzazione del pannello";
1881  }
1882 
1883  /*! Used in a method of an Objective-C class that is declared in a
1884  * a category. Note that the @1 marker is required and is replaced
1885  * by a link.
1886  */
1887  virtual QCString trProvidedByCategory()
1888  {
1889  return "Fornito dalla categoria @0.";
1890  }
1891 
1892  /*! Used in a method of an Objective-C category that extends a class.
1893  * Note that the @1 marker is required and is replaced by a link to
1894  * the class method.
1895  */
1896  virtual QCString trExtendsClass()
1897  {
1898  return "Estende la classe @0.";
1899  }
1900 
1901  /*! Used as the header of a list of class methods in Objective-C.
1902  * These are similar to static public member functions in C++.
1903  */
1904  virtual QCString trClassMethods()
1905  {
1906  return "Metodi della classe";
1907  }
1908 
1909  /*! Used as the header of a list of instance methods in Objective-C.
1910  * These are similar to public member functions in C++.
1911  */
1912  virtual QCString trInstanceMethods()
1913  {
1914  return "Metodi di instanza";
1915  }
1916 
1917  /*! Used as the header of the member functions of an Objective-C class.
1918  */
1920  {
1921  return "Documentazione dei metodi";
1922  }
1923 
1924 //////////////////////////////////////////////////////////////////////////
1925 // new since 1.8.4
1926 //////////////////////////////////////////////////////////////////////////
1927 
1928  /** old style UNO IDL services: implemented interfaces */
1930  { return "Interfacce esportate"; }
1931 
1932  /** old style UNO IDL services: inherited services */
1933  virtual QCString trServices()
1934  { return "Servizi inclusi"; }
1935 
1936  /** UNO IDL constant groups */
1937  virtual QCString trConstantGroups()
1938  { return "Gruppi di costanti"; }
1939 
1940  /** UNO IDL constant groups */
1941  virtual QCString trConstantGroupReference(const QCString &namespaceName)
1942  {
1943  QCString result="Riferimenti per il gruppo di costanti ";
1944  result+=namespaceName;
1945  return result;
1946  }
1947  /** UNO IDL service page title */
1948  virtual QCString trServiceReference(const QCString &sName)
1949  {
1950  QCString result=(QCString)"Riferimenti per il servizio ";
1951  result+=sName;
1952  return result;
1953  }
1954  /** UNO IDL singleton page title */
1955  virtual QCString trSingletonReference(const QCString &sName)
1956  {
1957  QCString result=(QCString)"Riferimenti per il singleton ";
1958  result+=sName;
1959  return result;
1960  }
1961  /** UNO IDL service page */
1962  virtual QCString trServiceGeneratedFromFiles(bool single)
1963  {
1964  // single is true implies a single file
1965  QCString result=(QCString)"La documentazione per questo servizio "
1966  "è stata generata a partire ";
1967  if (single) result+="dal seguente file:"; else result+="dai seguenti file:";
1968  return result;
1969  }
1970  /** UNO IDL singleton page */
1971  virtual QCString trSingletonGeneratedFromFiles(bool single)
1972  {
1973  // single is true implies a single file
1974  QCString result=(QCString)"La documentazione per questo singleton "
1975  "è stata generata a partire ";
1976  if (single) result+="dal seguente file:"; else result+="dai seguenti file:";
1977  return result;
1978  }
1979 
1980 };
1981 
1982 #endif
1983 
1984 
getDotImageExtension
QCString getDotImageExtension()
Definition: util.cpp:7032
TranslatorItalian::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_it.h:1879
TranslatorItalian::trSubprogram
virtual QCString trSubprogram(bool first_capital, bool singular)
Definition: translator_it.h:1799
TranslatorItalian::trAdditionalInheritedMembers
virtual QCString trAdditionalInheritedMembers()
Definition: translator_it.h:1948
TranslatorItalian::trDirDepGraph
virtual QCString trDirDepGraph(const QCString &name)
Definition: translator_it.h:1909
TranslatorItalian::trSourceFile
virtual QCString trSourceFile(QCString &filename)
Definition: translator_it.h:1530
TranslatorItalian::trDefinedIn
QCString trDefinedIn()
Definition: translator_it.h:281
TranslatorItalian::trDocumentation
QCString trDocumentation()
Definition: translator_it.h:449
TranslatorItalian::trRemarks
virtual QCString trRemarks()
Definition: translator_it.h:1065
TranslatorItalian::trAll
virtual QCString trAll()
Definition: translator_it.h:1471
TranslatorItalian::trFileMembers
QCString trFileMembers()
Definition: translator_it.h:327
TranslatorItalian::trRTFansicp
virtual QCString trRTFansicp()
Definition: translator_it.h:1247
TranslatorItalian::trEventDocumentation
virtual QCString trEventDocumentation()
Definition: translator_it.h:1419
TranslatorItalian::trExampleDocumentation
QCString trExampleDocumentation()
Definition: translator_it.h:506
TranslatorItalian::trAttention
virtual QCString trAttention()
Definition: translator_it.h:1069
ClassDef::Union
@ Union
Definition: classdef.h:109
TranslatorItalian::trIncludingInheritedMembers
QCString trIncludingInheritedMembers()
Definition: translator_it.h:258
TranslatorItalian::trReturns
QCString trReturns()
Definition: translator_it.h:634
TranslatorItalian::trNamespace
virtual QCString trNamespace(bool first_capital, bool)
Definition: translator_it.h:1289
TranslatorItalian::trPackageListDescription
virtual QCString trPackageListDescription()
Definition: translator_it.h:1212
TranslatorItalian::trPackageTypes
virtual QCString trPackageTypes()
Definition: translator_it.h:1431
TranslatorItalian::trCallerGraph
virtual QCString trCallerGraph()
Definition: translator_it.h:1599
TranslatorItalian::trPublicSlots
QCString trPublicSlots()
Definition: translator_it.h:733
TranslatorItalian::trSeeAlso
QCString trSeeAlso()
Definition: translator_it.h:638
TranslatorItalian::trCiteReferences
virtual QCString trCiteReferences()
Definition: translator_it.h:1901
TranslatorItalian::trStaticPrivateMembers
QCString trStaticPrivateMembers()
Definition: translator_it.h:749
TranslatorAdapter_1_8_15
Definition: translator_adapter.h:82
TranslatorItalian::trServices
virtual QCString trServices()
old style UNO IDL services: inherited services
Definition: translator_it.h:2015
TranslatorItalian::trRTFTableOfContents
virtual QCString trRTFTableOfContents()
Definition: translator_it.h:1390
TranslatorItalian::trNote
QCString trNote()
Definition: translator_it.h:993
TranslatorItalian::trRelatedPagesDescription
QCString trRelatedPagesDescription()
Definition: translator_it.h:439
TranslatorItalian::trCompoundMembersFortran
virtual QCString trCompoundMembersFortran()
Definition: translator_it.h:1623
generateMarker
QCString generateMarker(int id)
Definition: util.cpp:284
TranslatorItalian::trSearchMatches
virtual QCString trSearchMatches()
Definition: translator_it.h:1519
QCString::isEmpty
bool isEmpty() const
Returns TRUE iff the string is empty
Definition: qcstring.h:144
TranslatorItalian::trConstantGroupReference
virtual QCString trConstantGroupReference(const QCString &namespaceName)
UNO IDL constant groups
Definition: translator_it.h:2023
TranslatorItalian::trCompoundListFortran
virtual QCString trCompoundListFortran()
Definition: translator_it.h:1619
TranslatorItalian::trSearch
QCString trSearch()
Definition: translator_it.h:348
TranslatorItalian::trExamplesDescription
QCString trExamplesDescription()
Definition: translator_it.h:435
TranslatorItalian::trForInternalUseOnly
QCString trForInternalUseOnly()
Definition: translator_it.h:618
ClassDef::CompoundType
CompoundType
The various compound types
Definition: classdef.h:107
TranslatorItalian::trInheritedFrom
virtual QCString trInheritedFrom(const QCString &members, const QCString &what)
Definition: translator_it.h:1942
TranslatorItalian::trModulesListDescription
virtual QCString trModulesListDescription(bool extractAll)
Definition: translator_it.h:1685
TranslatorItalian::trGeneratedBy
QCString trGeneratedBy()
Definition: translator_it.h:650
TranslatorItalian::trRelatedSubscript
QCString trRelatedSubscript()
Definition: translator_it.h:209
TranslatorItalian::trCompoundReference
QCString trCompoundReference(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate)
Definition: translator_it.h:692
TranslatorItalian::trGeneratedAt
QCString trGeneratedAt(const QCString &date, const QCString &projName)
Definition: translator_it.h:603
ClassDef::Interface
@ Interface
Definition: classdef.h:110
TranslatorItalian::trSearchResults
virtual QCString trSearchResults(int numDocuments)
Definition: translator_it.h:1500
TranslatorItalian::trTestList
virtual QCString trTestList()
Definition: translator_it.h:1165
TranslatorItalian::trMemberList
QCString trMemberList()
Definition: translator_it.h:250
TranslatorItalian::trModulesIndex
virtual QCString trModulesIndex()
Definition: translator_it.h:1747
TranslatorItalian::trLegend
virtual QCString trLegend()
Definition: translator_it.h:1150
TranslatorItalian::trProtectedTypes
QCString trProtectedTypes()
Definition: translator_it.h:1017
TranslatorItalian::trPageAbbreviation
QCString trPageAbbreviation()
Definition: translator_it.h:893
TranslatorItalian::trStaticPublicMembers
QCString trStaticPublicMembers()
Definition: translator_it.h:737
TranslatorItalian::trNamespaceReference
QCString trNamespaceReference(const QCString &namespaceName)
Definition: translator_it.h:723
TranslatorItalian::trFunctions
QCString trFunctions()
Definition: translator_it.h:540
TranslatorItalian::trGeneratedAutomatically
QCString trGeneratedAutomatically(const QCString &s)
Definition: translator_it.h:264
TranslatorItalian::trModuleIndex
QCString trModuleIndex()
Definition: translator_it.h:455
TranslatorItalian::trPackageAttribs
virtual QCString trPackageAttribs()
Definition: translator_it.h:1452
TranslatorItalian::trGroup
virtual QCString trGroup(bool first_capital, bool singular)
Definition: translator_it.h:1299
TranslatorItalian::trPackageMembers
virtual QCString trPackageMembers()
Definition: translator_it.h:1438
TranslatorItalian::trOverloadText
virtual QCString trOverloadText()
Definition: translator_it.h:1587
TranslatorItalian::trRTFGeneralIndex
virtual QCString trRTFGeneralIndex()
Definition: translator_it.h:1259
TranslatorItalian::trVariables
QCString trVariables()
Definition: translator_it.h:546
TranslatorItalian::trIncludesFileIn
virtual QCString trIncludesFileIn(const QCString &name)
Definition: translator_it.h:1864
TranslatorItalian::trDefinedAtLineInSourceFile
QCString trDefinedAtLineInSourceFile()
Definition: translator_it.h:900
TranslatorItalian::trType
virtual QCString trType(bool first_capital, bool singular)
Definition: translator_it.h:1788
TranslatorItalian::trDirReference
virtual QCString trDirReference(const QCString &dirName)
Definition: translator_it.h:1568
TranslatorItalian::trModulesList
virtual QCString trModulesList()
Definition: translator_it.h:1681
TranslatorItalian::trGotoTextualHierarchy
QCString trGotoTextualHierarchy()
Definition: translator_it.h:980
TranslatorItalian::trExceptions
QCString trExceptions()
Definition: translator_it.h:646
TranslatorItalian::trPublicAttribs
QCString trPublicAttribs()
Definition: translator_it.h:1001
TranslatorItalian::trImplementedFromList
virtual QCString trImplementedFromList(int numEntries)
Definition: translator_it.h:1370
ClassDef::Class
@ Class
Definition: classdef.h:107
TranslatorItalian::trExtendsClass
virtual QCString trExtendsClass()
Definition: translator_it.h:1978
TranslatorItalian::trBugList
virtual QCString trBugList()
Definition: translator_it.h:1237
TranslatorItalian::trBug
virtual QCString trBug()
Definition: translator_it.h:1232
TranslatorItalian::trPrivateAttribs
QCString trPrivateAttribs()
Definition: translator_it.h:1033
TranslatorItalian::trPropertyDocumentation
virtual QCString trPropertyDocumentation()
Definition: translator_it.h:1180
TranslatorItalian::trEnumName
QCString trEnumName()
Definition: translator_it.h:273
TranslatorItalian::trModuleReference
virtual QCString trModuleReference(const QCString &namespaceName)
Definition: translator_it.h:1716
TranslatorItalian::trPostcondition
QCString trPostcondition()
Definition: translator_it.h:953
TranslatorItalian::trModule
virtual QCString trModule(bool first_capital, bool singular)
Definition: translator_it.h:1754
TranslatorItalian::trPrivateSlots
QCString trPrivateSlots()
Definition: translator_it.h:747
TranslatorItalian::trGlobal
virtual QCString trGlobal(bool first_capital, bool singular)
Definition: translator_it.h:1332
TranslatorItalian::trRelatedFunctionDocumentation
QCString trRelatedFunctionDocumentation()
Definition: translator_it.h:684
TranslatorItalian::trClassMethods
virtual QCString trClassMethods()
Definition: translator_it.h:1986
TranslatorItalian::trCompoundListDescriptionFortran
virtual QCString trCompoundListDescriptionFortran()
Definition: translator_it.h:1627
TranslatorItalian::trCompoundList
QCString trCompoundList()
Definition: translator_it.h:297
TranslatorItalian::trMemberTypedefDocumentation
QCString trMemberTypedefDocumentation()
Definition: translator_it.h:217
TranslatorItalian::trFileListDescription
QCString trFileListDescription(bool extractAll)
Definition: translator_it.h:359
TranslatorItalian::trProtectedAttribs
QCString trProtectedAttribs()
Definition: translator_it.h:1021
TranslatorItalian::trProperties
virtual QCString trProperties()
Definition: translator_it.h:1175
TranslatorItalian::trEnumerationValues
QCString trEnumerationValues()
Definition: translator_it.h:552
TranslatorItalian::trPackage
virtual QCString trPackage(const QCString &name)
Definition: translator_it.h:1202
TranslatorItalian::trStaticPackageMembers
virtual QCString trStaticPackageMembers()
Definition: translator_it.h:1445
TranslatorItalian::trSearching
virtual QCString trSearching()
Definition: translator_it.h:1836
TranslatorItalian::trGotoGraphicalHierarchy
QCString trGotoGraphicalHierarchy()
Definition: translator_it.h:976
TranslatorItalian::trNamespaceIndex
QCString trNamespaceIndex()
Definition: translator_it.h:829
TranslatorItalian::trPanelSynchronisationTooltip
virtual QCString trPanelSynchronisationTooltip(bool enable)
Definition: translator_it.h:1959
TranslatorItalian::trTypedefDocumentation
QCString trTypedefDocumentation()
Definition: translator_it.h:564
TranslatorItalian::trModulesMemberDescription
virtual QCString trModulesMemberDescription(bool extractAll)
Definition: translator_it.h:1728
TranslatorItalian::trInstanceMethods
virtual QCString trInstanceMethods()
Definition: translator_it.h:1994
TranslatorItalian::trTypedefs
QCString trTypedefs()
Definition: translator_it.h:528
TranslatorItalian::trDataTypes
virtual QCString trDataTypes()
Definition: translator_it.h:1677
TranslatorItalian::trTest
virtual QCString trTest()
Definition: translator_it.h:1160
TranslatorItalian::trNamespaceListDescription
QCString trNamespaceListDescription(bool extractAll)
Definition: translator_it.h:662
TranslatorItalian::trClassDocumentation
QCString trClassDocumentation()
Definition: translator_it.h:494
TranslatorItalian::trReimplementedFromList
QCString trReimplementedFromList(int numEntries)
Definition: translator_it.h:796
TranslatorItalian::trDirDocumentation
virtual QCString trDirDocumentation()
Definition: translator_it.h:1548
TranslatorItalian::trProvidedByCategory
virtual QCString trProvidedByCategory()
Definition: translator_it.h:1969
TranslatorItalian::trProtectedSlots
QCString trProtectedSlots()
Definition: translator_it.h:741
TranslatorItalian::trSingletonReference
virtual QCString trSingletonReference(const QCString &sName)
UNO IDL singleton page title
Definition: translator_it.h:2037
TranslatorItalian::trMember
virtual QCString trMember(bool first_capital, bool singular)
Definition: translator_it.h:1321
TranslatorItalian::trRelatedPages
QCString trRelatedPages()
Definition: translator_it.h:340
TranslatorItalian::trExamples
QCString trExamples()
Definition: translator_it.h:344
TranslatorItalian::trStaticProtectedMembers
QCString trStaticProtectedMembers()
Definition: translator_it.h:743
TranslatorItalian::trFileMembersDescription
QCString trFileMembersDescription(bool extractAll)
Definition: translator_it.h:415
TranslatorItalian::trSubprogramDocumentation
virtual QCString trSubprogramDocumentation()
Definition: translator_it.h:1671
TranslatorItalian::trReimplementedInList
QCString trReimplementedInList(int numEntries)
Definition: translator_it.h:804
TranslatorItalian::trCollaborationDiagram
QCString trCollaborationDiagram(const QCString &clName)
Definition: translator_it.h:923
TranslatorItalian::trDate
QCString trDate()
Definition: translator_it.h:630
TranslatorItalian::trHierarchicalIndex
QCString trHierarchicalIndex()
Definition: translator_it.h:461
TranslatorItalian::trGlobalNamespace
virtual QCString trGlobalNamespace()
Definition: translator_it.h:1830
TranslatorItalian::trDirDescription
virtual QCString trDirDescription()
Definition: translator_it.h:1560
TranslatorItalian::trNoMatches
virtual QCString trNoMatches()
Definition: translator_it.h:1842
TranslatorItalian::trListOfAllMembers
QCString trListOfAllMembers()
Definition: translator_it.h:246
TranslatorItalian::trInterfaces
virtual QCString trInterfaces()
old style UNO IDL services: implemented interfaces
Definition: translator_it.h:2011
TranslatorItalian::trCompoundReferenceFortran
virtual QCString trCompoundReferenceFortran(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate)
Definition: translator_it.h:1694
TranslatorItalian::trInclDepGraph
QCString trInclDepGraph(const QCString &fName)
Definition: translator_it.h:928
TranslatorItalian::trTypeDocumentation
virtual QCString trTypeDocumentation()
Definition: translator_it.h:1659
TranslatorItalian::trConstructorDocumentation
QCString trConstructorDocumentation()
Definition: translator_it.h:933
TranslatorItalian::trPublicTypes
QCString trPublicTypes()
Definition: translator_it.h:997
TranslatorItalian::trSince
virtual QCString trSince()
Definition: translator_it.h:1077
TranslatorItalian::trSubprograms
virtual QCString trSubprograms()
Definition: translator_it.h:1665
TranslatorItalian::trNamespaces
QCString trNamespaces()
Definition: translator_it.h:845
TranslatorItalian::trInitialValue
QCString trInitialValue()
Definition: translator_it.h:963
TranslatorItalian::trNamespaceMembers
QCString trNamespaceMembers()
Definition: translator_it.h:810
TranslatorItalian::trPage
virtual QCString trPage(bool first_capital, bool singular)
Definition: translator_it.h:1310
TranslatorItalian::trISOLang
virtual QCString trISOLang()
Definition: translator_it.h:197
TranslatorItalian::trGotoDocumentation
QCString trGotoDocumentation()
Definition: translator_it.h:943
TranslatorItalian::trCompoundIndexFortran
virtual QCString trCompoundIndexFortran()
Definition: translator_it.h:1653
TranslatorItalian::trInclByDepGraph
virtual QCString trInclByDepGraph()
Definition: translator_it.h:1073
TranslatorItalian::trStaticPublicAttribs
QCString trStaticPublicAttribs()
Definition: translator_it.h:1013
TranslatorItalian::trTodoList
virtual QCString trTodoList()
Definition: translator_it.h:1052
TranslatorItalian::trImplementedInList
virtual QCString trImplementedInList(int numEntries)
Definition: translator_it.h:1378
TranslatorItalian::trReferencedBy
virtual QCString trReferencedBy()
Definition: translator_it.h:1061
TranslatorItalian::trReturnValues
QCString trReturnValues()
Definition: translator_it.h:882
TranslatorItalian::trStaticPackageAttribs
virtual QCString trStaticPackageAttribs()
Definition: translator_it.h:1459
ClassDef::Category
@ Category
Definition: classdef.h:112
TranslatorItalian::trModuleDocumentation
QCString trModuleDocumentation()
Definition: translator_it.h:488
TranslatorItalian::trServiceReference
virtual QCString trServiceReference(const QCString &sName)
UNO IDL service page title
Definition: translator_it.h:2030
TranslatorItalian::trGeneratedFromFiles
QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single)
Definition: translator_it.h:855
ClassDef::Struct
@ Struct
Definition: classdef.h:108
TranslatorItalian::trPrivateMembers
QCString trPrivateMembers()
Definition: translator_it.h:745
TranslatorItalian::trMethodDocumentation
virtual QCString trMethodDocumentation()
Definition: translator_it.h:2001
TranslatorItalian::trModulesMembers
virtual QCString trModulesMembers()
Definition: translator_it.h:1724
TranslatorItalian::trDefinedInSourceFile
QCString trDefinedInSourceFile()
Definition: translator_it.h:904
TranslatorItalian::trServiceGeneratedFromFiles
virtual QCString trServiceGeneratedFromFiles(bool single)
UNO IDL service page
Definition: translator_it.h:2044
TranslatorItalian::trInheritsList
QCString trInheritsList(int numEntries)
Definition: translator_it.h:780
TranslatorItalian::trDirRelation
virtual QCString trDirRelation(const QCString &name)
Definition: translator_it.h:1818
TranslatorItalian::trMemberEnumerationDocumentation
QCString trMemberEnumerationDocumentation()
Definition: translator_it.h:221
TranslatorItalian::trFileList
QCString trFileList()
Definition: translator_it.h:310
TranslatorItalian::trReferenceManual
QCString trReferenceManual()
Definition: translator_it.h:516
TranslatorItalian::trTemplateParameters
virtual QCString trTemplateParameters()
Definition: translator_it.h:1921
TranslatorItalian::trPageIndex
QCString trPageIndex()
Definition: translator_it.h:984
TranslatorItalian::trRTFCharSet
virtual QCString trRTFCharSet()
Definition: translator_it.h:1253
TranslatorItalian::trNamespaceList
QCString trNamespaceList()
Definition: translator_it.h:658
TranslatorItalian::trCompoundIndex
QCString trCompoundIndex()
Definition: translator_it.h:467
TranslatorItalian::trEnumerationValueDocumentation
virtual QCString trEnumerationValueDocumentation()
Definition: translator_it.h:1607
TranslatorItalian::trGeneratedFromFilesFortran
virtual QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single)
Definition: translator_it.h:1764
TranslatorItalian::trDetailedDescription
QCString trDetailedDescription()
Definition: translator_it.h:213
TranslatorItalian::trReferences
virtual QCString trReferences()
Definition: translator_it.h:1358
TranslatorItalian::trClasses
virtual QCString trClasses()
Definition: translator_it.h:1190
TranslatorItalian::trThisIsTheListOfAllMembers
QCString trThisIsTheListOfAllMembers()
Definition: translator_it.h:254
TranslatorItalian::latexLanguageSupportCommand
virtual QCString latexLanguageSupportCommand()
Definition: translator_it.h:192
TranslatorItalian::trPackages
virtual QCString trPackages()
Definition: translator_it.h:1217
TranslatorItalian::trFriends
QCString trFriends()
Definition: translator_it.h:674
TranslatorItalian::trDetailLevel
virtual QCString trDetailLevel()
Definition: translator_it.h:1917
TranslatorItalian::trSearchResultsTitle
virtual QCString trSearchResultsTitle()
Definition: translator_it.h:1488
TranslatorItalian::trParameters
QCString trParameters()
Definition: translator_it.h:642
TranslatorItalian::trLegendTitle
virtual QCString trLegendTitle()
Definition: translator_it.h:1087
TranslatorItalian::trCompounds
QCString trCompounds()
Definition: translator_it.h:588
TranslatorItalian::trVersion
QCString trVersion()
Definition: translator_it.h:626
TranslatorItalian::trDirIndex
virtual QCString trDirIndex()
Definition: translator_it.h:1542
TranslatorItalian::trDirectories
virtual QCString trDirectories()
Definition: translator_it.h:1554
TranslatorItalian::trInvariant
QCString trInvariant()
Definition: translator_it.h:958
TranslatorItalian::trInheritedByList
QCString trInheritedByList(int numEntries)
Definition: translator_it.h:788
Config_getBool
#define Config_getBool(name)
Definition: config.h:33
TranslatorItalian::trStaticProtectedAttribs
QCString trStaticProtectedAttribs()
Definition: translator_it.h:1025
ClassDef::Protocol
@ Protocol
Definition: classdef.h:111
TranslatorItalian::trWarning
QCString trWarning()
Definition: translator_it.h:622
TranslatorItalian::trProtectedMembers
QCString trProtectedMembers()
Definition: translator_it.h:739
TranslatorItalian::trFileIndex
QCString trFileIndex()
Definition: translator_it.h:482
TranslatorItalian::trMemberDataDocumentation
QCString trMemberDataDocumentation()
Definition: translator_it.h:229
TranslatorItalian::trMore
QCString trMore()
Definition: translator_it.h:242
TranslatorItalian::trClassHierarchy
QCString trClassHierarchy()
Definition: translator_it.h:293
TranslatorItalian::trMemberFunctionDocumentationFortran
virtual QCString trMemberFunctionDocumentationFortran()
Definition: translator_it.h:1615
TranslatorItalian::trPageDocumentation
QCString trPageDocumentation()
Definition: translator_it.h:512
TranslatorItalian::trPublicMembers
QCString trPublicMembers()
Definition: translator_it.h:731
TranslatorItalian::trCompoundListDescription
QCString trCompoundListDescription()
Definition: translator_it.h:369
TranslatorItalian::trMemberFunctionDocumentation
QCString trMemberFunctionDocumentation()
Definition: translator_it.h:225
TranslatorItalian::trCompoundMembersDescription
QCString trCompoundMembersDescription(bool extractAll)
Definition: translator_it.h:387
TranslatorItalian::trEnumerations
QCString trEnumerations()
Definition: translator_it.h:534
TranslatorItalian::trSingletonGeneratedFromFiles
virtual QCString trSingletonGeneratedFromFiles(bool single)
UNO IDL singleton page
Definition: translator_it.h:2053
TranslatorItalian::trDefineDocumentation
QCString trDefineDocumentation()
Definition: translator_it.h:558
TranslatorItalian::trEnumReference
virtual QCString trEnumReference(const QCString &name)
Definition: translator_it.h:1938
TranslatorItalian::trVariableDocumentation
QCString trVariableDocumentation()
Definition: translator_it.h:582
TranslatorItalian::trModules
QCString trModules()
Definition: translator_it.h:289
TranslatorItalian::trAuthor
virtual QCString trAuthor(bool first_capital, bool singular)
Definition: translator_it.h:1345
TranslatorItalian::trDeprecated
QCString trDeprecated()
Definition: translator_it.h:913
TranslatorItalian::trWriteList
QCString trWriteList(int numEntries)
Definition: translator_it.h:755
TranslatorItalian::trFileDocumentation
QCString trFileDocumentation()
Definition: translator_it.h:500
TranslatorItalian::trMainPage
QCString trMainPage()
Definition: translator_it.h:887
TranslatorItalian::trGraphicalHierarchy
QCString trGraphicalHierarchy()
Definition: translator_it.h:972
TranslatorItalian::trEvents
virtual QCString trEvents()
Definition: translator_it.h:1414
TranslatorItalian::trEnumGeneratedFromFiles
virtual QCString trEnumGeneratedFromFiles(bool single)
Definition: translator_it.h:1929
TranslatorItalian::trEnumerationTypeDocumentation
QCString trEnumerationTypeDocumentation()
Definition: translator_it.h:570
TranslatorItalian::trNamespaceMemberDescription
QCString trNamespaceMemberDescription(bool extractAll)
Definition: translator_it.h:814
TranslatorItalian::trFunctionDocumentation
QCString trFunctionDocumentation()
Definition: translator_it.h:576
TranslatorItalian::trCompoundMembers
QCString trCompoundMembers()
Definition: translator_it.h:314
TranslatorItalian::trClass
virtual QCString trClass(bool first_capital, bool singular)
Definition: translator_it.h:1268
TranslatorItalian::trAndMore
virtual QCString trAndMore(const QCString &number)
Definition: translator_it.h:1925
TranslatorItalian::trDefines
QCString trDefines()
Definition: translator_it.h:522
TranslatorItalian
Definition: translator_it.h:92
TranslatorItalian::trCallGraph
virtual QCString trCallGraph()
Definition: translator_it.h:1476
TranslatorItalian::trDir
virtual QCString trDir(bool first_capital, bool)
Definition: translator_it.h:1574
TranslatorItalian::trRelatedFunctions
QCString trRelatedFunctions()
Definition: translator_it.h:205
TranslatorItalian::trModulesDescription
QCString trModulesDescription()
Definition: translator_it.h:443
TranslatorItalian::trFileIn
virtual QCString trFileIn(const QCString &name)
Definition: translator_it.h:1855
TranslatorItalian::trClassDiagram
QCString trClassDiagram(const QCString &clName)
Definition: translator_it.h:612
ClassDef::Exception
@ Exception
Definition: classdef.h:113
TranslatorItalian::trCompoundMembersDescriptionFortran
virtual QCString trCompoundMembersDescriptionFortran(bool extractAll)
Definition: translator_it.h:1631
TranslatorItalian::trCopyright
virtual QCString trCopyright()
Definition: translator_it.h:1905
TranslatorItalian::trTypeConstraints
virtual QCString trTypeConstraints()
Definition: translator_it.h:1808
TranslatorItalian::trGotoSourceCode
QCString trGotoSourceCode()
Definition: translator_it.h:938
TranslatorItalian::trPrecondition
QCString trPrecondition()
Definition: translator_it.h:948
TranslatorItalian::trPackageList
virtual QCString trPackageList()
Definition: translator_it.h:1207
TranslatorItalian::trDeprecatedList
virtual QCString trDeprecatedList()
Definition: translator_it.h:1402
TranslatorItalian::trLegendDocs
virtual QCString trLegendDocs()
Definition: translator_it.h:1092
TranslatorItalian::trCode
QCString trCode()
Definition: translator_it.h:968
TranslatorItalian::trPrivateTypes
QCString trPrivateTypes()
Definition: translator_it.h:1029
TranslatorItalian::trEnumValue
QCString trEnumValue()
Definition: translator_it.h:277
QCString::sprintf
QCString & sprintf(const char *format,...)
Definition: qcstring.cpp:24
TranslatorItalian::trStaticPrivateAttribs
QCString trStaticPrivateAttribs()
Definition: translator_it.h:1037
TranslatorItalian::trFile
virtual QCString trFile(bool first_capital, bool)
Definition: translator_it.h:1279
TranslatorItalian::trClassHierarchyDescription
QCString trClassHierarchyDescription()
Definition: translator_it.h:352
TranslatorItalian::trNamespaceDocumentation
QCString trNamespaceDocumentation()
Definition: translator_it.h:835
TranslatorItalian::idLanguage
virtual QCString idLanguage()
Definition: translator_it.h:186
TranslatorItalian::trConstantGroups
virtual QCString trConstantGroups()
UNO IDL constant groups
Definition: translator_it.h:2019
TranslatorItalian::trLoading
virtual QCString trLoading()
Definition: translator_it.h:1824
TranslatorItalian::trSignals
QCString trSignals()
Definition: translator_it.h:735
QCString
This is an alternative implementation of QCString.
Definition: qcstring.h:108
TranslatorItalian::trTodo
virtual QCString trTodo()
Definition: translator_it.h:1047
TranslatorItalian::trDefineValue
virtual QCString trDefineValue()
Definition: translator_it.h:1222
TranslatorItalian::trFileReference
QCString trFileReference(const QCString &fileName)
Definition: translator_it.h:715