summaryrefslogtreecommitdiffstats
path: root/src/translator_nl.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-07-30 13:58:29 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-07-30 13:58:29 (GMT)
commit7ce8e31b7d4f831949f7061ef2808c867da4edd1 (patch)
tree2d71d4688e381dc8e0c968d120b25fdd0763c27e /src/translator_nl.h
parent422c14b6f19d70c78762ea571031f142acf9a972 (diff)
downloadDoxygen-7ce8e31b7d4f831949f7061ef2808c867da4edd1.zip
Doxygen-7ce8e31b7d4f831949f7061ef2808c867da4edd1.tar.gz
Doxygen-7ce8e31b7d4f831949f7061ef2808c867da4edd1.tar.bz2
Release-1.2.0-20000730
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