82#ifndef TRANSLATOR_FR_H 
   83#define TRANSLATOR_FR_H 
  134      return "\\usepackage[french]{babel}\n" 
  135             "\\NoAutoSpaceBeforeFDP\n";
 
 
  144      return "0x40C French";
 
 
  151    { 
return "Fonctions associées"; }
 
 
  155    { 
return "(Notez que ce ne sont pas des fonctions membres)"; }
 
 
  159    { 
return "Description détaillée"; }
 
 
  163    { 
return "Détails"; }
 
 
  167    { 
return "Documentation des définitions de type membres"; }
 
 
  171    { 
return "Documentation des énumérations membres"; }
 
 
  175    { 
return "Documentation des fonctions membres"; }
 
 
  182        return "Documentation des champs";
 
  186        return "Documentation des données membres";
 
 
  192    { 
return "Plus de détails..."; }
 
 
  196    { 
return "Liste de tous les membres"; }
 
 
  200    { 
return "Liste des membres"; }
 
 
  204    { 
return "Liste complète des membres de"; }
 
 
  208    { 
return ", y compris les membres hérités :"; }
 
 
  214    { 
QCString result=
"Généré automatiquement par Doxygen";
 
  215      if (!s.
isEmpty()) result+=
" pour "+s;
 
  216      result+=
" à partir du code source.";
 
 
  222    { 
return "énumération"; }
 
 
  226    { 
return "valeur énumérée"; }
 
 
  230    { 
return "défini dans"; }
 
 
  238    { 
return "Modules"; }
 
 
  242    { 
return "Hiérarchie des classes"; }
 
 
  249        return "Structures de données";
 
  253        return "Liste des classes";
 
 
  259    { 
return "Liste des fichiers"; }
 
 
  266        return "Champs de donnée";
 
  270        return "Membres de classe";
 
 
  279        return "Variables globale";
 
  283        return "Membres de fichier";
 
 
  289    { 
return "Pages associées"; }
 
 
  293    { 
return "Exemples"; }
 
 
  297    { 
return "Recherche"; }
 
 
  304        return "Liste hiérarchique de toutes les entités :";
 
  308        return "Cette liste d'héritage est classée " 
  309               "approximativement par ordre alphabétique :";
 
 
  316      QCString result=
"Liste de tous les fichiers ";
 
  317      if (!extractAll) result+=
"documentés ";
 
  318      result+=
"avec une brève description :";
 
 
  327        return "Liste des structures de données avec une brève description :";
 
  331        return "Liste des classes avec une brève description :";
 
  335        return "Liste des classes, structures, " 
  336               "unions et interfaces avec une brève description :";
 
 
  343      QCString result=
"Liste de tous les ";
 
  346        result+=
"champs de structure et d'union ";
 
  350        result+=
"membres de classe ";
 
  354        result+=
"documentés ";
 
  356      result+=
"avec des liens vers ";
 
  361          result+=
"la documentation de structure/union de chaque champ :";
 
  365          result+=
"la documentation de classe de chaque membre :";
 
  372          result+=
"les structures/unions auxquelles ils appartiennent :";
 
  376          result+=
"les classes auxquelles ils appartiennent :";
 
 
  389        result+=
"de toutes les fonctions, variables, macros, enumérations, et définitions de type ";
 
  393        result+=
"de tous les membres de fichier ";
 
  395      if (!extractAll) result+=
"documentés ";
 
  396      result+=
"avec des liens vers ";
 
  398        result+=
"les fichiers auxquels ils appartiennent :";
 
  400        result+=
"la documentation :";
 
 
  406    { 
return "Liste de tous les exemples :"; }
 
 
  410    { 
return "Liste de toutes les pages de documentation associées :"; }
 
 
  414    { 
return "Liste de tous les modules :"; }
 
 
  418    { 
return (!projName.
isEmpty()?projName + 
" " : 
"") + 
"Documentation"; }
 
 
  424    { 
return "Index des modules"; }
 
 
  430    { 
return "Index hiérarchique"; }
 
 
  439        return "Index des structures de données";
 
  443        return "Index des classes";
 
 
  451    { 
return "Index des fichiers"; }
 
 
  457    { 
return "Documentation des modules"; }
 
 
  466        return "Documentation des structures de données";
 
  474        return "Documentation des classes";
 
 
  482    { 
return "Documentation des fichiers"; }
 
 
  486    { 
return "Manuel de référence"; }
 
 
  498    { 
return "Définitions de type"; }
 
 
  504    { 
return "Énumérations"; }
 
 
  510    { 
return "Fonctions"; }
 
 
  516    { 
return "Variables"; }
 
 
  522    { 
return "Valeurs énumérées"; }
 
 
  528    { 
return "Documentation des macros"; }
 
 
  534    { 
return "Documentation des définitions de type"; }
 
 
  540    { 
return "Documentation du type de l'énumération"; }
 
 
  546    { 
return "Documentation des fonctions"; }
 
 
  552    { 
return "Documentation des variables"; }
 
 
  561        return "Structures de données";
 
 
  575      if (!projName.
isEmpty()) result+=
" pour "+projName;
 
 
  583      return "Graphe d'héritage de "+clName+
":";
 
 
  588    { 
return "Avertissement"; }
 
 
  592    { 
return "Version"; }
 
 
  600    { 
return "Renvoie"; }
 
 
  604    { 
return "Voir également"; }
 
 
  608    { 
return "Paramètres"; }
 
 
  612    { 
return "Exceptions"; }
 
 
  616    { 
return "Généré par"; }
 
 
  624    { 
return "Liste des espaces de nommage"; }
 
 
  629      QCString result=
"Liste de tous les espaces de nommage ";
 
  630      if (!extractAll) result+=
"documentés ";
 
  631      result+=
"avec une brève description:";
 
 
  649    { 
return "Documentation des fonctions amies et associées"; }
 
 
  658                                    bool isTemplate)
 override 
  661      if (isTemplate) result+=
