Doxygen
Loading...
Searching...
No Matches
translator_fr.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 *
4 *
5 * Copyright (C) 1997-2015 by Dimitri van Heesch.
6 *
7 * Permission to use, copy, modify, and distribute this software and its
8 * documentation under the terms of the GNU General Public License is hereby
9 * granted. No representations are made about the suitability of this software
10 * for any purpose. It is provided "as is" without express or implied warranty.
11 * See the GNU General Public License for more details.
12 *
13 * Documents produced by Doxygen are derivative works derived from the
14 * input used in their production; they are not affected by this license.
15 *
16 * The translation into French was provided by
17 * Christophe Bordeux (bordeux@lig.di.epfl.ch)
18 * and after version 1.2.0 by Xavier Outhier (xouthier@yahoo.fr)
19 * member of the non for profit association D2SET (http://d2set.free.fr).
20 * Benoît BROSSE (Benoit dot BROSSE at ingenico dot com) was added
21 * after the 1.8.4 release.
22 */
23
24/******************************************************************************
25 * History of content
26 *
27 * Date | Description
28 * ============+=============================================================
29 * 2001-11-22 | Removed obsolet methods:
30 * | QCString latexBabelPackage()
31 * | QCString trAuthor()
32 * | QCString trAuthors()
33 * | QCString trFiles()
34 * | QCString trIncludeFile()
35 * | QCString trVerbatimText(const char *f)
36 * -------------+------------------------------------------------------------
37 * 2002-01-23 | Update for new since 1.2.13
38 * -------------+------------------------------------------------------------
39 * 2002-07-11 | Update for new since 1.2.16
40 * -------------+------------------------------------------------------------
41 * 2002-09-24 | Update for new since 1.2.17
42 * -------------+------------------------------------------------------------
43 * 2002-10-22 | Update for new since 1.2.18
44 * -------------+------------------------------------------------------------
45 * 2003-02-04 | Corrected typo. Thanks to Bertrand M. :)
46 * -------------+------------------------------------------------------------
47 * 2003-03-29 | Update for new since 1.3
48 * -------------+------------------------------------------------------------
49 * 2003-03-29 | Changed fonction into méthode.
50 * -------------+------------------------------------------------------------
51 * 2003-06-06 | Fixed code page problem appeared between 1.42 and 1.43 in CVS
52 * -------------+------------------------------------------------------------
53 * 2003-06-10 | Update for new since 1.3.1
54 * -------------+------------------------------------------------------------
55 * 2003-09-12 | Update for new since 1.3.3
56 * -------------+------------------------------------------------------------
57 * 2004-04-30 | Updates by Jacques Bouchard <jacques.bouchard@noos.fr>:
58 * | - spaces between ':' removed (should be added by the renderer)
59 * | - missing spaces added
60 * | - missing tests for OPTIMIZE_OUTPUT_FOR_C added
61 * | - translations corrected
62 * | - translator_fr.h now conforms exactly to translator_en.h
63 * | (try: gvim -d translator_en.h translator_fr.h)
64 * -------------+------------------------------------------------------------
65 * 2005-07-12 | Update for new since 1.4.1
66 * -------------+------------------------------------------------------------
67 * 2005-10-09 | Update for new since 1.4.6
68 * | Added QCString trCallerGraph() override
69 * | Removed QCString trHeaderFilesDescription() override
70 * | Removed QCString trField(bool first_capital, bool singular) override
71 * | Removed QCString trPackageDocumentation() override
72 * | Removed QCString trSources() override
73 * | Removed QCString trReimplementedForInternalReasons() override
74 * | Removed QCString trInterfaces() override
75 * | Removed QCString trHeaderFiles() override
76 * | Removed QCString trBugsAndLimitations() override
77 * | Removed QCString trNoDescriptionAvailable() override
78 * | Corrected some misspelling thanx to Christophe C.
79 * -------------+------------------------------------------------------------
80 */
81
82#ifndef TRANSLATOR_FR_H
83#define TRANSLATOR_FR_H
84
85// When defining a translator class for the new language, follow
86// the description in the documentation. One of the steps says
87// that you should copy the translator_en.h (this) file to your
88// translator_xx.h new file. Your new language should use the
89// Translator class as the base class. This means that you need to
90// implement exactly the same (pure virtual) override methods as the
91// TranslatorEnglish does. Because of this, it is a good idea to
92// start with the copy of TranslatorEnglish and replace the strings
93// one by one.
94//
95// It is not necessary to include "translator.h" or
96// "translator_adapter.h" here. The files are included in the
97// language.cpp correctly. Not including any of the mentioned
98// files frees the maintainer from thinking about whether the
99// first, the second, or both files should be included or not, and
100// why. This holds namely for localized translators because their
101// base class is changed occasionally to adapter classes when the
102// Translator class changes the interface, or back to the
103// Translator class (by the local maintainer) when the localized
104// translator is made up-to-date again.
105
107{
108 public:
109
110 // --- Language control methods -------------------
111
112 /*! Used for identification of the language. The identification
113 * should not be translated. It should be replaced by the name
114 * of the language in English using lower-case characters only
115 * (e.g. "czech", "japanese", "russian", etc.). It should be equal to
116 * the identification used in language.cpp.
117 */
119 { return "french"; }
120
121 /*! Used to get the LaTeX command(s) for the language support.
122 * This method should return string with commands that switch
123 * LaTeX to the desired language. For example
124 * <pre>"\\usepackage[german]{babel}\n"
125 * </pre>
126 * or
127 * <pre>"\\usepackage{polski}\n"
128 * "\\usepackage[latin2]{inputenc}\n"
129 * "\\usepackage[T1]{fontenc}\n"
130 * </pre>
131 */
133 {
134 return "\\usepackage[french]{babel}\n"
135 "\\NoAutoSpaceBeforeFDP\n";
136 }
137
139 {
140 return "fr";
141 }
143 {
144 return "0x40C French";
145 }
146
147 // --- Language translation methods -------------------
148
149 /*! used in the compound documentation before a list of related functions. */
151 { return "Fonctions associées"; }
152
153 /*! subscript for the related functions. */
155 { return "(Notez que ce ne sont pas des fonctions membres)"; }
156
157 /*! header that is put before the detailed description of files, classes and namespaces. */
159 { return "Description détaillée"; }
160
161 /*! header that is used when the summary tag is missing inside the details tag */
163 { return "Détails"; }
164
165 /*! header that is put before the list of typedefs. */
167 { return "Documentation des définitions de type membres"; }
168
169 /*! header that is put before the list of enumerations. */
171 { return "Documentation des énumérations membres"; }
172
173 /*! header that is put before the list of member functions. */
175 { return "Documentation des fonctions membres"; }
176
177 /*! header that is put before the list of member attributes. */
179 {
180 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
181 {
182 return "Documentation des champs";
183 }
184 else
185 {
186 return "Documentation des données membres";
187 }
188 }
189
190 /*! this is the text of a link put after brief descriptions. */
191 QCString trMore() override
192 { return "Plus de détails..."; }
193
194 /*! put in the class documentation */
196 { return "Liste de tous les membres"; }
197
198 /*! used as the title of the "list of all members" page of a class */
200 { return "Liste des membres"; }
201
202 /*! this is the first part of a sentence that is followed by a class name */
204 { return "Liste complète des membres de"; }
205
206 /*! this is the remainder of the sentence after the class name */
208 { return ", y compris les membres hérités :"; }
209
210 /*! this is put at the author sections at the bottom of man pages.
211 * parameter s is name of the project name.
212 */
214 { QCString result="Généré automatiquement par Doxygen";
215 if (!s.isEmpty()) result+=" pour "+s;
216 result+=" à partir du code source.";
217 return result;
218 }
219
220 /*! put after an enum name in the list of all members */
222 { return "énumération"; }
223
224 /*! put after an enum value in the list of all members */
226 { return "valeur énumérée"; }
227
228 /*! put after an undocumented member in the list of all members */
230 { return "défini dans"; }
231
232 // quick reference sections
233
234 /*! This is put above each page as a link to the list of all groups of
235 * compounds or files (see the \\group command).
236 */
238 { return "Modules"; }
239
240 /*! This is put above each page as a link to the class hierarchy */
242 { return "Hiérarchie des classes"; }
243
244 /*! This is put above each page as a link to the list of annotated classes */
246 {
247 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
248 {
249 return "Structures de données";
250 }
251 else
252 {
253 return "Liste des classes";
254 }
255 }
256
257 /*! This is put above each page as a link to the list of documented files */
259 { return "Liste des fichiers"; }
260
261 /*! This is put above each page as a link to all members of compounds. */
263 {
264 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
265 {
266 return "Champs de donnée";
267 }
268 else
269 {
270 return "Membres de classe";
271 }
272 }
273
274 /*! This is put above each page as a link to all members of files. */
276 {
277 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
278 {
279 return "Variables globale";
280 }
281 else
282 {
283 return "Membres de fichier";
284 }
285 }
286
287 /*! This is put above each page as a link to all related pages. */
289 { return "Pages associées"; }
290
291 /*! This is put above each page as a link to all examples. */
293 { return "Exemples"; }
294
295 /*! This is put above each page as a link to the search engine. */
297 { return "Recherche"; }
298
299 /*! This is an introduction to the class hierarchy. */
301 {
302 if (Config_getBool(OPTIMIZE_OUTPUT_VHDL))
303 {
304 return "Liste hiérarchique de toutes les entités :";
305 }
306 else
307 {
308 return "Cette liste d'héritage est classée "
309 "approximativement par ordre alphabétique :";
310 }
311 }
312
313 /*! This is an introduction to the list with all files. */
314 QCString trFileListDescription(bool extractAll) override
315 {
316 QCString result="Liste de tous les fichiers ";
317 if (!extractAll) result+="documentés ";
318 result+="avec une brève description :";
319 return result;
320 }
321
322 /*! This is an introduction to the annotated compound list. */
324 {
325 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
326 {
327 return "Liste des structures de données avec une brève description :";
328 }
329 else if (Config_getBool(OPTIMIZE_OUTPUT_SLICE))
330 {
331 return "Liste des classes avec une brève description :";
332 }
333 else
334 {
335 return "Liste des classes, structures, "
336 "unions et interfaces avec une brève description :";
337 }
338 }
339
340 /*! This is an introduction to the page with all class members. */
341 QCString trCompoundMembersDescription(bool extractAll) override
342 {
343 QCString result="Liste de tous les ";
344 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
345 {
346 result+="champs de structure et d'union ";
347 }
348 else
349 {
350 result+="membres de classe ";
351 }
352 if (!extractAll)
353 {
354 result+="documentés ";
355 }
356 result+="avec des liens vers ";
357 if (!extractAll)
358 {
359 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
360 {
361 result+="la documentation de structure/union de chaque champ :";
362 }
363 else
364 {
365 result+="la documentation de classe de chaque membre :";
366 }
367 }
368 else
369 {
370 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
371 {
372 result+="les structures/unions auxquelles ils appartiennent :";
373 }
374 else
375 {
376 result+="les classes auxquelles ils appartiennent :";
377 }
378 }
379 return result;
380 }
381
382 /*! This is an introduction to the page with all file members. */
383 QCString trFileMembersDescription(bool extractAll) override
384 {
385 QCString result="Liste ";
386
387 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
388 {
389 result+="de toutes les fonctions, variables, macros, enumérations, et définitions de type ";
390 }
391 else
392 {
393 result+="de tous les membres de fichier ";
394 }
395 if (!extractAll) result+="documentés ";
396 result+="avec des liens vers ";
397 if (extractAll)
398 result+="les fichiers auxquels ils appartiennent :";
399 else
400 result+="la documentation :";
401 return result;
402 }
403
404 /*! This is an introduction to the page with the list of all examples */
406 { return "Liste de tous les exemples :"; }
407
408 /*! This is an introduction to the page with the list of related pages */
410 { return "Liste de toutes les pages de documentation associées :"; }
411
412 /*! This is an introduction to the page with the list of class/file groups */
414 { return "Liste de tous les modules :"; }
415
416 /*! This is used in HTML as the title of index.html. */
417 QCString trDocumentation(const QCString &projName) override
418 { return (!projName.isEmpty()?projName + " " : "") + "Documentation"; }
419
420 /*! This is used in LaTeX as the title of the chapter with the
421 * index of all groups.
422 */
424 { return "Index des modules"; }
425
426 /*! This is used in LaTeX as the title of the chapter with the
427 * class hierarchy.
428 */
430 { return "Index hiérarchique"; }
431
432 /*! This is used in LaTeX as the title of the chapter with the
433 * annotated compound index.
434 */
436 {
437 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
438 {
439 return "Index des structures de données";
440 }
441 else
442 {
443 return "Index des classes";
444 }
445 }
446
447 /*! This is used in LaTeX as the title of the chapter with the
448 * list of all files.
449 */
451 { return "Index des fichiers"; }
452
453 /*! This is used in LaTeX as the title of the chapter containing
454 * the documentation of all groups.
455 */
457 { return "Documentation des modules"; }
458
459 /*! This is used in LaTeX as the title of the chapter containing
460 * the documentation of all classes, structs and unions.
461 */
463 {
464 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
465 {
466 return "Documentation des structures de données";
467 }
468 else if (Config_getBool(OPTIMIZE_OUTPUT_VHDL))
469 {
471 }
472 else
473 {
474 return "Documentation des classes";
475 }
476 }
477
478 /*! This is used in LaTeX as the title of the chapter containing
479 * the documentation of all files.
480 */
482 { return "Documentation des fichiers"; }
483
484 /*! This is used in LaTeX as the title of the document */
486 { return "Manuel de référence"; }
487
488 /*! This is used in the documentation of a file as a header before the
489 * list of defines
490 */
492 { return "Macros"; }
493
494 /*! This is used in the documentation of a file as a header before the
495 * list of typedefs
496 */
498 { return "Définitions de type"; }
499
500 /*! This is used in the documentation of a file as a header before the
501 * list of enumerations
502 */
504 { return "Énumérations"; }
505
506 /*! This is used in the documentation of a file as a header before the
507 * list of (global) functions
508 */
510 { return "Fonctions"; }
511
512 /*! This is used in the documentation of a file as a header before the
513 * list of (global) variables
514 */
516 { return "Variables"; }
517
518 /*! This is used in the documentation of a file as a header before the
519 * list of (global) variables
520 */
522 { return "Valeurs énumérées"; }
523
524 /*! This is used in the documentation of a file before the list of
525 * documentation blocks for defines
526 */
528 { return "Documentation des macros"; }
529
530 /*! This is used in the documentation of a file/namespace before the list
531 * of documentation blocks for typedefs
532 */
534 { return "Documentation des définitions de type"; }
535
536 /*! This is used in the documentation of a file/namespace before the list
537 * of documentation blocks for enumeration types
538 */
540 { return "Documentation du type de l'énumération"; }
541
542 /*! This is used in the documentation of a file/namespace before the list
543 * of documentation blocks for functions
544 */
546 { return "Documentation des fonctions"; }
547
548 /*! This is used in the documentation of a file/namespace before the list
549 * of documentation blocks for variables
550 */
552 { return "Documentation des variables"; }
553
554 /*! This is used in the documentation of a file/namespace/group before
555 * the list of links to documented compounds
556 */
558 {
559 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
560 {
561 return "Structures de données";
562 }
563 else
564 {
565 return "Classes";
566 }
567 }
568
569 /*! This is used in the standard footer of each page and indicates when
570 * the page was generated
571 */
572 QCString trGeneratedAt(const QCString &date,const QCString &projName) override
573 {
574 QCString result="Généré le "+date;
575 if (!projName.isEmpty()) result+=" pour "+projName;
576 result+=" par";
577 return result;
578 }
579
580 /*! this text is put before a class diagram */
581 QCString trClassDiagram(const QCString &clName) override
582 {
583 return "Graphe d'héritage de "+clName+":";
584 }
585
586 /*! this text is generated when the \\warning command is used. */
588 { return "Avertissement"; }
589
590 /*! this text is generated when the \\version command is used. */
592 { return "Version"; }
593
594 /*! this text is generated when the \\date command is used. */
595 QCString trDate() override
596 { return "Date"; }
597
598 /*! this text is generated when the \\return command is used. */
600 { return "Renvoie"; }
601
602 /*! this text is generated when the \\sa command is used. */
604 { return "Voir également"; }
605
606 /*! this text is generated when the \\param command is used. */
608 { return "Paramètres"; }
609
610 /*! this text is generated when the \\exception command is used. */
612 { return "Exceptions"; }
613
614 /*! this text is used in the title page of a LaTeX document. */
616 { return "Généré par"; }
617
618//////////////////////////////////////////////////////////////////////////
619// new since 0.49-990307
620//////////////////////////////////////////////////////////////////////////
621
622 /*! used as the title of page containing all the index of all namespaces. */
624 { return "Liste des espaces de nommage"; }
625
626 /*! used as an introduction to the namespace list */
627 QCString trNamespaceListDescription(bool extractAll) override
628 {
629 QCString result="Liste de tous les espaces de nommage ";
630 if (!extractAll) result+="documentés ";
631 result+="avec une brève description:";
632 return result;
633 }
634
635 /*! used in the class documentation as a header before the list of all
636 * friends of a class
637 */
639 { return "Amis"; }
640
641//////////////////////////////////////////////////////////////////////////
642// new since 0.49-990405
643//////////////////////////////////////////////////////////////////////////
644
645 /*! used in the class documentation as a header before the list of all
646 * related classes
647 */
649 { return "Documentation des fonctions amies et associées"; }
650
651//////////////////////////////////////////////////////////////////////////
652// new since 0.49-990425
653//////////////////////////////////////////////////////////////////////////
654
655 /*! used as the title of the HTML page of a class/struct/union */
657 ClassDef::CompoundType compType,
658 bool isTemplate) override
659 {
660 QCString result="Référence ";
661 if (isTemplate) result+="du modèle ";
662 result+="de ";
663 switch(compType)
664 {
665 case ClassDef::Class: result+="la classe "; break;
666 case ClassDef::Struct: result+="la structure "; break;
667 case ClassDef::Union: result+="l'union "; break;
668 case ClassDef::Interface: result+="l'interface "; break;
669 case ClassDef::Protocol: result+="le protocol "; break;
670 case ClassDef::Category: result+="la catégorie "; break;
671 case ClassDef::Exception: result+="l'exception "; break;
672 default: break;
673 }
674 result+=clName;
675 return result;
676 }
677
678 /*! used as the title of the HTML page of a file */
679 QCString trFileReference(const QCString &fileName) override
680 {
681 QCString result= "Référence du fichier ";
682 result+=fileName;
683 return result;
684 }
685
686 /*! used as the title of the HTML page of a namespace */
687 QCString trNamespaceReference(const QCString &namespaceName) override
688 {
689 QCString result= "Référence de l'espace de nommage ";
690 result+=namespaceName;
691 return result;
692 }
693
695 { return "Fonctions membres publiques"; }
697 { return "Connecteurs publics"; }
699 { return "Signaux"; }
701 { return "Fonctions membres publiques statiques"; }
703 { return "Fonctions membres protégées"; }
705 { return "Connecteurs protégés"; }
707 { return "Fonctions membres protégées statiques"; }
709 { return "Fonctions membres privées"; }
711 { return "Connecteurs privés"; }
713 { return "Fonctions membres privées statiques"; }
714
715 /*! this function is used to produce a comma-separated list of items.
716 * use generateMarker(i) to indicate where item i should be put.
717 */
718 QCString trWriteList(int numEntries) override
719 {
720 QCString result;
721 // the inherits list contain `numEntries' classes
722 for (int i=0;i<numEntries;i++)
723 {
724 // use generateMarker to generate placeholders for the class links!
725 result+=generateMarker(i); // generate marker for entry i in the list
726 // (order is left to right)
727
728 if (i!=numEntries-1) // not the last entry, so we need a separator
729 {
730 if (i<numEntries-2) // not the fore last entry
731 result+=", ";
732 else // the fore last entry
733 result+=", et ";
734 }
735 }
736 return result;
737 }
738
739 /*! used in class documentation to produce a list of base classes,
740 * if class diagrams are disabled.
741 */
742 QCString trInheritsList(int numEntries) override
743 {
744 return "Est dérivée de "+trWriteList(numEntries)+".";
745 }
746
747 /*! used in class documentation to produce a list of super classes,
748 * if class diagrams are disabled.
749 */
750 QCString trInheritedByList(int numEntries) override
751 {
752 return "Dérivée par "+trWriteList(numEntries)+".";
753 }
754
755 /*! used in member documentation blocks to produce a list of
756 * members that are hidden by this one.
757 */
758 QCString trReimplementedFromList(int numEntries) override
759 {
760 return "Réimplémentée à partir de "+trWriteList(numEntries)+".";
761 }
762
763 /*! used in member documentation blocks to produce a list of
764 * all member that overwrite the implementation of this member.
765 */
766 QCString trReimplementedInList(int numEntries) override
767 {
768 return "Réimplémentée dans "+trWriteList(numEntries)+".";
769 }
770
771 /*! This is put above each page as a link to all members of namespaces. */
773 { return "Membres de l'espace de nommage"; }
774
775 /*! This is an introduction to the page with all namespace members */
776 QCString trNamespaceMemberDescription(bool extractAll) override
777 {
778 QCString result="Liste de tous les membres des espaces de nommage ";
779 if (!extractAll) result+="documentés ";
780 result+="avec des liens vers ";
781 if (extractAll)
782 result+="la documentation de namespace de chaque membre :";
783 else
784 result+="les espaces de nommage auxquels ils appartiennent :";
785 return result;
786 }
787 /*! This is used in LaTeX as the title of the chapter with the
788 * index of all namespaces.
789 */
791 { return "Index des espaces de nommage"; }
792
793 /*! This is used in LaTeX as the title of the chapter containing
794 * the documentation of all namespaces.
795 */
797 { return "Documentation des espaces de nommage"; }
798
799//////////////////////////////////////////////////////////////////////////
800// new since 0.49-990522
801//////////////////////////////////////////////////////////////////////////
802
803 /*! This is used in the documentation before the list of all
804 * namespaces in a file.
805 */
807 { return "Espaces de nommage"; }
808
809//////////////////////////////////////////////////////////////////////////
810// new since 0.49-990728
811//////////////////////////////////////////////////////////////////////////
812
813 /*! This is put at the bottom of a class documentation page and is
814 * followed by a list of files that were used to generate the page.
815 */
817 bool single) override
818 { // single is true implies a single file
819 bool vhdlOpt = Config_getBool(OPTIMIZE_OUTPUT_VHDL);
820 bool feminine = true;
821 QCString result="La documentation de ";
822 switch(compType)
823 {
824 case ClassDef::Class: result+=vhdlOpt? "cette unités de conception":"cette classe"; break;
825 case ClassDef::Struct: result+="cette structure"; break;
826 case ClassDef::Union: result+="cette union"; break;
827 case ClassDef::Interface: result+="cette interface"; break;
828 case ClassDef::Protocol: result+="ce protocol"; feminine = false; break;
829 case ClassDef::Category: result+="cette catégorie"; break;
830 case ClassDef::Exception: result+="cette exception"; break;
831 default: break;
832 }
833 if (feminine) result+= " a été générée à partir ";
834 else result+=" a été généré à partir ";
835 if (single) result+="du fichier suivant :";
836 else result+="des fichiers suivants :";
837 return result;
838 }
839
840//////////////////////////////////////////////////////////////////////////
841// new since 0.49-990901
842//////////////////////////////////////////////////////////////////////////
843
844 /*! This is used as the heading text for the retval command. */
846 { return "Valeurs retournées"; }
847
848 /*! This is in the (quick) index as a link to the main page (index.html)
849 */
851 { return "Page principale"; }
852
853 /*! This is used in references to page that are put in the LaTeX
854 * documentation. It should be an abbreviation of the word page.
855 */
857 { return "p."; }
858
859//////////////////////////////////////////////////////////////////////////
860// new since 0.49-991003
861//////////////////////////////////////////////////////////////////////////
862
864 {
865 return "Définition à la ligne @0 du fichier @1.";
866 }
868 {
869 return "Définition dans le fichier @0.";
870 }
871
872//////////////////////////////////////////////////////////////////////////
873// new since 0.49-991205
874//////////////////////////////////////////////////////////////////////////
875
877 {
878 return "Obsolète";
879 }
880
881//////////////////////////////////////////////////////////////////////////
882// new since 1.0.0
883//////////////////////////////////////////////////////////////////////////
884
885 /*! this text is put before a collaboration diagram */
887 {
888 return "Graphe de collaboration de "+clName+":";
889 }
890 /*! this text is put before an include dependency graph */
891 QCString trInclDepGraph(const QCString &fName) override
892 {
893 return "Graphe des dépendances par inclusion de "+fName+":";
894 }
895 /*! header that is put before the list of constructor/destructors. */
897 {
898 return "Documentation des constructeurs et destructeur";
899 }
900 /*! Used in the file documentation to point to the corresponding sources. */
902 {
903 return "Aller au code source de ce fichier.";
904 }
905 /*! Used in the file sources to point to the corresponding documentation. */
907 {
908 return "Aller à la documentation de ce fichier.";
909 }
910 /*! Text for the \\pre command */
912 {
913 return "Précondition";
914 }
915 /*! Text for the \\post command */
917 {
918 return "Postcondition";
919 }
920 /*! Text for the \\invariant command */
922 {
923 return "Invariant";
924 }
925 /*! Text shown before a multi-line variable/enum initialization */
927 {
928 return "Valeur initiale :";
929 }
930 /*! Text used the source code in the file index */
931 QCString trCode() override
932 {
933 return "code";
934 }
936 {
937 return "Graphe hiérarchique des classes";
938 }
940 {
941 return "Aller au graphe hiérarchique des classes";
942 }
944 {
945 return "Aller à la hiérarchie des classes en mode texte";
946 }
948 {
949 return "Index des pages";
950 }
951
952//////////////////////////////////////////////////////////////////////////
953// new since 1.1.0
954//////////////////////////////////////////////////////////////////////////
955
956 QCString trNote() override
957 {
958 return "Note";
959 }
961 {
962 return "Types publics";
963 }
965 {
966 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
967 {
968 return "Champs de données";
969 }
970 else
971 {
972 return "Attributs publics";
973 }
974 }
976 {
977 return "Attributs publics statiques";
978 }
980 {
981 return "Types protégés";
982 }
984 {
985 return "Attributs protégés";
986 }
988 {
989 return "Attributs protégés statiques";
990 }
992 {
993 return "Types privés";
994 }
996 {
997 return "Attributs privés";
998 }
1000 {
1001 return "Attributs privés statiques";
1002 }
1003
1004//////////////////////////////////////////////////////////////////////////
1005// new since 1.1.3
1006//////////////////////////////////////////////////////////////////////////
1007
1008 /*! Used as a marker that is put before a \\todo item */
1009 QCString trTodo() override
1010 {
1011 return "A faire";
1012 }
1013 /*! Used as the header of the todo list */
1015 {
1016 return "Liste des choses à faire";
1017 }
1018
1019//////////////////////////////////////////////////////////////////////////
1020// new since 1.1.4
1021//////////////////////////////////////////////////////////////////////////
1022
1024 {
1025 return "Référencé par";
1026 }
1028 {
1029 return "Remarques";
1030 }
1032 {
1033 return "Attention";
1034 }
1036 {
1037 return "Ce graphe montre quels fichiers incluent directement "
1038 "ou indirectement ce fichier :";
1039 }
1041 {
1042 return "Depuis";
1043 }
1044
1045//////////////////////////////////////////////////////////////////////////
1046// new since 1.1.5
1047//////////////////////////////////////////////////////////////////////////
1048
1049 /*! title of the graph legend page */
1051 {
1052 return "Légende du graphe";
1053 }
1054 /*! page explaining how the dot graph's should be interpreted
1055 * The %A in the text below are to prevent link to classes called "A".
1056 */
1058 {
1059 return
1060 "Cette page explique comment interpréter les graphes générés "
1061 "par doxygen.<p>\n"
1062 "Considérez l'exemple suivant :\n"
1063 "\\code\n"
1064 "/*! Classe invisible à cause d'une troncature */\n"
1065 "class Invisible { };\n\n"
1066 "/*! Classe tronquée, la relation d'héritage est masquée */\n"
1067 "class Truncated : public Invisible { };\n\n"
1068 "/*! Classe non documentée avec des commentaires Doxygen */\n"
1069 "class Undocumented { };\n\n"
1070 "/*! Classe dérivée par héritage public */\n"
1071 "class PublicBase : public Truncated { };\n\n"
1072 "/*! Un modèle de classe */\n"
1073 "template<class T> class Templ { };\n\n"
1074 "/*! Classe dérivée par héritage protégé */\n"
1075 "class ProtectedBase { };\n\n"
1076 "/*! Classe dérivée par héritage privé */\n"
1077 "class PrivateBase { };\n\n"
1078 "/*! Classe utilisée par la classe dérivée */\n"
1079 "class Used { };\n\n"
1080 "/*! Super-classe qui hérite de plusieurs autres classes */\n"
1081 "class Inherited : public PublicBase,\n"
1082 " protected ProtectedBase,\n"
1083 " private PrivateBase,\n"
1084 " public Undocumented,\n"
1085 " public Templ<int>\n"
1086 "{\n"
1087 " private:\n"
1088 " Used *m_usedClass;\n"
1089 "};\n"
1090 "\\endcode\n"
1091 "Cela aboutira au graphe suivant :"
1092 "<p><center><img alt=\"\" src=\"graph_legend."+getDotImageExtension()+"\"></center></p>\n"
1093 "<p>\n"
1094 "Les rectangles du graphe ci-dessus ont la signification suivante :\n"
1095 "</p>\n"
1096 "<ul>\n"
1097 "<li>Un rectangle plein noir représente la structure ou la classe pour laquelle "
1098 "le graphe est généré.\n"
1099 "<li>Un rectangle avec un bord noir indique une classe ou une structure documentée.\n"
1100 "<li>Un rectangle avec un bord gris indique une classe ou une structure non documentée.\n"
1101 "<li>Un rectangle avec un bord rouge indique une structure ou une classe documentée\n"
1102 "pour laquelle des relations d'héritage ou de collaboration manquent. Un graphe est "
1103 "tronqué s'il n'entre pas dans les limites spécifiées."
1104 "</ul>\n"
1105 "<p>\n"
1106 "Les flèches ont la signification suivante :\n"
1107 "</p>\n"
1108 "<ul>\n"
1109 "<li>Une bleu foncé est utilisée pour visualiser une relation d'héritage publique "
1110 "entre deux classes.\n"
1111 "<li>Une flèche vert foncé est utilisée pour une relation d'héritage protégée.\n"
1112 "<li>Une flèche rouge foncé est utilisée pour une relation d'héritage privée.\n"
1113 "<li>Une flèche violette en pointillés est utilisée si une classe est contenue ou "
1114 "utilisée par une autre classe. La flèche est étiquetée avec la ou les variable(s) "
1115 "qui permettent d'accéder à la classe ou structure pointée. \n"
1116 "<li>Une flèche jaune en pointillés indique une relation entre un modèle d'instance et "
1117 "le modèle de classe duquel il est instancié. La flèche est étiquetée avec "
1118 "les paramètres de modèle de l'instance.\n"
1119 "</ul>\n";
1120 }
1121 /*! text for the link to the legend page */
1123 {
1124 return "légende";
1125 }
1126
1127//////////////////////////////////////////////////////////////////////////
1128// new since 1.2.0
1129//////////////////////////////////////////////////////////////////////////
1130
1131 /*! Used as a marker that is put before a test item */
1132 QCString trTest() override
1133 {
1134 return "Test";
1135 }
1136 /*! Used as the header of the test list */
1138 {
1139 return "Liste des tests";
1140 }
1141
1142//////////////////////////////////////////////////////////////////////////
1143// new since 1.2.2
1144//////////////////////////////////////////////////////////////////////////
1145
1146 /*! Used as a section header for IDL properties */
1148 {
1149 return "Propriétés";
1150 }
1151 /*! Used as a section header for IDL property documentation */
1153 {
1154 return "Documentation des propriétés";
1155 }
1156
1157//////////////////////////////////////////////////////////////////////////
1158// new since 1.2.4
1159//////////////////////////////////////////////////////////////////////////
1160
1161 /*! Used for Java classes in the summary section of Java packages */
1163 {
1164 if (Config_getBool(OPTIMIZE_OUTPUT_FOR_C))
1165 {
1166 return "Structures de données";
1167 }
1168 else
1169 {
1170 return "Classes";
1171 }
1172 }
1173 /*! Used as the title of a Java package */
1174 QCString trPackage(const QCString &name) override
1175 {
1176 return "Paquetage "+name;
1177 }
1178 /*! The description of the package index page */
1180 {
1181 return "Liste des paquetages avec une brève description (si disponible) :";
1182 }
1183 /*! The link name in the Quick links header for each page */
1185 {
1186 return "Paquetages";
1187 }
1188 /*! Text shown before a multi-line define */
1190 {
1191 return "Valeur :";
1192 }
1193
1194//////////////////////////////////////////////////////////////////////////
1195// new since 1.2.5
1196//////////////////////////////////////////////////////////////////////////
1197
1198 /*! Used as a marker that is put before a \\bug item */
1199 QCString trBug() override
1200 {
1201 return "Bogue";
1202 }
1203 /*! Used as the header of the bug list */
1205 {
1206 return "Liste des bogues";
1207 }
1208
1209//////////////////////////////////////////////////////////////////////////
1210// new since 1.2.6
1211//////////////////////////////////////////////////////////////////////////
1212
1213 /*! Used as ansicpg for RTF file
1214 *
1215 * The following table shows the correlation of Charset name, Charset Value and
1216 * <pre>
1217 * Codepage number:
1218 * Charset Name Charset Value(hex) Codepage number
1219 * ------------------------------------------------------
1220 * DEFAULT_CHARSET 1 (x01)
1221 * SYMBOL_CHARSET 2 (x02)
1222 * OEM_CHARSET 255 (xFF)
1223 * ANSI_CHARSET 0 (x00) 1252
1224 * RUSSIAN_CHARSET 204 (xCC) 1251
1225 * EE_CHARSET 238 (xEE) 1250
1226 * GREEK_CHARSET 161 (xA1) 1253
1227 * TURKISH_CHARSET 162 (xA2) 1254
1228 * BALTIC_CHARSET 186 (xBA) 1257
1229 * HEBREW_CHARSET 177 (xB1) 1255
1230 * ARABIC _CHARSET 178 (xB2) 1256
1231 * SHIFTJIS_CHARSET 128 (x80) 932
1232 * HANGEUL_CHARSET 129 (x81) 949
1233 * GB2313_CHARSET 134 (x86) 936
1234 * CHINESEBIG5_CHARSET 136 (x88) 950
1235 * </pre>
1236 *
1237 */
1239 {
1240 return "1252";
1241 }
1242
1243
1244 /*! Used as ansicpg for RTF fcharset
1245 * \see trRTFansicp() for a table of possible values.
1246 */
1248 {
1249 return "0";
1250 }
1251
1252 /*! Used as header RTF general index */
1254 {
1255 return "Index";
1256 }
1257
1258 /*! This is used for translation of the word that will possibly
1259 * be followed by a single name or by a list of names
1260 * of the category.
1261 */
1262 QCString trClass(bool first_capital, bool singular) override
1263 {
1264 return createNoun(first_capital, singular, "classe", "s");
1265 }
1266
1267 /*! This is used for translation of the word that will possibly
1268 * be followed by a single name or by a list of names
1269 * of the category.
1270 */
1271 QCString trFile(bool first_capital, bool singular) override
1272 {
1273 return createNoun(first_capital, singular, "fichier", "s");
1274 }
1275
1276 /*! This is used for translation of the word that will possibly
1277 * be followed by a single name or by a list of names
1278 * of the category.
1279 */
1280 QCString trNamespace(bool first_capital, bool singular) override
1281 {
1282 QCString result = createNoun(first_capital, singular, "espace", "s");
1283 result+=" de nommage";
1284 return result;
1285 }
1286
1287 /*! This is used for translation of the word that will possibly
1288 * be followed by a single name or by a list of names
1289 * of the category.
1290 */
1291 QCString trGroup(bool first_capital, bool singular) override
1292 {
1293 return createNoun(first_capital, singular, "groupe", "s");
1294 }
1295
1296 /*! This is used for translation of the word that will possibly
1297 * be followed by a single name or by a list of names
1298 * of the category.
1299 */
1300 QCString trPage(bool first_capital, bool singular) override
1301 {
1302 return createNoun(first_capital, singular, "page", "s");
1303 }
1304
1305 /*! This is used for translation of the word that will possibly
1306 * be followed by a single name or by a list of names
1307 * of the category.
1308 */
1309 QCString trMember(bool first_capital, bool singular) override
1310 {
1311 return createNoun(first_capital, singular, "membre", "s");
1312 }
1313
1314 /*! This is used for translation of the word that will possibly
1315 * be followed by a single name or by a list of names
1316 * of the category.
1317 */
1318 QCString trGlobal(bool first_capital, bool singular) override
1319 {
1320 return createNoun(first_capital, singular, "globa", "ux(ales)", "l(e)");
1321 }
1322
1323//////////////////////////////////////////////////////////////////////////
1324// new since 1.2.7
1325//////////////////////////////////////////////////////////////////////////
1326
1327 /*! This text is generated when the \\author command is used and
1328 * for the author section in man pages. */
1329 QCString trAuthor(bool first_capital, bool singular) override
1330 {
1331 return createNoun(first_capital, singular, "auteur", "s");
1332 }
1333
1334//////////////////////////////////////////////////////////////////////////
1335// new since 1.2.11
1336//////////////////////////////////////////////////////////////////////////
1337
1338 /*! This text is put before the list of members referenced by a member
1339 */
1341 {
1342 return "Références";
1343 }
1344
1345//////////////////////////////////////////////////////////////////////////
1346// new since 1.2.13
1347//////////////////////////////////////////////////////////////////////////
1348
1349 /*! used in member documentation blocks to produce a list of
1350 * members that are implemented by this one.
1351 */
1352 QCString trImplementedFromList(int numEntries) override
1353 {
1354 return "Implémente "+trWriteList(numEntries)+".";
1355 }
1356
1357 /*! used in member documentation blocks to produce a list of
1358 * all members that implement this abstract member.
1359 */
1360 QCString trImplementedInList(int numEntries) override
1361 {
1362 return "Implémenté dans "+trWriteList(numEntries)+".";
1363 }
1364
1365//////////////////////////////////////////////////////////////////////////
1366// new since 1.2.16
1367//////////////////////////////////////////////////////////////////////////
1368
1369 /*! used in RTF documentation as a heading for the Table
1370 * of Contents.
1371 */
1373 {
1374 return "Table des matières";
1375 }
1376
1377//////////////////////////////////////////////////////////////////////////
1378// new since 1.2.17
1379//////////////////////////////////////////////////////////////////////////
1380
1381 /*! Used as the header of the list of item that have been
1382 * flagged deprecated
1383 */
1385 {
1386 return "Liste des éléments obsolètes";
1387 }
1388
1389//////////////////////////////////////////////////////////////////////////
1390// new since 1.2.18
1391//////////////////////////////////////////////////////////////////////////
1392
1393 /*! Used as a header for declaration section of the events found in
1394 * a C# program
1395 */
1397 {
1398 return "Événements";
1399 }
1400 /*! Header used for the documentation section of a class' events. */
1402 {
1403 return "Documentation des événements";
1404 }
1405
1406//////////////////////////////////////////////////////////////////////////
1407// new since 1.3
1408//////////////////////////////////////////////////////////////////////////
1409
1410 /*! Used as a heading for a list of Java class types with package scope.
1411 */
1413 {
1414 return "Types de paquetage";
1415 }
1416 /*! Used as a heading for a list of Java class functions with package
1417 * scope.
1418 */
1420 {
1421 return "Fonctions de paquetage";
1422 }
1424 {
1425 return "Membres de paquetage";
1426 }
1427 /*! Used as a heading for a list of static Java class functions with
1428 * package scope.
1429 */
1431 {
1432 return "Fonctions statiques de paquetage";
1433 }
1434 /*! Used as a heading for a list of Java class variables with package
1435 * scope.
1436 */
1438 {
1439 return "Attributs de paquetage";
1440 }
1441 /*! Used as a heading for a list of static Java class variables with
1442 * package scope.
1443 */
1445 {
1446 return "Attributs statiques de paquetage";
1447 }
1448
1449//////////////////////////////////////////////////////////////////////////
1450// new since 1.3.1
1451//////////////////////////////////////////////////////////////////////////
1452
1453 /*! Used in the quick index of a class/file/namespace member list page
1454 * to link to the unfiltered list of all members.
1455 */
1456 QCString trAll() override
1457 {
1458 return "Tout";
1459 }
1460 /*! Put in front of the call graph for a function. */
1462 {
1463 return "Voici le graphe d'appel pour cette fonction :";
1464 }
1465
1466//////////////////////////////////////////////////////////////////////////
1467// new since 1.3.3
1468//////////////////////////////////////////////////////////////////////////
1469
1470 /*! This string is used as the title for the page listing the search
1471 * results.
1472 */
1474 {
1475 return "Résultats de la recherche";
1476 }
1477 /*! This string is put just before listing the search results. The
1478 * text can be different depending on the number of documents found.
1479 * Inside the text you can put the special marker $num to insert
1480 * the number representing the actual number of search results.
1481 * The @a numDocuments parameter can be either 0, 1 or 2, where the
1482 * value 2 represents 2 or more matches. HTML markup is allowed inside
1483 * the returned string.
1484 */
1485 QCString trSearchResults(int numDocuments) override
1486 {
1487 if (numDocuments==0)
1488 {
1489 return "Désolé, aucun document ne correspond à votre requête.";
1490 }
1491 else if (numDocuments==1)
1492 {
1493 return "Trouvé <b>1</b> document correspondant à votre requête.";
1494 }
1495 else
1496 {
1497 return "Trouvé <b>$num</b> documents correspondant à votre requête. "
1498 "Classé par ordre de pertinence décroissant.";
1499 }
1500 }
1501 /*! This string is put before the list of matched words, for each search
1502 * result. What follows is the list of words that matched the query.
1503 */
1505 {
1506 return "Correspondances :";
1507 }
1508
1509//////////////////////////////////////////////////////////////////////////
1510// new since 1.3.8
1511//////////////////////////////////////////////////////////////////////////
1512
1513 /*! This is used in HTML as the title of page with source code for file filename
1514 */
1515 QCString trSourceFile(const QCString& filename) override
1516 {
1517 return " Fichier source de " + filename;
1518 }
1519
1520//////////////////////////////////////////////////////////////////////////
1521// new since 1.3.9
1522//////////////////////////////////////////////////////////////////////////
1523
1524 /*! This is used as the name of the chapter containing the directory
1525 * hierarchy.
1526 */
1528 { return "Hiérarchie de répertoires"; }
1529
1530 /*! This is used as the name of the chapter containing the documentation
1531 * of the directories.
1532 */
1534 { return "Documentation des répertoires"; }
1535
1536 /*! This is used as the title of the directory index and also in the
1537 * Quick links of an HTML page, to link to the directory hierarchy.
1538 */
1540 { return "Répertoires"; }
1541
1542 /*! This returns the title of a directory page. The name of the
1543 * directory is passed via \a dirName.
1544 */
1545 QCString trDirReference(const QCString &dirName) override
1546 { QCString result="Répertoire de référence de "; result+=dirName; return result; }
1547
1548 /*! This returns the word directory with or without starting capital
1549 * (\a first_capital) and in singular or plural form (\a singular).
1550 */
1551 QCString trDir(bool first_capital, bool singular) override
1552 {
1553 return createNoun(first_capital, singular, "répertoire", "s");
1554 }
1555
1556//////////////////////////////////////////////////////////////////////////
1557// new since 1.4.1
1558//////////////////////////////////////////////////////////////////////////
1559
1560 /*! This text is added to the documentation when the \\overload command
1561 * is used for a overloaded function.
1562 */
1564 {
1565 return "Ceci est une fonction membre surchargée, "
1566 "proposée par commodité. Elle diffère de la fonction "
1567 "ci-dessus uniquement par le(s) argument(s) qu'elle accepte.";
1568 }
1569
1570//////////////////////////////////////////////////////////////////////////
1571// new since 1.4.6
1572//////////////////////////////////////////////////////////////////////////
1573
1574 /*! This is used to introduce a caller (or called-by) graph */
1576 {
1577 return "Voici le graphe des appelants de cette fonction :";
1578 }
1579
1580 /*! This is used in the documentation of a file/namespace before the list
1581 * of documentation blocks for enumeration values
1582 */
1584 { return "Documentation des énumérations"; }
1585
1586//////////////////////////////////////////////////////////////////////////
1587// new since 1.5.4 (mainly for Fortran)
1588//////////////////////////////////////////////////////////////////////////
1589
1590 /*! header that is put before the list of member subprograms (Fortran). */
1592 { return "Documentation des fonctions/subroutines membres"; }
1593
1594 /*! This is put above each page as a link to the list of annotated data types (Fortran). */
1596 { return "Liste des types de données"; }
1597
1598 /*! This is put above each page as a link to all members of compounds (Fortran). */
1600 { return "Champs de données"; }
1601
1602 /*! This is an introduction to the annotated compound list (Fortran). */
1604 { return "Liste des types de données avec une brève description :"; }
1605
1606 /*! This is an introduction to the page with all data types (Fortran). */
1608 {
1609 QCString result="Liste de tous les membres de types de données ";
1610 if (!extractAll)
1611 {
1612 result+="documentés ";
1613 }
1614 result+="avec des liens vers ";
1615 if (!extractAll)
1616 {
1617 result+="la documentation de la structure des données de chaque membre :";
1618 }
1619 else
1620 {
1621 result+="les types des données auxquels ils appartiennent :";
1622 }
1623 return result;
1624 }
1625
1626 /*! This is used in LaTeX as the title of the chapter with the
1627 * annotated compound index (Fortran).
1628 */
1630 { return "Index du type de données"; }
1631
1632 /*! This is used in LaTeX as the title of the chapter containing
1633 * the documentation of all data types (Fortran).
1634 */
1636 { return "Documentation du type de données"; }
1637
1638 /*! This is used in the documentation of a file as a header before the
1639 * list of (global) subprograms (Fortran).
1640 */
1642 { return "Fonctions/Subroutines"; }
1643
1644 /*! This is used in the documentation of a file/namespace before the list
1645 * of documentation blocks for subprograms (Fortran)
1646 */
1648 { return "Documentation de la fonction/subroutine"; }
1649
1650 /*! This is used in the documentation of a file/namespace/group before
1651 * the list of links to documented compounds (Fortran)
1652 */
1654 { return "Les types de données"; }
1655
1656 /*! used as the title of page containing all the index of all modules (Fortran). */
1658 { return "Liste des modules"; }
1659
1660 /*! used as an introduction to the modules list (Fortran) */
1661 QCString trModulesListDescription(bool extractAll) override
1662 {
1663 QCString result="Liste de tous les modules ";
1664 if (!extractAll) result+="documentés ";
1665 result+="avec une brève description :";
1666 return result;
1667 }
1668
1669 /*! used as the title of the HTML page of a module/type (Fortran) */
1671 ClassDef::CompoundType compType,
1672 bool isTemplate) override
1673 {
1674 QCString result="Réference ";
1675 if (isTemplate) result+="du modèle ";
1676 switch(compType)
1677 {
1678 case ClassDef::Class: result+="du module "; break;
1679 case ClassDef::Struct: result+="du type "; break;
1680 case ClassDef::Union: result+="de l'union "; break;
1681 case ClassDef::Interface: result+="de l'interface "; break;
1682 case ClassDef::Protocol: result+="du protocole "; break;
1683 case ClassDef::Category: result+="de la catégorie "; break;
1684 case ClassDef::Exception: result+="de l'exception "; break;
1685 default: break;
1686 }
1687 result+=clName;
1688 return result;
1689 }
1690 /*! used as the title of the HTML page of a module (Fortran) */
1691 QCString trModuleReference(const QCString &namespaceName) override
1692 {
1693 QCString result="Référence du module ";
1694 result+= namespaceName;
1695 return result;
1696 }
1697
1698 /*! This is put above each page as a link to all members of modules. (Fortran) */
1700 { return "Membres du module"; }
1701
1702 /*! This is an introduction to the page with all modules members (Fortran) */
1703 QCString trModulesMemberDescription(bool extractAll) override
1704 {
1705 QCString result="Liste de tous les membres ";
1706 if (!extractAll) result+="documentés ";
1707 result+="du module avec des liens vers ";
1708 if (extractAll)
1709 {
1710 result+="la documentation du module de chaque membre :";
1711 }
1712 else
1713 {
1714 result+="les modules auxquels ils appartiennent :";
1715 }
1716 return result;
1717 }
1718
1719 /*! This is used in LaTeX as the title of the chapter with the
1720 * index of all modules (Fortran).
1721 */
1723 { return "Index des modules"; }
1724
1725 /*! This is used for translation of the word that will possibly
1726 * be followed by a single name or by a list of names
1727 * of the category.
1728 */
1729 QCString trModule(bool first_capital, bool singular) override
1730 {
1731 return createNoun(first_capital, singular, "module", "s");
1732 }
1733
1734 /*! This is put at the bottom of a module documentation page and is
1735 * followed by a list of files that were used to generate the page.
1736 */
1738 bool single) override
1739 {
1740 // single is true implies a single file
1741 QCString result="La documentation de ";
1742 switch(compType)
1743 {
1744 case ClassDef::Class: result+="ce module"; break;
1745 case ClassDef::Struct: result+="ce type"; break;
1746 case ClassDef::Union: result+="cette union"; break;
1747 case ClassDef::Interface: result+="cette interface"; break;
1748 case ClassDef::Protocol: result+="ce protocole"; break;
1749 case ClassDef::Category: result+="cette catégorie"; break;
1750 case ClassDef::Exception: result+="cette exception"; break;
1751 default: break;
1752 }
1753 result+=" a été générée à partir ";
1754 if (single) result+="du fichier suivant :"; else result+="des fichiers suivants :";
1755 return result;
1756 }
1757
1758 /*! This is used for translation of the word that will possibly
1759 * be followed by a single name or by a list of names
1760 * of the category.
1761 */
1762 QCString trType(bool first_capital, bool singular) override
1763 {
1764 return createNoun(first_capital, singular, "type", "s");
1765 }
1766
1767 /*! This is used for translation of the word that will possibly
1768 * be followed by a single name or by a list of names
1769 * of the category.
1770 */
1771 QCString trSubprogram(bool first_capital, bool singular) override
1772 {
1773 return createNoun(first_capital, singular, "sous-programme", "s");
1774 }
1775
1776 /*! C# Type Constraint list */
1778 {
1779 return "Contraintes de type";
1780 }
1781
1782//////////////////////////////////////////////////////////////////////////
1783// new since 1.6.0 (mainly for the new search engine)
1784//////////////////////////////////////////////////////////////////////////
1785
1786 /*! directory relation for \a name */
1787 QCString trDirRelation(const QCString &name) override
1788 {
1789 return "Relation " + QCString(name);
1790 }
1791
1792 /*! Loading message shown when loading search results */
1794 {
1795 return "Chargement...";
1796 }
1797
1798 /*! Label used for search results in the global namespace */
1800 {
1801 return "Espace de nommage global";
1802 }
1803
1804 /*! Message shown while searching */
1806 {
1807 return "Recherche...";
1808 }
1809
1810 /*! Text shown when no search results are found */
1812 {
1813 return "Aucune correspondance";
1814 }
1815
1816//////////////////////////////////////////////////////////////////////////
1817// new since 1.6.3 (missing items for the directory pages)
1818//////////////////////////////////////////////////////////////////////////
1819
1820 /*! when clicking a directory dependency label, a page with a
1821 * table is shown. The heading for the first column mentions the
1822 * source file that has a relation to another file.
1823 */
1824 QCString trFileIn(const QCString &name) override
1825 {
1826 return "Fichier dans "+name;
1827 }
1828
1829 /*! when clicking a directory dependency label, a page with a
1830 * table is shown. The heading for the second column mentions the
1831 * destination file that is included.
1832 */
1833 QCString trIncludesFileIn(const QCString &name) override
1834 {
1835 return "Inclut le fichier dans "+name;
1836 }
1837
1838 /** Compiles a date string.
1839 * @param year Year in 4 digits
1840 * @param month Month of the year: 1=January
1841 * @param day Day of the Month: 1..31
1842 * @param dayOfWeek Day of the week: 1=Monday..7=Sunday
1843 * @param hour Hour of the day: 0..23
1844 * @param minutes Minutes in the hour: 0..59
1845 * @param seconds Seconds within the minute: 0..59
1846 * @param includeTime Include time in the result string?
1847 */
1848 QCString trDateTime(int year,int month,int day,int dayOfWeek,
1849 int hour,int minutes,int seconds,
1850 DateTimeType includeTime) override
1851 {
1852 static const char *days[] = { "Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi","Dimanche" };
1853 static const char *months[] = { "Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre" };
1854 QCString sdate;
1855 if (includeTime == DateTimeType::DateTime || includeTime == DateTimeType::Date)
1856 {
1857 sdate.sprintf("%s %d %s %d",days[dayOfWeek-1],day,months[month-1],year);
1858 }
1859 if (includeTime == DateTimeType::DateTime) sdate += " ";
1860 if (includeTime == DateTimeType::DateTime || includeTime == DateTimeType::Time)
1861 {
1862 QCString stime;
1863 stime.sprintf("%.2d:%.2d:%.2d",hour,minutes,seconds);
1864 sdate+=stime;
1865 }
1866 return sdate;
1867 }
1868 QCString trDayOfWeek(int dayOfWeek, bool first_capital, bool full) override
1869 {
1870 static const char *days_short[] = { "lun.", "mar.", "mer.", "jeu.", "ven.", "sam.", "dim." };
1871 static const char *days_full[] = { "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi", "dimanche" };
1872 QCString text = full? days_full[dayOfWeek-1] : days_short[dayOfWeek-1];
1873 if (first_capital) return text.mid(0,1).upper()+text.mid(1);
1874 else return text;
1875 }
1876 QCString trMonth(int month, bool first_capital, bool full) override
1877 {
1878 static const char *months_short[] = { "janv.", "févr.", "mars", "avr.", "mai", "juin", "juil.", "août", "sept.", "oct.", "nov.", "déc." };
1879 static const char *months_full[] = { "janvier", "février", "mars", "avril", "mai", "juin", "juillet", "août", "septembre", "octobre", "novembre", "décembre" };
1880 QCString text = full? months_full[month-1] : months_short[month-1];
1881 if (first_capital) return text.mid(0,1).upper()+text.mid(1);
1882 else return text;
1883 }
1884 QCString trDayPeriod(bool period) override
1885 {
1886 static const char *dayPeriod[] = { "AM", "PM" };
1887 return dayPeriod[period?1:0];
1888 }
1889
1890//////////////////////////////////////////////////////////////////////////
1891// new since 1.7.5
1892//////////////////////////////////////////////////////////////////////////
1893
1894 /*! Header for the page with bibliographic citations */
1896 { return "Références bibliographiques"; }
1897
1898 /*! Text for copyright paragraph */
1900 { return "Copyright"; }
1901
1902 /*! Header for the graph showing the directory dependencies */
1903 QCString trDirDepGraph(const QCString &name) override
1904 { return QCString("Graphe des dépendances de répertoires pour ")+name+":"; }
1905
1906
1907//////////////////////////////////////////////////////////////////////////
1908// new since 1.8.0
1909//////////////////////////////////////////////////////////////////////////
1910
1911 /*! Detail level selector shown for hierarchical indices */
1913 { return "Niveau de détails"; }
1914
1915 /*! Section header for list of template parameters */
1917 { return "Paramètres du template"; }
1918
1919 /*! Used in dot graph when UML_LOOK is enabled and there are many fields */
1920 QCString trAndMore(const QCString &number) override
1921 { return "et "+number+" de plus..."; }
1922
1923 /*! Used file list for a Java enum */
1925 { QCString result = "La documentation pour cette énumération a été générée à partir ";
1926 if (!single) result += "du fichier suivant"; else result += "des fichiers suivants";
1927 result+=" :";
1928 return result;
1929 }
1930
1931 /*! Header of a Java enum page (Java enums are represented as classes). */
1932 QCString trEnumReference(const QCString &name) override
1933 { return QCString(name)+" Référence de l'énumération"; }
1934
1935 /*! Used for a section containing inherited members */
1936 QCString trInheritedFrom(const QCString &members,const QCString &what) override
1937 { return QCString(members)+" hérités de "+what; }
1938
1939 /*! Header of the sections with inherited members specific for the
1940 * base class(es)
1941 */
1943 { return "Membres hérités additionnels"; }
1944
1945//////////////////////////////////////////////////////////////////////////
1946// new since 1.8.2
1947//////////////////////////////////////////////////////////////////////////
1948
1949 /*! Used as a tooltip for the toggle button that appears in the
1950 * navigation tree in the HTML output when GENERATE_TREEVIEW is
1951 * enabled. This tooltip explains the meaning of the button.
1952 */
1954 {
1955 QCString opt = enable ? "activer" : "désactiver";
1956 return "cliquez pour "+opt+" la synchronisation du panel";
1957 }
1958
1959 /*! Used in a method of an Objective-C class that is declared in a
1960 * a category. Note that the @1 marker is required and is replaced
1961 * by a link.
1962 */
1964 {
1965 return "Déclarée dans la catégorie @0.";
1966 }
1967
1968 /*! Used in a method of an Objective-C category that extends a class.
1969 * Note that the @1 marker is required and is replaced by a link to
1970 * the class method.
1971 */
1973 {
1974 return "Dérive la classe @0.";
1975 }
1976
1977 /*! Used as the header of a list of class methods in Objective-C.
1978 * These are similar to static public member functions in C++.
1979 */
1981 {
1982 return "Méthodes de classe";
1983 }
1984
1985 /*! Used as the header of a list of instance methods in Objective-C.
1986 * These are similar to public member functions in C++.
1987 */
1989 {
1990 return "Méthodes d'instance";
1991 }
1992
1993 /*! Used as the header of the member functions of an Objective-C class.
1994 */
1996 {
1997 return "Documentation des méthodes";
1998 }
1999
2000//////////////////////////////////////////////////////////////////////////
2001// new since 1.8.4
2002//////////////////////////////////////////////////////////////////////////
2003
2004 /** old style UNO IDL services: implemented interfaces */
2006 { return "Interfaces exportées"; }
2007
2008 /** old style UNO IDL services: inherited services */
2010 { return "Services inclus"; }
2011
2012 /** UNO IDL constant groups */
2014 { return "Groupes constants"; }
2015
2016 /** UNO IDL constant groups */
2017 QCString trConstantGroupReference(const QCString &namespaceName) override
2018 {
2019 QCString result="Référence du groupe constant ";
2020 result+=namespaceName;
2021 return result;
2022 }
2023 /** UNO IDL service page title */
2024 QCString trServiceReference(const QCString &sName) override
2025 {
2026 QCString result="Référence du service ";
2027 result+=sName;
2028 return result;
2029 }
2030 /** UNO IDL singleton page title */
2032 {
2033 QCString result="Référence du singleton ";
2034 result+=sName;
2035 return result;
2036 }
2037 /** UNO IDL service page */
2039 {
2040 // single is true implies a single file
2041 QCString result="La documentation pour ce service "
2042 "a été générée par ";
2043 if (single) result+="le fichier suivant :"; else result+="les fichiers suivants :";
2044 return result;
2045 }
2046 /** UNO IDL singleton page */
2048 {
2049 // single is true implies a single file
2050 QCString result="La documentation pour ce singleton "
2051 "a été générée par ";
2052 if (single) result+="le fichier suivant :"; else result+="les fichiers suivants :";
2053 return result;
2054 }
2055
2056//////////////////////////////////////////////////////////////////////////
2057// new since 1.8.15
2058//////////////////////////////////////////////////////////////////////////
2059
2060 /** VHDL design unit hierarchy */
2062 { return "Hiérarchie des unités de conception"; }
2063 /** VHDL design unit list */
2065 { return "Liste des unités de conception"; }
2066 /** VHDL design unit members */
2068 { return "Membres des unités de conception"; }
2069 /** VHDL design unit list description */
2071 {
2072 return "Liste de tous les membres des unités de conception avec liens vers "
2073 "les entités auxquelles ils appartiennent :";
2074 }
2075 /** VHDL design unit index */
2077 { return "Index des unités de conception"; }
2078 /** VHDL design units */
2080 { return "Unités de conception"; }
2081 /** VHDL functions/procedures/processes */
2083 { return "Fonctions/Procédures/Processes"; }
2084 /** VHDL type */
2085 QCString trVhdlType(VhdlSpecifier type,bool single) override
2086 {
2087 switch(type)
2088 {
2090 if (single) return "Librairie";
2091 else return "Librairies";
2093 if (single) return "Paquetage";
2094 else return "Paquetages";
2096 if (single) return "Signal";
2097 else return "Signaux";
2099 if (single) return "Composant";
2100 else return "Composants";
2102 if (single) return "Constante";
2103 else return "Constantes";
2105 if (single) return "Entité";
2106 else return "Entités";
2108 if (single) return "Type";
2109 else return "Types";
2111 if (single) return "Sous-type";
2112 else return "Sous-types";
2114 if (single) return "Fonction";
2115 else return "Fonctions";
2117 if (single) return "Enregistrement";
2118 else return "Enregistrements";
2120 if (single) return "Procédure";
2121 else return "Procédures";
2123 if (single) return "Architecture";
2124 else return "Architectures";
2126 if (single) return "Attribut";
2127 else return "Attributs";
2129 if (single) return "Process";
2130 else return "Processes";
2132 if (single) return "Port";
2133 else return "Ports";
2134 case VhdlSpecifier::USE:
2135 if (single) return "Clause d'utilisation";
2136 else return "Clauses d'utilisation";
2138 if (single) return "Generique";
2139 else return "Generiques";
2141 return "Corps du paquetage";
2143 return "Unités";
2145 if (single) return "Variable partagée";
2146 else return "Variables partagées";
2148 if (single) return "Fichier";
2149 else return "Fichiers";
2151 if (single) return "Groupe";
2152 else return "Groupes";
2154 if (single) return "Instanciation";
2155 else return "Instanciations";
2157 if (single) return "Alias";
2158 else return "Alias";
2160 if (single) return "Configuration";
2161 else return "Configurations";
2163 return "Divers";
2165 return "Contraintes";
2166 default:
2167 return "Classe";
2168 }
2169 }
2171 { return QCString("Référence ") + QCString(name); }
2172
2174 {
2175 return "Constantes";
2176 }
2178 {
2179 return "Documentation des constantes";
2180 }
2182 {
2183 return "Séquences";
2184 }
2186 {
2187 return "Documentation des séquences";
2188 }
2190 {
2191 return "Dictionnaires";
2192 }
2194 {
2195 return "Documentation des dictionnaires";
2196 }
2198 {
2199 return "Interfaces";
2200 }
2202 {
2203 return "Index des interfaces";
2204 }
2206 {
2207 return "Liste des interfaces";
2208 }
2210 {
2211 return "Liste des interfaces avec une brève description :";
2212 }
2214 {
2215 return "Hiérarchies des interfaces";
2216 }
2218 {
2219 return "Cette liste d'héritage est classée approximativement par ordre alphabétique :";
2220 }
2222 {
2223 return "Documentation des interfaces";
2224 }
2226 {
2227 return "Structures";
2228 }
2230 {
2231 return "Index des structures";
2232 }
2234 {
2235 return "Liste des structures";
2236 }
2238 {
2239 return "Liste des structures avec une brève description :";
2240 }
2242 {
2243 return "Documentation des structures";
2244 }
2246 {
2247 return "Index des exceptions";
2248 }
2250 {
2251 return "Liste des exceptions";
2252 }
2254 {
2255 return "Liste des exceptions avec une brève description :";
2256 }
2258 {
2259 return "Hiérarchies des exceptions";
2260 }
2262 {
2263 return "Cette liste d'héritage est classée approximativement par ordre alphabétique :";
2264 }
2266 {
2267 return "Documentation des exceptions";
2268 }
2269 QCString trCompoundReferenceSlice(const QCString &clName, ClassDef::CompoundType compType, bool isLocal) override
2270 {
2271 QCString result = "Référence ";
2272 bool feminine = true;
2273 switch(compType)
2274 {
2275 case ClassDef::Class: result+="de la classe "; break;
2276 case ClassDef::Struct: result+="de la structure "; break;
2277 case ClassDef::Union: result+="de l'union "; break;
2278 case ClassDef::Interface: result+="de l'interface "; break;
2279 case ClassDef::Protocol: result+="du protocole "; feminine=false; break;
2280 case ClassDef::Category: result+="de la catégorie "; break;
2281 case ClassDef::Exception: result+="de l'exception "; break;
2282 default: break;
2283 }
2284
2285 if(isLocal)
2286 {
2287 result += (feminine) ? "locale " : "local ";
2288 }
2289
2290 result += clName;
2291
2292 return result;
2293 }
2295 {
2296 return "Opérations";
2297 }
2299 {
2300 return "Documentation des opérations";
2301 }
2303 {
2304 return "Champs de données";
2305 }
2307 {
2308 return "Documentation des champs de données";
2309 }
2310
2311//////////////////////////////////////////////////////////////////////////
2312// new since 1.8.19
2313//////////////////////////////////////////////////////////////////////////
2314
2315 /** VHDL design unit documentation */
2317 { return "Documentation de l'unité de conception"; }
2318
2319//////////////////////////////////////////////////////////////////////////
2320// new since 1.9.2
2321//////////////////////////////////////////////////////////////////////////
2322
2323 /** C++20 concept */
2324 QCString trConcept(bool first_capital, bool singular) override
2325 {
2326 return createNoun(first_capital, singular, "concept", "s");
2327 }
2328 /*! used as the title of the HTML page of a C++20 concept page */
2329 QCString trConceptReference(const QCString &conceptName) override
2330 {
2331 QCString result="Reference du concept ";
2332 result+=conceptName;
2333 return result;
2334 }
2335
2336 /*! used as the title of page containing all the index of all concepts. */
2338 { return "Liste des concepts"; }
2339
2340 /*! used as the title of chapter containing the index listing all concepts. */
2342 { return "Index des concepts"; }
2343
2344 /*! used as the title of chapter containing all information about concepts. */
2346 { return "Documentation des concepts"; }
2347
2348 /*! used as an introduction to the concept list */
2349 QCString trConceptListDescription(bool extractAll) override
2350 {
2351 QCString result="Liste de tous les concepts ";
2352 if (!extractAll) result+="documentés ";
2353 result+="avec une brève description :";
2354 return result;
2355 }
2356
2357 /*! used to introduce the definition of the C++20 concept */
2359 {
2360 return "Définition du concept";
2361 }
2362
2363//////////////////////////////////////////////////////////////////////////
2364// new since 1.9.4
2365//////////////////////////////////////////////////////////////////////////
2366
2368 { return "Liste des paquetages"; }
2369
2370};
2371
2372#endif
CompoundType
The various compound types.
Definition classdef.h:109
@ Interface
Definition classdef.h:112
@ Exception
Definition classdef.h:115
This is an alternative implementation of QCString.
Definition qcstring.h:101
QCString upper() const
Definition qcstring.h:239
QCString mid(size_t index, size_t len=static_cast< size_t >(-1)) const
Definition qcstring.h:226
bool isEmpty() const
Returns TRUE iff the string is empty.
Definition qcstring.h:150
QCString & sprintf(const char *format,...)
Definition qcstring.cpp:29
QCString trSingletonGeneratedFromFiles(bool single) override
UNO IDL singleton page.
QCString trGotoGraphicalHierarchy() override
QCString trDateTime(int year, int month, int day, int dayOfWeek, int hour, int minutes, int seconds, DateTimeType includeTime) override
Compiles a date string.
QCString trPackageAttribs() override
QCString trBugList() override
QCString trRTFGeneralIndex() override
QCString trCallerGraph() override
QCString trProtectedMembers() override
QCString trNamespaceIndex() override
QCString trSubprograms() override
QCString trExtendsClass() override
QCString trTest() override
QCString trStructList() override
QCString trGeneratedBy() override
QCString idLanguage() override
QCString trWriteList(int numEntries) override
QCString trPageAbbreviation() override
QCString trDesignUnitDocumentation() override
VHDL design unit documentation.
QCString trGroup(bool first_capital, bool singular) override
QCString trGeneratedAutomatically(const QCString &s) override
QCString trReimplementedInList(int numEntries) override
QCString trClassDiagram(const QCString &clName) override
QCString trDefineDocumentation() override
QCString trSingletonReference(const QCString &sName) override
UNO IDL singleton page title.
QCString latexLanguageSupportCommand() override
QCString trCompoundIndex() override
QCString trWarning() override
QCString trDataMembers() override
QCString trPackageMembers() override
QCString trParameters() override
QCString trSequenceDocumentation() override
QCString trReturnValues() override
QCString trConstantGroups() override
UNO IDL constant groups.
QCString trPage(bool first_capital, bool singular) override
QCString trStructListDescription() override
QCString trTodo() override
QCString trProperties() override
QCString trExceptionHierarchy() override
QCString trProtectedTypes() override
QCString trAttention() override
QCString trModuleDocumentation() override
QCString trCompoundReference(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate) override
QCString trPackageList() override
QCString trMonth(int month, bool first_capital, bool full) override
QCString trCompounds() override
QCString trRTFansicp() override
QCString trAuthor(bool first_capital, bool singular) override
QCString trNoMatches() override
QCString trGlobalNamespace() override
QCString trDirDepGraph(const QCString &name) override
QCString trPackages() override
QCString trInheritedFrom(const QCString &members, const QCString &what) override
QCString trNamespaceMembers() override
QCString trDefines() override
QCString trGotoTextualHierarchy() override
QCString trSubprogramDocumentation() override
QCString trFileIndex() override
QCString trType(bool first_capital, bool singular) override
QCString trStaticPublicMembers() override
QCString trModulesDescription() override
QCString trMore() override
QCString trNote() override
QCString trEnumerations() override
QCString trRelatedFunctionDocumentation() override
QCString trGeneratedAt(const QCString &date, const QCString &projName) override
QCString trConcept(bool first_capital, bool singular) override
C++20 concept.
QCString trAll() override
QCString trInvariant() override
QCString trDesignUnitMembers() override
VHDL design unit members.
QCString trProvidedByCategory() override
QCString trVariableDocumentation() override
QCString trConstantGroupReference(const QCString &namespaceName) override
UNO IDL constant groups.
QCString trStaticPrivateMembers() override
QCString trOverloadText() override
QCString trEnumValue() override
QCString trEnumerationValues() override
QCString trDirDocumentation() override
QCString trEnumReference(const QCString &name) override
QCString trInterfaces() override
old style UNO IDL services: implemented interfaces
QCString trDesignUnitIndex() override
VHDL design unit index.
QCString trPublicSlots() override
QCString trLegend() override
QCString trPrecondition() override
QCString trTodoList() override
QCString trFunctionDocumentation() override
QCString trModuleIndex() override
QCString trHierarchicalIndex() override
QCString trMemberDataDocumentation() override
QCString trInclByDepGraph() override
QCString trCustomReference(const QCString &name) override
QCString trCompoundMembersDescriptionFortran(bool extractAll) override
QCString trEventDocumentation() override
QCString trStaticPrivateAttribs() override
QCString trConstructorDocumentation() override
QCString trPropertyDocumentation() override
QCString trFriends() override
QCString trModulesList() override
QCString trImplementedInList(int numEntries) override
QCString trInclDepGraph(const QCString &fName) override
QCString trFileMembersDescription(bool extractAll) override
QCString trEnumerationValueDocumentation() override
QCString trSearchMatches() override
QCString trDirRelation(const QCString &name) override
QCString trDetailedDescription() override
QCString trDocumentation(const QCString &projName) override
QCString trCompoundIndexFortran() override
QCString trPackageListDescription() override
QCString trCompoundListDescriptionFortran() override
QCString trCopyright() override
QCString trSourceFile(const QCString &filename) override
QCString trSearchResults(int numDocuments) override
QCString trReferencedBy() override
QCString trMemberFunctionDocumentation() override
QCString trSeeAlso() override
QCString trMember(bool first_capital, bool singular) override
QCString trFileReference(const QCString &fileName) override
QCString trDir(bool first_capital, bool singular) override
QCString trReturns() override
QCString trDirReference(const QCString &dirName) override
QCString trExamplesDescription() override
QCString trMainPage() override
QCString trRTFCharSet() override
QCString trDayPeriod(bool period) override
QCString trConstants() override
QCString trServiceGeneratedFromFiles(bool single) override
UNO IDL service page.
QCString trSequences() override
QCString trStaticProtectedAttribs() override
QCString trNamespaces() override
QCString trDeprecatedList() override
QCString trLegendTitle() override
QCString trPrivateTypes() override
QCString trOperations() override
QCString trRemarks() override
QCString trEvents() override
QCString trDesignUnitListDescription() override
VHDL design unit list description.
QCString trTypedefs() override
QCString trNamespace(bool first_capital, bool singular) override
QCString trFunctions() override
QCString trServices() override
old style UNO IDL services: inherited services
QCString trStaticPackageFunctions() override
QCString trInstanceMethods() override
QCString trExceptionIndex() override
QCString trInterfaceList() override
QCString trSearch() override
QCString trStaticProtectedMembers() override
QCString trInheritedByList(int numEntries) override
QCString trDesignUnits() override
VHDL design units.
QCString trSince() override
QCString trIncludesFileIn(const QCString &name) override
QCString trRelatedFunctions() override
QCString trDate() override
QCString trReferences() override
QCString trVersion() override
QCString trTypedefDocumentation() override
QCString trDefineValue() override
QCString trTestList() override
QCString trGraphicalHierarchy() override
QCString trMemberEnumerationDocumentation() override
QCString trRTFTableOfContents() override
QCString trModules() override
QCString trModulesListDescription(bool extractAll) override
QCString trVariables() override
QCString trMemberList() override
QCString trCompoundReferenceSlice(const QCString &clName, ClassDef::CompoundType compType, bool isLocal) override
QCString trDataTypes() override
QCString trNamespaceListDescription(bool extractAll) override
QCString trCompoundMembersDescription(bool extractAll) override
QCString trFileListDescription(bool extractAll) override
QCString trStaticPublicAttribs() override
QCString trFileMembers() override
QCString trCompoundReferenceFortran(const QCString &clName, ClassDef::CompoundType compType, bool isTemplate) override
QCString trGeneratedFromFilesFortran(ClassDef::CompoundType compType, bool single) override
QCString trModulesMemberDescription(bool extractAll) override
QCString trGlobal(bool first_capital, bool singular) override
QCString trCompoundMembers() override
QCString trDefinedAtLineInSourceFile() override
QCString trSubprogram(bool first_capital, bool singular) override
QCString trOperationDocumentation() override
QCString trPrivateAttribs() override
QCString trDirectories() override
QCString trModuleReference(const QCString &namespaceName) override
QCString trClasses() override
QCString trTypeDocumentation() override
QCString trCallGraph() override
QCString trProtectedSlots() override
QCString trListOfAllMembers() override
QCString trModule(bool first_capital, bool singular) override
QCString trIncludingInheritedMembers() override
QCString trClass(bool first_capital, bool singular) override
QCString trConceptReference(const QCString &conceptName) override
QCString trGeneratedFromFiles(ClassDef::CompoundType compType, bool single) override
QCString trSearchResultsTitle() override
QCString trAndMore(const QCString &number) override
QCString trPrivateSlots() override
QCString trStructDocumentation() override
QCString trImplementedFromList(int numEntries) override
QCString trPackage(const QCString &name) override
QCString getLanguageString() override
language codes for Html help
QCString trExceptionListDescription() override
QCString trEnumerationTypeDocumentation() override
QCString trDesignUnitList() override
VHDL design unit list.
QCString trNamespaceReference(const QCString &namespaceName) override
QCString trNamespaceList() override
QCString trConceptIndex() override
QCString trDefinedIn() override
QCString trEnumName() override
QCString trDefinedInSourceFile() override
QCString trInterfaceHierarchyDescription() override
QCString trDictionaries() override
QCString trFunctionAndProc() override
VHDL functions/procedures/processes.
QCString trModulesMembers() override
QCString trDetails() override
QCString trSignals() override
QCString trPackageTypes() override
QCString trEnumGeneratedFromFiles(bool single) override
QCString trStaticPackageAttribs() override
QCString trServiceReference(const QCString &sName) override
UNO IDL service page title.
QCString trCiteReferences() override
QCString trThisIsTheListOfAllMembers() override
QCString trRelatedPages() override
QCString trMethodDocumentation() override
QCString trClassHierarchyDescription() override
QCString trNamespaceMemberDescription(bool extractAll) override
QCString trDataMemberDocumentation() override
QCString trInterfaceHierarchy() override
QCString trTypeConstraints() override
QCString trClassMethods() override
QCString trMemberFunctionDocumentationFortran() override
QCString trProtectedAttribs() override
QCString trDetailLevel() override
QCString trTemplateParameters() override
QCString trRelatedSubscript() override
QCString trInheritsList(int numEntries) override
QCString trCompoundList() override
QCString trPanelSynchronisationTooltip(bool enable) override
QCString trDirIndex() override
QCString trInterfaceIndex() override
QCString trExceptionHierarchyDescription() override
QCString trVhdlType(VhdlSpecifier type, bool single) override
VHDL type.
QCString trExceptions() override
QCString trDesignUnitHierarchy() override
VHDL design unit hierarchy.
QCString trDictionaryDocumentation() override
QCString trPostcondition() override
QCString trAdditionalInheritedMembers() override
QCString trInterfaceListDescription() override
QCString trConceptDocumentation() override
QCString trLoading() override
QCString trConstantDocumentation() override
QCString trDayOfWeek(int dayOfWeek, bool first_capital, bool full) override
QCString trStructs() override
QCString trInitialValue() override
QCString trModulesIndex() override
QCString trStructIndex() override
QCString trExceptionList() override
QCString trFile(bool first_capital, bool singular) override
QCString trCode() override
QCString trPageIndex() override
QCString trExamples() override
QCString trPublicTypes() override
QCString trBug() override
QCString trReferenceManual() override
QCString trGotoSourceCode() override
QCString trCompoundListFortran() override
QCString trClassHierarchy() override
QCString trMemberTypedefDocumentation() override
QCString trInterfaceDocumentation() override
QCString trNamespaceDocumentation() override
QCString trFileIn(const QCString &name) override
QCString trPublicAttribs() override
QCString trSliceInterfaces() override
QCString trISOLang() override
QCString trConceptDefinition() override
QCString trExceptionDocumentation() override
QCString trConceptList() override
QCString trCompoundMembersFortran() override
QCString trLegendDocs() override
QCString trCompoundListDescription() override
QCString trSearching() override
QCString trFileDocumentation() override
QCString trCollaborationDiagram(const QCString &clName) override
QCString trConceptListDescription(bool extractAll) override
QCString trGotoDocumentation() override
QCString trDeprecated() override
QCString trFileList() override
QCString trPublicMembers() override
QCString trClassDocumentation() override
QCString trRelatedPagesDescription() override
QCString trPrivateMembers() override
QCString trPackageFunctions() override
QCString trReimplementedFromList(int numEntries) override
QCString createNoun(bool first_capital, bool singular, const QCString &base, const QCString &plurSuffix, const QCString &singSuffix="")
Definition translator.h:782
#define Config_getBool(name)
Definition config.h:33
DateTimeType
Definition datetime.h:38
VhdlSpecifier
Definition types.h:548
@ INSTANTIATION
Definition types.h:569
@ MISCELLANEOUS
Definition types.h:575
@ SHAREDVARIABLE
Definition types.h:572
QCString generateMarker(int id)
Definition util.cpp:290
QCString getDotImageExtension()
Definition util.cpp:6617