File: Sets.po

package info (click to toggle)
publican 4.3.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,436 kB
  • sloc: javascript: 17,390; perl: 13,081; xml: 11,558; makefile: 160; sh: 60; python: 29
file content (279 lines) | stat: -rw-r--r-- 19,644 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
# Gé Baylard <<Geodebay@gmail.com>>, 2013.
# Gé Baylard <geodebay@gmail.com>, 2014. #zanata
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2014-10-03 13:17+1000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2014-05-22 06:03-0400\n"
"Last-Translator: Gé Baylard <geodebay@gmail.com>\n"
"Language-Team: français <<trans-fr@lists.fedoraproject.org>>\n"
"Language: fr\n"
"X-Generator: Zanata 3.6.2\n"
"Plural-Forms: nplurals=2; plural=n>1;\n"

msgid "Using sets"
msgstr "Utilisation des collections"

msgid "A <firstterm>set</firstterm> is a collection of books, published as a single output. The <citetitle>Services Plan</citetitle> for example is a set comprised of many books such as the <citetitle>Developer Guide</citetitle>, <citetitle>Engineering Content Services Guide</citetitle> and the <citetitle>Engineering Operations Guide</citetitle> to name just a few. The <prompt>$</prompt> <command>create_book</command> command creates a template for a set by setting the <parameter>type</parameter> parameter to <literal>Set</literal>."
msgstr "Une <firstterm>collection</firstterm> est un ensemble d'ouvrages, publiés sur une sortie unique. Par exemple, l'<citetitle>Organisation des services</citetitle> est un ensemble de plusieurs ouvrages comme le <citetitle>Guide du développeur</citetitle>, <citetitle>Guide des Services Ingénierie des contenus</citetitle> et le <citetitle>Guide d'Ingénierie des Opérations</citetitle> pour n'en citer que quelques uns. La commande <prompt>$</prompt> <command>create_book</command> crée un canevas pour une collection en fixant la valeur du paramètre <parameter>type</parameter> à <literal>Set</literal>."

msgid "There are two types of set:"
msgstr "Il y a deux types de collections :"

msgid "<firstterm>stand-alone sets</firstterm>"
msgstr "les <firstterm>ensembles autonomes</firstterm>,"

msgid "<firstterm>distributed sets</firstterm>"
msgstr "les <firstterm>ensembles distribués</firstterm>."

msgid "Stand-alone sets"
msgstr "Ensembles autonomes"

msgid "A stand-alone set contains the XML files for each book, all of which are located inside the directory of the set. Stand-alone sets are always built as a set; you cannot build the individual books on their own without modification."
msgstr "Un ensemble autonome contient les fichiers XML de chaque ouvrage, chacun d'entre eux situé dans le répertoire de la collection. Les ensembles autonomes sont toujours construits en tant qu'ensemble ; vous ne pouvez pas construire isolément chaque livre de la collection sans modification."

msgid "The procedure that follows will guide you through the process of creating a stand-alone set named <citetitle>My Set</citetitle> located in a directory called <filename>books/My_Set/</filename>. The set will contain <citetitle>Book A</citetitle> and <citetitle>Book B</citetitle> both of which will be manually created inside the <filename>books/My_Set/en-US</filename> directory."
msgstr "La procédure suivante vous guide dans le processus de création d'une collection autonome nommée <citetitle>My Set</citetitle>, située dans un répertoire nommé <filename>books/My_Set/</filename>. Cet ensemble contient <citetitle>Book A</citetitle> et <citetitle>Book B</citetitle>, chacun d'entre eux rédigé manuellement et placé dans le répertoire <filename>books/My_Set/en-US</filename>."

msgid "Creating a stand-alone set"
msgstr "Création d'un ensemble autonome"

msgid "Run the following command in a shell in the <filename>books/</filename> directory to create a set named <literal>My_Set</literal> branded in the Red Hat style and in which the XML will be written in American English."
msgstr "Exécutez, dans un terminal, la commande suivante en vous plaçant dans le répertoire <filename>books/</filename> pour créer un ensemble nommé <literal>My_Set</literal> avec la charte graphique Red Hat et dans laquelle les XML sont écrits en anglais (américain)."

msgid "publican create --type=Set --name=My_Set --brand=RedHat --lang=en-US"
msgstr ""
"publican create --type=Set --name=My_Set --brand=RedHat --lang=en-US\n"
"\n"