"du modèle ";
 
 
  681      QCString result= 
"Référence du fichier ";
 
 
  689      QCString result= 
"Référence de l'espace de nommage ";
 
  690      result+=namespaceName;
 
 
  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"; }
 
 
  722      for (
int i=0;i<numEntries;i++)
 
 
  744      return "Est dérivée de "+
trWriteList(numEntries)+
".";
 
 
  760      return "Réimplémentée à partir de "+
trWriteList(numEntries)+
".";
 
 
  768      return "Réimplémentée dans "+
trWriteList(numEntries)+
".";
 
 
  773    { 
return "Membres de l'espace de nommage"; }
 
 
  778      QCString result=
"Liste de tous les membres des espaces de nommage ";
 
  779      if (!extractAll) result+=
"documentés ";
 
  780        result+=
"avec des liens vers ";
 
  782        result+=
"la documentation de namespace de chaque membre :";
 
  784        result+=
"les espaces de nommage auxquels ils appartiennent :";
 
 
  791    { 
return "Index des espaces de nommage"; }
 
 
  797    { 
return "Documentation des espaces de nommage"; }
 
 
  807    { 
return "Espaces de nommage"; }
 
 
  817        bool single)
 override 
  820      bool feminine = 
true;
 
  821      QCString result=
"La documentation de ";
 
  824        case ClassDef::Class:      result+=vhdlOpt? 
"cette unités de conception":
"cette classe"; 
break;
 
  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 :";
 
 
  846    { 
return "Valeurs retournées"; }
 
 
  851    { 
return "Page principale"; }
 
 
  865      return "Définition à la ligne @0 du fichier @1.";
 
 
  869      return "Définition dans le fichier @0.";
 
 
  888      return "Graphe de collaboration de "+clName+
":";
 
 
  893      return "Graphe des dépendances par inclusion de "+fName+
