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.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/src/translator_it.h b/src/translator_it.h
index 0741188..912f389 100644
--- a/src/translator_it.h
+++ b/src/translator_it.h
@@ -428,12 +428,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2
{ return "Definizioni"; }
/*! This is used in the documentation of a file as a header before the
- * list of function prototypes
- */
- QCString trFuncProtos()
- { return "Prototipi delle funzioni"; }
-
- /*! This is used in the documentation of a file as a header before the
* list of typedefs
*/
QCString trTypedefs()
@@ -470,12 +464,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2
{ return "Documentazione delle definizioni"; }
/*! This is used in the documentation of a file/namespace before the list
- * of documentation blocks for function prototypes
- */
- QCString trFunctionPrototypeDocumentation()
- { return "Documentazione dei prototipi delle funzioni"; }
-
- /*! This is used in the documentation of a file/namespace before the list
* of documentation blocks for typedefs
*/
QCString trTypedefDocumentation()
@@ -524,12 +512,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2
result+=(QCString)" da";
return result;
}
- /*! This is part of the sentence used in the standard footer of each page.
- */
- QCString trWrittenBy()
- {
- return "scritto da";
- }
/*! this text is put before a class diagram */
QCString trClassDiagram(const char *clName)
@@ -797,12 +779,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2
return result;
}
- /*! This is in the (quick) index as a link to the alphabetical compound
- * list.
- */
- QCString trAlphabeticalList()
- { return "Lista in ordine alfabetico";}
-
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990901
//////////////////////////////////////////////////////////////////////////
@@ -1097,16 +1073,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2
}
//////////////////////////////////////////////////////////////////////////
-// new since 1.2.1
-//////////////////////////////////////////////////////////////////////////
-
- /*! Used as a section header for KDE-2 IDL methods */
- virtual QCString trDCOPMethods()
- {
- return "Metodi DCOP";
- }
-
-//////////////////////////////////////////////////////////////////////////
// new since 1.2.2
//////////////////////////////////////////////////////////////////////////
@@ -1421,14 +1387,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2
// new since 1.3.3
//////////////////////////////////////////////////////////////////////////
- /*! When the search engine is enabled this text is put in the header
- * of each page before the field where one can enter the text to search
- * for.
- */
- virtual QCString trSearchForIndex()
- {
- return "Cerca";
- }
/*! This string is used as the title for the page listing the search
* results.
*/
@@ -1795,12 +1753,6 @@ class TranslatorItalian : public TranslatorAdapter_1_8_2
// new since 1.6.3 (missing items for the directory pages)
//////////////////////////////////////////////////////////////////////////
- /*! introduction text for the directory dependency graph */
- virtual QCString trDirDependency(const char *name)
- {
- return (QCString)"Grafo di dipendenza delle directory per "+name;
- }
-
/*! when clicking a directory dependency label, a page with a
* table is shown. The heading for the first column mentions the
* source file that has a relation to another file.