diff options
Diffstat (limited to 'src/translator_nl.h')
-rw-r--r-- | src/translator_nl.h | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/src/translator_nl.h b/src/translator_nl.h index e8ecbde..9665e54 100644 --- a/src/translator_nl.h +++ b/src/translator_nl.h @@ -18,9 +18,9 @@ #ifndef TRANSLATOR_NL_H #define TRANSLATOR_NL_H -#include "translator.h" +#include "translator_adapter.h" -class TranslatorDutch : public Translator +class TranslatorDutch : public TranslatorAdapter_1_2_6 { public: QCString idLanguage() @@ -385,6 +385,18 @@ class TranslatorDutch : public Translator { return "Namespace Documentatie"; } ////////////////////////////////////////////////////////////////////////// +// new since 0.49-990522 +////////////////////////////////////////////////////////////////////////// + + /*! This is used in the documentation before the list of all + * namespaces in a file. + */ + QCString trNamespaces() + { + return "Namespaces"; + } + +////////////////////////////////////////////////////////////////////////// // new since 0.49-990728 ////////////////////////////////////////////////////////////////////////// @@ -779,7 +791,7 @@ class TranslatorDutch : public Translator // new since 1.2.5 ////////////////////////////////////////////////////////////////////////// - /*! Used as a marker that is put before a \bug item */ + /*! Used as a marker that is put before a \\bug item */ QCString trBug() { return "Bug"; |