diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-06-15 18:25:48 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-06-15 18:25:48 (GMT) |
commit | 25a65bed9e3548070b1af401db683bfb0cce9de0 (patch) | |
tree | 567da63962a903f646bb092a950026c75a8369d8 /src/translator_it.h | |
parent | d863498bbf7129c5d7f4984ca00adf378aac246d (diff) | |
download | Doxygen-25a65bed9e3548070b1af401db683bfb0cce9de0.zip Doxygen-25a65bed9e3548070b1af401db683bfb0cce9de0.tar.gz Doxygen-25a65bed9e3548070b1af401db683bfb0cce9de0.tar.bz2 |
Release-1.3.2
Diffstat (limited to 'src/translator_it.h')
-rw-r--r-- | src/translator_it.h | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/translator_it.h b/src/translator_it.h index 406ce4b..cebfd3d 100644 --- a/src/translator_it.h +++ b/src/translator_it.h @@ -19,6 +19,7 @@ * * Revision history * + * 2003/06: translated new items used since version 1.3.1 * 2003/04: translated new items used since version 1.3 * 2002/11: translated new items used since version 1.2.18 * 2002/08: translated new items used since version 1.2.17 @@ -68,7 +69,7 @@ #ifndef TRANSLATOR_IT_H #define TRANSLATOR_IT_H -class TranslatorItalian : public TranslatorAdapter_1_3_1 +class TranslatorItalian : public Translator { public: @@ -1430,6 +1431,23 @@ class TranslatorItalian : public TranslatorAdapter_1_3_1 return "Attributi statici con visibilità di package"; } +////////////////////////////////////////////////////////////////////////// +// new since 1.3.1 +////////////////////////////////////////////////////////////////////////// + + /*! Used in the quick index of a class/file/namespace member list page + * to link to the unfiltered list of all members. + */ + virtual QCString trAll() + { + return "Tutto"; + } + /*! Put in front of the call graph for a function. */ + virtual QCString trCallGraph() + { + return "Questo è il grafo delle chiamate per questa funzione:"; + } + }; #endif |