summaryrefslogtreecommitdiffstats
path: root/src/translator_it.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_it.h')
-rw-r--r--src/translator_it.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/translator_it.h b/src/translator_it.h
index 9638a01..4b12dae 100644
--- a/src/translator_it.h
+++ b/src/translator_it.h
@@ -112,6 +112,11 @@ class TranslatorItalian : public TranslatorAdapter_1_8_15
return "\\usepackage[italian]{babel}\n";
}
+ virtual QCString trISOLang()
+ {
+ return "it";
+ }
+
// --- Language translation methods -------------------
/*! used in the compound documentation before a list of related functions. */
@@ -286,6 +291,10 @@ class TranslatorItalian : public TranslatorAdapter_1_8_15
{
return "Queste sono le strutture dati con una loro breve descrizione:";
}
+ else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
+ {
+ return "Queste sono le classi con una loro breve descrizione:";
+ }
else
{
return "Queste sono le classi, le struct, le union e le interfacce con una loro breve descrizione:";
@@ -1912,14 +1921,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_15
return "Documentazione dei metodi";
}
- /*! Used as the title of the design overview picture created for the
- * VHDL output.
- */
- virtual QCString trDesignOverview()
- {
- return "Panoramica del progetto";
- }
-
//////////////////////////////////////////////////////////////////////////
// new since 1.8.4
//////////////////////////////////////////////////////////////////////////
@@ -1976,8 +1977,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_15
return result;
}
-//////////////////////////////////////////////////////////////////////////
-
};
#endif