msgid "<prompt>$</prompt> <command>cd</command> into the <filename>My_Set/en-US</filename> directory and create two <emphasis>directories</emphasis> (not books) called <filename>Book_A</filename> and <filename>Book_B</filename>."
msgstr "À l'aide de la commande <prompt>$</prompt> <command>cd</command>, placez-vous dans le répertoire <filename>My_Set/en-US</filename> et créez deux <emphasis>répertoires</emphasis> (et non livres) nommés <filename>Book_A</filename> et <filename>Book_B</filename>."

msgid "<prompt>$</prompt> <command>cd</command> <filename>My_Set/en-US</filename>\n"
"<prompt>$</prompt> <command>mkdir</command> <filename>Book_A</filename> <filename>Book_B</filename>"
msgstr "<prompt>$</prompt> <command>cd</command> <filename>My_Set/en-US</filename>\n"
"<prompt>$</prompt> <command>mkdir</command> <filename>Book_A</filename> <filename>Book_B</filename>"

msgid "<prompt>$</prompt> <command>cd</command> into the <filename>books/My_Set/en-US/Book_A</filename> directory. Create and edit the <filename>Book_A.xml</filename>, <filename>Book_Info.xml</filename>, and any other xml files required for your book such as those required for individual chapters. Ensure that <filename>Book_A.xml</filename> contains the correct <tag>xi:include</tag> references to all of your xml files in the directory. For example, if <citetitle>Book A</citetitle> contained <filename>Book_Info.xml</filename> and <filename>Chapter_1.xml</filename>, the <filename>Book_A.xml</filename> file would look like this:"
msgstr "Placez-vous à l'aide de <prompt>$</prompt> <command>cd</command> dans le répertoire <filename>books/My_Set/en-US/Book_A</filename>. Créer et modifiez <filename>Book_A.xml</filename>, <filename>Book_Info.xml</filename> et les autres fichiers XML nécessaires à l'ouvrage tels ceux requis pour des chapitres individualisés. S'assurer que <filename>Book_A.xml</filename> contient les références correctes <sgmltag>xi:include</sgmltag> vers tous les fichiers XML du répertoire. Par exemple, si <citetitle>Book A</citetitle> contient <filename>Book_Info.xml</filename> et <filename>Chapter_1.xml</filename>, le fichier <filename>Book_A.xml</filename> doit ressembler à :"

#, fuzzy
msgid ""
"&lt;?xml version='1.0'?&gt;\n"
"&lt;!DOCTYPE book PUBLIC \"-//OASIS//DTD DocBook XML V4.5//EN\" \n"
"\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\" [\n"
"]&gt;\n"
"	  \n"
"&lt;book&gt;\n"
"	  &lt;xi:include href=\"Book_Info.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\"&gt;&lt;/xi:include&gt;\n"
"	  &lt;xi:include href=\"Chapter_1.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\"&gt;&lt;/xi:include&gt;\n"
"&lt;/book&gt;"
msgstr ""
"&lt;?xml version='1.0'?&gt;\n"
"&lt;!DOCTYPE book PUBLIC \"-//OASIS//DTD DocBook XML V4.5//EN\" \n"
"\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\" [\n"
"]&gt;\n"
"\t  \n"
"&lt;book&gt;\n"
"\t  &lt;xi:include href=\"Book_Info.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\"&gt;&lt;/xi:include&gt;\n"
"\t  &lt;xi:include href=\"Chapter_1.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\"&gt;&lt;/xi:include&gt;\n"
"&lt;/book&gt;\n"
"\n"

msgid "Use the same process for <citetitle>Book_B</citetitle>, located in the <filename>books/My_Set/en-US/Book_B</filename> directory, as per the step above."
msgstr "Suivez un processus identique pour <citetitle>Book_B</citetitle>, situé dans le répertoire <filename>books/My_Set/en-US/Book_B</filename>."

