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 5ca923d..7b18489 100644 --- a/src/translator_nl.h +++ b/src/translator_nl.h @@ -1068,6 +1068,23 @@ class TranslatorDutch : public Translator { return "Statische Package Attributen"; } + +////////////////////////////////////////////////////////////////////////// +// new since 1.3.1 +////////////////////////////////////////////////////////////////////////// + + /*! Used in the quick index of a class/file/namespace member list page + * to link to the unfiltered list of all members. + */ + virtual QCString trAll() + { + return "Alle"; + } + /*! Put in front of the call graph for a function. */ + virtual QCString trCallGraph() + { + return "Hier is de call graaf voor deze functie:"; + } }; |