summaryrefslogtreecommitdiffstats
path: root/src/translator_nl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_nl.h')
-rw-r--r--src/translator_nl.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/translator_nl.h b/src/translator_nl.h
index ab16f8f..2525b4f 100644
--- a/src/translator_nl.h
+++ b/src/translator_nl.h
@@ -157,8 +157,6 @@ class TranslatorDutch : public Translator
QCString trDefines()
{ return "Macros"; }
- QCString trFuncProtos()
- { return "Functie Prototypes"; }
QCString trTypedefs()
{ return "Typedefs"; }
QCString trEnumerations()
@@ -171,8 +169,6 @@ class TranslatorDutch : public Translator
{ return "Enumeratie waarden"; }
QCString trDefineDocumentation()
{ return "Documentatie van macro's"; }
- QCString trFunctionPrototypeDocumentation()
- { return "Documentatie van functie Prototypes"; }
QCString trTypedefDocumentation()
{ return "Documentatie van typedefs"; }
QCString trEnumerationTypeDocumentation()
@@ -192,10 +188,6 @@ class TranslatorDutch : public Translator
result+=(QCString)" door";
return result;
}
- QCString trWrittenBy()
- {
- return "geschreven door";
- }
QCString trClassDiagram(const char *clName)
{
return (QCString)"Klasse diagram voor "+clName;
@@ -420,12 +412,6 @@ class TranslatorDutch : public Translator
return result;
}
- /*! This is in the (quick) index as a link to the alphabetical compound
- * list.
- */
- QCString trAlphabeticalList()
- { return "Alphabetical List"; }
-
//////////////////////////////////////////////////////////////////////////
// new since 0.49-990901
//////////////////////////////////////////////////////////////////////////
@@ -718,16 +704,6 @@ class TranslatorDutch : public Translator
}
//////////////////////////////////////////////////////////////////////////
-// new since 1.2.1
-//////////////////////////////////////////////////////////////////////////
-
- /*! Used as a section header for KDE-2 IDL methods */
- QCString trDCOPMethods()
- {
- return "DCOP Methoden";
- }
-
-//////////////////////////////////////////////////////////////////////////
// new since 1.2.2
//////////////////////////////////////////////////////////////////////////
@@ -1057,13 +1033,6 @@ class TranslatorDutch : public Translator
// new since 1.3.3
//////////////////////////////////////////////////////////////////////////
- /*! When the search engine is enabled this text is put in the index
- * of each page before the search field.
- */
- virtual QCString trSearchForIndex()
- {
- return "Zoek naar";
- }
/*! This string is used as the title for the page listing the search
* results.
*/
@@ -1410,12 +1379,6 @@ class TranslatorDutch : public Translator
// 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)"Folder afhankelijkheidsgraaf voor "+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.