msgid "Open the <filename>books/My_Set/en-US/My_Set.xml</filename> file in an editor. For each book in the set, add an <tag>xi:include</tag> reference to the primary xml file from the book. The primary xml file for <citetitle>Book A</citetitle> will be <filename>Book_A.xml</filename> and for <citetitle>Book B</citetitle>, <filename>Book_B.xml</filename>. The <filename>My_Set.xml</filename> file should now look like this:"
msgstr "Ouvrez le fichier <filename>books/My_Set/en-US/My_Set.xml</filename> dans un traitement de texte brut. Pour chacun des ouvrages dans la collection, ajoutez une référence <sgmltag>xi:include</sgmltag> au fichier XML principal de l'ouvrage. Le fichier XML principal de <citetitle>Book A</citetitle> est <filename>Book_A.xml</filename> et celui de <citetitle>Book B</citetitle>, <filename>Book_B.xml</filename>. Le fichier <filename>My_Set.xml</filename> ressemble maintenant à quelque chose comme :"

msgid "<xi:include href=\"extras/Set_Name.xmlt\" parse=\"text\" xmlns:xi=\"http://www.w3.org/2001/XInclude\" />"
msgstr ""
"<xi:include href=\"extras/Set_Name.xmlt\" parse=\"text\" xmlns:xi=\"http://www.w3.org/2001/XInclude\" />\n"
"\t\t\t\t\n"
"\n"

msgid "To make your set XML valid, you will need to change the following:"
msgstr "Pour rendre votre ensemble XML valide, modifiez :"

msgid "In <filename>My_Set.xml</filename>, comment out the following lines:"
msgstr "Dans <filename>My_Set.xml</filename>, mettez en commentaire les lignes :"

msgid ""
"&lt;remark&gt;NOTE: the href does not contain a language! This is CORRECT!&lt;/remark&gt;\n"
"&lt;remark&gt;&lt;xi:include href=\"My_Other_Book/My_Other_Book.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\"&gt;&lt;/remark&gt;\n"
"&lt;setindex&gt;&lt;/setindex&gt;"
msgstr ""
"\n"
"&lt;remark&gt;NOTE: the href does not contain a language! This is CORRECT!&lt;/remark&gt;\n"
"&lt;remark&gt;&lt;xi:include href=\"My_Other_Book/My_Other_Book.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\"&gt;&lt;/remark&gt;\n"
"&lt;setindex&gt;&lt;/setindex&gt;\n"

msgid "In the <filename>Preface.xml</filename> and <filename>Book_Info.xml</filename> for each book you are using, add ../../ to the front of every Common_Content string you see. For example:"
msgstr "Dans <filename>Preface.xml</filename> et <filename>Book_Info.xml</filename> de chaque ouvrage utilisé, ajoutez ../../ en tête de chaque chaîne Common_Content que vous voyez. Par exemple :"

msgid "&lt;xi:include href=\"Common_Content/Conventions.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\" /&gt;"
msgstr ""
"\n"
"&lt;xi:include href=\"Common_Content/Conventions.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\" /&gt;\n"

msgid "This will need to become:"
msgstr "doit devenir :"

msgid "&lt;xi:include href=\"../../Common_Content/Conventions.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\" /&gt;"
msgstr ""
"\n"
"&lt;xi:include href=\"../../Common_Content/Conventions.xml\" xmlns:xi=\"http://www.w3.org/2001/XInclude\" /&gt;\n"

msgid "This is because in a standalone set, the Common Content folder is two directories further away from where Publican usually looks for it, so it has to be told manually. To build your book individually, without building the entire set, undo this step."
msgstr "Dans un ensemble autonome, le dossier « Common Content » est deux répertoires au dessous de l'emplacement dans lequel Publican le cherche généralement : il faut indiquer cette particularité manuellement. Pour construire vos ouvrages individuellement, sans construire la collection, passez cette étape."

msgid "Test your set by running the <command>publican build --formats=test --langs=en-US</command> command."
msgstr "Testez l'ensemble en exécutant la commande <command>publican build --formats=test --langs=en-US</command>."

msgid "If you are using pre-existing books, you will need to rearrange them so the XML files are at the level of the set and all images are inside the images directory at the same level. For example:"
msgstr "Si vous utilisez des ouvrages existants, vous devez les aménager de façon à ce que les fichiers XML soient au niveau de l'ensemble et toutes les images dans le répertoire images sur un même niveau. Par exemple :"

