Rev 7214 | Rev 7242 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
7156 | jlepiller | 1 | # SOME DESCRIPTIVE TITLE |
2 | # Copyright (C) YEAR Free Software Foundation, Inc. |
||
3 | # This file is distributed under the same license as the PACKAGE package. |
||
4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
||
5 | # |
||
6 | msgid "" |
||
7 | msgstr "" |
||
8 | "Project-Id-Version: PACKAGE VERSION\n" |
||
7209 | jlepiller | 9 | "POT-Creation-Date: 2016-12-04 04:10+0100\n" |
7220 | jlepiller | 10 | "PO-Revision-Date: 2016-12-28 11:34+0000\n" |
7156 | jlepiller | 11 | "Last-Translator: roptat <roptat@lepiller.eu>\n" |
12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
||
13 | "MIME-Version: 1.0\n" |
||
14 | "Content-Type: text/plain; charset=UTF-8\n" |
||
15 | "Content-Transfer-Encoding: 8bit\n" |
||
7165 | jlepiller | 16 | "Language: fr\n" |
7156 | jlepiller | 17 | "Plural-Forms: nplurals=2; plural=(n > 1);\n" |
18 | "X-Generator: Pootle 2.7\n" |
||
7220 | jlepiller | 19 | "X-POOTLE-MTIME: 1482924877.875324\n" |
7156 | jlepiller | 20 | |
21 | #. type: Content of: <sect1><sect1info> |
||
22 | #: blfs-en/postlfs/config/users.xml:12 |
||
23 | msgid "" |
||
24 | "<othername>$LastChangedBy: krejzi $</othername> <date>$Date: 2016-02-12 " |
||
7163 | jlepiller | 25 | "10:53:39 +0100 (Fri, 12 Feb 2016) $</date>" |
7156 | jlepiller | 26 | msgstr "" |
27 | "<othername>$LastChangedBy: krejzi $</othername> <date>$Date: 2016-02-12 " |
||
7165 | jlepiller | 28 | "10:53:39 +0100 (Fri, 12 Feb 2016) $</date>" |
7156 | jlepiller | 29 | |
30 | #. type: Content of: <sect1><title> |
||
31 | #: blfs-en/postlfs/config/users.xml:16 |
||
32 | msgid "About System Users and Groups" |
||
33 | msgstr "À propos des utilisateurs et des groupes systèmes" |
||
34 | |||
35 | #. type: Content of: <sect1><indexterm><primary> |
||
36 | #: blfs-en/postlfs/config/users.xml:19 |
||
37 | msgid "/etc/passwd" |
||
38 | msgstr "/etc/passwd" |
||
39 | |||
40 | #. type: Content of: <sect1><indexterm><primary> |
||
41 | #: blfs-en/postlfs/config/users.xml:23 |
||
42 | msgid "/etc/group" |
||
43 | msgstr "/etc/group" |
||
44 | |||
45 | #. type: Content of: <sect1><indexterm><primary> |
||
46 | #: blfs-en/postlfs/config/users.xml:27 |
||
47 | msgid "/etc/login.defs" |
||
48 | msgstr "/etc/login.defs" |
||
49 | |||
50 | #. type: Content of: <sect1><para> |
||
51 | #: blfs-en/postlfs/config/users.xml:30 |
||
52 | msgid "" |
||
53 | "Throughout BLFS, many packages install programs that run as daemons or in " |
||
54 | "some way should have a user or group name assigned. Generally these names " |
||
7165 | jlepiller | 55 | "are used to map a user ID (uid) or group ID (gid) for system use. Generally" |
56 | " the specific uid or gid numbers used by these applications are not " |
||
7156 | jlepiller | 57 | "significant. The exception of course, is that <systemitem " |
58 | "class='username'>root</systemitem> has a uid and gid of 0 (zero) that is " |
||
7165 | jlepiller | 59 | "indeed special. The uid values are stored in " |
60 | "<filename>/etc/passwd</filename> and the gid values are found in " |
||
61 | "<filename>/etc/group</filename>." |
||
7156 | jlepiller | 62 | msgstr "" |
63 | "Au cours de BLFS, de nombreux paquets installent des programmes qui se " |
||
7165 | jlepiller | 64 | "lancent comme des démons ou de telle sorte qu'ils devraient se voir affectés" |
65 | " un nom d'utilisateur ou de groupe. Ces noms sont utilisés en général pour " |
||
7156 | jlepiller | 66 | "placer l'ID d'un utilisateur (uid) ou d'un groupe (gid) pour que le système " |
67 | "les utilise. Les numéros d'uid ou de gid spécifiques utilisés par ces " |
||
68 | "applications ne sont pas significatifs. Bien sûr, l'exception est que " |
||
69 | "<systemitem class='username'>root</systemitem> a un uid et un gid de 0 " |
||
70 | "(zéro) qui est en effet spécial. Les valeurs de l'uid sont stockées dans " |
||
71 | "<filename>/etc/passwd</filename> et les valeurs de gid se trouvent dans " |
||
72 | "<filename>/etc/group</filename>." |
||
73 | |||
74 | #. type: Content of: <sect1><para> |
||
75 | #: blfs-en/postlfs/config/users.xml:40 |
||
76 | msgid "" |
||
77 | "Customarily, Unix systems classify users and groups into two categories: " |
||
78 | "system users and regular users. The system users and groups are given low " |
||
79 | "numbers and regular users and groups have numeric values greater than all " |
||
80 | "the system values. The cutoff for these numbers is found in two parameters " |
||
7165 | jlepiller | 81 | "in the <filename>/etc/login.defs</filename> configuration file. The default" |
82 | " UID_MIN value is 1000 and the default GID_MIN value is 1000. If a specific" |
||
83 | " uid or gid value is not specified when creating a user with " |
||
7156 | jlepiller | 84 | "<command>useradd</command> or a group with <command>groupadd</command> the " |
85 | "values assigned will always be above these cutoff values." |
||
86 | msgstr "" |
||
87 | "D'habitude, les systèmes Unix classent les utilisateurs et les groupes en " |
||
88 | "deux catégories : les utilisateurs système et les utilisateurs " |
||
89 | "réguliers. On attribue aux utilisateurs et aux groupes systèmes de faibles " |
||
90 | "numéros et aux utilisateurs et aux groupes réguliers des valeurs numériques " |
||
7165 | jlepiller | 91 | "supérieures à toutes les valeurs systèmes. On trouve le point de démarcation" |
92 | " de ces deux nombres dans deux paramètres du fichier de configuration " |
||
7156 | jlepiller | 93 | "<filename>/etc/login.defs</filename>. La valeur UID_MIN par défaut est de " |
94 | "1000 et la valeur GID_MIN par défaut est de 1000. Si on ne spécifie pas de " |
||
95 | "valeur spécifique d'uid et de gid lors de la création d'un utilisateur avec " |
||
96 | "<command>useradd</command> ou d'un groupe avec <command>groupadd</command>, " |
||
97 | "les valeurs affectées seront toujours supérieures à ces valeurs de " |
||
98 | "démarcation." |
||
99 | |||
100 | #. type: Content of: <sect1><para> |
||
101 | #: blfs-en/postlfs/config/users.xml:50 |
||
102 | msgid "" |
||
7165 | jlepiller | 103 | "Additionally, the <ulink url='http://refspecs.linuxfoundation.org/LSB_4.1.0" |
104 | "/LSB-Core-generic/LSB-Core-generic/usernames.html'> Linux Standard " |
||
105 | "Base</ulink> recommends that system uid and gid values should be below 100." |
||
7156 | jlepiller | 106 | msgstr "" |
107 | "En outre, la <ulink url='http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-" |
||
108 | "Core-generic/LSB-Core-generic/usernames.html'> Linux Standard Base</ulink> " |
||
109 | "(base du standard Linux) recommande que les valeurs de l'uid et du gid " |
||
110 | "systèmes soient inférieures à 100." |
||
111 | |||
112 | #. type: Content of: <sect1><para> |
||
113 | #: blfs-en/postlfs/config/users.xml:55 |
||
114 | msgid "" |
||
115 | "Below is a table of suggested uid/gid values used in BLFS beyond those " |
||
116 | "defined in a base LFS installation. These can be changed as desired, but " |
||
117 | "provide a suggested set of consistent values." |
||
118 | msgstr "" |
||
119 | "Voici ci-dessous un tableau des valeurs d'uid/gid suggérées utilisées dans " |
||
120 | "BLFS, au-delà de ceux définis dans une installation LFS de base. Elles " |
||
121 | "peuvent être modifiées comme vous le désirez mais utiliser cette table " |
||
122 | "fournit un jeu de valeurs cohérentes." |
||
123 | |||
124 | #. type: Content of: <sect1><table><title> |
||
125 | #: blfs-en/postlfs/config/users.xml:60 |
||
126 | msgid "UID/GID Suggested Values" |
||
127 | msgstr "Valeurs d'UID/GID suggérées" |
||
128 | |||
129 | #. type: Content of: <sect1><table><tgroup><thead><row><entry> |
||
130 | #: blfs-en/postlfs/config/users.xml:67 |
||
131 | msgid "Name" |
||
132 | msgstr "Nom" |
||
133 | |||
134 | #. type: Content of: <sect1><table><tgroup><thead><row><entry> |
||
135 | #: blfs-en/postlfs/config/users.xml:67 |
||
136 | msgid "uid" |
||
137 | msgstr "uid" |
||
138 | |||
139 | #. type: Content of: <sect1><table><tgroup><thead><row><entry> |
||
140 | #: blfs-en/postlfs/config/users.xml:67 |
||
141 | msgid "gid" |
||
142 | msgstr "gid" |
||
143 | |||
144 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
145 | #: blfs-en/postlfs/config/users.xml:70 |
||
146 | msgid "bin" |
||
147 | msgstr "bin" |
||
148 | |||
149 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
150 | #: blfs-en/postlfs/config/users.xml:70 |
||
151 | msgid "1" |
||
152 | msgstr "1" |
||
153 | |||
154 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
155 | #: blfs-en/postlfs/config/users.xml:71 |
||
156 | msgid "lp" |
||
157 | msgstr "lp" |
||
158 | |||
159 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
160 | #: blfs-en/postlfs/config/users.xml:71 |
||
161 | msgid "9" |
||
162 | msgstr "9" |
||
163 | |||
164 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
165 | #: blfs-en/postlfs/config/users.xml:73 |
||
166 | msgid "adm" |
||
167 | msgstr "adm" |
||
168 | |||
169 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
170 | #: blfs-en/postlfs/config/users.xml:73 |
||
171 | msgid "16" |
||
172 | msgstr "16" |
||
173 | |||
174 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
175 | #: blfs-en/postlfs/config/users.xml:74 |
||
176 | msgid "atd" |
||
177 | msgstr "atd" |
||
178 | |||
179 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
180 | #: blfs-en/postlfs/config/users.xml:74 |
||
181 | msgid "17" |
||
182 | msgstr "17" |
||
183 | |||
184 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
185 | #: blfs-en/postlfs/config/users.xml:75 |
||
186 | msgid "messagebus" |
||
187 | msgstr "messagebus" |
||
188 | |||
189 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
190 | #: blfs-en/postlfs/config/users.xml:75 |
||
191 | msgid "18" |
||
192 | msgstr "18" |
||
193 | |||
194 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
195 | #: blfs-en/postlfs/config/users.xml:76 |
||
196 | msgid "lpadmin" |
||
197 | msgstr "lpadmin" |
||
198 | |||
199 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
200 | #: blfs-en/postlfs/config/users.xml:76 |
||
201 | msgid "19" |
||
202 | msgstr "19" |
||
203 | |||
204 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
205 | #: blfs-en/postlfs/config/users.xml:77 |
||
206 | msgid "named" |
||
207 | msgstr "named" |
||
208 | |||
209 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
210 | #: blfs-en/postlfs/config/users.xml:77 |
||
211 | msgid "20" |
||
212 | msgstr "20" |
||
213 | |||
214 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
215 | #: blfs-en/postlfs/config/users.xml:78 |
||
216 | msgid "gdm" |
||
217 | msgstr "gdm" |
||
218 | |||
219 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
220 | #: blfs-en/postlfs/config/users.xml:78 |
||
221 | msgid "21" |
||
222 | msgstr "21" |
||
223 | |||
224 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
225 | #: blfs-en/postlfs/config/users.xml:79 |
||
226 | msgid "fcron" |
||
227 | msgstr "fcron" |
||
228 | |||
229 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
230 | #: blfs-en/postlfs/config/users.xml:79 |
||
231 | msgid "22" |
||
232 | msgstr "22" |
||
233 | |||
234 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
235 | #: blfs-en/postlfs/config/users.xml:80 |
||
236 | msgid "systemd-journal" |
||
237 | msgstr "systemd-journal" |
||
238 | |||
239 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
240 | #: blfs-en/postlfs/config/users.xml:80 |
||
241 | msgid "23" |
||
242 | msgstr "23" |
||
243 | |||
244 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
245 | #: blfs-en/postlfs/config/users.xml:81 |
||
246 | msgid "apache" |
||
247 | msgstr "apache" |
||
248 | |||
249 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
250 | #: blfs-en/postlfs/config/users.xml:81 |
||
251 | msgid "25" |
||
252 | msgstr "25" |
||
253 | |||
254 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
255 | #: blfs-en/postlfs/config/users.xml:82 |
||
256 | msgid "smmsp" |
||
257 | msgstr "smmsp" |
||
258 | |||
259 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
260 | #: blfs-en/postlfs/config/users.xml:82 |
||
261 | msgid "26" |
||
262 | msgstr "26" |
||
263 | |||
264 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
265 | #: blfs-en/postlfs/config/users.xml:83 |
||
266 | msgid "polkitd" |
||
267 | msgstr "polkitd" |
||
268 | |||
269 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
270 | #: blfs-en/postlfs/config/users.xml:83 |
||
271 | msgid "27" |
||
272 | msgstr "27" |
||
273 | |||
274 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
275 | #: blfs-en/postlfs/config/users.xml:84 |
||
276 | msgid "rpc" |
||
277 | msgstr "rpc" |
||
278 | |||
279 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
280 | #: blfs-en/postlfs/config/users.xml:84 |
||
281 | msgid "28" |
||
282 | msgstr "28" |
||
283 | |||
284 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
285 | #: blfs-en/postlfs/config/users.xml:86 |
||
286 | msgid "exim" |
||
287 | msgstr "exim" |
||
288 | |||
289 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
290 | #: blfs-en/postlfs/config/users.xml:86 |
||
291 | msgid "31" |
||
292 | msgstr "31" |
||
293 | |||
294 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
295 | #: blfs-en/postlfs/config/users.xml:87 |
||
296 | msgid "postfix" |
||
297 | msgstr "postfix" |
||
298 | |||
299 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
300 | #: blfs-en/postlfs/config/users.xml:87 |
||
301 | msgid "32" |
||
302 | msgstr "32" |
||
303 | |||
304 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
305 | #: blfs-en/postlfs/config/users.xml:88 |
||
306 | msgid "postdrop" |
||
307 | msgstr "postdrop" |
||
308 | |||
309 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
310 | #: blfs-en/postlfs/config/users.xml:88 |
||
311 | msgid "33" |
||
312 | msgstr "33" |
||
313 | |||
314 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
315 | #: blfs-en/postlfs/config/users.xml:89 |
||
316 | msgid "sendmail" |
||
317 | msgstr "sendmail" |
||
318 | |||
319 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
320 | #: blfs-en/postlfs/config/users.xml:89 blfs-en/postlfs/config/users.xml:90 |
||
321 | msgid "34" |
||
322 | msgstr "34" |
||
323 | |||
324 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
325 | #: blfs-en/postlfs/config/users.xml:90 |
||
326 | msgid "mail" |
||
327 | msgstr "mail" |
||
328 | |||
329 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
330 | #: blfs-en/postlfs/config/users.xml:91 |
||
331 | msgid "vmailman" |
||
332 | msgstr "vmailman" |
||
333 | |||
334 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
335 | #: blfs-en/postlfs/config/users.xml:91 |
||
336 | msgid "35" |
||
337 | msgstr "35" |
||
338 | |||
339 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
340 | #: blfs-en/postlfs/config/users.xml:92 |
||
341 | msgid "news" |
||
342 | msgstr "news" |
||
343 | |||
344 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
345 | #: blfs-en/postlfs/config/users.xml:92 |
||
346 | msgid "36" |
||
347 | msgstr "36" |
||
348 | |||
349 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
350 | #: blfs-en/postlfs/config/users.xml:93 |
||
351 | msgid "kdm" |
||
352 | msgstr "kdm" |
||
353 | |||
354 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
355 | #: blfs-en/postlfs/config/users.xml:93 |
||
356 | msgid "37" |
||
357 | msgstr "37" |
||
358 | |||
359 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
360 | #: blfs-en/postlfs/config/users.xml:94 |
||
361 | msgid "mysql" |
||
362 | msgstr "mysql" |
||
363 | |||
364 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
365 | #: blfs-en/postlfs/config/users.xml:94 |
||
366 | msgid "40" |
||
367 | msgstr "40" |
||
368 | |||
369 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
370 | #: blfs-en/postlfs/config/users.xml:95 |
||
371 | msgid "postgres" |
||
372 | msgstr "postgres" |
||
373 | |||
374 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
375 | #: blfs-en/postlfs/config/users.xml:95 |
||
376 | msgid "41" |
||
377 | msgstr "41" |
||
378 | |||
379 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
380 | #: blfs-en/postlfs/config/users.xml:96 |
||
381 | msgid "dovecot" |
||
382 | msgstr "dovecot" |
||
383 | |||
384 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
385 | #: blfs-en/postlfs/config/users.xml:96 |
||
386 | msgid "42" |
||
387 | msgstr "42" |
||
388 | |||
389 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
390 | #: blfs-en/postlfs/config/users.xml:97 |
||
391 | msgid "dovenull" |
||
392 | msgstr "dovenull" |
||
393 | |||
394 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
395 | #: blfs-en/postlfs/config/users.xml:97 |
||
396 | msgid "43" |
||
397 | msgstr "43" |
||
398 | |||
399 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
400 | #: blfs-en/postlfs/config/users.xml:98 |
||
401 | msgid "ftp" |
||
402 | msgstr "ftp" |
||
403 | |||
404 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
405 | #: blfs-en/postlfs/config/users.xml:98 |
||
406 | msgid "45" |
||
407 | msgstr "45" |
||
408 | |||
409 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
410 | #: blfs-en/postlfs/config/users.xml:99 |
||
411 | msgid "proftpd" |
||
412 | msgstr "proftpd" |
||
413 | |||
414 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
415 | #: blfs-en/postlfs/config/users.xml:99 |
||
416 | msgid "46" |
||
417 | msgstr "46" |
||
418 | |||
419 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
420 | #: blfs-en/postlfs/config/users.xml:100 |
||
421 | msgid "vsftpd" |
||
422 | msgstr "vsftpd" |
||
423 | |||
424 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
425 | #: blfs-en/postlfs/config/users.xml:100 |
||
426 | msgid "47" |
||
427 | msgstr "47" |
||
428 | |||
429 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
430 | #: blfs-en/postlfs/config/users.xml:101 |
||
431 | msgid "rsyncd" |
||
432 | msgstr "rsyncd" |
||
433 | |||
434 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
435 | #: blfs-en/postlfs/config/users.xml:101 |
||
436 | msgid "48" |
||
437 | msgstr "48" |
||
438 | |||
439 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
440 | #: blfs-en/postlfs/config/users.xml:102 |
||
441 | msgid "sshd" |
||
442 | msgstr "sshd" |
||
443 | |||
444 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
445 | #: blfs-en/postlfs/config/users.xml:102 |
||
446 | msgid "50" |
||
447 | msgstr "50" |
||
448 | |||
449 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
450 | #: blfs-en/postlfs/config/users.xml:103 |
||
451 | msgid "stunnel" |
||
452 | msgstr "stunnel" |
||
453 | |||
454 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
455 | #: blfs-en/postlfs/config/users.xml:103 |
||
456 | msgid "51" |
||
457 | msgstr "51" |
||
458 | |||
459 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
460 | #: blfs-en/postlfs/config/users.xml:104 |
||
461 | msgid "svn" |
||
462 | msgstr "svn" |
||
463 | |||
464 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
465 | #: blfs-en/postlfs/config/users.xml:104 |
||
466 | msgid "56" |
||
467 | msgstr "56" |
||
468 | |||
469 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
470 | #: blfs-en/postlfs/config/users.xml:105 |
||
471 | msgid "svntest" |
||
472 | msgstr "svntest" |
||
473 | |||
474 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
475 | #: blfs-en/postlfs/config/users.xml:105 |
||
476 | msgid "57" |
||
477 | msgstr "57" |
||
478 | |||
479 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
480 | #: blfs-en/postlfs/config/users.xml:109 |
||
481 | msgid "games" |
||
482 | msgstr "games" |
||
483 | |||
484 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
485 | #: blfs-en/postlfs/config/users.xml:109 |
||
486 | msgid "60" |
||
487 | msgstr "60" |
||
488 | |||
489 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
490 | #: blfs-en/postlfs/config/users.xml:110 |
||
491 | msgid "kvm" |
||
492 | msgstr "kvm" |
||
493 | |||
494 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
495 | #: blfs-en/postlfs/config/users.xml:110 |
||
496 | msgid "61" |
||
497 | msgstr "61" |
||
498 | |||
499 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
500 | #: blfs-en/postlfs/config/users.xml:111 |
||
501 | msgid "wireshark" |
||
502 | msgstr "wireshark" |
||
503 | |||
504 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
505 | #: blfs-en/postlfs/config/users.xml:111 |
||
506 | msgid "62" |
||
507 | msgstr "62" |
||
508 | |||
509 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
510 | #: blfs-en/postlfs/config/users.xml:112 |
||
511 | msgid "lightdm" |
||
512 | msgstr "lightdm" |
||
513 | |||
514 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
515 | #: blfs-en/postlfs/config/users.xml:112 |
||
516 | msgid "63" |
||
517 | msgstr "63" |
||
518 | |||
519 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
520 | #: blfs-en/postlfs/config/users.xml:113 |
||
521 | msgid "sddm" |
||
522 | msgstr "sddm" |
||
523 | |||
524 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
525 | #: blfs-en/postlfs/config/users.xml:113 |
||
526 | msgid "64" |
||
527 | msgstr "64" |
||
528 | |||
529 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
530 | #: blfs-en/postlfs/config/users.xml:114 |
||
531 | msgid "scanner" |
||
532 | msgstr "scanner" |
||
533 | |||
534 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
535 | #: blfs-en/postlfs/config/users.xml:114 |
||
536 | msgid "70" |
||
537 | msgstr "70" |
||
538 | |||
539 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
540 | #: blfs-en/postlfs/config/users.xml:115 |
||
541 | msgid "colord" |
||
542 | msgstr "colord" |
||
543 | |||
544 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
545 | #: blfs-en/postlfs/config/users.xml:115 |
||
546 | msgid "71" |
||
547 | msgstr "71" |
||
548 | |||
549 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
550 | #: blfs-en/postlfs/config/users.xml:118 |
||
551 | msgid "systemd-bus-proxy" |
||
552 | msgstr "systemd-bus-proxy" |
||
553 | |||
554 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
555 | #: blfs-en/postlfs/config/users.xml:118 |
||
556 | msgid "72" |
||
557 | msgstr "72" |
||
558 | |||
559 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
560 | #: blfs-en/postlfs/config/users.xml:119 |
||
561 | msgid "systemd-journal-gateway" |
||
562 | msgstr "systemd-journal-gateway" |
||
563 | |||
564 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
565 | #: blfs-en/postlfs/config/users.xml:119 |
||
566 | msgid "73" |
||
567 | msgstr "73" |
||
568 | |||
569 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
570 | #: blfs-en/postlfs/config/users.xml:120 |
||
571 | msgid "systemd-journal-remote" |
||
572 | msgstr "systemd-journal-remote" |
||
573 | |||
574 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
575 | #: blfs-en/postlfs/config/users.xml:120 |
||
576 | msgid "74" |
||
577 | msgstr "74" |
||
578 | |||
579 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
580 | #: blfs-en/postlfs/config/users.xml:121 |
||
581 | msgid "systemd-journal-upload" |
||
582 | msgstr "systemd-journal-upload" |
||
583 | |||
584 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
585 | #: blfs-en/postlfs/config/users.xml:121 |
||
586 | msgid "75" |
||
587 | msgstr "75" |
||
588 | |||
589 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
590 | #: blfs-en/postlfs/config/users.xml:122 |
||
591 | msgid "systemd-network" |
||
592 | msgstr "systemd-network" |
||
593 | |||
594 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
595 | #: blfs-en/postlfs/config/users.xml:122 |
||
596 | msgid "76" |
||
597 | msgstr "76" |
||
598 | |||
599 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
600 | #: blfs-en/postlfs/config/users.xml:123 |
||
601 | msgid "systemd-resolve" |
||
602 | msgstr "systemd-resolve" |
||
603 | |||
604 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
605 | #: blfs-en/postlfs/config/users.xml:123 |
||
606 | msgid "77" |
||
607 | msgstr "77" |
||
608 | |||
609 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
610 | #: blfs-en/postlfs/config/users.xml:124 |
||
611 | msgid "systemd-timesync" |
||
612 | msgstr "systemd-timesync" |
||
613 | |||
614 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
615 | #: blfs-en/postlfs/config/users.xml:124 |
||
616 | msgid "78" |
||
617 | msgstr "78" |
||
618 | |||
619 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
620 | #: blfs-en/postlfs/config/users.xml:125 |
||
621 | msgid "systemd-coredump" |
||
622 | msgstr "systemd-coredump" |
||
623 | |||
624 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
625 | #: blfs-en/postlfs/config/users.xml:125 |
||
626 | msgid "79" |
||
627 | msgstr "79" |
||
628 | |||
629 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
630 | #: blfs-en/postlfs/config/users.xml:128 |
||
631 | msgid "ldap" |
||
632 | msgstr "ldap" |
||
633 | |||
634 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
635 | #: blfs-en/postlfs/config/users.xml:128 |
||
636 | msgid "83" |
||
637 | msgstr "83" |
||
638 | |||
639 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
640 | #: blfs-en/postlfs/config/users.xml:129 |
||
641 | msgid "avahi" |
||
642 | msgstr "avahi" |
||
643 | |||
644 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
645 | #: blfs-en/postlfs/config/users.xml:129 |
||
646 | msgid "84" |
||
647 | msgstr "84" |
||
648 | |||
649 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
650 | #: blfs-en/postlfs/config/users.xml:130 |
||
651 | msgid "avahi-autoipd" |
||
652 | msgstr "avahi-autoipd" |
||
653 | |||
654 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
655 | #: blfs-en/postlfs/config/users.xml:130 |
||
656 | msgid "85" |
||
657 | msgstr "85" |
||
658 | |||
659 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
660 | #: blfs-en/postlfs/config/users.xml:131 |
||
661 | msgid "netdev" |
||
662 | msgstr "netdev" |
||
663 | |||
664 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
665 | #: blfs-en/postlfs/config/users.xml:131 |
||
666 | msgid "86" |
||
667 | msgstr "86" |
||
668 | |||
669 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
670 | #: blfs-en/postlfs/config/users.xml:132 |
||
671 | msgid "ntp" |
||
672 | msgstr "ntp" |
||
673 | |||
674 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
675 | #: blfs-en/postlfs/config/users.xml:132 |
||
676 | msgid "87" |
||
677 | msgstr "87" |
||
678 | |||
679 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
680 | #: blfs-en/postlfs/config/users.xml:133 |
||
681 | msgid "unbound" |
||
682 | msgstr "unbound" |
||
683 | |||
684 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
685 | #: blfs-en/postlfs/config/users.xml:133 |
||
686 | msgid "88" |
||
687 | msgstr "88" |
||
688 | |||
689 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
690 | #: blfs-en/postlfs/config/users.xml:134 |
||
691 | msgid "plugdev" |
||
692 | msgstr "plugdev" |
||
693 | |||
694 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
695 | #: blfs-en/postlfs/config/users.xml:134 |
||
696 | msgid "90" |
||
697 | msgstr "90" |
||
698 | |||
699 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
700 | #: blfs-en/postlfs/config/users.xml:135 |
||
701 | msgid "anonymous" |
||
702 | msgstr "anonymous" |
||
703 | |||
704 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
705 | #: blfs-en/postlfs/config/users.xml:135 |
||
706 | msgid "98" |
||
707 | msgstr "98" |
||
708 | |||
709 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
710 | #: blfs-en/postlfs/config/users.xml:136 |
||
711 | msgid "nobody" |
||
712 | msgstr "nobody" |
||
713 | |||
714 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
715 | #: blfs-en/postlfs/config/users.xml:136 blfs-en/postlfs/config/users.xml:137 |
||
716 | msgid "99" |
||
717 | msgstr "99" |
||
718 | |||
719 | #. type: Content of: <sect1><table><tgroup><tbody><row><entry> |
||
720 | #: blfs-en/postlfs/config/users.xml:137 |
||
721 | msgid "nogroup" |
||
722 | msgstr "nogroup" |
||
723 | |||
724 | #. type: Content of: <sect1><para> |
||
7214 | jlepiller | 725 | #. « 65534 » et « est » ne semblent pas bien accordés en nombre. |
7156 | jlepiller | 726 | #: blfs-en/postlfs/config/users.xml:142 |
727 | msgid "" |
||
728 | "One value that is missing is 65534. This value is customarily assigned to " |
||
729 | "the user <systemitem class=\"username\">nobody</systemitem> and group " |
||
730 | "<systemitem class=\"groupname\">nogroup</systemitem> and is unnecessary." |
||
731 | msgstr "" |
||
732 | "La valeur 65534 est absente. Cette valeur est d'habitude affectée à " |
||
733 | "l'utilisateur <systemitem class=\"username\">nobody</systemitem> et au " |
||
734 | "groupe <systemitem class=\"groupname\">nogroup</systemitem> et elle n'est " |
||
735 | "pas utile." |