diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-10-30 20:57:53 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-10-30 20:57:53 (GMT) |
commit | afc47efd97b995277e5635107b00001fc025cdff (patch) | |
tree | dd06bd100b0bd88b6ee40c8464efac800a749c32 /src/translator_fr.h | |
parent | dc404b516e366ca10ad325d399ef0bd47d065863 (diff) | |
download | Doxygen-afc47efd97b995277e5635107b00001fc025cdff.zip Doxygen-afc47efd97b995277e5635107b00001fc025cdff.tar.gz Doxygen-afc47efd97b995277e5635107b00001fc025cdff.tar.bz2 |
Release-1.2.18-20021030
Diffstat (limited to 'src/translator_fr.h')
-rw-r--r-- | src/translator_fr.h | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/translator_fr.h b/src/translator_fr.h index 79645eb..c956de5 100644 --- a/src/translator_fr.h +++ b/src/translator_fr.h @@ -39,6 +39,8 @@ * -------------+------------------------------------------------------------ * 2002-09-24 | Update for new since 1.2.17 * -------------+------------------------------------------------------------ + * 2002-10-22 | Update for new since 1.2.18 + * -------------+------------------------------------------------------------ */ #ifndef TRANSLATOR_FR_H #define TRANSLATOR_FR_H @@ -146,7 +148,7 @@ class TranslatorFrench : public TranslatorAdapter_1_2_17 // quick reference sections /*! This is put above each page as a link to the list of all groups of - * compounds or files (see the \group command). + * compounds or files (see the \\group command). */ QCString trModules() { return "Modules"; } @@ -1282,6 +1284,22 @@ class TranslatorFrench : public TranslatorAdapter_1_2_17 return "Liste obsolète"; } +////////////////////////////////////////////////////////////////////////// +// new since 1.2.18 +////////////////////////////////////////////////////////////////////////// + + /*! Used as a header for declaration section of the events found in + * a C# program + */ + virtual QCString trEvents() + { + return "Evènements"; + } + /*! Header used for the documentation section of a class' events. */ + virtual QCString trEventDocumentation() + { + return "Documentation des évènements"; + } }; #endif |