msgid ""
"   -- My_Set\n"
"    |-- en-US\n"
"    |   |-- Author_Group.xml\n"
"    |   |-- Book_A.ent\n"
"    |   |-- Book_A.xml\n"
"    |   |-- Book_B.ent\n"
"    |   |-- Book_B.xml\n"
"    |   |-- Book_Info_A.xml\n"
"    |   |-- Book_Info_B.xml\n"
"    |   |-- chapter_A.xml\n"
"    |   |-- chapter_B.xml\n"
"    |   |-- images\n"
"    |   |   |-- icon.svg\n"
"    |   |   `-- image1.png\n"
"    |   |-- My_Set.ent\n"
"    |   |-- My_Set.xml\n"
"    |   |-- Preface.xml\n"
"    |   |-- Revision_History.xml\n"
"    |   `-- Set_Info.xml\n"
"    `-- publican.cfg"
msgstr ""
"\n"
"   -- My_Set\n"
"    |-- en-US\n"
"    |   |-- Author_Group.xml\n"
"    |   |-- Book_A.ent\n"
"    |   |-- Book_A.xml\n"
"    |   |-- Book_B.ent\n"
"    |   |-- Book_B.xml\n"
"    |   |-- Book_Info_A.xml\n"
"    |   |-- Book_Info_B.xml\n"
"    |   |-- chapter_A.xml\n"
"    |   |-- chapter_B.xml\n"
"    |   |-- images\n"
"    |   |   |-- icon.svg\n"
"    |   |   `-- image1.png\n"
"    |   |-- My_Set.ent\n"
"    |   |-- My_Set.xml\n"
"    |   |-- Preface.xml\n"
"    |   |-- Revision_History.xml\n"
"    |   `-- Set_Info.xml\n"
"    `-- publican.cfg\n"
"\n"

msgid "The XML files can also be within sub-folders to keep them separate. This is true within the images directory, as well. For example:"
msgstr "Les fichiers XML peuvent aussi être dans des sous-répertoires pour les garder séparées. Ce qui est également vrai pour le répertoire images. Par exemple :"

msgid ""
"   -- My_Set\n"
"    |-- en-US\n"
"    |   |-- Author_Group.xml\n"
"    |   |-- Book_A\n"
"    |   |   |-- Book_A.ent\n"
"    |   |   |-- Book_A.xml\n"
"    |   |   |-- Book_Info.xml\n"
"    |   |   `-- chapter.xml\n"
"    |   |-- Book_B\n"
"    |   |   |-- Book_B.ent\n"
"    |   |   |-- Book_B.xml\n"
"    |   |   |-- Book_Info.xml\n"
"    |   |   `-- chapter.xml\n"
"    |   |-- images\n"
"    |   |   |-- icon.svg\n"
"    |   |   `-- image1.png\n"
"    |   |-- My_Set.ent\n"
"    |   |-- My_Set.xml\n"
"    |   |-- Preface.xml\n"
"    |   |-- Revision_History.xml\n"
"    |   `-- Set_Info.xml\n"
"    `-- publican.cfg"
msgstr ""
"\n"
"   -- My_Set\n"
"    |-- en-US\n"
"    |   |-- Author_Group.xml\n"
"    |   |-- Book_A\n"
"    |   |   |-- Book_A.ent\n"
"    |   |   |-- Book_A.xml\n"
"    |   |   |-- Book_Info.xml\n"
"    |   |   `-- chapter.xml\n"
"    |   |-- Book_B\n"
"    |   |   |-- Book_B.ent\n"
"    |   |   |-- Book_B.xml\n"
"    |   |   |-- Book_Info.xml\n"
"    |   |   `-- chapter.xml\n"
"    |   |-- images\n"
"    |   |   |-- icon.svg\n"
"    |   |   `-- image1.png\n"
"    |   |-- My_Set.ent\n"
"    |   |-- My_Set.xml\n"
"    |   |-- Preface.xml\n"
"    |   |-- Revision_History.xml\n"
"    |   `-- Set_Info.xml\n"
"    `-- publican.cfg\n"

msgid "Distributed sets"
msgstr "Ensembles distribués"

