summaryrefslogtreecommitdiffstats
path: root/src/translator_nl.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2010-11-06 19:00:58 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2010-11-06 19:00:58 (GMT)
commitbe602ee76006d9b8b0f6e5e75114f2ce34f7773e (patch)
tree0a8fa55f942d3a0e2f845bc77e6a357b9fb1c1c7 /src/translator_nl.h
parent8a48f6c3f4827171edf41a40bfdbc03e53d9be6b (diff)
downloadDoxygen-be602ee76006d9b8b0f6e5e75114f2ce34f7773e.zip
Doxygen-be602ee76006d9b8b0f6e5e75114f2ce34f7773e.tar.gz
Doxygen-be602ee76006d9b8b0f6e5e75114f2ce34f7773e.tar.bz2
Release-1.7.2-20101106
Diffstat (limited to 'src/translator_nl.h')
-rw-r--r--src/translator_nl.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/translator_nl.h b/src/translator_nl.h
index 595f944..7688882 100644
--- a/src/translator_nl.h
+++ b/src/translator_nl.h
@@ -33,9 +33,6 @@ class TranslatorDutch : public Translator
* "\\usepackage[latin2]{inputenc}\n"
* "\\usepackage[T1]{fontenc}\n"
* </pre>
- *
- * The Dutch LaTeX does not use such commands. Because of this
- * the empty string is returned in this implementation.
*/
QCString latexLanguageSupportCommand()
{
@@ -90,11 +87,11 @@ class TranslatorDutch : public Translator
QCString trCompoundList()
{ return "Klasse Lijst"; }
QCString trFileList()
- { return "File Lijst"; }
+ { return "Bestandslijst"; }
QCString trCompoundMembers()
{ return "Klasse Members"; }
QCString trFileMembers()
- { return "File members"; }
+ { return "Bestand members"; }
QCString trRelatedPages()
{ return "Gerelateerde pagina's"; }
QCString trExamples()
@@ -150,13 +147,13 @@ class TranslatorDutch : public Translator
QCString trCompoundIndex()
{ return "Klasse Index"; }
QCString trFileIndex()
- { return "File Index"; }
+ { return "Bestand Index"; }
QCString trModuleDocumentation()
{ return "Module Documentatie"; }
QCString trClassDocumentation()
{ return "Klassen Documentatie"; }
QCString trFileDocumentation()
- { return "File Documentatie"; }
+ { return "Bestand Documentatie"; }
QCString trExampleDocumentation()
{ return "Documentatie van voorbeelden"; }
QCString trPageDocumentation()
@@ -1145,7 +1142,7 @@ class TranslatorDutch : public Translator
* and the fact that it is sorted alphabetically per level
*/
virtual QCString trDirDescription()
- { return "Deze directory hi&euml;rarchie is min of meer alfabetisch "
+ { return "Deze folder hi&euml;rarchie is min of meer alfabetisch "
"gesorteerd:";
}
@@ -1191,7 +1188,7 @@ class TranslatorDutch : public Translator
/*! header that is put before the list of member subprograms (Fortran). */
virtual QCString trMemberFunctionDocumentationFortran()
- { return "Member Function/Subroutine Documentation"; }
+ { return "Member Funcie/Subroutine Documentatie"; }
//////////////////////////////////////////////////////////////////////////
// new since 1.5.4 (mainly for Fortran)