":";
 
 
  898      return "Documentation des constructeurs et destructeur";
 
 
  903      return "Aller au code source de ce fichier.";
 
 
  908      return "Aller à la documentation de ce fichier.";
 
 
  913      return "Précondition";
 
 
  918      return "Postcondition";
 
 
  928      return "Valeur initiale :";
 
 
  937      return "Graphe hiérarchique des classes";
 
 
  941      return "Aller au graphe hiérarchique des classes";
 
 
  945      return "Aller à la hiérarchie des classes en mode texte";
 
 
  949      return "Index des pages";
 
 
  962      return "Types publics";
 
 
  968        return "Champs de données";
 
  972        return "Attributs publics";
 
 
  977      return "Attributs publics statiques";
 
 
  981      return "Types protégés";
 
 
  985      return "Attributs protégés";
 
 
  989      return "Attributs protégés statiques";
 
 
  993      return "Types privés";
 
 
  997      return "Attributs privés";
 
 
 1001      return "Attributs privés statiques";
 
 
 1016      return "Liste des choses à faire";
 
 
 1025      return "Référencé par";
 
 
 1037      return "Ce graphe montre quels fichiers incluent directement " 
 1038             "ou indirectement ce fichier :";
 
 
 1052      return "Légende du graphe";
 
 
 1060        "Cette page explique comment interpréter les graphes générés " 
 1062        "Considérez l'exemple suivant :\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" 
 1088        "    Used *m_usedClass;\n" 
 1091        "Cela aboutira au graphe suivant :" 
 1094        "Les rectangles du graphe ci-dessus ont la signification suivante :\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." 
 1106        "Les flèches ont la signification suivante :\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" 
 
 1139      return "Liste des tests";
 
 
 1149      return "Propriétés";
 
 
 1154      return "Documentation des propriétés";
 
 
 1166        return "Structures de données";
 
 
 1176      return "Paquetage "+name;
 
 
 1181      return "Liste des paquetages avec une brève description (si disponible) :";
 
 
 1186      return "Paquetages";
 
 
 1206      return "Liste des bogues";
 
 
 1264      return createNoun(first_capital, singular, 
"classe", 
"s");
 
 
 1273      return createNoun(first_capital, singular, 
"fichier", 
"s");
 
 
 1283      result+=
" de nommage";
 
 
 1293      return createNoun(first_capital, singular, 
"groupe", 
"s");
 
 
 1302      return createNoun(first_capital, singular, 
"page", 
"s");
 
 
 1311      return createNoun(first_capital, singular, 
"membre", 
"s");
 
 
 1320      return createNoun(first_capital, singular, 
"globa", 
"ux(ales)", 
"l(e)");
 
 
 1331      return createNoun(first_capital, singular, 
"auteur", 
"s");
 
 
 1342      return "Références";
 
 
 1362      return "Implémenté dans "+
trWriteList(numEntries)+
".";
 
 
 1374      return "Table des matières";
 
 
 1386      return "Liste des éléments obsolètes";
 
 
 1398      return "Événements";
 
 
 1403      return "Documentation des événements";
 
 
 1414      return "Types de paquetage";
 
 
 1421      return "Fonctions de paquetage";
 
 
 1425      return "Membres de paquetage";
 
 
 1432      return "Fonctions statiques de paquetage";
 
 
 1439      return "Attributs de paquetage";
 
 
 1446      return "Attributs statiques de paquetage";
 
 
 1463      return "Voici le graphe d'appel pour cette fonction :";
 
 
 1475      return "Résultats de la recherche";
 
 
 1487      if (numDocuments==0)
 
 1489        return "Désolé, aucun document ne correspond à votre requête.";
 
 1491      else if (numDocuments==1)
 
 1493        return "Trouvé <b>1</b> document correspondant à votre requête.";
 
 1497        return "Trouvé  <b>$num</b> documents correspondant à votre requête. " 
 1498               "Classé par ordre de pertinence décroissant.";
 
 
 1506      return "Correspondances :";
 
 
 1517      return " Fichier source de " + filename;
 
 
 1528    { 
return "Hiérarchie de répertoires"; }
 
 
 1534    { 
return "Documentation des répertoires"; }
 
 
 1540    { 
return "Répertoires"; }
 
 
 1546    { 
QCString  result=
"Répertoire de référence de "; result+=dirName; 
return result; }
 
 
 1553      return createNoun(first_capital, singular, 
"répertoire", 
"s");
 
 
 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.";
 
 
 1577      return "Voici le graphe des appelants de cette fonction :";
 
 
 1584    { 
return "Documentation des énumérations"; }
 
 
 1592    { 
return "Documentation des fonctions/subroutines membres"; }
 
 
 1596    { 
return "Liste des types de données"; }
 
 
 1600    { 
return "Champs de données"; }
 
 
 1604    { 
return "Liste des types de données avec une brève description :"; }
 
 
 1609      QCString result=
