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.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/translator_nl.h b/src/translator_nl.h
index 1112ce8..d366cc5 100644
--- a/src/translator_nl.h
+++ b/src/translator_nl.h
@@ -696,6 +696,22 @@ class TranslatorDutch : public Translator
{
return "legenda";
}
+
+//////////////////////////////////////////////////////////////////////////
+// new since 1.2.0
+//////////////////////////////////////////////////////////////////////////
+
+ /*! Used as a marker that is put before a todo item */
+ virtual QCString trTest()
+ {
+ return "Test";
+ }
+ /*! Used as the header of the todo list */
+ virtual QCString trTestList()
+ {
+ return "Test Lijst";
+ }
+
};
#endif