doc: convert fr_FR.ISO8859-1 to fr_FR.UTF-8.
This commit is contained in:
116
cde/doc/fr_FR.UTF-8/help/Help4Help/Appendix.sgm
Normal file
116
cde/doc/fr_FR.UTF-8/help/Help4Help/Appendix.sgm
Normal file
@@ -0,0 +1,116 @@
|
||||
<!-- $XConsortium: Appendix.sgm /main/6 1996/10/21 21:17:47 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<Appendix Role="notoc" Id="HelpManagerWindow">
|
||||
<Title>Fenêtre du Gestionnaire d'aide avec volumes d'aide</Title>
|
||||
<Para>Un volume d'aide contient un ou plusieurs volumes. Vous pouvez sélectionner
|
||||
et visualiser des volumes d'aide donnés à partir du Gestionnaire d'aide.</Para>
|
||||
<Graphic Entityref="Help4HelpHelpManager" Id="HH4H.MIT.fig.1"></Graphic>
|
||||
<Para>La fenêtre du Gestionnaire d'aide comporte un bouton de navigation
|
||||
supplémentaire, intitulé Niveau supérieur. Après avoir consulté différents
|
||||
volumes d'aide, vous pouvez utiliser ce bouton pour retourner à l'écran
|
||||
principal du Gestionnaire d'aide.</Para>
|
||||
<Procedure>
|
||||
<Title>Voir aussi</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.MIT.item.1">
|
||||
<Para><XRef Linkend="ToBrowseDesktopHelp"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<!-- COMMENT
|
||||
The topic Using a Help Index in the tasks module contains a definition link to
|
||||
the <otherfront> element that follows; it gives examples of using
|
||||
regular expression characters.
|
||||
END COMMENT
|
||||
-->
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Appendix>
|
||||
<Appendix Role="notoc" Id="regexpressions">
|
||||
<Title>Recherche d'expressions régulières</Title>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term><Emphasis Role="heading">Caractère</Emphasis></Term>
|
||||
<ListItem>
|
||||
<Para><Emphasis Role="heading"> Signification</Emphasis></Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>&sigspace;. (point)</Term>
|
||||
<ListItem>
|
||||
<Para>Correspond à n'importe quel caractère.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>&sigspace; * (astérisque)</Term>
|
||||
<ListItem>
|
||||
<Para>Correspond à 0 ou plusieurs éléments
|
||||
du caractère précédent.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>&sigspace; ? (point d'interrogation)&sigspace;</Term>
|
||||
<ListItem>
|
||||
<Para>Correspond à 0 ou 1
|
||||
élément du caractère précédent.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>&sigspace; | (barre verticale)</Term>
|
||||
<ListItem>
|
||||
<Para>Spécifie deux schémas de recherche et
|
||||
correspond aux deux (OU logique).</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>&sigspace; () (parenthèses)</Term>
|
||||
<ListItem>
|
||||
<Para>Encadrent une expression.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
<Para>Pour rechercher dans une expression régulière un caractère ayant une
|
||||
signification particulière, faites-le précéder de &newline; (barre oblique
|
||||
inversée).</Para>
|
||||
<Para>&sigspace;</Para>
|
||||
<Procedure>
|
||||
<Title>Exemples</Title>
|
||||
<Step>
|
||||
<Para>L'expression suivante recherche des entrées d'index contenant le mot
|
||||
"souris", suivi d'un certain nombre de caractères, puis de "clic":
|
||||
</Para>
|
||||
<ProgramListing>souris.*clic
|
||||
</ProgramListing>
|
||||
<Para>L'expression suivante recherche des entrées d'index contenant le mot
|
||||
"souris" ou "clic":</Para>
|
||||
<ProgramListing>souris | clic
|
||||
</ProgramListing>
|
||||
<Para>L'exemple suivant recherche des entrées d'index contenant "Gestionnaire de
|
||||
sessions" ou "Gestionnaire de configuration":</Para>
|
||||
<ProgramListing>Gestionnaire.*(session | configuration)
|
||||
</ProgramListing>
|
||||
</Step>
|
||||
</Procedure>
|
||||
<Procedure>
|
||||
<Title>Voir aussi</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.MIT.item.2">
|
||||
<Para><XRef Linkend="Index-Search">.
|
||||
</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.MIT.item.3">
|
||||
<Para>Pour plus de détails sur les expressions régulières, reportez-vous
|
||||
à la page de manuel <ComputerOutput>regexp(5)</ComputerOutput>.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Appendix>
|
||||
276
cde/doc/fr_FR.UTF-8/help/Help4Help/Concepts.sgm
Normal file
276
cde/doc/fr_FR.UTF-8/help/Help4Help/Concepts.sgm
Normal file
@@ -0,0 +1,276 @@
|
||||
<!-- $XConsortium: Concepts.sgm /main/5 1996/09/08 22:44:07 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<!-- Help volume: Help4Help -->
|
||||
<!-- File name: Concepts -->
|
||||
<Chapter Id="Concepts">
|
||||
<Title>Aide - Concepts</Title>
|
||||
<Para>Les sujets suivants décrivent les fenêtre d'aide, présentent la notion
|
||||
d'hyperlien et expliquent l'organisation des rubriques d'aide.</Para>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HH4H.CNCP.item.1">
|
||||
<Para><XRef Linkend="AHelpWindowAtAGlance"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.2">
|
||||
<Para><XRef Linkend="Hyperlinks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.3">
|
||||
<Para><XRef Linkend="HelpTopicOrganization"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Procedure>
|
||||
<Title>Voir aussi</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.CNCP.item.4">
|
||||
<Para><XRef Linkend="Tasks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.5">
|
||||
<Para><XRef Linkend="Table-Of-Contents"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.6">
|
||||
<Para><Link Type="jump" Linkend="SDL-RESERVED-hometopic">Sujet initial</Link>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
<Sect1 Id="AHelpWindowAtAGlance">
|
||||
<Title>Consultation d'une fenêtre d'aide d'un seul coup d'oeil</Title>
|
||||
<IndexTerm>
|
||||
<Primary>Définition de l'arborescence des sujets</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>Définition de la zone d'affichage des sujets</Primary>
|
||||
</IndexTerm>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HH4H.CNCP.item.7">
|
||||
<Para>L'arborescence des sujets correspond à la hiérarchie des sujets d'aide.
|
||||
Vous pouvez faire défiler la liste des sujets ou, pour visualiser un
|
||||
sujet particulier, cliquer sur son titre à l'aide du bouton 1 de la souris.</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.8">
|
||||
<Para>La zone d'affichage des sujets permet de visualiser les sujets d'aide.
|
||||
Vous pouvez faire défiler cette zone ou redimensionner la fenêtre d'aide.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Graphic Entityref="Help4HelpGeneralHelp" Id="HH4H.CNCP.fig.1"></Graphic>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HH4H.CNCP.item.9">
|
||||
<Para>Tout texte souligné constitue un hyperlien. Utilisez les hyperliens
|
||||
pour &dquote;passer&dquote; à d'autres sujets (reportez-vous à
|
||||
<XRef Linkend="Hyperlinks">).</Para>
|
||||
<Para>&sigspace;</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.10">
|
||||
<Para>Une fenêtre d'aide générale comporte les boutons suivants:</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>Revenir</Term>
|
||||
<ListItem>
|
||||
<Para>Retourne au sujet précédent.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Historique</Term>
|
||||
<ListItem>
|
||||
<Para>Enumère les volumes d'aide consultés et permet de
|
||||
réafficher un sujet.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>Index</Term>
|
||||
<ListItem>
|
||||
<Para>Ouvre un index d'aide que vous pouvez consulter pour
|
||||
localiser l'aide sur un sujet.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Procedure>
|
||||
<Title>Voir aussi</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.CNCP.item.11">
|
||||
<Para><XRef Linkend="ToLocateWhereYouAre"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.12">
|
||||
<Para><XRef Linkend="HelpTopicOrganization"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.13">
|
||||
<Para><XRef Linkend="Concepts"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.14">
|
||||
<Para><XRef Linkend="Tasks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.15">
|
||||
<Para><XRef Linkend="Table-Of-Contents"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.16">
|
||||
<Para><Link Type="jump" Linkend="SDL-RESERVED-hometopic">Sujet initial</Link>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Sect1>
|
||||
<Sect1 Id="Hyperlinks">
|
||||
<Title>Hyperliens dans les sujets d'aide</Title>
|
||||
<IndexTerm>
|
||||
<Primary>Types d'hyperliens</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>Hyperlien graphique</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>Soulignement dans les hyperliens</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>Soulignement discontinu dans les hyperliens</Primary>
|
||||
</IndexTerm>
|
||||
<Para>Un hyperlien peut se présenter sous forme de mot, de phrase ou d'image.
|
||||
Les hyperliens graphiques apparaissent dans un cadre ouvert.</Para>
|
||||
<Para>Deux types de format permettent d'identifier les hyperliens:</Para>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HH4H.CNCP.item.17">
|
||||
<Para>Le soulignement continu indique un hyperlien standard affiché dans
|
||||
la fenêtre courante ou dans une nouvelle fenêtre.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Figure Id="HH4H.CNCP.fig.2">
|
||||
<Title></Title>
|
||||
<Graphic Entityref="Help4HelpHyperlinksS" Id="HH4H.CNCP.grph.1"></Graphic>
|
||||
</Figure>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HH4H.CNCP.item.18">
|
||||
<Para>Le soulignement discontinu indique que le sujet d'aide va s'afficher
|
||||
dans une fenêtre instantanée plus petite.</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Figure Id="HH4H.CNCP.fig.3">
|
||||
<Title></Title>
|
||||
<Graphic Entityref="Help4HelpHyperlinksD" Id="HH4H.CNCP.grph.2"></Graphic>
|
||||
</Figure>
|
||||
<Para>&sigspace;</Para>
|
||||
<Procedure>
|
||||
<Title>Hyperliens d'exécution</Title>
|
||||
<Step>
|
||||
<Para>La plupart des hyperliens affichent des sujets d'aide, mais ils
|
||||
peuvent également lancer des commandes. Lorsque vous sélectionnez un
|
||||
hyperlien d'exécution, le système d'aide affiche une boîte de dialogue
|
||||
permettant de confirmer ou d'annuler l'exécution de la commande. Pour
|
||||
modifier le comportement par défaut, reportez-vous à <XRef Linkend="Execution-Policy">.</Para>
|
||||
<Para>&sigspace;</Para>
|
||||
<Para>Pour sélectionner des sujets ou des hyperliens à l'aide du clavier,
|
||||
reportez-vous à <XRef Linkend="Mouse-And-Keyboard">.</Para>
|
||||
<Para>&sigspace;</Para>
|
||||
</Step>
|
||||
</Procedure>
|
||||
<Procedure>
|
||||
<Title>Voir aussi</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.CNCP.item.19">
|
||||
<Para><XRef Linkend="Execution-Policy"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.20">
|
||||
<Para><XRef Linkend="Mouse-And-Keyboard"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.21">
|
||||
<Para><XRef Linkend="DisplayingHelpTopics"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.22">
|
||||
<Para><XRef Linkend="Concepts"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.23">
|
||||
<Para><XRef Linkend="Tasks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.24">
|
||||
<Para><XRef Linkend="Table-Of-Contents"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.25">
|
||||
<Para><Link Type="jump" Linkend="SDL-RESERVED-hometopic">Sujet initial</Link>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Sect1>
|
||||
<Sect1 Id="HelpTopicOrganization">
|
||||
<Title>Organisation des sujets d'aide</Title>
|
||||
<IndexTerm>
|
||||
<Primary>Définition des sujets d'aide</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>Définition des volumes d'aide</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>Organisation des sujets d'aide</Primary>
|
||||
</IndexTerm>
|
||||
<IndexTerm>
|
||||
<Primary>Famille d'aide</Primary>
|
||||
</IndexTerm>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HH4H.CNCP.item.26">
|
||||
<Para><GlossTerm Role="nogloss"> Volume d'aide</GlossTerm>
|
||||
Un volume d'aide est un ensemble de rubriques qui décrivent une
|
||||
application ou un sujet particulier. Il n'existe généralement
|
||||
qu'un volume d'aide par application.</Para>
|
||||
<Para>Un volume est une hiérarchie de sujets. Par exemple, l'aide sur une
|
||||
application peut être divisée en trois catégories: Introduction,
|
||||
Tâches et Référence. Chacune d'entre elles peut, à son tour,
|
||||
comporter des sujets plus détaillés.</Para>
|
||||
<Graphic Entityref="Help4HelpOrganization" Id="HH4H.CNCP.fig.4"></Graphic>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.27">
|
||||
<Para><GlossTerm Role="nogloss"> Sujet initial</GlossTerm>
|
||||
Le sujet de niveau supérieur d'un volume est appelé sujet initial.
|
||||
Il s'agit du premier sujet du volume.</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.28">
|
||||
<Para><GlossTerm Role="nogloss"> Famille d'aide</GlossTerm>
|
||||
Un volume d'aide peut faire partie d'une famille d'aide. Une famille
|
||||
comprend un ou plusieurs volumes d'aide. Des volumes complémentaires
|
||||
peuvent ainsi être regroupés sous un seul nom.</Para>
|
||||
<Para>Pour consulter la liste des familles d'aide disponibles sur le
|
||||
Bureau, reportez-vous à <XRef Linkend="ToBrowseDesktopHelp">.</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Procedure>
|
||||
<Title>Voir aussi</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.CNCP.item.29">
|
||||
<Para><XRef Linkend="DisplayingHelpTopics"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.30">
|
||||
<Para><XRef Linkend="ToLocateWhereYouAre"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.31">
|
||||
<Para><XRef Linkend="Concepts"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.32">
|
||||
<Para><XRef Linkend="Tasks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.33">
|
||||
<Para><XRef Linkend="Table-Of-Contents"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.CNCP.item.34">
|
||||
<Para><Link Type="jump" Linkend="SDL-RESERVED-hometopic">Sujet initial</Link>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Sect1>
|
||||
</Chapter>
|
||||
<!--fickle 1.15 help-to-docbook 1.4 01/17/96 18:26:44-->
|
||||
37
cde/doc/fr_FR.UTF-8/help/Help4Help/GEntity.sgm
Normal file
37
cde/doc/fr_FR.UTF-8/help/Help4Help/GEntity.sgm
Normal file
@@ -0,0 +1,37 @@
|
||||
<!-- $XConsortium: GEntity.sgm /main/8 1996/11/19 16:56:33 cdedoc $ -->
|
||||
<!entity Help4HelpGeneralHelp SYSTEM "./Help4Help/graphics/genhlp.tif" NDATA TIFF>
|
||||
<!entity Help4HelpQuickHelp SYSTEM "./Help4Help/graphics/quickhlp.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHyperlinksS SYSTEM "./Help4Help/graphics/hlinks.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHyperlinksD SYSTEM "./Help4Help/graphics/hlinkd.tif" NDATA TIFF>
|
||||
<!entity Help4HelpPopupMenu SYSTEM "./Help4Help/graphics/popupmen.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHistory SYSTEM "./Help4Help/graphics/history.tif" NDATA TIFF>
|
||||
<!entity Help4HelpSelectTopic SYSTEM "./Help4Help/graphics/seltopic.tif" NDATA TIFF>
|
||||
<!entity Help4HelpPrintDialog SYSTEM "./Help4Help/graphics/printdlg.tif" NDATA TIFF>
|
||||
|
||||
<!entity Help4HelpHelpManager SYSTEM "./Help4Help/graphics/helpmgr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexDialog SYSTEM "./Help4Help/graphics/indexdlg.tif" NDATA TIFF>
|
||||
<!entity Help4HelpSearchVolume SYSTEM "./Help4Help/graphics/search.tif" NDATA TIFF>
|
||||
<!entity Help4HelpOrganization SYSTEM "./Help4Help/graphics/helporg.tif" NDATA TIFF>
|
||||
<!entity Help4HelpTopics SYSTEM "./Help4Help/graphics/topics.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHomeGraphic SYSTEM "./Help4Help/graphics/home.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexTop SYSTEM "./Help4Help/graphics/indextop.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexPrefix SYSTEM "./Help4Help/graphics/indexpre.tif" NDATA TIFF>
|
||||
<!entity Help4HelpExecutionDlg SYSTEM "./Help4Help/graphics/execute.tif" NDATA TIFF>
|
||||
<!entity Help4HelpVolErrMsg SYSTEM "./Help4Help/graphics/volerr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpTopicErrMsg SYSTEM "./Help4Help/graphics/topicerr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIdErrMsg SYSTEM "./Help4Help/graphics/iderr.tif" NDATA TIFF>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
53
cde/doc/fr_FR.UTF-8/help/Help4Help/Home.sgm
Normal file
53
cde/doc/fr_FR.UTF-8/help/Help4Help/Home.sgm
Normal file
@@ -0,0 +1,53 @@
|
||||
<!-- $XConsortium: Home.sgm /main/5 1996/09/08 22:44:15 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<!-- Help volume: Help4Help -->
|
||||
<!-- File name: HomeTopic -->
|
||||
<PartIntro Id="SDL-RESERVED-hometopic">
|
||||
<Title>Aide sur l'aide</Title>
|
||||
<TitleAbbrev>Aide sur l'aide</TitleAbbrev>
|
||||
<Para>Les informations d'aide sont organisées en sujets, que vous pouvez
|
||||
choisir et afficher dans une fenêtre d'aide.</Para>
|
||||
<Procedure>
|
||||
<Title>Pour sélectionner un sujet :</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•">
|
||||
<ListItem Id="HH4H.HTOP.item.1">
|
||||
<Para>sélectionnez un titre dans la liste des sujets affichée dans la partie
|
||||
supérieure de la fenêtre d'aide;</Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.HTOP.item.2">
|
||||
<Para><Emphasis>ou,</Emphasis> choisissez un hyperlien dans la zone d'affichage de
|
||||
la fenêtre d'aide.</Para>
|
||||
<Para>Un <Emphasis>hyperlien</Emphasis> est un mot, une phrase ou un graphique actif
|
||||
qui permet d'afficher des informations complémentaires. Dans une fenêtre
|
||||
d'aide, tout texte souligné est un hyperlien. Une boîte grise ouverte
|
||||
identifie un hyperlien graphique.</Para>
|
||||
<Para>Les hyperliens se présentent comme suit:
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Graphic Entityref="Help4HelpHomeGraphic" Id="HH4H.HTOP.fig.1"></Graphic>
|
||||
<Para>&sigspace;</Para>
|
||||
<Para>Pour plus de détails sur l'utilisation de l'aide, cliquez
|
||||
<Link Type="jump" Linkend="Table-Of-Contents">ici</Link>.</Para>
|
||||
<!-- COMMENT FOR LOCALIZERS
|
||||
You can uncomment the execution link markup that follows in order
|
||||
to capture the Execution Link Dialog Box.
|
||||
|
||||
Be SURE to replace the COMMENT symbols when finished.
|
||||
-->
|
||||
<!-- REMOVE THIS COMMENT TO INSERT AN EXECUTION LINK IN THE HOME TOPIC
|
||||
|
||||
<link hyperlink= "xclock &" type=Execute>FOR SCREEN CAPTURE EXECUTE LINK<\link>
|
||||
|
||||
-->
|
||||
</Step>
|
||||
</Procedure>
|
||||
</PartIntro>
|
||||
<!--fickle 1.15 help-to-docbook 1.4 01/17/96 18:26:44-->
|
||||
32
cde/doc/fr_FR.UTF-8/help/Help4Help/MetaInfo.sgm
Normal file
32
cde/doc/fr_FR.UTF-8/help/Help4Help/MetaInfo.sgm
Normal file
@@ -0,0 +1,32 @@
|
||||
<!-- $XConsortium$ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<DocInfo>
|
||||
<Title>Système d'aide du Bureau</Title>
|
||||
<AuthorGroup>
|
||||
<CorpAuthor>X Consortium</CorpAuthor>
|
||||
</AuthorGroup>
|
||||
<Abstract Id="SDL-RESERVED-abstract">
|
||||
<Para>Utilisation du système d'aide du Bureau CDE - Aide</Para>
|
||||
<!-- COMMENT
|
||||
The topic To Browse Desktop Help in the Tasks module contains
|
||||
link to the <otherfront> element that follows; it provides a
|
||||
sample Help Manager help window.
|
||||
END COMMENT
|
||||
-->
|
||||
</Abstract>
|
||||
<LegalNotice Id="SDL-RESERVED-copyright">
|
||||
<BlockQuote>
|
||||
<Para>&CDEcopyright;</Para>
|
||||
</BlockQuote>
|
||||
</LegalNotice>
|
||||
</DocInfo>
|
||||
<Title>Système d'aide du Bureau</Title>
|
||||
<!-- Help volume: Help4Help -->
|
||||
<!-- File name: MetaInfo -->
|
||||
<!--fickle 1.15 help-to-docbook 1.4 01/17/96 18:26:44-->
|
||||
1848
cde/doc/fr_FR.UTF-8/help/Help4Help/Ref.sgm
Normal file
1848
cde/doc/fr_FR.UTF-8/help/Help4Help/Ref.sgm
Normal file
File diff suppressed because it is too large
Load Diff
145
cde/doc/fr_FR.UTF-8/help/Help4Help/TOC.sgm
Normal file
145
cde/doc/fr_FR.UTF-8/help/Help4Help/TOC.sgm
Normal file
@@ -0,0 +1,145 @@
|
||||
<!-- $XConsortium: TOC.sgm /main/4 1996/06/19 16:49:08 drk $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<!-- Help volume: Help4Help -->
|
||||
<!-- File name: Toc -->
|
||||
<Chapter Id="Table-Of-Contents">
|
||||
<Title>Table des matières</Title>
|
||||
<IndexTerm>
|
||||
<Primary>Table des matières</Primary>
|
||||
</IndexTerm>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="Concepts"></Term>
|
||||
<ListItem>
|
||||
<Para>Présente les hyperliens, décrit une fenêtre d'aide
|
||||
et explique ce qu'est un volume d'aide et comment il est organisé.</Para>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.TOC.item.1">
|
||||
<Para><XRef Linkend="Hyperlinks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.2">
|
||||
<Para><XRef Linkend="AHelpWindowAtAGlance"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.3">
|
||||
<Para><XRef Linkend="HelpTopicOrganization"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="GettingHelp"></Term>
|
||||
<ListItem>
|
||||
<Para>Décrit la touche Aide (F1), le menu Aide et
|
||||
l'utilisation de l'Aide sur l'élément. Explique comment accéder au
|
||||
Gestionnaire d'aide à partir du Tableau de bord pour consulter l'aide
|
||||
disponible sur le système.</Para>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.TOC.item.4">
|
||||
<Para><XRef Linkend="ToBrowseDesktopHelp"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="DisplayingHelpTopics"></Term>
|
||||
<ListItem>
|
||||
<Para>Explique comment sélectionner et afficher les
|
||||
sujets d'aide.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="MovingBetweenTopics"></Term>
|
||||
<ListItem>
|
||||
<Para>Explique comment naviguer entre les sujets d'aide.</Para>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.TOC.item.5">
|
||||
<Para><XRef Linkend="ToReturnToAPreviousTopic"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.6">
|
||||
<Para><XRef Linkend="History"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.7">
|
||||
<Para><XRef Linkend="ToReturnToTheHomeTopic"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.8">
|
||||
<Para><XRef Linkend="ToLocateWhereYouAre"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="CopyingTextFromHelp"></Term>
|
||||
<ListItem>
|
||||
<Para>Décrit comment copier et coller à partir
|
||||
d'une fenêtre d'aide.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Link Type="jump" Linkend="ToDuplicateAHelpWindow">Copie d'une fenêtre d'aide</Link>&sigspace;</Term>
|
||||
<ListItem>
|
||||
<Para>Explique comment copier une fenêtre d'aide.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="Index-Search"></Term>
|
||||
<ListItem>
|
||||
<Para>Explique comment utiliser l'index.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="Printing"></Term>
|
||||
<ListItem>
|
||||
<Para>Décrit comment imprimer des sujets d'aide.</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><XRef Linkend="Reference"></Term>
|
||||
<ListItem>
|
||||
<Para>Présente les commandes de la souris et du clavier, décrit les
|
||||
boîtes de dialogue des fenêtres d'aide et explique comment modifier la
|
||||
configuration par défaut de ces fenêtres.</Para>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.TOC.item.9">
|
||||
<Para><XRef Linkend="HelpMenuCommands"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.10">
|
||||
<Para><XRef Linkend="HelpMenuShortcutKeys"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.11">
|
||||
<Para><XRef Linkend="Mouse-And-Keyboard"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.12">
|
||||
<Para><XRef Linkend="HelpWindowsAndDialogBoxes"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.13">
|
||||
<Para><XRef Linkend="HelpWindowConfiguration"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.14">
|
||||
<Para><XRef Linkend="ErrorMessages"></Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
</VariableList>
|
||||
<Procedure>
|
||||
<Title>Voir aussi</Title>
|
||||
<Step>
|
||||
<ItemizedList Mark="•" Role="tight">
|
||||
<ListItem Id="HH4H.TOC.item.15">
|
||||
<Para><XRef Linkend="Tasks"></Para>
|
||||
</ListItem>
|
||||
<ListItem Id="HH4H.TOC.item.16">
|
||||
<Para><Link Type="jump" Linkend="SDL-RESERVED-hometopic">Sujet initial</Link>
|
||||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
</Step>
|
||||
</Procedure>
|
||||
</Chapter>
|
||||
<!--fickle 1.15 help-to-docbook 1.4 01/17/96 18:26:44-->
|
||||
815
cde/doc/fr_FR.UTF-8/help/Help4Help/Tasks.sgm
Normal file
815
cde/doc/fr_FR.UTF-8/help/Help4Help/Tasks.sgm
Normal file
@@ -0,0 +1,815 @@
|
||||
<!-- $XConsortium: Tasks.sgm /main/12 1996/12/24 10:18:04 rws $ -->
|
||||
<!-- (c) Copyright 1995 Digital Equipment Corporation. -->
|
||||
<!-- (c) Copyright 1995 Hewlett-Packard Company. -->
|
||||
<!-- (c) Copyright 1995 International Business Machines Corp. -->
|
||||
<!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
|
||||
<!-- (c) Copyright 1995 Novell, Inc. -->
|
||||
<!-- (c) Copyright 1995 FUJITSU LIMITED. -->
|
||||
<!-- (c) Copyright 1995 Hitachi. -->
|
||||
<!-- Help volume: Help4Help -->
|
||||
<!-- File name: Tasks -->
|
||||
<chapter id="tasks">
|
||||
<title>Aide - Tâches</title>
|
||||
<itemizedlist mark="•">
|
||||
<listitem id="hh4h.tsks.item.1"><para><xref linkend="gettinghelp"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.2"><para><xref linkend="displayinghelptopics"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.3"><para><xref linkend="movingbetweentopics"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.4"><para><xref linkend="index-search"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.5"><para><xref linkend="copyingtextfromhelp"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.6"><para><link linkend="toduplicateahelpwindow"
|
||||
type="jump">Copie d'une fenêtre d'aide</link></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.7"><para><xref linkend="printing"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.8"><para><link linkend="tobrowsedesktophelp"
|
||||
type="jump">Utilisation du Gestionnaire d'aide pour la consultation de l'Aide
|
||||
</link></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para>&sigspace;</para>
|
||||
<note>
|
||||
<para>Les instructions suivantes impliquent l'utilisation d'une souris. Cependant,
|
||||
la plupart d'entre elles peuvent également être exécutées
|
||||
à partir du clavier. Pour plus de détails, reportez-vous à <olink
|
||||
localinfo="Intromgr DesktopKeyboardNav" type="Jump"> Raccourcis clavier</olink>.
|
||||
</para>
|
||||
</note>
|
||||
<procedure>
|
||||
<title>Voir aussi</title>
|
||||
<step>
|
||||
<itemizedlist role="tight" mark="•">
|
||||
<listitem id="hh4h.tsks.item.9"><para><xref linkend="table-of-contents"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.10"><para><link linkend="sdl-reserved-hometopic"
|
||||
type="jump">Sujet initial</link></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
</procedure>
|
||||
<sect1 id="gettinghelp">
|
||||
<title>Accès à l'aide</title>
|
||||
<para><anchor id="helpkey">Vous pouvez demander de l'aide des façons
|
||||
décrites ci-dessous.</para>
|
||||
<indexterm><primary>Demande d'aide</primary></indexterm><indexterm><primary>Aide sur l'élément</primary></indexterm><indexterm><primary>Méthodes d'accès à l'aide</primary></indexterm><indexterm>
|
||||
<primary>Touche d'aide</primary></indexterm><indexterm><primary>Aide, menu </primary></indexterm><indexterm><primary>Icône du Gestionnaire d'aide </primary></indexterm>
|
||||
<itemizedlist mark="•">
|
||||
<listitem id="hh4h.tsks.item.11"><para><glossterm role="nogloss">Utiliser
|
||||
la touche d'aide</glossterm> La touche F1 est la touche d'aide. Lorsque vous
|
||||
appuyez dessus, l'application que vous utilisez affiche un sujet d'aide se
|
||||
rapportant à l'élément (une fenêtre ou une boîte
|
||||
de dialogue, par exemple) mis en évidence.</para>
|
||||
<para>S'il existe une touche Aide sur votre clavier, elle remplace la touche
|
||||
F1.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.12"><para><glossterm role="nogloss">Utiliser
|
||||
le menu Aide</glossterm> <anchor id="helpmenu">Le menu Aide de la plupart
|
||||
des applications du Bureau CDE contient les sujets suivants:</para>
|
||||
<variablelist>
|
||||
<varlistentry><term>Généralités</term>
|
||||
<listitem>
|
||||
<para>Affiche l'introduction indiquant comment lancer l'application. Il s'agit
|
||||
du sujet initial ou du début du volume d'aide de l'application.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>Tâches</term>
|
||||
<listitem>
|
||||
<para>Affiche des instructions permettant d'utiliser les options de l'application.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>Référence&sigspace;</term>
|
||||
<listitem>
|
||||
<para>Affiche une présentation des éléments tels que
|
||||
les menus, les fenêtres, les boîtes de dialogue et les ressources.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>Sur l'élément</term>
|
||||
<listitem>
|
||||
<para>Transforme le pointeur en point d'interrogation (?). Cliquez ensuite
|
||||
sur un élément d'une fenêtre de l'application pour en
|
||||
afficher la description.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>Aide sur l'aide</term>
|
||||
<listitem>
|
||||
<para>Fournit de l'aide sur l'utilisation des fenêtres d'aide.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>A propos de <emphasis>l'application</emphasis></term>
|
||||
<listitem>
|
||||
<para>Affiche la version et le copyright de l'application.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.13"><para><glossterm role="nogloss">Utiliser
|
||||
le Gestionnaire d'aide</glossterm> Le Gestionnaire d'aide est une fenêtre
|
||||
d'aide spéciale qui répertorie les rubriques de l'aide en ligne
|
||||
installée sur le système.</para>
|
||||
<para>Pour consulter les volumes d'aide, reportez-vous à <xref linkend="tobrowsedesktophelp">.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<procedure>
|
||||
<title>Voir aussi</title>
|
||||
<step>
|
||||
<itemizedlist role="tight" mark="•">
|
||||
<listitem id="hh4h.tsks.item.14"><para><xref linkend="displayinghelptopics"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.15"><para><xref linkend="helptopicorganization"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.16"><para><xref linkend="tasks"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.17"><para><xref linkend="table-of-contents"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.18"><para><link linkend="sdl-reserved-hometopic"
|
||||
type="jump">Sujet initial</link></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
</procedure>
|
||||
<sect2 id="tobrowsedesktophelp">
|
||||
<title>Consulter l'aide avec le Gestionnaire d'aide</title>
|
||||
<indexterm><primary>Consulter l'aide</primary></indexterm><indexterm><primary>Ouverture du Gestionnaire d'aide</primary></indexterm><indexterm><primary>Bouton de niveau supérieur</primary></indexterm><indexterm><primary>Commande de niveau supérieur</primary></indexterm>
|
||||
<para>Le Gestionnaire d'aide est une fenêtre d'aide spéciale
|
||||
qui répertorie les rubriques de l'aide en ligne installée sur
|
||||
le système.</para>
|
||||
<orderedlist>
|
||||
<listitem id="hh4h.tsks.item.19">
|
||||
<para>Cliquez sur le panneau secondaire Gestionnaire des informations dans
|
||||
le Tableau de bord et choisissez Gestionnaire d'aide.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.20"><para>Faites défiler la fenêtre
|
||||
pour trouver l'information qui vous intéresse.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.21"><para>Pour ouvrir un volume d'aide, sélectionnez
|
||||
son titre (souligné).</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<para>La fenêtre du Gestionnaire d'aide comporte un autre bouton de
|
||||
navigation appelé Niveau supérieur. Après avoir consulté
|
||||
différents volumes d'aide, vous pouvez utiliser ce bouton pour revenir
|
||||
à l'écran principal du Gestionnaire.</para>
|
||||
<para>Pour visualiser plusieurs sujets simultanément, vous pouvez copier
|
||||
les fenêtres du Gestionnaire d'aide (reportez-vous à <xref linkend="toduplicateahelpwindow">).
|
||||
</para>
|
||||
<para>&sigspace;</para>
|
||||
<procedure>
|
||||
<title>Voir aussi</title>
|
||||
<step>
|
||||
<itemizedlist role="tight" mark="•">
|
||||
<listitem id="hh4h.tsks.item.22"><para><xref linkend="gettinghelp"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.23"><para><xref linkend="displayinghelptopics"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.24"><para><xref linkend="concepts"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.25"><para><xref linkend="toduplicateahelpwindow"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.26"><para><xref linkend="tasks"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.27"><para><xref linkend="table-of-contents"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.28"><para><link linkend="sdl-reserved-hometopic"
|
||||
type="jump">Sujet initial</link></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
</procedure>
|
||||
<sect3 id="toduplicateahelpwindow">
|
||||
<title>Copie d'une fenêtre d'aide</title>
|
||||
<indexterm><primary>Copie d'une fenêtre d'aide</primary></indexterm>
|
||||
<indexterm><primary>Commande Nouvelle fenêtre</primary></indexterm>
|
||||
<para>L'option Nouvelle fenêtre est uniquement disponible dans la
|
||||
fenêtre d'aide du Gestionnaire d'aide.</para>
|
||||
<orderedlist>
|
||||
<listitem id="hh4h.tsks.item.29"><para>Sélectionnez Nouvelle fenêtre
|
||||
dans le menu Fichier du Gestionnaire
|
||||
d'aide.</para>
|
||||
<para>&sigspace;</para>
|
||||
<note>
|
||||
<para>Avec le clavier: Maintenez la touche Ctrl enfoncée et cliquez,
|
||||
avec le bouton 1 de la souris, sur un sujet de l'arborescence ou sur
|
||||
un hyperlien.</para>
|
||||
</note>
|
||||
<para>&sigspace;</para>
|
||||
<para>La fenêtre d'aide courante est copiée. Vous pouvez dimensionner
|
||||
la
|
||||
nouvelle fenêtre et sélectionner les sujets indépendamment
|
||||
de la
|
||||
fenêtre d'origine.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.30"><para>Pour quitter la fenêtre, sélectionnez
|
||||
Fermer dans le menu Fichier.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<procedure>
|
||||
<title>Voir aussi</title>
|
||||
<step>
|
||||
<itemizedlist role="tight" mark="•">
|
||||
<listitem id="hh4h.tsks.item.31"><para><xref linkend="tobrowsedesktophelp"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.32"><para><xref linkend="tasks"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.33"><para><xref linkend="table-of-contents"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.34"><para><link linkend="sdl-reserved-hometopic"
|
||||
type="jump">Sujet initial</link></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect3>
|
||||
</sect2>
|
||||
</sect1>
|
||||
<sect1 id="displayinghelptopics">
|
||||
<title>Affichage des sujets d'aide</title>
|
||||
<indexterm><primary>Choix des sujets d'aide</primary></indexterm><indexterm>
|
||||
<primary>Affichage des sujets</primary></indexterm><indexterm><primary>Choix des sujets dans l'arborescence</primary></indexterm><indexterm><primary>Choix des hyperliens</primary></indexterm>
|
||||
<para>Vous pouvez sélectionner les sujets d'aide de deux façons:
|
||||
par
|
||||
l'intermédiaire de l'arborescence de la fenêtre d'aide ou à
|
||||
l'aide
|
||||
d'un hyperlien.</para>
|
||||
<procedure>
|
||||
<title>Sélection d'un sujet d'aide dans l'arborescence</title>
|
||||
<step>
|
||||
<orderedlist>
|
||||
<listitem id="hh4h.tsks.item.35"><para>Amenez le pointeur sur l'arborescence
|
||||
des sujets.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.36"><para>Cliquez sur un titre pour afficher
|
||||
le sujet correspondant.</para>
|
||||
<para>Utilisez le bouton Revenir pour retourner à un sujet ou sélectionnez
|
||||
un nouveau titre dans l'arborescence pour afficher un autre sujet.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<graphic id="hh4h.tsks.fig.3" entityref="Help4HelpTopics"></graphic>
|
||||
<indexterm><primary>Sélection de sujets dans l'arborescence</primary>
|
||||
</indexterm><indexterm><primary>Redimensionnement de l'arborescence</primary>
|
||||
</indexterm>
|
||||
<itemizedlist mark="•">
|
||||
<listitem id="hh4h.tsks.item.37"><para>Pour faire défiler la liste
|
||||
des titres, faites glisser la barre de
|
||||
défilement vertical dans l'arborescence. Utilisez la barre de
|
||||
défilement horizontal pour visualiser les titres longs.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.38"><para>Pour modifier le nombre de titres affichés,
|
||||
faites glisser la manette
|
||||
de réglage située sous les boutons de navigation. Une fois la
|
||||
taille
|
||||
voulue atteinte, relâchez le bouton de la souris.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<para><anchor id="toselectahelptopichyperlink"></para>
|
||||
</step>
|
||||
</procedure>
|
||||
<procedure>
|
||||
<title>Sélection d'un hyperlien d'aide</title>
|
||||
<step>
|
||||
<orderedlist>
|
||||
<listitem id="hh4h.tsks.item.39"><para>Amenez le pointeur dans la zone d'affichage
|
||||
du sujet.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.40"><para>Cliquez sur le texte ou le graphique
|
||||
souligné.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<para>Pour plus de détails sur les hyperliens, reportez-vous à <xref
|
||||
linkend="hyperlinks">.</para>
|
||||
</step>
|
||||
</procedure>
|
||||
<procedure>
|
||||
<title>Voir aussi</title>
|
||||
<step>
|
||||
<itemizedlist role="tight" mark="•">
|
||||
<listitem id="hh4h.tsks.item.41"><para><xref linkend="hyperlinks"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.42"><para><xref linkend="concepts"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.43"><para><xref linkend="movingbetweentopics"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.44"><para><xref linkend="tobrowsedesktophelp"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.45"><para><xref linkend="tasks"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.46"><para><xref linkend="table-of-contents"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.47"><para><link linkend="sdl-reserved-hometopic"
|
||||
type="jump">Sujet initial</link></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect1>
|
||||
<sect1 id="movingbetweentopics">
|
||||
<title>Déplacement entre les sujets</title>
|
||||
<indexterm><primary>Boutons de navigation</primary></indexterm>
|
||||
<para>Utilisez les commandes Revenir, Historique et Sujet initial pour passer
|
||||
d'un sujet à l'autre.</para>
|
||||
<itemizedlist mark="•">
|
||||
<listitem id="hh4h.tsks.item.48"><para><link linkend="toreturntoaprevioustopic"
|
||||
type="jump">Revenir</link></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.49"><para><link linkend="history" type="jump">
|
||||
Historique</link></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.50"><para><link linkend="toreturntothehometopic"
|
||||
type="jump">Sujet initial</link></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.51"><para><xref linkend="tolocatewhereyouare"></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<procedure>
|
||||
<title>Voir aussi</title>
|
||||
<step>
|
||||
<itemizedlist role="tight" mark="•">
|
||||
<listitem id="hh4h.tsks.item.52"><para><xref linkend="displayinghelptopics"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.53"><para><xref linkend="tasks"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.54"><para><xref linkend="table-of-contents"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.55"><para><link linkend="sdl-reserved-hometopic"
|
||||
type="jump">Sujet initial</link></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
</procedure>
|
||||
<sect2 id="toreturntoaprevioustopic">
|
||||
<title>Retour à un sujet précédent</title>
|
||||
<indexterm><primary>Commande Revenir</primary></indexterm><indexterm><primary>Bouton Revenir</primary></indexterm><indexterm><primary>Menu instantané </primary></indexterm>
|
||||
<para>La commande Revenir permet de réafficher le sujet précédent
|
||||
et vous
|
||||
offre la possibilité de consulter de nouveau les sujets déjà
|
||||
visualisés.</para>
|
||||
<orderedlist>
|
||||
<listitem id="hh4h.tsks.item.56"><para>Cliquez sur le bouton Revenir. &newline; <emphasis>Ou</emphasis> appuyez sur Ctrl+R, ou sélectionnez
|
||||
Revenir dans le menu Naviguer.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.57"><para>Répétez cette procédure
|
||||
autant de fois que nécessaire.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<para>&sigspace;</para>
|
||||
<indexterm><primary>Menu d'aide instantané</primary></indexterm>
|
||||
<note>
|
||||
<para>Vous pouvez accéder à la commande Revenir à partir
|
||||
du menu
|
||||
instantané d'une <link linkend="generalhelpwindow" type="jump">fenêtre
|
||||
d'aide générale</link>.
|
||||
Pour afficher ce menu, amenez le pointeur sur la zone d'affichage du
|
||||
sujet et appuyez sur le bouton 3 de la souris.&newline;S'il s'agit d'une souris
|
||||
à deux boutons, appuyez simultanément sur
|
||||
les deux boutons.</para>
|
||||
</note>
|
||||
<figure id="hh4h.tsks.fig.4">
|
||||
<title></title>
|
||||
<graphic id="hh4h.tsks.grph.1" entityref="Help4HelpPopupMenu"></graphic>
|
||||
</figure>
|
||||
<procedure>
|
||||
<title>Voir aussi</title>
|
||||
<step>
|
||||
<itemizedlist role="tight" mark="•">
|
||||
<listitem id="hh4h.tsks.item.58"><para><xref linkend="history"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.59"><para><xref linkend="movingbetweentopics"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.60"><para><xref linkend="tasks"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.61"><para><xref linkend="table-of-contents"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.62"><para><link linkend="sdl-reserved-hometopic"
|
||||
type="jump">Sujet initial</link></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect2>
|
||||
<sect2 id="history">
|
||||
<title>Liste des sujets précédents</title>
|
||||
<indexterm><primary>Commande Historique</primary></indexterm><indexterm><primary>Bouton Historique</primary></indexterm>
|
||||
<para>La boîte de dialogue Historique répertorie les sujets et
|
||||
les volumes
|
||||
d'aide précédemment affichés.</para>
|
||||
<orderedlist>
|
||||
<listitem id="hh4h.tsks.item.63"><para>Cliquez sur le bouton Historique. &newline; <emphasis>Ou</emphasis> sélectionnez Historique dans le menu Naviguer.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.64"><para>Sélectionnez le titre du sujet
|
||||
ou le nom du volume d'aide auquel
|
||||
vous souhaitez retourner. Vous devrez peut-être faire défiler
|
||||
la
|
||||
liste des titres pour trouver celui que vous recherchez.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.65"><para>Répétez l'étape
|
||||
2 autant de fois que nécessaire.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.66"><para>Cliquez sur Fermer lorsque vous avez
|
||||
fini.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<figure id="hh4h.tsks.fig.5">
|
||||
<title></title>
|
||||
<graphic id="hh4h.tsks.grph.2" entityref="Help4HelpHistory"></graphic>
|
||||
</figure>
|
||||
<procedure>
|
||||
<title>Voir aussi</title>
|
||||
<step>
|
||||
<itemizedlist role="tight" mark="•">
|
||||
<listitem id="hh4h.tsks.item.67"><para><xref linkend="toreturntoaprevioustopic"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.68"><para><xref linkend="toreturntothehometopic"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.69"><para><xref linkend="movingbetweentopics"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.70"><para><xref linkend="tasks"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.71"><para><xref linkend="table-of-contents"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.72"><para><link linkend="sdl-reserved-hometopic"
|
||||
type="jump">Sujet initial</link></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect2>
|
||||
<sect2 id="toreturntothehometopic">
|
||||
<title>Retour au sujet initial</title>
|
||||
<indexterm><primary>Commande Sujet initial</primary></indexterm><indexterm>
|
||||
<primary>Bouton Sujet initial</primary></indexterm>
|
||||
<para>La commande Sujet initial permet de revenir au sujet de niveau
|
||||
supérieur ou au début du volume d'aide.</para>
|
||||
<itemizedlist role="tight" mark="•">
|
||||
<listitem id="hh4h.tsks.item.73"><para>Appuyez sur Ctrl+S ou sélectionnez
|
||||
Sujet initial dans le menu
|
||||
Naviguer. &newline;<emphasis>Ou,</emphasis> sélectionnez le premier
|
||||
titre de l'arborescence
|
||||
des sujets. Il s'agit du sujet initial. Vous devrez peut-être remonter
|
||||
au début de la liste.</para>
|
||||
<para>&sigspace;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<note>
|
||||
<para>Vous pouvez accéder à la commande Sujet initial à
|
||||
partir du menu
|
||||
instantané <link linkend="generalhelpwindow" type="jump">d'une fenêtre
|
||||
d'aide générale</link>.
|
||||
Pour afficher ce menu, amenez le pointeur sur la zone d'affichage du sujet
|
||||
et appuyez sur le bouton 3 de la souris.&newline;S'il s'agit d'une souris à
|
||||
deux boutons, appuyez simultanément sur les deux
|
||||
boutons.</para>
|
||||
</note>
|
||||
<graphic id="hh4h.tsks.fig.6" entityref="Help4HelpPopupMenu"></graphic>
|
||||
<procedure>
|
||||
<title>Voir aussi</title>
|
||||
<step>
|
||||
<itemizedlist role="tight" mark="•">
|
||||
<listitem id="hh4h.tsks.item.74"><para><xref linkend="toreturntoaprevioustopic"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.75"><para><xref linkend="history"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.76"><para><xref linkend="tolocatewhereyouare"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.77"><para><xref linkend="movingbetweentopics"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.78"><para><xref linkend="tasks"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.79"><para><xref linkend="table-of-contents"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.80"><para><link linkend="sdl-reserved-hometopic"
|
||||
type="jump">Sujet initial</link></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect2>
|
||||
<sect2 id="tolocatewhereyouare">
|
||||
<title>Localisation de votre emplacement</title>
|
||||
<indexterm><primary>Définition du sujet initial</primary></indexterm>
|
||||
<para>Les sujets d'aide sont regroupés dans un
|
||||
<link linkend="helptopicorganization" type="jump">volume d'aide</link>. Le
|
||||
nom du volume
|
||||
d'aide courant apparaît sous la barre de menus.</para>
|
||||
<para>Chaque volume possède un sujet inital ou de niveau supérieur
|
||||
qui
|
||||
correspond au début du volume. Le sujet initial est le premier
|
||||
titre de l'<link linkend="ahelpwindowataglance" type="jump">arborescence des
|
||||
sujets</link>.
|
||||
Une flèche indique le sujet courant. Ce dernier apparaît dans
|
||||
la
|
||||
zone d'affichage des sujets.</para>
|
||||
<graphic id="hh4h.tsks.fig.7" entityref="Help4HelpSelectTopic"></graphic>
|
||||
<procedure>
|
||||
<title>Voir aussi</title>
|
||||
<step>
|
||||
<itemizedlist role="tight" mark="•">
|
||||
<listitem id="hh4h.tsks.item.81"><para><xref linkend="displayinghelptopics"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.82"><para><xref linkend="toreturntoaprevioustopic"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.83"><para><xref linkend="history"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.84"><para><xref linkend="movingbetweentopics"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.85"><para><xref linkend="tasks"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.86"><para><xref linkend="table-of-contents"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.87"><para><link linkend="sdl-reserved-hometopic"
|
||||
type="jump">Sujet initial</link></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect2>
|
||||
</sect1>
|
||||
<sect1 id="copyingtextfromhelp">
|
||||
<title>Copie de texte à partir de l'aide</title>
|
||||
<indexterm><primary>Copie à partir de l'aide</primary></indexterm>
|
||||
<indexterm><primary>Copie de texte à partir de l'aide</primary></indexterm>
|
||||
<indexterm><primary>Collage à partir de l'aide</primary></indexterm>
|
||||
<indexterm><primary>Collage de texte à partir de l'aide</primary></indexterm>
|
||||
<para>Vous pouvez copier du texte d'un sujet d'aide et le coller dans
|
||||
d'autres applications telles qu'un traitement de texte ou une
|
||||
fenêtre de terminal.</para>
|
||||
<orderedlist>
|
||||
<listitem id="hh4h.tsks.item.88"><para>Sélectionnez le texte que vous
|
||||
souhaitez copier. Pour ce faire:</para>
|
||||
<para><glossterm role="nogloss">Utilisation de la souris</glossterm></para>
|
||||
<orderedlist numeration="loweralpha">
|
||||
<listitem id="hh4h.tsks.item.89"><para>Cliquez sur le début du texte.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.90"><para>Faites glisser la souris jusqu'à
|
||||
la fin du texte et relâchez
|
||||
le bouton.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<para><glossterm role="nogloss">Utilisation du clavier pour sélectionner
|
||||
un sujet complet</glossterm></para>
|
||||
<orderedlist numeration="loweralpha">
|
||||
<listitem id="hh4h.tsks.item.91"><para>Utilisez la touche Tab pour amener
|
||||
la mise en évidence sur la zone
|
||||
d'affichage du sujet.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.92"><para>Appuyez sur Ctrl+/.&newline;Pour désélectionner
|
||||
le sujet, appuyez sur Ctrl+\.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.93"><para>Sélectionnez Copier dans le
|
||||
menu Editer.&newline;</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.94"><para>Amenez le pointeur à l'emplacement
|
||||
où vous souhaitez ajouter le texte
|
||||
et cliquez.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.95"><para>Sélectionnez Coller dans le
|
||||
menu Editer de l'application.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<para>&sigspace;</para>
|
||||
<para>Dans le cas des applications qui ne prennent pas en charge ces opérations
|
||||
de copier-coller, utilisez la méthode suivante:</para>
|
||||
<orderedlist>
|
||||
<listitem id="hh4h.tsks.item.96"><para>Sélectionnez le texte que vous
|
||||
souhaitez copier.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.97"><para>Amenez le pointeur à l'emplacement
|
||||
où vous voulez copier le texte
|
||||
et cliquez.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.98"><para>Appuyez sur le bouton 2 de la souris.
|
||||
</para>
|
||||
<para>&sigspace;</para>
|
||||
<note>
|
||||
<para>Utilisez cette méthode pour copier du texte à partir des
|
||||
fenêtres
|
||||
d'aide rapide qui ne disposent pas du menu Editer.</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<procedure>
|
||||
<title>Voir aussi</title>
|
||||
<step>
|
||||
<itemizedlist role="tight" mark="•">
|
||||
<listitem id="hh4h.tsks.item.99"><para><xref linkend="movingbetweentopics"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.100"><para><xref linkend="tasks"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.101"><para><xref linkend="table-of-contents"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.102"><para><link linkend="sdl-reserved-hometopic"
|
||||
type="jump">Sujet initial</link></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect1>
|
||||
<sect1 id="index-search">
|
||||
<title>Utilisation de l'index</title>
|
||||
<indexterm><primary>Utilisation de l'index</primary></indexterm><indexterm>
|
||||
<primary>Recherche dans l'index</primary></indexterm><indexterm><primary>Préfixe d'entrée d'index</primary></indexterm><indexterm><primary>Recherche de sujets d'aide</primary></indexterm>
|
||||
<para>Un index répertorie les mots et les phrases clés d'un
|
||||
<link linkend="helptopicorganization" type="jump">volume d'aide</link>. Chaque
|
||||
entrée
|
||||
d'index est associée à un ou plusieurs sujets d'aide que vous
|
||||
pouvez afficher.</para>
|
||||
<orderedlist>
|
||||
<listitem id="hh4h.tsks.item.103"><para>Pour ouvrir l'index, cliquez sur le
|
||||
bouton Index de la fenêtre d'aide.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.104"><para>Choisissez le ou les volumes d'aide
|
||||
que vous souhaitez inclure dans
|
||||
l'index:</para>
|
||||
<variablelist>
|
||||
<varlistentry><term>Volume courant&sigspace;</term>
|
||||
<listitem>
|
||||
<para>Affiche uniquement l'index du volume courant.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>Tous les volumes</term>
|
||||
<listitem>
|
||||
<para>Affiche les index de tous les volumes d'aide.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>Sélectionnés</term>
|
||||
<listitem>
|
||||
<para>Affiche l'index de chaque volume d'aide sélectionné
|
||||
dans la boîte de dialogue affichée (reportez-vous à <xref
|
||||
linkend="volume-select">).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<graphic id="hh4h.tsks.fig.8" entityref="Help4HelpIndexTop"></graphic>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.105"><para>Vous pouvez visualiser l'index complet
|
||||
ou rechercher des entrées
|
||||
spécifiques.</para>
|
||||
<itemizedlist mark="•">
|
||||
<listitem id="hh4h.tsks.item.106"><para>Pour consulter l'intégralité
|
||||
de l'index, sélectionnez Index complet. Toutes
|
||||
les entrées s'affichent.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.107"><para>Pour rechercher un mot ou une phrase:
|
||||
</para>
|
||||
<itemizedlist mark="•">
|
||||
<listitem id="hh4h.tsks.item.108"><para>Sélectionnez Entrées
|
||||
comportant et entrez le mot ou la phrase que
|
||||
vous recherchez.</para>
|
||||
<para>La recherche ne fait pas la distinction entre majuscules et
|
||||
minuscules. Pour rechercher plusieurs mots ou masques, utilisez
|
||||
des <link linkend="regexpressions" type="definition">expressions régulières
|
||||
</link>.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.109"><para>Appuyez sur Entrée ou cliquez
|
||||
sur le bouton Lancer la recherche.</para>
|
||||
<para>Les entrées d'index comportant l'argument de recherche s'affichent.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.110"><para>Cliquez sur une entrée d'index
|
||||
de la liste.</para>
|
||||
<para>Le sujet d'aide correspondant s'affiche.</para>
|
||||
<para>&sigspace;</para>
|
||||
<note>
|
||||
<title>Les entrées d'index utilisent les préfixes suivants :</title>
|
||||
<para>Le signe - indique que toutes les entrées sont affichées.
|
||||
Pour
|
||||
réduire une liste, cliquez sur -. Le signe - se transforme en signe
|
||||
+.</para>
|
||||
<para>Le signe + indique qu'une entrée peut être étendue.
|
||||
Par exemple,
|
||||
+2 signifie qu'il existe deux entrées supplémentaires. Cliquez
|
||||
sur
|
||||
le symbole pour afficher les deux autres options. Le signe + se
|
||||
transforme en signe -.</para>
|
||||
</note>
|
||||
<graphic id="hh4h.tsks.fig.9" entityref="Help4HelpIndexPrefix"></graphic>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.111"><para>Cliquez sur Fermer lorsque vous avez
|
||||
fini.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<procedure>
|
||||
<title>Voir aussi</title>
|
||||
<step>
|
||||
<itemizedlist role="tight" mark="•">
|
||||
<listitem id="hh4h.tsks.item.112"><para><xref linkend="indexsearchdlg"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.113"><para><xref linkend="volume-select"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.114"><para><xref linkend="tasks"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.115"><para><xref linkend="table-of-contents"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.116"><para><link linkend="sdl-reserved-hometopic"
|
||||
type="jump">Sujet initial</link></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect1>
|
||||
<sect1 id="printing">
|
||||
<title>Impression d'un sujet d'aide</title>
|
||||
<indexterm><primary>Commande Imprimer</primary></indexterm><indexterm><primary>Impression de sujets d'aide</primary></indexterm>
|
||||
<para>Vous pouvez imprimer un sujet, une table des matières et un index
|
||||
ou un volume d'aide complet. Les sujets imprimés comportent uniquement
|
||||
du texte.</para>
|
||||
<orderedlist>
|
||||
<listitem id="hh4h.tsks.item.117"><para>Sélectionnez Imprimer dans
|
||||
le menu Fichier.
|
||||
&newline;Dans une fenêtre d'aide rapide, cliquez sur le bouton Imprimer.
|
||||
</para>
|
||||
<graphic id="hh4h.tsks.fig.10" entityref="Help4HelpPrintDialog"></graphic>
|
||||
<itemizedlist mark="•">
|
||||
<listitem id="hh4h.tsks.item.118"><para><emphasis>Facultatif :</emphasis>
|
||||
Entrez le nombre d'exemplaires à imprimer (la
|
||||
valeur par défaut est 1) et appuyez sur Entrée.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.119"><para><emphasis>Facultatif :</emphasis>
|
||||
Cliquez sur le bouton Format du papier pour
|
||||
afficher la valeur en cours.&newline;</para>
|
||||
<variablelist>
|
||||
<varlistentry><term>Letter</term>
|
||||
<listitem>
|
||||
<para>215,9 x 279,4 mm</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>Legal</term>
|
||||
<listitem>
|
||||
<para>215,9 x 355,6 mm</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>Executive</term>
|
||||
<listitem>
|
||||
<para>181,1 x 266,7 mm</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>A4</term>
|
||||
<listitem>
|
||||
<para>210 x 297 mm</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>B5</term>
|
||||
<listitem>
|
||||
<para>182 x 257 mm</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.120"><para>Choisissez le(s) sujet(s) à
|
||||
imprimer.</para>
|
||||
<itemizedlist mark="•">
|
||||
<listitem id="hh4h.tsks.item.121"><para>Sujet en cours &emdash;&sigspace;
|
||||
n'imprime que le sujet affiché
|
||||
(valeur par défaut).</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.122"><para>Sujets en cours et sous-sujets &emdash;&sigspace;
|
||||
imprime le sujet en
|
||||
cours et ses sous-sujets.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.123"><para>Table des matières et index &emdash;&sigspace;
|
||||
imprime la table des
|
||||
matières et l'index du volume d'aide.</para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.124"><para>Tous les sujets du volume &emdash;&sigspace;
|
||||
imprime tous les sujets du
|
||||
volume d'aide, la table des matières et l'index</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.125"><para>Cliquez sur Imprimer.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
<procedure>
|
||||
<title>Voir aussi</title>
|
||||
<step>
|
||||
<itemizedlist role="tight" mark="•">
|
||||
<listitem id="hh4h.tsks.item.126"><para><xref linkend="quick-help"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.127"><para><xref linkend="tasks"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.128"><para><xref linkend="table-of-contents"></para>
|
||||
</listitem>
|
||||
<listitem id="hh4h.tsks.item.129"><para><link linkend="sdl-reserved-hometopic"
|
||||
type="jump">Sujet initial</link></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</step>
|
||||
</procedure>
|
||||
</sect1>
|
||||
</chapter>
|
||||
<!--fickle 1.15 help-to-docbook 1.4 01/17/96 18:26:44-->
|
||||
<?Pub *0000036003>
|
||||
118
cde/doc/fr_FR.UTF-8/help/Help4Help/adbook.sgm
Normal file
118
cde/doc/fr_FR.UTF-8/help/Help4Help/adbook.sgm
Normal file
@@ -0,0 +1,118 @@
|
||||
<!-- $XConsortium: adbook.sgm /main/7 1996/11/19 16:56:22 cdedoc $ -->
|
||||
<!DOCTYPE DocBook PUBLIC "-//HaL and O'Reilly//DTD DocBook V2.2.1//EN" [
|
||||
|
||||
<!ENTITY CDEcopyright "<GlossTerm Role=nogloss>Common Desktop Environment 1.x Internal Release</GlossTerm>
|
||||
© Copyright 1996 Digital Equipment Corp.
|
||||
© Copyright 1996 Fujitsu Limited
|
||||
© Copyright 1996 Hewlett-Packard Company
|
||||
© Copyright 1996 Hitachi, Ltd.
|
||||
© Copyright 1996 International Business Machines Corp.
|
||||
© Copyright 1996 Novell, Inc.
|
||||
© Copyright 1996 Sun Microsystems, Inc.">
|
||||
|
||||
<!ENTITY headerFix "∅">
|
||||
<!ENTITY AbstractBullet "•">
|
||||
<!ENTITY empty "">
|
||||
<!ENTITY newline SDATA "[newlin]">
|
||||
<!ENTITY emdash "—">
|
||||
<!ENTITY bullet "•">
|
||||
<!ENTITY dquote "”">
|
||||
<!ENTITY sigspace " ">
|
||||
<!ENTITY vellipsis "⋮">
|
||||
<!ENTITY tm "™">
|
||||
<!ENTITY a.m. "AM">
|
||||
<!ENTITY cents "¢">
|
||||
<!ENTITY date SDATA "[date]">
|
||||
<!ENTITY div "÷">
|
||||
<!ENTITY ellipsis "…">
|
||||
<!ENTITY endash "–">
|
||||
<!ENTITY geq "≥">
|
||||
<!ENTITY leq "≤">
|
||||
<!ENTITY minutes "′">
|
||||
<!ENTITY neq "≠">
|
||||
<!ENTITY p.m. "PM">
|
||||
<!ENTITY pellipsis "....">
|
||||
<!ENTITY pm "±">
|
||||
<!ENTITY seconds "″">
|
||||
<!ENTITY squote "’">
|
||||
<!ENTITY sterling "£">
|
||||
<!ENTITY time SDATA "[time]">
|
||||
<!ENTITY vblank SDATA "[vblank]">
|
||||
|
||||
<!ENTITY ProductName "Bureau CDE">
|
||||
|
||||
<!entity Help4HelpGeneralHelp SYSTEM "./graphics/genhlp.tif" NDATA TIFF>
|
||||
<!entity Help4HelpQuickHelp SYSTEM "./graphics/quickhlp.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHyperlinksS SYSTEM "./graphics/hlinks.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHyperlinksD SYSTEM "./graphics/hlinkd.tif" NDATA TIFF>
|
||||
<!entity Help4HelpPopupMenu SYSTEM "./graphics/popupmen.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHistory SYSTEM "./graphics/history.tif" NDATA TIFF>
|
||||
<!entity Help4HelpSelectTopic SYSTEM "./graphics/seltopic.tif" NDATA TIFF>
|
||||
<!entity Help4HelpPrintDialog SYSTEM "./graphics/printdlg.tif" NDATA TIFF>
|
||||
|
||||
<!entity Help4HelpHelpManager SYSTEM "./graphics/helpmgr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexDialog SYSTEM "./graphics/indexdlg.tif" NDATA TIFF>
|
||||
<!entity Help4HelpSearchVolume SYSTEM "./graphics/search.tif" NDATA TIFF>
|
||||
<!entity Help4HelpOrganization SYSTEM "./graphics/helporg.tif" NDATA TIFF>
|
||||
<!entity Help4HelpTopics SYSTEM "./graphics/topics.tif" NDATA TIFF>
|
||||
<!entity Help4HelpHomeGraphic SYSTEM "./graphics/home.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexTop SYSTEM "./graphics/indextop.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIndexPrefix SYSTEM "./graphics/indexpre.tif" NDATA TIFF>
|
||||
<!entity Help4HelpExecutionDlg SYSTEM "./graphics/execute.tif" NDATA TIFF>
|
||||
<!entity Help4HelpVolErrMsg SYSTEM "./graphics/volerr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpTopicErrMsg SYSTEM "./graphics/topicerr.tif" NDATA TIFF>
|
||||
<!entity Help4HelpIdErrMsg SYSTEM "./graphics/iderr.tif" NDATA TIFF>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!ENTITY % local.notations "| XPM | XBM | XWD">
|
||||
<!NOTATION XPM SYSTEM "XPM">
|
||||
<!NOTATION XBM SYSTEM "XBM">
|
||||
<!NOTATION XWD SYSTEM "XWD">
|
||||
|
||||
|
||||
<!entity Concepts SYSTEM "./Concepts.sgm">
|
||||
<!entity HomeTopic SYSTEM "./Home.sgm">
|
||||
<!entity TOC SYSTEM "./TOC.sgm">
|
||||
<!entity MetaInformation SYSTEM "./MetaInfo.sgm">
|
||||
<!entity Reference SYSTEM "./Ref.sgm">
|
||||
<!entity Tasks SYSTEM "./Tasks.sgm">
|
||||
<!entity Appendix SYSTEM "./Appendix.sgm">
|
||||
<!entity Glossary SYSTEM "../common/glossary.sgm">
|
||||
|
||||
]>
|
||||
|
||||
<!-- __________________________________________________________________ -->
|
||||
|
||||
|
||||
<DocBook>
|
||||
<Book>
|
||||
<Part>
|
||||
|
||||
&MetaInformation;
|
||||
&HomeTopic;
|
||||
&Appendix;
|
||||
&TOC;
|
||||
&Concepts;
|
||||
&Tasks;
|
||||
&Reference;
|
||||
&Glossary;
|
||||
|
||||
</Part>
|
||||
|
||||
</Book>
|
||||
</DocBook>
|
||||
71
cde/doc/fr_FR.UTF-8/help/Help4Help/book.sgm
Normal file
71
cde/doc/fr_FR.UTF-8/help/Help4Help/book.sgm
Normal file
@@ -0,0 +1,71 @@
|
||||
<!-- $XConsortium: book.sgm /main/6 1996/06/19 16:49:20 drk $ -->
|
||||
<!DOCTYPE Part PUBLIC "-//HaL and O'Reilly//DTD DocBook//EN" [
|
||||
|
||||
|
||||
<!ENTITY % ISOpublishing PUBLIC "ISO 8879-1986//ENTITIES Publishing//EN">
|
||||
%ISOpublishing;
|
||||
|
||||
<!ENTITY % ISOnumeric PUBLIC "ISO 8879-1986//ENTITIES Numeric and Special Graphic//EN">
|
||||
%ISOnumeric;
|
||||
|
||||
<!ENTITY % ISOdiacritical PUBLIC "ISO 8879-1986//ENTITIES Diacritical Marks//EN">
|
||||
%ISOdiacritical;
|
||||
|
||||
<!ENTITY % ISOgeneraltech PUBLIC "ISO 8879-1986//ENTITIES General Technical//EN">
|
||||
%ISOgeneraltech;
|
||||
|
||||
<!ENTITY % ISOalatin1 PUBLIC "ISO 8879-1986//ENTITIES Added Latin 1//EN">
|
||||
%ISOalatin1;
|
||||
|
||||
<!ENTITY % ISOalatin2 PUBLIC "ISO 8879-1986//ENTITIES Added Latin 2//EN">
|
||||
%ISOalatin2;
|
||||
|
||||
<!ENTITY % ISOgreek PUBLIC "ISO 8879-1986//ENTITIES Greek Symbols//EN">
|
||||
%ISOgreek;
|
||||
|
||||
<!ENTITY % ISOboxandline PUBLIC "ISO 8879-1986//ENTITIES Box and Line Drawing//EN">
|
||||
%ISOboxandline;
|
||||
|
||||
|
||||
<!ENTITY % HEntities SYSTEM "../../common/help/HELPEnt.sgm">
|
||||
%HEntities;
|
||||
<!ENTITY % PEntities SYSTEM "./common/ProdEnt.sgm">
|
||||
%PEntities;
|
||||
|
||||
<!ENTITY % Graphics SYSTEM "./Help4Help/GEntity.sgm">
|
||||
%Graphics;
|
||||
|
||||
|
||||
<!ENTITY % local.notations "| XPM | XBM | XWD">
|
||||
<!NOTATION XPM SYSTEM "XPM">
|
||||
<!NOTATION XBM SYSTEM "XBM">
|
||||
<!NOTATION XWD SYSTEM "XWD">
|
||||
|
||||
|
||||
<!entity Concepts SYSTEM "./Help4Help/Concepts.sgm">
|
||||
<!entity HomeTopic SYSTEM "./Help4Help/Home.sgm">
|
||||
<!entity TOC SYSTEM "./Help4Help/TOC.sgm">
|
||||
<!entity MetaInformation SYSTEM "./Help4Help/MetaInfo.sgm">
|
||||
<!entity Reference SYSTEM "./Help4Help/Ref.sgm">
|
||||
<!entity Tasks SYSTEM "./Help4Help/Tasks.sgm">
|
||||
<!entity Appendix SYSTEM "./Help4Help/Appendix.sgm">
|
||||
<!entity Glossary SYSTEM "./common/glossary.sgm">
|
||||
|
||||
]>
|
||||
|
||||
<!-- __________________________________________________________________ -->
|
||||
|
||||
|
||||
<Part>
|
||||
|
||||
&MetaInformation;
|
||||
&HomeTopic;
|
||||
&Appendix;
|
||||
&TOC;
|
||||
&Concepts;
|
||||
&Tasks;
|
||||
&Reference;
|
||||
&Glossary;
|
||||
|
||||
</Part>
|
||||
|
||||
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/CDR/helpmgr.cdr
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/CDR/helpmgr.cdr
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/CDR/helporg.cdr
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/CDR/helporg.cdr
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/execute.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/execute.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/genhlp.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/genhlp.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/helpctl.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/helpctl.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/helpmgr.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/helpmgr.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/helporg.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/helporg.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/history.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/history.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/hlinkd.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/hlinkd.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/hlinks.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/hlinks.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/home.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/home.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/iderr.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/iderr.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/indexdlg.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/indexdlg.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/indexpre.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/indexpre.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/indextop.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/indextop.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/popupmen.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/popupmen.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/printdlg.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/printdlg.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/quickhlp.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/quickhlp.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/search.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/search.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/seltopic.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/seltopic.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/topicerr.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/topicerr.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/topics.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/topics.tif
Normal file
Binary file not shown.
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/volerr.tif
Normal file
BIN
cde/doc/fr_FR.UTF-8/help/Help4Help/graphics/volerr.tif
Normal file
Binary file not shown.
Reference in New Issue
Block a user