"Liste de tous les membres de types de données ";
 
 1612        result+=
"documentés ";
 
 1614      result+=
"avec des liens vers ";
 
 1617         result+=
"la documentation de la structure des données de chaque membre :";
 
 1621         result+=
"les types des données auxquels ils appartiennent :";
 
 
 1630    { 
return "Index du type de données"; }
 
 
 1636    { 
return "Documentation du type de données"; }
 
 
 1642    { 
return "Fonctions/Subroutines"; }
 
 
 1648    { 
return "Documentation de la fonction/subroutine"; }
 
 
 1654    { 
return "Les types de données"; }
 
 
 1658    { 
return "Liste des modules"; }
 
 
 1663      QCString result=
"Liste de tous les modules ";
 
 1664      if (!extractAll) result+=
"documentés ";
 
 1665      result+=
"avec une brève description :";
 
 
 1672                                    bool isTemplate)
 override 
 1675      if (isTemplate) result+=
"du modèle ";
 
 
 1693      QCString result=
"Référence du module ";
 
 1694      result+= namespaceName;
 
 
 1700    { 
return "Membres du module"; }
 
 
 1705      QCString result=
"Liste de tous les membres ";
 
 1706      if (!extractAll) result+=
"documentés ";
 
 1707      result+=
"du module avec des liens vers ";
 
 1710        result+=
"la documentation du module de chaque membre :";
 
 1714        result+=
"les modules auxquels ils appartiennent :";
 
 
 1723    { 
return "Index des modules"; }
 
 
 1731      return createNoun(first_capital, singular, 
"module", 
"s");
 
 
 1738        bool single)
 override 
 1741      QCString result=
"La documentation de ";
 
 1753      result+=
" a été générée à partir ";
 
 1754      if (single) result+=
"du fichier suivant :"; 
else result+=
"des fichiers suivants :";
 
 
 1764      return createNoun(first_capital, singular, 
"type", 
"s");
 
 
 1773      return createNoun(first_capital, singular, 
"sous-programme", 
"s");
 
 
 1779      return "Contraintes de type";
 
 
 1789      return "Relation " + 
QCString(name);
 
 
 1795      return "Chargement...";
 
 
 1801      return "Espace de nommage global";
 
 
 1807      return "Recherche...";
 
 
 1813      return "Aucune correspondance";
 
 
 1826      return "Fichier dans "+name;
 
 
 1835      return "Inclut le fichier dans "+name;
 
 
 1849                                int hour,
int minutes,
int seconds,
 
 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" };
 
 1857        sdate.
sprintf(
"%s %d %s %d",days[dayOfWeek-1],day,months[month-1],year);
 
 1863        stime.
sprintf(
"%.2d:%.2d:%.2d",hour,minutes,seconds);
 
 
 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);
 
 
 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);
 
 
 1886      static const char *dayPeriod[] = { 
"AM", 
"PM" };
 
 1887      return dayPeriod[period?1:0];
 
 
 1896    { 
return "Références bibliographiques"; }
 
 
 1900    { 
return "Copyright"; }
 
 
 1904    { 
return QCString(
"Graphe des dépendances de répertoires pour ")+name+
":"; }
 
 
 1913    { 
return "Niveau de détails"; }
 
 
 1917    { 
return "Paramètres du template"; }
 
 
 1921    { 
return "et "+number+
" de plus..."; }
 
 
 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";
 
 
 1933    { 
return QCString(name)+
" Référence de l'énumération"; }
 
 
 1937    { 
return QCString(members)+
" hérités de "+what; }
 
 
 1943    { 
return "Membres hérités additionnels"; }
 
 
 1955      QCString opt = enable ? 
"activer" : 
"désactiver";
 
 1956      return "cliquez pour "+opt+
