summaryrefslogtreecommitdiffstats
path: root/src/translator_it.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-07-07 17:23:26 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-07-07 17:23:26 (GMT)
commit457ca5c291eddeb1a4cd667e20cd8d7dfc1d7f2e (patch)
treef08f27e02ce20e8ca59117d6d02be98fbe3c8c24 /src/translator_it.h
parent977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4 (diff)
downloadDoxygen-457ca5c291eddeb1a4cd667e20cd8d7dfc1d7f2e.zip
Doxygen-457ca5c291eddeb1a4cd667e20cd8d7dfc1d7f2e.tar.gz
Doxygen-457ca5c291eddeb1a4cd667e20cd8d7dfc1d7f2e.tar.bz2
Release-1.2.16-20020707
Diffstat (limited to 'src/translator_it.h')
-rw-r--r--src/translator_it.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/translator_it.h b/src/translator_it.h
index 3d49e6a..35f96d8 100644
--- a/src/translator_it.h
+++ b/src/translator_it.h
@@ -19,6 +19,8 @@
*
* Revision history
*
+ * 2002/07: modified trRelatedPagesDescription() method
+ * correct typo in trInclByDepGraph() method
* 2002/01: translated new items used since version 1.2.13
* updated e-mail address
* 2001/11: corrected the translation fixing the issues reported by the translator.pl script
@@ -62,7 +64,7 @@
#ifndef TRANSLATOR_IT_H
#define TRANSLATOR_IT_H
-class TranslatorItalian : public Translator
+class TranslatorItalian : public TranslatorAdapter_1_2_16
{
public:
@@ -333,7 +335,7 @@ class TranslatorItalian : public Translator
/*! This is an introduction to the page with the list of related pages */
QCString trRelatedPagesDescription()
- { return "Questa è la lista di tutte le pagine di documentazione collegate fra loro:"; }
+ { return "Questa è la lista di tutte le pagine di documentazione generale:"; }
/*! This is an introduction to the page with the list of class/file groups */
QCString trModulesDescription()
@@ -1011,7 +1013,7 @@ class TranslatorItalian : public Translator
}
virtual QCString trInclByDepGraph()
{
- return "Queato grafo mostra quali file includono direttamente o indirettamente questo file:";
+ return "Questo grafo mostra quali altri file includono direttamente o indirettamente questo file:";
}
virtual QCString trSince()
{