msgid "A <firstterm>distributed set</firstterm> contains books that are located in a version-controlled repository. Although several version control systems exist, this version of <application>Publican</application> supports only one: <application>Subversion</application> (<application>SVN</application>). By setting the repository location and titles of the included books in the <filename>publican.cfg</filename> file, each book can be exported to build the entire set. The procedure that follows will guide you through the process of creating a set named <citetitle>My Set</citetitle> containing <citetitle>Book A</citetitle> and <citetitle>Book B</citetitle>."
msgstr "Une <firstterm>collection distribuée</firstterm> est constituée d'ouvrages situés dans un dépôt à versions contrôlées. Bien qu'il existe plusieurs systèmes de contrôle des versions, <application>Publican</application> ne prend en charge qu'un seul système : <application>Subversion</application> (<application>SVN</application>). En définissant l'emplacement du dépôt et les titres des ouvrages à inclure dans le fichier <filename>publican.cfg</filename>, chacun d'entre eux peut être exporté pour construire la totalité de la collection. La procédure suivante est un guide pour créer une collection nommée <citetitle>My Set</citetitle> contenant <citetitle>Book A</citetitle> et <citetitle>Book B</citetitle>."

msgid "The following procedure assumes that <citetitle>Book A</citetitle> and <citetitle>Book B</citetitle> already exist and are available in your <application>SVN</application> repository. Currently <application>Publican</application> only supports <application>SVN</application>."
msgstr "Elle suppose que <citetitle>Book A</citetitle> et <citetitle>Book B</citetitle> existent déjà et sont disponibles dans le dépôt <application>SVN</application>. Actuellement, <application>Publican</application> ne prend en charge que <application>SVN</application>."

msgid "Creating a set"
msgstr "Création d'une collection"

msgid "Run the following command in a shell to create a set named <literal>My_Set</literal> branded in the Red Hat style and in which the XML will be written in American English."
msgstr "Exécutez la commande suivante dans un terminal pour créer une collection nommée <literal>My_Set</literal> avec la charte graphique Red Hat et dans laquelle les XML sont écrits en anglais (américain)."

msgid "$ publican create --type=Set --name=My_Set --brand=RedHat  --lang=en-US"
msgstr ""
"$ publican create --type=Set --name=My_Set --brand=RedHat  --lang=en-US\n"
"\n"

msgid "Add the following lines to the <filename>publican.cfg</filename> file:"
msgstr "Ajouter les lignes suivantes au fichier <filename>publican.cfg</filename> :"

msgid ""
"books: Book_A Book_B\n"
"repo: <replaceable>http://PATH-TO-YOUR-SVN-REPOSITORY</replaceable>\n"
"scm: SVN"
msgstr ""
"books: Book_A Book_B\n"
"repo: <replaceable>http://CHEMIN-VERS-LE-DÉPÔT-SVN</replaceable>\n"
"scm: SVN\n"
"\n"

msgid "Your repository path should end in the directory before the book you need."
msgstr "Le chemin vers le dépôt doit mener dans le répertoire contenant le livre dont vous avez besoin."

msgid "Open the <filename>My_Set.xml</filename> file in an editor. For each book in the set, add an <tag>xi:include</tag> reference to the primary XML file from the book. The primary XML file for <citetitle>Book A</citetitle> will be <filename>Book_A.xml</filename> and for <citetitle>Book B</citetitle>, <filename>Book_B.xml</filename>. The <filename>My_Set.xml</filename> file should now look like this:"
msgstr "Ouvrez le fichier <filename>My_Set.xml</filename> dans un éditeur de texte. Pour chaque ouvrage de la collection, ajoutez une référence <sgmltag>xi:include</sgmltag> sur le fichier XML principal du livre. Le fichier XML principal pour <citetitle>Book A</citetitle> doit être <filename>Book_A.xml</filename> et pour <citetitle>Book B</citetitle>, <filename>Book_B.xml</filename>. Le fichier <filename>My_Set.xml</filename> doit maintenant ressembler à ceci :"

msgid "To make your set XML valid, you will need to comment out the following lines in <filename>My_Set.xml</filename>"
msgstr "Pour que le XML soit valide, mettez en commentaire dans <filename>My_Set.xml</filename> les lignes :"

msgid "When building a set, the <command>publican clean_ids</command> command will be run over each book because of the constraint that IDs must be unique across all books. Be careful of creating IDs that rely on content that may not be available when building books independently of the set."
msgstr "En construisant une collection, la commande <command>publican clean_ids</command> doit être lancée pour chaque ouvrage étant donné qu'il est obligatoire d'avoir un identifiant unique dans l'ensemble des livres. Soyez attentif à créer des identifiants en rapport avec le contenu et qui ne soient pas disponibles pour la construction d'ouvrages indépendants de la collection."