" la synchronisation du panel";
 
 
 1965      return "Déclarée dans la catégorie @0.";
 
 
 1974      return "Dérive la classe @0.";
 
 
 1982      return "Méthodes de classe";
 
 
 1990      return "Méthodes d'instance";
 
 
 1997      return "Documentation des méthodes";
 
 
 2006    { 
return "Interfaces exportées"; }
 
 
 2010    { 
return "Services inclus"; }
 
 
 2014    { 
return "Groupes constants"; }
 
 
 2019      QCString result=
"Référence du groupe constant ";
 
 2020      result+=namespaceName;
 
 
 2026      QCString result=
"Référence du service ";
 
 
 2033      QCString result=
"Référence du singleton ";
 
 
 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 :";
 
 
 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 :";
 
 
 2062    { 
return "Hiérarchie des unités de conception"; }
 
 
 2065    { 
return "Liste des unités de conception"; }
 
 
 2068    { 
return "Membres des unités de conception"; }
 
 
 2072        return "Liste de tous les membres des unités de conception avec liens vers " 
 2073            "les entités auxquelles ils appartiennent :";
 
 
 2077    { 
return "Index des unités de conception"; }
 
 
 2080    { 
return "Unités de conception"; }
 
 
 2083    { 
return "Fonctions/Procédures/Processes"; }
 
 
 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";
 
 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";
 
 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";
 
 2165          return "Contraintes";
 
 
 2175        return "Constantes";
 
 
 2179        return "Documentation des constantes";
 
 
 2187        return "Documentation des séquences";
 
 
 2191        return "Dictionnaires";
 
 
 2195        return "Documentation des dictionnaires";
 
 
 2199        return "Interfaces";
 
 
 2203        return "Index des interfaces";
 
 
 2207        return "Liste des interfaces";
 
 
 2211        return "Liste des interfaces avec une brève description :";
 
 
 2215        return "Hiérarchies des interfaces";
 
 
 2219        return "Cette liste d'héritage est classée approximativement par ordre alphabétique :";
 
 
 2223        return "Documentation des interfaces";
 
 
 2227        return "Structures";
 
 
 2231        return "Index des structures";
 
 
 2235        return "Liste des structures";
 
 
 2239        return "Liste des structures avec une brève description :";
 
 
 2243        return "Documentation des structures";
 
 
 2247        return "Index des exceptions";
 
 
 2251        return "Liste des exceptions";
 
 
 2255        return "Liste des exceptions avec une brève description :";
 
 
 2259        return "Hiérarchies des exceptions";
 
 
 2263        return "Cette liste d'héritage est classée approximativement par ordre alphabétique :";
 
 
 2267        return "Documentation des exceptions";
 
 
 2272      bool feminine = 
true;
 
 2287        result += (feminine) ? 
"locale " : 
"local ";
 
 
 2296        return "Opérations";
 
 
 2300        return "Documentation des opérations";
 
 
 2304        return "Champs de données";
 
 
 2308        return "Documentation des champs de données";
 
 
 2317    { 
return "Documentation de l'unité de conception"; }
 
 
 2326      return createNoun(first_capital, singular, 
"concept", 
"s");
 
 
 2331      QCString result=
"Reference du concept ";
 
 2332      result+=conceptName;
 
 
 2338    { 
return "Liste des concepts"; }
 
 
 2342    { 
return "Index des concepts"; }
 
 
 2346    { 
return "Documentation des concepts"; }
 
 
 2351      QCString result=
"Liste de tous les concepts ";
 
 2352      if (!extractAll) result+=
"documentés ";
 
 2353      result+=
"avec une brève description :";
 
 
 2360      return "Définition du concept";
 
 
 2368    { 
return "Liste des paquetages"; }
 
 
 
CompoundType
The various compound types.
 
This is an alternative implementation of QCString.
 
QCString mid(size_t index, size_t len=static_cast< size_t >(-1)) const
 
bool isEmpty() const
Returns TRUE iff the string is empty.
 
QCString & sprintf(const char *format,...)
 
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="")
 
#define Config_getBool(name)
 
QCString generateMarker(int id)
 
QCString getDotImageExtension()