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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/translator_nl.h b/src/translator_nl.h
index 139a0b5..1923712 100644
--- a/src/translator_nl.h
+++ b/src/translator_nl.h
@@ -450,6 +450,15 @@ class TranslatorDutch : public Translator
{
return "De definitie bevindt zich in de file @0.";
}
+
+//////////////////////////////////////////////////////////////////////////
+// new since 1.0.0
+//////////////////////////////////////////////////////////////////////////
+
+ virtual QCString trDeprecated()
+ {
+ return "Verouderd";
+ }
};
#endif