diff options
Diffstat (limited to 'src/translator_nl.h')
-rw-r--r-- | src/translator_nl.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/translator_nl.h b/src/translator_nl.h index 8b8a213..14f0edb 100644 --- a/src/translator_nl.h +++ b/src/translator_nl.h @@ -1013,6 +1013,23 @@ class TranslatorDutch : public Translator { return "Deprecated Lijst"; } + +////////////////////////////////////////////////////////////////////////// +// new since 1.2.18 +////////////////////////////////////////////////////////////////////////// + + /*! Used as a header for a section of events found in a C# program + */ + virtual QCString trEvents() + { + return "Events"; + } + /*! Header used for the documentation section of a class' events. */ + virtual QCString trEventDocumentation() + { + return "Event Documentatie"; + } + }; #endif |