aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts.spec
blob: dcf128f7b795b2f1ef331eb7bf32855b6d597496 (plain)
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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
Summary: The inittab file and the /etc/rc.d scripts.
Name: initscripts
Version: 5.15
Copyright: GPL
Group: System Environment/Base
Release: 1
Source: initscripts-%{version}.tar.gz
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15, console-tools
Requires: procps >= 2.0.6-5, sysklogd >= 1.3.31
Requires: setup >= 2.0.3, /sbin/fuser, which
Requires: modutils >= 2.3.11-5
%ifarch alpha
Requires: util-linux >= 2.9w-26
%endif
Conflicts: kernel <= 2.2, timeconfig < 3.0, pppd < 2.3.9, wvdial < 1.40-3
Conflicts: initscripts < 1.22.1-5
Obsoletes: rhsound sapinit
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk
BuildPrereq: glib-devel

%description
The initscripts package contains the basic system scripts used to boot
your Red Hat system, change run levels, and shut the system down
cleanly.  Initscripts also contains the scripts that activate and
deactivate most network interfaces.

%prep
%setup -q

%build
make

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/etc
make ROOT=$RPM_BUILD_ROOT mandir=%{_mandir} install 
mkdir -p $RPM_BUILD_ROOT/var/run/netreport
#chown root.root $RPM_BUILD_ROOT/var/run/netreport
chmod u=rwx,g=rwx,o=rx $RPM_BUILD_ROOT/var/run/netreport

for i in 0 1 2 3 4 5 6 ; do
  file=$RPM_BUILD_ROOT/etc/rc.d/rc$i.d
  mkdir $file
# chown root.root $file
  chmod u=rwx,g=rx,o=rx $file
done

# Can't store symlinks in a CVS archive
ln -s ../init.d/killall $RPM_BUILD_ROOT/etc/rc.d/rc0.d/S00killall
ln -s ../init.d/killall $RPM_BUILD_ROOT/etc/rc.d/rc6.d/S00killall

ln -s ../init.d/halt $RPM_BUILD_ROOT/etc/rc.d/rc0.d/S01halt
ln -s ../init.d/halt $RPM_BUILD_ROOT/etc/rc.d/rc6.d/S01reboot

ln -s ../init.d/single $RPM_BUILD_ROOT/etc/rc.d/rc1.d/S00single

ln -s ../rc.local $RPM_BUILD_ROOT/etc/rc.d/rc2.d/S99local
ln -s ../rc.local $RPM_BUILD_ROOT/etc/rc.d/rc3.d/S99local
ln -s ../rc.local $RPM_BUILD_ROOT/etc/rc.d/rc5.d/S99local

mkdir -p $RPM_BUILD_ROOT/var/{log,run}
touch $RPM_BUILD_ROOT/var/run/utmp
touch $RPM_BUILD_ROOT/var/log/wtmp


%pre
/usr/sbin/groupadd -g 22 -r -f utmp

%post
touch /var/log/wtmp
touch /var/run/utmp
chown root.utmp /var/log/wtmp /var/run/utmp
chmod 664 /var/log/wtmp /var/run/utmp

chkconfig --add random 
chkconfig --add netfs 
chkconfig --add network 

# handle serial installs semi gracefully
if [ $1 = 0 ]; then
  if [ "$TERM" = "vt100" ]; then
      tmpfile=/etc/sysconfig/tmp.$$
      sed -e '/BOOTUP=color/BOOTUP=serial/' /etc/sysconfig/init > $tmpfile
      mv -f $tmpfile /etc/sysconfig/init
  fi
fi

# dup of timeconfig %post - here to avoid a dependency
if [ -L /etc/localtime ]; then
    _FNAME=`ls -ld /etc/localtime | awk '{ print $11}' | sed 's/lib/share/'`
    rm /etc/localtime
    cp -f $_FNAME /etc/localtime
    if ! grep -q "^ZONE=" /etc/sysconfig/clock ; then
      echo "ZONE=\"$_FNAME"\" | sed -e "s|[^\"]*/usr/share/zoneinfo/||" >> /etc/sysconfig/clock
    fi
fi

%preun
if [ $1 = 0 ]; then
  chkconfig --del random
  chkconfig --del netfs
  chkconfig --del network
fi

%triggerpostun -- initscripts <= 5.04
/sbin/chkconfig --add random
/sbin/chkconfig --add netfs
/sbin/chkconfig --add network

%triggerpostun -- initscripts <= 4.72

. /etc/sysconfig/init
. /etc/sysconfig/network

# These are the non-default settings. By putting them at the end
# of the /etc/sysctl.conf file, it will override the default
# settings earlier in the file.

if [ -n "$FORWARD_IPV4" -a "$FORWARD_IPV4" != "no" -a "$FORWARD_IPV4" != "false" ]; then
	echo "# added by initscripts install on `date`" >> /etc/sysctl.conf
	echo "net.ipv4.ip_forward = 1" >> /etc/sysctl.conf
fi
if [ "$DEFRAG_IPV4" = "yes" -o "$DEFRAG_IPV4" = "true" ]; then
	echo "# added by initscripts install on `date`" >> /etc/sysctl.conf
	echo "net.ipv4.ip_always_defrag = 1" >> /etc/sysctl.conf
fi

newnet=`mktemp /etc/sysconfig/network.XXXXXX`
if [ -n "$newnet" ]; then
  sed "s|FORWARD_IPV4.*|# FORWARD_IPV4 removed; see /etc/sysctl.conf|g" \
   /etc/sysconfig/network > $newnet
  sed "s|DEFRAG_IPV4.*|# DEFRAG_IPV4 removed; see /etc/sysctl.conf|g" \
   $newnet > /etc/sysconfig/network
  rm -f $newnet
fi

if [ -n "$MAGIC_SYSRQ" -a "$MAGIC_SYSRQ" != "no" ]; then
	echo "# added by initscripts install on `date`" >> /etc/sysctl.conf
	echo "kernel.sysrq = 1" >> /etc/sysctl.conf
fi
if uname -m | grep -q sparc ; then
   if [ -n "$STOP_A" -a "$STOP_A" != "no" ]; then
	echo "# added by initscripts install on `date`" >> /etc/sysctl.conf
	echo "kernel.stop-a = 1" >> /etc/sysctl.conf
   fi
fi

newinit=`mktemp /etc/sysconfig/init.XXXXXX`
if [ -n "$newinit" ]; then
  sed "s|MAGIC_SYSRQ.*|# MAGIC_SYSRQ removed; see /etc/sysctl.conf|g" \
   /etc/sysconfig/init > $newinit
  sed "s|STOP_A.*|# STOP_A removed; see /etc/sysctl.conf|g" \
   $newinit > /etc/sysconfig/init
  rm -f $newinit
fi

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%dir /etc/sysconfig/network-scripts
%config %verify(not md5 mtime size) /etc/adjtime
%config(noreplace) /etc/sysconfig/init
/etc/sysconfig/network-scripts/ifdown
%config /sbin/ifdown
%config /etc/sysconfig/network-scripts/ifdown-post
/etc/sysconfig/network-scripts/ifup
%config /sbin/ifup
%dir /etc/sysconfig/console
%config /etc/sysconfig/network-scripts/network-functions
%config /etc/sysconfig/network-scripts/ifup-post
%config /etc/sysconfig/network-scripts/ifcfg-lo
%config /etc/sysconfig/network-scripts/ifdown-ppp
%config /etc/sysconfig/network-scripts/ifdown-sl
%config /etc/sysconfig/network-scripts/ifup-ppp
%config /etc/sysconfig/network-scripts/ifup-sl
%config /etc/sysconfig/network-scripts/ifup-routes
%config /etc/sysconfig/network-scripts/ifup-plip
%config /etc/sysconfig/network-scripts/ifup-aliases
%config /etc/sysconfig/network-scripts/ifup-ipx
%config /etc/X11/prefdm
%config /etc/inittab
%dir    /etc/rc.d
%config /etc/rc.d/rc.sysinit
%dir    /etc/rc.d/rc*.d
%config(missingok) /etc/rc.d/rc*.d/*
%dir    /etc/rc.d/init.d
%config(missingok) /etc/rc.d/init.d/*
%config /etc/rc.d/rc
%config(noreplace) /etc/rc.d/rc.local
%config(noreplace) /etc/sysctl.conf
%config /etc/profile.d/lang.sh
%config /etc/profile.d/lang.csh
/usr/sbin/sys-unconfig
/sbin/setsysfont
/bin/doexec
/bin/ipcalc
/bin/usleep
%attr(4755,root,root) /usr/sbin/usernetctl
/sbin/consoletype
/sbin/getkey
%attr(2755,root,root) /sbin/netreport
/sbin/initlog
/sbin/minilogd
/sbin/service
/sbin/ppp-watch
%{_mandir}/man*/*
%dir %attr(775,root,root) /var/run/netreport
%config /etc/ppp/ip-up
%config /etc/ppp/ip-down
%config /etc/initlog.conf
%doc sysconfig.txt sysvinitfiles
%ghost %attr(0664,root,utmp) /var/log/wtmp
%ghost %attr(0664,root,utmp) /var/run/utmp

%changelog
* Sun Jun  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- add autologin support to prefdm

* Thu Jun  1 2000 Bill Nottingham <notting@redhat.com>
- random networking fixes (alias routes, others)
- conf.modules -> modules.conf

* Thu May 11 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix incorrect grep invocation in rc.sysinit (bug #11267)

* Wed Apr 19 2000 Bill Nottingham <notting@redhat.com>
- fix lang.csh, again (oops)
- use /poweroff, /halt to determine whether to poweroff

* Thu Apr 14 2000 Bill Nottingham <notting@redhat.com>
- fix testing of RESOLV_MODS (which shouldn't be used anyways)

* Tue Apr 04 2000 Ngo Than <than@redhat.de>
- fix overwrite problem of resolv.conf on ippp/ppp/slip connections

* Mon Apr  3 2000 Bill Nottingham <notting@redhat.com>
- fix typo in functions file
- explicitly set --localtime when calling hwclock if necessary

* Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
- fix typo in /etc/rc.d/init.d/network that broke linuxconf (#10472)

* Mon Mar 27 2000 Bill Nottingham <notting@redhat.com>
- remove compatiblity chkconfig links
- run 'netfs stop' on 'network stop' if necessary

* Tue Mar 21 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Mount /var/shm if required (2.3.99, 2.4)

* Mon Mar 20 2000 Bill Nottingham <notting@redhat.com>
- don't create resolv.conf 0600
- don't run ps as much (speed issues)
- allow setting of MTU
- other minor fixes

* Sun Mar 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Start devfsd if installed and needed (Kernel 2.4...)

* Wed Mar  8 2000 Bill Nottingham <notting@redhat.com>
- check that network devices are up before bringing them down

* Wed Mar  8 2000 Jakub Jelinek <jakub@redhat.com>
- update sysconfig.txt

* Tue Mar  7 2000 Bill Nottingham <notting@redhat.com>
- rerun sysctl on network start (for restarts)

* Mon Feb 28 2000 Bill Nottingham <notting@redhat.com>
- don't read commented raid devices

* Mon Feb 21 2000 Bill Nottingham <notting@redhat.com>
- fix typo in resolv.conf munging

* Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- sanitize repair prompt
- initial support for isdn-config stuff

* Mon Feb 14 2000 Nalin Dahyabhai <nalin@redhat.com>
- add which as a package dependency (bug #9416)

* Tue Feb  8 2000 Bill Nottingham <notting@redhat.com>
- fixes for sound module loading

* Mon Feb  7 2000 Nalin Dahyabhai <nalin@redhat.com>
- check that LC_ALL/LINGUAS and LANG are set before referencing them in lang.csh
- fix check for /var/*/news, work around for bug #9140

* Fri Feb  4 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix bug #9102

* Fri Feb  4 2000 Bill Nottingham <notting@redhat.com>
- if LC_ALL/LINGUAS == LANG, don't set them

* Wed Feb  2 2000 Bill Nottingham <notting@redhat.com>
- fix problems with linuxconf static routes

* Tue Feb  1 2000 Nalin Dahyabhai <nalin@redhat.com>
- shvar cleaning
- fix wrong default route ip in network-functions

* Mon Jan 31 2000 Nalin Dahyabhai <nalin@redhat.com>
- attempt to restore default route if PPP takes it over
- man page fix for ipcalc
- shvar cleaning
- automate maintaining /boot/System.map symlinks

* Mon Jan 31 2000 Bill Nottingham <notting@redhat.com>
- fix hanging ppp-watch
- fix issues with cleaning of /var/{run,lock}

* Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
- fix pidof calls in pidofproc

* Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
- fix ifup-ipx, don't munge resolv.conf if $DNS1 is already in it

* Thu Jan 13 2000 Bill Nottingham <notting@redhat.com>
- link popt statically

* Mon Jan 10 2000 Bill Nottingham <notting@redhat.com>
- don't try to umount /loopfs

* Mon Dec 27 1999 Bill Nottingham <notting@redhat.com>
- switch to using sysctl

* Mon Dec 13 1999 Bill Nottingham <notting@redhat.com>
- umount /proc *after* trying to turn off raid

* Mon Dec 06 1999 Michael K. Johnson <johnsonm@redhat.com>
- improvements in clone device handling
- better signal handling in ppp-watch
- yet another attempt to fix those rare PAP/CHAP problems

* Sat Nov 28 1999 Bill Nottingham <notting@redhat.com>
- impressive. Three new features, three new bugs.

* Mon Nov 22 1999 Michael K. Johnson <johnsonm@redhat.com>
- fix more possible failed CHAP authentication (with chat scripts)
- fix ppp default route problem
- added ppp-watch man page, fixed usernetctl man page
- make ifup-ppp work again when called from netcfg and linuxconf
- try to keep ppp-watch from filling up logs by respawning pppd too fast
- handle all linuxconf-style alias files with linuxconf

* Mon Nov 22 1999 Bill Nottingham <notting@redhat.com>
- load mixer settings for monolithic sound
- man page for ppp-watch
- add ARP variable for ifup
- some i18n fixes

* Wed Nov 10 1999 Bill Nottingham <notting@redhat.com>
- control stop-a separately from sysrq

* Mon Nov 08 1999 Michael K. Johnson <johnsonm@redhat.com>
- fix some failed CHAP authentication
- fix extremely unlikely, but slightly possible kill-random-process
  bug in ppp-watch
- allow DNS{1,2} in any ifcfg-* file, not just PPP, and
  add nameserver entries, don't just replace them
- don't use /tmp/confirm, use /var/run/confirm instead

* Tue Nov  2 1999 Bill Nottingham <notting@redhat.com>
- fix lang.csh /tmp race oops

* Wed Oct 27 1999 Bill Nottingham <notting@redhat.com>
- we now ship hwclock on alpha.

* Mon Oct 25 1999 Jakub Jelinek <jakub@redhat.com>
- fix check for serial console, don't use -C argument to fsck
  on serial console.

* Mon Oct 18 1999 Bill Nottingham <notting@redhat.com>
- do something useful with linuxconf 'any' static routes.

* Tue Oct 12 1999 Matt Wilson <msw@redhat.com>
- added patch from Owen to source i18n configuration before starting prefdm

* Mon Oct 11 1999 Bill Nottingham <notting@redhat.com>
- support for linuxconf alias files
- add support for Jensen clocks.

* Tue Oct  5 1999 Bill Nottingham <notting@redhat.com>
- assorted brown paper bag fixes
- check for programs/files before executing/sourcing them
- control stop-a like magic sysrq

* Thu Sep 30 1999 Bill Nottingham <notting@redhat.com>
- req. e2fsprogs >= 1.15

* Fri Sep 24 1999 Bill Nottingham <notting@redhat.com>
- munge C locale definitions to en_US
- use fsck's completion bar

* Thu Sep 23 1999 Michael K. Johnson <johnsonm@redhat.com>
- ppp-watch now always kills pppd pgrp to make sure dialers are dead,
  and tries to hang up the modem

* Tue Sep 21 1999 Bill Nottingham <notting@redhat.com>
- add a DEFRAG_IPV4 option

* Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com>
- changed to more modern defaults for PPP connections

* Mon Sep 20 1999 Bill Nottingham <notting@redhat.com>
- kill processes for umount in halt, too.
- fixes to remove /usr dependencies

* Fri Sep 17 1999 Bill Nottingham <notting@redhat.com>
- load/save mixer settings in rc.sysinit, halt

* Mon Sep 13 1999 Michael K. Johnson <johnsonm@redhat.com>
- add --remotename option to wvdial code
- make sure we do not have an earlier version of wvdial that doesn't
  know how handle --remotename
- make ppp-watch background itself after 30 seconds even if
  connection does not come up, at boot time only, so that a
  non-functional PPP connection cannot hang boot.

* Sun Sep 12 1999 Bill Nottingham <notting@redhat.com>
- a couple of /bin/sh -> /bin/bash fixes
- fix swapoff silliness

* Fri Sep 10 1999 Bill Nottingham <notting@redhat.com>
- chkconfig --del in %preun, not %postun
- use killall5 in halt
- swapoff non-/etc/fstab swap

* Wed Sep 08 1999 Michael K. Johnson <johnsonm@redhat.com>
- ifdown now synchronous (modulo timeouts)
- several unrelated cleanups, primarily in ifdown

* Tue Sep  7 1999 Bill Nottingham <notting@redhat.com>
- add an 'unconfigure' sort of thing

* Mon Sep 06 1999 Michael K. Johnson <johnsonm@redhat.com>
- added ppp-watch to make "ifup ppp*" synchronous

* Fri Sep  3 1999 Bill Nottingham <notting@redhat.com>
- require lsof

* Wed Sep  1 1999 Bill Nottingham <notting@redhat.com>
- add interactive prompt

* Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
- disable magic sysrq by default

* Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
- new NFS unmounting from Bill Rugolsky <rugolsky@ead.dsa.com> 
- fix ifup-sl/dip confusion
- more raid startup cleanup
- make utmp group 22

* Fri Aug 20 1999 Bill Nottingham <notting@redhat.com>
- pass hostname to pump
- add lang.csh

* Thu Aug 19 1999 Bill Nottingham <notting@redhat.com>
- more wvdial updates
- fix a *stupid* bug in process reading

* Fri Aug 13 1999 Bill Nottingham <notting@redhat.com>
- add new /boot/kernel.h boot kernel version file
- new RAID startup

* Fri Aug 13 1999 Michael K. Johnson <johnsonm@redhat.com>
- use new linkname argument to pppd to make if{up,down}-ppp
  reliable -- requires ppp-2.3.9 or higher

* Mon Aug  2 1999 Bill Nottingham <notting@redhat.com>
- fix typo.
- add 'make check'

* Wed Jul 28 1999 Michael K. Johnson <johnsonm@redhat.com>
- simple wvdial support for ppp connections

* Mon Jul 26 1999 Bill Nottingham <notting@redhat.com>
- stability fixes for initlog
- initlog now has a config file
- add alias speedup from dharris@drh.net
- move netfs links
- usleep updates

* Thu Jul  8 1999 Bill Nottingham <notting@redhat.com>
- remove timeconfig dependency
- i18n fixes from nkbj@image.dk
- move inputrc to setup package

* Tue Jul  6 1999 Bill Nottingham <notting@redhat.com>
- fix killall links, some syntax errors

* Fri Jun 25 1999 Bill Nottingham <notting@redhat.com>
- don't make module-info, System.map links
- handle utmpx/wtmpx
- fix lots of bugs in 4.21 release :)

* Thu Jun 17 1999 Bill Nottingham <notting@redhat.com>
- set clock as soon as possible
- use INITLOG_ARGS everywhere
- other random fixes in networking

* Mon Jun 14 1999 Bill Nottingham <notting@redhat.com>
- oops, don't create /var/run/utmp and then remove it.
- stomp RAID bugs flat. Sort of.

* Mon May 24 1999 Bill Nottingham <notting@redhat.com>
- clean out /var better
- let everyone read /var/run/ppp*.dev
- fix network startup so it doesn't depend on /usr

* Tue May 11 1999 Bill Nottingham <notting@redhat.com>
- various fixes to rc.sysinit
- fix raid startup
- allow for multi-processor /etc/issues

* Sun Apr 18 1999 Matt Wilson <msw@redhat.com>
- fixed typo - "Determing" to "Determining"

* Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
- updated inputrc so that home/end/del work on console, not just X

* Thu Apr 08 1999 Bill Nottingham <notting@redhat.com>
- fix more logic in initlog
- fix for kernel versions in ifup-aliases
- log to /var/log/boot.log

* Wed Apr 07 1999 Bill Nottingham <notting@redhat.com>
- fix daemon() function so you can specify pid to look for

* Wed Apr 07 1999 Erik Troan <ewt@redhat.com>
- changed utmp,wtmp to be group writeable and owned by group utmp

* Tue Apr 06 1999 Bill Nottingham <notting@redhat.com>
- fix loading of consolefonts/keymaps
- three changelogs. three developers. one day. Woohoo!

* Tue Apr 06 1999 Michael K. Johnson <johnsonm@redhat.com>
- fixed ifup-ipx mix-up over . and _

* Tue Apr 06 1999 Erik Troan <ewt@redhat.com>
- run /sbin/ifup-local after bringing up an interface (if that file exists)

* Mon Apr  5 1999 Bill Nottingham <notting@redhat.com>
- load keymaps & console font early
- fixes for channel bonding, strange messages with non-boot network interfaces

* Sat Mar 27 1999 Cristian Gafton <gafton@redhat.com>
- added sysvinitfiles as a documenattaion file

* Fri Mar 26 1999 Bill Nottingham <notting@redhat.com>
- nfsfs -> netfs

* Mon Mar 22 1999 Bill Nottingham <notting@redhat.com>
- don't source /etc/sysconfig/init if $BOOTUP is already set

* Fri Mar 19 1999 Bill Nottingham <notting@redhat.com>
- don't run linuxconf if /usr isn't mounted
- set macaddr before bootp
- zero in the /var/run/utmpx file (gafton)
- don't set hostname on ppp/slip (kills X)
			
* Wed Mar 17 1999 Bill Nottingham <notting@redhat.com>
- exit ifup if pump fails
- fix stupid errors in reading commands from subprocess

* Tue Mar 16 1999 Bill Nottingham <notting@redhat.com>
- fix ROFS logging
- make fsck produce more happy output
- fix killproc logic

* Mon Mar 15 1999 Bill Nottingham <notting@redhat.com>
- doc updates
- support for SYSFONTACM, other console-tools stuff
- add net route for interface if it isn't there.
- fix for a bash/bash2 issue

* Mon Mar 15 1999 Michael K. Johnson <johnsonm@redhat.com>
- pam_console lockfile cleanup added to rc.sysinit

* Sun Mar 14 1999 Bill Nottingham <notting@redhat.com>
- fixes in functions for 'action'
- fixes for pump

* Wed Mar 10 1999 Bill Nottingham <notting@redhat.com>
- Mmm. Must always remove debugging code. before release. *thwap*
- pump support
- mount -a after mount -a -t nfs

* Thu Feb 25 1999 Bill Nottingham <notting@redhat.com>
- put preferred support back in

* Thu Feb 18 1999 Bill Nottingham <notting@redhat.com>
- fix single-user mode (source functions, close if)

* Wed Feb 10 1999 Bill Nottingham <notting@redhat.com>
- turn off xdm in runlevel 5 (now a separate service)

* Thu Feb  4 1999 Bill Nottingham <notting@redhat.com>
- bugfixes (ifup-ppp, kill -TERM, force fsck, hwclock --adjust, setsysfont)
- add initlog support. Now everything is logged (and bootup looks different)

* Thu Nov 12 1998 Preston Brown <pbrown@redhat.com>
- halt now passed the '-i' flag so that network interfaces disabled

* Tue Nov 10 1998 Michael K. Johnson <johnsonm@redhat.com>
- handle new linuxconf output for ipaliases

* Mon Oct 15 1998 Erik Troan <ewt@redhat.com>
- fixed raid start stuff
- added raidstop to halt

* Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
- handle LC_ALL

* Mon Oct 12 1998 Preston Brown <pbrown@redhat.com>
- adjusted setsysfont to always run setfont, even if only w/default font

* Tue Oct 06 1998 Cristian Gafton <gafton@redhat.com>
- rc.sysvinit should be working with all kernel versions now
- requires e2fsprogs (for fsck)
- set INPUTRC and LESSCHARSET on linux-lat

* Wed Sep 16 1998 Jeff Johnson <jbj@redhat.com>
- /etc/rc.d/rc: don't run /etc/rc.d/rcN.d/[KS]??foo.{rpmsave,rpmorig} scripts.
- /etc/rc.d/rc.sysinit: raid startup (Nigel.Metheringham@theplanet.net).
- /sbin/setsysfont: permit unicode fonts.

* Mon Aug 17 1998 Erik Troan <ewt@redhat.com>
- don't add 'Red Hat Linux' to /etc/issue; use /etc/redhat-release as is

* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
- paranoia improvements to .rhkmvtag
- if psacct with /sbin/accton, than turn off accounting

* Tue Jul  7 1998 Jeff Johnson <jbj@redhat.com>
- start/stop run levels changed.
- ipx_configure/ipx_internal_net moved to /sbin.

* Wed Jul 01 1998 Erik Troan <ewt@redhat.com>
- usernetctl didn't understand "" around USERCTL attribute

* Wed Jul  1 1998 Jeff Johnson <jbj@redhat.com>
- Use /proc/version to find preferred modules.
- Numerous buglets fixed.

* Sun Jun 07 1998 Erik Troan <ewt@redhat.com> 
- rc.sysinit looks for bootfile= as well as BOOT_IMAGE to set 
  /lib/modules/preferred symlink

* Mon Jun 01 1998 Erik Troan <ewt@redhat.com>
- ipcalc should *never* have been setgid anything
- depmod isn't run properly for non-serial numbered kernels

* Wed May 06 1998 Donnie Barnes <djb@redhat.com>
- added system font and language setting

* Mon May 04 1998 Michael K. Johnson <johnsonm@redhat.com>
- Added missing files to packagelist.

* Sat May 02 1998 Michael K. Johnson <johnsonm@redhat.com>
- Added lots of linuxconf support.  Should still work on systems that
  do not have linuxconf installed, but linuxconf gives enhanced support.
- In concert with linuxconf, added IPX support.  Updated docs to reflect it.

* Fri May 01 1998 Erik Troan <ewt@redhat.com>
- rc.sysinit uses preferred directory

* Sun Apr 05 1998 Erik Troan <ewt@redhat.com>
- updated rc.sysinit to deal with kernel versions with release numbers

* Sun Mar 22 1998 Erik Troan <ewt@redhat.com>
- use ipcalc to calculate the netmask if one isn't specified

* Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
- added and made use of ipcalc

* Tue Mar 10 1998 Erik Troan <ewt@redhat.com>
- removed unnecessary dhcp log from /tmp

* Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
- if bootpc fails, take down the device

* Mon Mar 09 1998 Erik Troan <ewt@redhat.com>
- added check for mktemp failure

* Thu Feb 05 1998 Erik Troan <ewt@redhat.com>
- fixed support for user manageable cloned devices

* Mon Jan 12 1998 Michael K. Johnson <johnsonm@redhat.com>
- /sbin/ isn't always in $PATH, so call /sbin/route in ifup-routes

* Wed Dec 31 1997 Erik Troan <ewt@redhat.com>
- touch /var/lock/subsys/kerneld after cleaning out /var/lock/subsys
- the logic for when  /var/lock/subsys/kerneld is touched was backwards

* Tue Dec 30 1997 Erik Troan <ewt@redhat.com>
- tried to get /proc stuff right one more time (uses -t nonfs,proc now)
- added support for /fsckoptions
- changed 'yse' to 'yes' in KERNELD= line

* Tue Dec 09 1997 Erik Troan <ewt@redhat.com>
- set domainname to "" if none is specified in /etc/sysconfig/network
- fix /proc mounting to get it in /etc/mtab

* Mon Dec 08 1997 Michael K. Johnson <johnsonm@redhat.com>
- fixed inheritance for clone devices

* Fri Nov 07 1997 Erik Troan <ewt@redhat.com>
- added sound support to rc.sysinit

* Fri Nov 07 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added missing "then" clause

* Thu Nov 06 1997 Michael K. Johnson <johnsonm@redhat.com>
- Fixed DEBUG option in ifup-ppp
- Fixed PPP persistance
- Only change IP forwarding if necessary

* Tue Oct 28 1997 Donnie Barnes <djb@redhat.com>
- removed the skeleton init script
- added the ability to 'nice' daemons

* Tue Oct 28 1997 Erik Troan <ewt@redhat.com>
- touch /var/lock/subsys/kerneld if it's running, and after mounting /var
- applied dhcp fix

* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
- added status|restart to init scripts

* Thu Oct 23 1997 Michael K. Johnson <johnsonm@redhat.com>
- touch random seed file before chmod'ing it.

* Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
- run domainname if NISDOMAIN is set 

* Wed Oct 15 1997 Michael K. Johnson <johnsonm@redhat.com>
- Make the random seed file mode 600.

* Tue Oct 14 1997 Michael K. Johnson <johnsonm@redhat.com>
- bring down ppp devices if ifdown-ppp is called while ifup-ppp is sleeping.

* Mon Oct 13 1997 Erik Troan <ewt@redhat.com>
- moved to new chkconfig conventions

* Sat Oct 11 1997 Erik Troan <ewt@redhat.com>
- fixed rc.sysinit for hwclock compatibility

* Thu Oct 09 1997 Erik Troan <ewt@redhat.com>
- run 'ulimit -c 0' before running scripts in daemon function

* Wed Oct 08 1997 Donnie Barnes <djb@redhat.com>
- added chkconfig support
- made all rc*.d symlinks have missingok flag

* Mon Oct 06 1997 Erik Troan <ewt@redhat.com>
- fixed network-scripts to allow full pathnames as config files
- removed some old 3.0.3 pcmcia device handling

* Wed Oct 01 1997 Michael K. Johnson <johnsonm@redhat.com>
- /var/run/netreport needs to be group-writable now that /sbin/netreport
  is setguid instead of setuid.

* Tue Sep 30 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added network-functions to spec file.
- Added report functionality to usernetctl.
- Fixed bugs I introduced into usernetctl while adding clone device support.
- Clean up entire RPM_BUILD_ROOT directory in %clean.

* Mon Sep 29 1997 Michael K. Johnson <johnsonm@redhat.com>
- Clone device support in network scripts, rc scripts, and usernetctl.
- Disassociate from controlling tty in PPP and SLIP startup scripts,
  since they act as daemons.
- Spec file now provides start/stop symlinks, since they don't fit in
  the CVS archive.

* Tue Sep 23 1997 Donnie Barnes <djb@redhat.com>
- added mktemp support to ifup

* Thu Sep 18 1997 Donnie Barnes <djb@redhat.com>
- fixed some init.d/functions bugs for stopping httpd

* Tue Sep 16 1997 Donnie Barnes <djb@redhat.com>
- reworked status() to adjust for processes that change their argv[0] in
  the process table.  The process must still have it's "name" in the argv[0]
  string (ala sendmail: blah blah).

* Mon Sep 15 1997 Erik Troan <ewt@redhat.com>
- fixed bug in FORWARD_IPV4 support

* Sun Sep 14 1997 Erik Troan <ewt@redhat.com>
- added support for FORWARD_IPV4 variable

* Thu Sep 11 1997 Donald Barnes <djb@redhat.com>
- added status function to functions along with better killproc 
  handling.
- added /sbin/usleep binary (written by me) and man page
- changed BuildRoot to /var/tmp instead of /tmp

* Tue Jun 10 1997 Michael K. Johnson <johnsonm@redhat.com>
- /sbin/netreport sgid rather than suid.
- /var/run/netreport writable by group root.

- /etc/ppp/ip-{up|down} no longer exec their local versions, so
  now ifup-post and ifdown-post will be called even if ip-up.local
  and ip-down.local exist.

* Tue Jun 03 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added missing -f to [ invocation in ksyms check.

* Fri May 23 1997 Michael K. Johnson <johnsonm@redhat.com>
- Support for net event notification:
  Call /sbin/netreport to request that SIGIO be sent to you whenever
  a network interface changes status (won't work for brining up SLIP
  devices).
  Call /sbin/netreport -r to remove the notification request.
- Added ifdown-post, and made all the ifdown scrips call it, and
  added /etc/ppp/ip-down script that calls /etc/ppp/ip-down.local
  if it exists, then calls ifdown-post.
- Moved ifup and ifdown to /sbin

* Tue Apr 15 1997 Michael K. Johnson <johnsonm@redhat.com>
- usernetctl put back in ifdown
- support for slaved interfaces

* Wed Apr 02 1997 Erik Troan <ewt@redhat.com>
- Created ifup-post from old ifup
- PPP, PLIP, and generic ifup use ifup-post

* Fri Mar 28 1997 Erik Troan <ewt@redhat.com>
- Added DHCP support
- Set hostname via reverse name lookup after configuring a networking
  device if the current hostname is (none) or localhost

* Tue Mar 18 1997 Erik Troan <ewt@redhat.com>
- Got rid of xargs dependency in halt script
- Don't mount /proc twice (unmount it in between)
- sulogin and filesystem unmounting only happened for a corrupt root 
  filesystem -- it now happens when other filesystems are corrupt as well

* Tue Mar 04 1997 Michael K. Johnson <johnsonm@redhat.com>
- PPP fixes and additions

* Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
- Mount proc before trying to start kerneld so we can test for /proc/ksyms
  properly.

* Wed Feb 26 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added MTU for PPP.
- Put PPPOPTIONS at the end of the options string instead of at the
  beginning so that they override other options.  Gives users more rope...
- Don't do module-based stuff on non-module systems.  Ignore errors if
  st module isn't there and we try to load it.

* Tue Feb 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Changed ifup-ppp and ifdown-ppp not to use doexec, because the argv[0]
  provided by doexec goes away when pppd gets swapped out.
- ifup-ppp now sets remotename to the logical name of the device.
  This will BREAK current PAP setups on netcfg-managed interfaces,
  but we needed to do this to add a reasonable interface-specific
  PAP editor to netcfg.

* Fri Feb 07 1997 Erik Troan <ewt@redhat.com>
- Added usernetctl wrapper for user mode ifup and ifdown's and man page
- Rewrote ppp and slip kill and retry code 
- Added doexec and man page
ref='#n3382'>3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 6858 6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 7053 7054 7055 7056 7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 7184 7185 7186 7187 7188 7189 7190 7191 7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 7219 7220 7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 7233 7234 7235 7236 7237 7238 7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 7356 7357 7358 7359 7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 7389 7390 7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 7410 7411 7412 7413 7414 7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434 7435 7436 7437 7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480
# translation of DrakX-fr.po to Français
# Translation file of Mandriva Linux graphic install
# Copyright (C) 1999,2000,2001,2002,2003,2004,2005,2006 Mandriva
#
# Veuillez ne pas mettre à jour ce fichier à moins d'être
# certain tant de vos traductions que de votre grammaire et
# de votre orthographe. Ces dernières sont trop souvent
# approximatives. Elles nécessitent alors des relectures et
# des corrections qui n'ont d'autre conséquence que de faire
# perdre du temps à tout le monde (à vous si votre travail est
# imparfait et aux relecteurs qui doivent rechercher puis corriger
# vos éventuelles fautes).
#
# VEUILLEZ RESPECTER LA TYPOGRAPHIE FRANÇAISE !
# Les majuscules doivent être accentuées si besoin est. Respectez
# les espaces nécessaires pour la ponctuation (espace après la virgule et
# le point, espace insécables avant les points d'interrogation,
# d'exclamation, les deux-points et le point virgule, espace aussi après
# le point virgule).
# N'enlevez pas l'espace qui suit un signe de ponctuation en fin de
# phrase; vous devez respecter la version originale.  Dans ce type de
# cas, il est extrèmement probable que le programme va afficher
# quelque chose d'autre à la fin.  En enlevant l'espace, vous allez
# accoller deux mots.
#
# ESPACES INSÉCABLES
# Vous devez utiliser un espace insécable (c'est un espace qui ne peut
# pas servir de rupture à la ligne) avant le point d'exclamation, le
# point d'interrogation, le deux-points, le point virgules, et pour les
# "quantités", entre le nombre et l'unité abbrégée (par exemple "10 g").
# L'espace normal en ISO et UTF8 est le caractere 0x20 tandis que l'espace
# insécable est le caractère 0xA0. Sous Emacs en utilisant le po mode
# livré avec gettext >= 0.10.40-4mdk vous pouvez voir celui-ci avec un
# fond de couleur spécial. Sous Vi celui-ci est normalement affiché
# précédé du caractère pipe "|". Pour le taper sous la plupart des
# éditeurs, vous pouvez utiliser la touche "Compose" puis en tapant
# deux espaces. Si vous n'avez pas de touche compose, vous pouvez
# donner cette fonction à la touche "Windows" droite de votre clavier
# avec la commande suivante :
#   xmodmap -e 'keycode 116 = Multi_key'
#
# Les guillemets françaises sont « et » et non ". La guillemet ouvrante
# « est suivie d'un espace insécable et la guillemet fermante » est
# précédée du même type d'espace. Pour le taper, vous pouvez utiliser
# la combinaison Compose < <, et Compose > > (ou alt-z et alt-x).
#
# Enfin, traduisez INTELLIGEMMENT et non mot à mot. Certaines traductions
# n'ont aucun sens en français.
#
# MOTS À ÉVITER
#  - application. Ce terme n'étant pas compris par le grand public, il est
#    préférable de le remplacer par le mot "programme".
#
# Nous vous remercions de votre compréhension.
#
#
#
# Stéphane Teletchéa, 2005.
# David BAUDENS <baudens@mandriva.com>, 1999-2004.
# David ODIN <odin@mandriva.com>, 2000.
# Pablo Saratxaga <pablo@mandriva.com>, 2001, 2005.
# KAtiOS <katios@nolabel.net>, 2001.
# Guillaume Cottenceau <gc@mandriva.com>, 2001-2002.
# Thierry Vignaud <tvignaud@mandriva.com>, 2001-2004.
# Christophe Combelles <ccomb@free.fr>, 2002,2003.
# Adrien REZER <monsieurdidi@free.fr>, 2003.
# RICHARD Nicolas <richardnicolas22@yahoo.fr>, 2004.
# Lecureuil Nicolas <n1c0l4s.l3@wanadoo.fr>, 2004.
# Teletchéa <steletch@free.fr>, 2004, 2005.
# Christophe Berthelé <cpjc@free.fr>, 2005, 2006, 2007, 2008, 2009.
# Didier Hérisson <didier.herisson@angstrom.uu.se>, 2005.
# Nicolas Lécureuil <neoclust@mandriva.org>, 2005.
# Christophe Berthelé <berthy@mandriva.org>, 2009.
msgid ""
msgstr ""
"Project-Id-Version: DrakX-fr\n"
"POT-Creation-Date: 2011-04-01 20:08+0200\n"
"PO-Revision-Date: 2010-05-13 19:25+0100\n"
"Last-Translator: Christophe Berthelé <berthy@mandriva.org>\n"
"Language-Team: French <cooker-i18n@mandrivalinux.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2;plural=(n>1);\n"

#: any.pm:253 any.pm:950 diskdrake/interactive.pm:648
#: diskdrake/interactive.pm:871 diskdrake/interactive.pm:931
#: diskdrake/interactive.pm:1033 diskdrake/interactive.pm:1263
#: diskdrake/interactive.pm:1315 do_pkgs.pm:241 do_pkgs.pm:287
#: harddrake/sound.pm:303 interactive.pm:587 pkgs.pm:285
#, c-format
msgid "Please wait"
msgstr "Veuillez patienter"

#: any.pm:253
#, c-format
msgid "Bootloader installation in progress"
msgstr "Installation du programme d'amorçage en cours"

#: any.pm:264
#, c-format
msgid ""
"LILO wants to assign a new Volume ID to drive %s.  However, changing\n"
"the Volume ID of a Windows NT, 2000, or XP boot disk is a fatal Windows "
"error.\n"
"This caution does not apply to Windows 95 or 98, or to NT data disks.\n"
"\n"
"Assign a new Volume ID?"
msgstr ""
"LILO veut assigner un nouvel identifiant de volume au disque %s. Cependant, "
"modifier l'identifiant de volume d'un disque de boot Windows NT, 2000 ou XP "
"provoque une erreur fatale de Windows.\n"
"Cet avertissement ne s'applique pas à Windows 95, ou 98 ou aux disques de "
"données sous NT.\n"
"\n"
"Voulez-vous assigner un nouvel identifiant de volume ?"

#: any.pm:275
#, c-format
msgid "Installation of bootloader failed. The following error occurred:"
msgstr ""
"L'installation du programme d'amorçage a échoué pour la raison suivante :"

#: any.pm:281
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
" enable the bootloader.  If you do not see the bootloader prompt at\n"
" reboot, hold down Command-Option-O-F at reboot and enter:\n"
" setenv boot-device %s,\\\\:tbxi\n"
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
msgstr ""
"Vous aurez peut-être besoin de changer le périphérique d'amorçage\n"
"de l'OpenFirmware pour activer le programme d'amorçage. Si vous\n"
"ne voyez pas apparaître l'invite du programme d'amorçage lorsque\n"
"vous redémarrerez, appuyez sur Command-Option-O-F au démarrage et\n"
"entrez :\n"
"setenv boot-device %s,\\\\:tbxi\n"
"Puis tapez : shut-down\n"
"Au prochain démarrage vous devriez voir apparaître l'invite du\n"
"programme d'amorçage."

#: any.pm:321
#, c-format
msgid ""
"You decided to install the bootloader on a partition.\n"
"This implies you already have a bootloader on the hard disk drive you boot (eg: "
"System Commander).\n"
"\n"
"On which drive are you booting?"
msgstr ""
"Vous avez décidé d'installer le programme d'amorçage sur une partition.\n"
"Cela implique que vous ayez déjà un programme d'amorçage sur le disque dur "
"sur lequel le système démarre (exemple : System Commander).\n"
"\n"
"Quel est le disque de démarrage ?"

#: any.pm:332
#, c-format
msgid "Bootloader Installation"
msgstr "Installation du programme d'amorçage"

#: any.pm:336
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "Où désirez-vous installer le programme d'amorçage ?"

#: any.pm:360
#, c-format
msgid "First sector (MBR) of drive %s"
msgstr "Premier secteur (MBR) du disque %s"

#: any.pm:362
#, c-format
msgid "First sector of drive (MBR)"
msgstr "Premier secteur du disque (MBR)"

#: any.pm:364
#, c-format
msgid "First sector of the root partition"
msgstr "Premier secteur de la partition racine"

#: any.pm:366
#, c-format
msgid "On Floppy"
msgstr "Sur disquette"

#: any.pm:368 pkgs.pm:281 ugtk2.pm:526
#, c-format
msgid "Skip"
msgstr "Passer"

#: any.pm:403
#, c-format
msgid "Boot Style Configuration"
msgstr "Configuration du style de démarrage"

#: any.pm:413 any.pm:446 any.pm:447
#, c-format
msgid "Bootloader main options"
msgstr "Principales options du programme d'amorçage"

#: any.pm:417
#, c-format
msgid "Bootloader"
msgstr "Programme d'amorçage"

#: any.pm:418 any.pm:450
#, c-format
msgid "Bootloader to use"
msgstr "Programme d'amorçage à utiliser"

#: any.pm:421 any.pm:453
#, c-format
msgid "Boot device"
msgstr "Périphérique d'amorçage"

#: any.pm:424
#, c-format
msgid "Main options"
msgstr "Options principales"

#: any.pm:425
#, c-format
msgid "Delay before booting default image"
msgstr "Délai avant l'activation du choix par défaut"

#: any.pm:426
#, c-format
msgid "Enable ACPI"
msgstr "Activer l'ACPI"

#: any.pm:427
#, c-format
msgid "Enable SMP"
msgstr "Activer le SMP"

#: any.pm:428
#, c-format
msgid "Enable APIC"
msgstr "Activer l'APIC"

#: any.pm:430
#, c-format
msgid "Enable Local APIC"
msgstr "Activer l'APIC local"

#: any.pm:431 security/level.pm:51
#, c-format
msgid "Security"
msgstr "Sécurité"

#: any.pm:432 any.pm:885 any.pm:904 authentication.pm:252
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
msgstr "Mot de passe"

#: any.pm:435 authentication.pm:263
#, c-format
msgid "The passwords do not match"
msgstr "Les mots de passe ne sont pas identiques"

#: any.pm:435 authentication.pm:263 diskdrake/interactive.pm:1490
#, c-format
msgid "Please try again"
msgstr "Veuillez réessayer"

#: any.pm:437
#, c-format
msgid "You can not use a password with %s"
msgstr "Vous ne pouvez pas utiliser de mot de passe avec %s"

#: any.pm:441 any.pm:888 any.pm:906 authentication.pm:253
#, c-format
msgid "Password (again)"
msgstr "Mot de passe (vérification)"

#: any.pm:442
#, c-format
msgid "Clean /tmp at each boot"
msgstr "Vider le dossier /tmp à chaque démarrage"

#: any.pm:452
#, c-format
msgid "Init Message"
msgstr "Message de démarrage"

#: any.pm:454
#, c-format
msgid "Open Firmware Delay"
msgstr "Délai de l'Open Firmware"

#: any.pm:455
#, c-format
msgid "Kernel Boot Timeout"
msgstr "Délai d'amorçage du noyau"

#: any.pm:456
#, c-format
msgid "Enable CD Boot?"
msgstr "Autoriser le démarrage sur CD-ROM ?"

#: any.pm:457
#, c-format
msgid "Enable OF Boot?"
msgstr "Autoriser le démarrage sur l'OF ?"

#: any.pm:458
#, c-format
msgid "Default OS?"
msgstr "Système d'exploitation par défaut ?"

#: any.pm:531
#, c-format
msgid "Image"
msgstr "Image"

#: any.pm:532 any.pm:546
#, c-format
msgid "Root"
msgstr "Partition racine"

#: any.pm:533 any.pm:559
#, c-format
msgid "Append"
msgstr "Options passées au noyau"

#: any.pm:535
#, c-format
msgid "Xen append"
msgstr "Options Xen passées au noyau"

#: any.pm:537
#, c-format
msgid "Requires password to boot"
msgstr "Nécessite un mot de passe pour le démarrage"

#: any.pm:539
#, c-format
msgid "Video mode"
msgstr "Mode vidéo"

#: any.pm:541
#, c-format
msgid "Initrd"
msgstr "Fichier RamDisk"

#: any.pm:542
#, c-format
msgid "Network profile"
msgstr "Profil réseau"

#: any.pm:551 any.pm:556 any.pm:558 diskdrake/interactive.pm:407
#, c-format
msgid "Label"
msgstr "Label"

#: any.pm:553 any.pm:561 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Choix par défaut"

#: any.pm:560
#, c-format
msgid "NoVideo"
msgstr "NoVideo"

#: any.pm:571
#, c-format
msgid "Empty label not allowed"
msgstr "Un label vide n'est pas autorisé"

#: any.pm:572
#, c-format
msgid "You must specify a kernel image"
msgstr "Vous devez spécifier l'image noyau désirée"

#: any.pm:572
#, c-format
msgid "You must specify a root partition"
msgstr "Vous devez spécifier une partition racine"

#: any.pm:573
#, c-format
msgid "This label is already used"
msgstr "Ce label est déjà utilisé"

#: any.pm:591
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "Quel type de système souhaitez-vous ajouter ?"

#: any.pm:592
#, c-format
msgid "Linux"
msgstr "Linux"

#: any.pm:592
#, c-format
msgid "Other OS (SunOS...)"
msgstr "Autres systèmes (SunOS, etc.)"

#: any.pm:593
#, c-format
msgid "Other OS (MacOS...)"
msgstr "Autres systèmes (MacOS, etc.)"

#: any.pm:593
#, c-format
msgid "Other OS (Windows...)"
msgstr "Autres systèmes (Windows, etc.)"

#: any.pm:640
#, c-format
msgid "Bootloader Configuration"
msgstr "Configuration du programme d'amorçage"

#: any.pm:641
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can create additional entries or change the existing ones."
msgstr ""
"Voici les différentes entrées.\n"
"Vous pouvez en ajouter de nouvelles ou modifier les entrées existantes."

#: any.pm:846
#, c-format
msgid "access to X programs"
msgstr "accès aux programmes graphiques"

#: any.pm:847
#, c-format
msgid "access to rpm tools"
msgstr "accès aux outils rpm"

#: any.pm:848
#, c-format
msgid "allow \"su\""
msgstr "autoriser « su »"

#: any.pm:849
#, c-format
msgid "access to administrative files"
msgstr "accès aux fichiers d'administration"

#: any.pm:850
#, c-format
msgid "access to network tools"
msgstr "accès aux outils réseaux"

#: any.pm:851
#, c-format
msgid "access to compilation tools"
msgstr "accès aux outils de compilation"

#: any.pm:857
#, c-format
msgid "(already added %s)"
msgstr "Utilisateur(s) existant(s) : %s"

#: any.pm:863
#, c-format
msgid "Please give a user name"
msgstr "Veuillez taper un nom d'utilisateur"

#: any.pm:864
#, c-format
msgid ""
"The user name must start with a lower case letter followed by only lower "
"cased letters, numbers, `-' and `_'"
msgstr ""
"Le nom d'utilisateur doit commencer par une minuscule suivie seulement de "
"minuscules, de nombres, de « - » et « _ »"

#: any.pm:865
#, c-format
msgid "The user name is too long"
msgstr "Ce nom d'utilisateur est trop long"

#: any.pm:866
#, c-format
msgid "This user name has already been added"
msgstr "Ce nom d'utilisateur est déjà utilisé"

#: any.pm:872 any.pm:908
#, c-format
msgid "User ID"
msgstr "Id. utilisateur"

#: any.pm:872 any.pm:909
#, c-format
msgid "Group ID"
msgstr "Groupe"

#: any.pm:873
#, c-format
msgid "%s must be a number"
msgstr "%s doit être un nombre"

#: any.pm:874
#, c-format
msgid "%s should be above 500. Accept anyway?"
msgstr "%s doit être supérieur ou égal à 500. Accepter quand même?"

#: any.pm:878
#, c-format
msgid "User management"
msgstr "Gestion des utilisateurs"

#: any.pm:883
#, c-format
msgid "Enable guest account"
msgstr "Activer le compte Invité"

#: any.pm:884 authentication.pm:239
#, c-format
msgid "Set administrator (root) password"
msgstr "Définissez le mot de passe administrateur (root)"

#: any.pm:890
#, c-format
msgid "Enter a user"
msgstr "Tapez un nom d'utilisateur"

#: any.pm:892
#, c-format
msgid "Icon"
msgstr "Icône"

#: any.pm:895
#, c-format
msgid "Real name"
msgstr "Nom et prénom"

#: any.pm:902
#, c-format
msgid "Login name"
msgstr "Identifiant de connexion"

#: any.pm:907
#, c-format
msgid "Shell"
msgstr "Interpréteur"

#: any.pm:950
#, c-format
msgid "Please wait, adding media..."
msgstr "Veuillez patienter, ajout du média..."

#: any.pm:980 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "Connexion automatique"

#: any.pm:981
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
"À la fin du démarrage, une session peut être ouverte automatiquement pour un "
"utilisateur."

#: any.pm:982
#, c-format
msgid "Use this feature"
msgstr "Utiliser cette fonctionnalité"

#: any.pm:983
#, c-format
msgid "Choose the default user:"
msgstr "Choisissez l'utilisateur par défaut :"

#: any.pm:984
#, c-format
msgid "Choose the window manager to run:"
msgstr "Choisissez l'environnement graphique :"

#: any.pm:995 any.pm:1015 any.pm:1083
#, c-format
msgid "Release Notes"
msgstr "Notes de version"

#: any.pm:1022 any.pm:1371 interactive/gtk.pm:819
#, c-format
msgid "Close"
msgstr "Fermer"

#: any.pm:1069
#, c-format
msgid "License agreement"
msgstr "Licence"

#: any.pm:1071 diskdrake/dav.pm:26
#, c-format
msgid "Quit"
msgstr "Quitter"

#: any.pm:1078
#, c-format
msgid "Do you accept this license ?"
msgstr "Acceptez-vous cette licence ?"

#: any.pm:1079
#, c-format
msgid "Accept"
msgstr "Accepter"

#: any.pm:1079
#, c-format
msgid "Refuse"
msgstr "Refuser"

#: any.pm:1105 any.pm:1167
#, c-format
msgid "Please choose a language to use"
msgstr "Choisissez la langue"

#: any.pm:1133
#, fuzzy, c-format
msgid ""
"Mageia can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr ""
"Mageia Linux supporte plusieurs langues.\n"
"Choisissez les langues que vous souhaitez installer.\n"
"Elles seront disponibles après l'installation du système."

#: any.pm:1136
#, c-format
msgid "Multi languages"
msgstr "Multilingue"

#: any.pm:1145 any.pm:1176
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr "Compatibilité encodage ancien (non UTF-8)"

#: any.pm:1146
#, c-format
msgid "All languages"
msgstr "Toutes les langues"

#: any.pm:1168
#, c-format
msgid "Language choice"
msgstr "Choix de la langue"

#: any.pm:1222
#, c-format
msgid "Country / Region"
msgstr "Pays / Région"

#: any.pm:1223
#, c-format
msgid "Please choose your country"
msgstr "Veuillez choisir votre pays"

#: any.pm:1225
#, c-format
msgid "Here is the full list of available countries"
msgstr "Voici la liste complète des pays disponibles"

#: any.pm:1226
#, c-format
msgid "Other Countries"
msgstr "Autres Pays"

#: any.pm:1226 interactive.pm:488 interactive/gtk.pm:445
#, c-format
msgid "Advanced"
msgstr "Avancé"

#: any.pm:1232
#, c-format
msgid "Input method:"
msgstr "Méthode d'entrée :"

#: any.pm:1235
#, c-format
msgid "None"
msgstr "Aucun"

#: any.pm:1316
#, c-format
msgid "No sharing"
msgstr "Pas de partage"

#: any.pm:1316
#, c-format
msgid "Allow all users"
msgstr "Autoriser tous les utilisateurs"

#: any.pm:1316
#, c-format
msgid "Custom"
msgstr "Personnalisé"

#: any.pm:1320
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
"and nautilus.\n"
"\n"
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
"Souhaitez-vous permettre aux utilisateurs de partager certains sous-"
"répertoires de leur dossier personnel (/home) ?\n"
"De cette façon, les utilisateurs pourront simplement cliquer sur "
"« Partager » dans Konqueror (kde) et Nautilus (gnome).\n"
"\n"
"« Personnalisée » permet d'autoriser le partage pour certains utilisateurs.\n"

#: any.pm:1332
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
"NFS : le système de partage de fichiers traditionnel d'UNIX, moins supporté "
"sur les Mac et sous Windows."

#: any.pm:1335
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
"SMB : un système de partage de fichiers utilisé par Windows, Mac OS X et de "
"nombreux systèmes Linux modernes."

#: any.pm:1343
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr ""
"Souhaitez-vous partager par NFS (protocole Unix) ou SMB (protocole Windows)."

#: any.pm:1371
#, c-format
msgid "Launch userdrake"
msgstr "Lancer Userdrake"

#: any.pm:1373
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user to this group."
msgstr ""
"Pour autoriser un utilisateur à partager ses dossiers, vous devez ajouter "
"cet utilisateur dans le groupe « fileshare ».\n"
"Ceci peut se faire grâce au programme « Userdrake »."

#: any.pm:1480
#, c-format
msgid ""
"You need to logout and back in again for changes to take effect. Press OK to "
"logout now."
msgstr ""
"Vous devez vous déconnecter puis vous connecter à nouveau afin de prendre "
"les changements en considération. Pressez OK pour vous déconnecter maintenant"

#: any.pm:1484
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
"Vous devez vous déconnecter puis vous connecter à nouveau afin de prendre "
"les changements en considération"

#: any.pm:1519
#, c-format
msgid "Timezone"
msgstr "Fuseau horaire"

#: any.pm:1519
#, c-format
msgid "Which is your timezone?"
msgstr "Quel est votre fuseau horaire ?"

#: any.pm:1542 any.pm:1544
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr "Réglages de la date, de l'heure et du fuseau horaire"

#: any.pm:1545
#, c-format
msgid "What is the best time?"
msgstr "Quelle est l'heure correcte ?"

#: any.pm:1549
#, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "%s (horloge système réglée sur le Temps Universel - UTC)"

#: any.pm:1550
#, c-format
msgid "%s (hardware clock set to local time)"
msgstr "%s (horloge système réglée sur l'heure locale)"

#: any.pm:1552
#, c-format
msgid "NTP Server"
msgstr "Serveur NTP"

#: any.pm:1553
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "Synchronisation automatique de l'horloge (via NTP)"

#: authentication.pm:24
#, c-format
msgid "Local file"
msgstr "Fichier local"

#: authentication.pm:25
#, c-format
msgid "LDAP"
msgstr "LDAP"

#: authentication.pm:26
#, c-format
msgid "NIS"
msgstr "NIS"

#: authentication.pm:27
#, c-format
msgid "Smart Card"
msgstr "Smart Card"

#: authentication.pm:28 authentication.pm:218
#, c-format
msgid "Windows Domain"
msgstr "Domaine Windows"

#: authentication.pm:29
#, c-format
msgid "Kerberos 5"
msgstr "Kerberos 5"

#: authentication.pm:65
#, c-format
msgid "Local file:"
msgstr "Fichier local :"

#: authentication.pm:65
#, c-format
msgid ""
"Use local for all authentication and information user tell in local file"
msgstr "Authentification et informations sur les utilisateurs locales"

#: authentication.pm:66
#, c-format
msgid "LDAP:"
msgstr "LDAP :"

#: authentication.pm:66
#, c-format
msgid ""
"Tells your computer to use LDAP for some or all authentication. LDAP "
"consolidates certain types of information within your organization."
msgstr ""
"Utilise LDAP pour tout ou partie de l'authentification. LDAP permet de "
"centraliser certaines informations dans votre organisation."

#: authentication.pm:67
#, c-format
msgid "NIS:"
msgstr "NIS :"

#: authentication.pm:67
#, c-format
msgid ""
"Allows you to run a group of computers in the same Network Information "
"Service domain with a common password and group file."
msgstr ""
"Ceci vous permet de partager le même fichier de mots de passe et de groupes "
"parmi un groupe d'ordinateurs dans le même domaine NIS (Network Information "
"Service)."

#: authentication.pm:68
#, c-format
msgid "Windows Domain:"
msgstr "Domaine Windows :"

#: authentication.pm:68
#, c-format
msgid ""
"Winbind allows the system to retrieve information and authenticate users in "
"a Windows domain."
msgstr ""
"Winbind permet au système de retrouver les informations et d'authentifier "
"les utilisateurs dans un domaine Windows."

#: authentication.pm:69
#, c-format
msgid "Kerberos 5 :"
msgstr "Kerberos 5 :"

#: authentication.pm:69
#, c-format
msgid "With Kerberos and Ldap for authentication in Active Directory Server "
msgstr ""
"Avec Kerberos et LDAP pour authentification dans un serveur Active Directory"

#: authentication.pm:109 authentication.pm:143 authentication.pm:162
#: authentication.pm:163 authentication.pm:189 authentication.pm:213
#: authentication.pm:898
#, c-format
msgid " "
msgstr " "

#: authentication.pm:110 authentication.pm:144 authentication.pm:190
#: authentication.pm:214
#, c-format
msgid "Welcome to the Authentication Wizard"
msgstr "Bienvenue dans l'Assistant d'authentification"

#: authentication.pm:112
#, c-format
msgid ""
"You have selected LDAP authentication. Please review the configuration "
"options below "
msgstr ""
"Vous avez choisi l'authentification LDAP. Veuillez vérifier les options de "
"configuration ci-dessous "

#: authentication.pm:114 authentication.pm:169
#, c-format
msgid "LDAP Server"
msgstr "Serveur LDAP"

#: authentication.pm:115 authentication.pm:170
#, c-format
msgid "Base dn"
msgstr "Racine dn"

#: authentication.pm:116
#, c-format
msgid "Fetch base Dn "
msgstr "Récupérer le Dn racine"

#: authentication.pm:118 authentication.pm:173
#, c-format
msgid "Use encrypt connection with TLS "
msgstr "Utiliser des connexions chiffrées avec TLS"

#: authentication.pm:119 authentication.pm:174
#, c-format
msgid "Download CA Certificate "
msgstr "Télécharger le certificat CA"

#: authentication.pm:121 authentication.pm:154
#, c-format
msgid "Use Disconnect mode "
msgstr "Utiliser le mode Déconnecté"

#: authentication.pm:122 authentication.pm:175
#, c-format
msgid "Use anonymous BIND "
msgstr "Utiliser BIND anonyme"

#: authentication.pm:123 authentication.pm:126 authentication.pm:128
#: authentication.pm:132
#, c-format
msgid "  "
msgstr "  "

#: authentication.pm:124 authentication.pm:176
#, c-format
msgid "Bind DN "
msgstr "Bind DN "

#: authentication.pm:125 authentication.pm:177
#, c-format
msgid "Bind Password "
msgstr "Mot de passe Bind "

#: authentication.pm:127
#, c-format
msgid "Advanced path for group "
msgstr "Préciser un chemin de groupe"

#: authentication.pm:129
#, c-format
msgid "Password base"
msgstr "Base mot de passe"

#: authentication.pm:130
#, c-format
msgid "Group base"
msgstr "Base groupe"

#: authentication.pm:131
#, c-format
msgid "Shadow base"
msgstr "Base shadow"

#: authentication.pm:146
#, c-format
msgid ""
"You have selected Kerberos 5 authentication. Please review the configuration "
"options below "
msgstr ""
"Vous avez choisi l'authentification par Kerberos 5. Veuillez vérifier les "
"options de configuration ci-dessous "

#: authentication.pm:148
#, c-format
msgid "Realm "
msgstr "REALM "

#: authentication.pm:150
#, c-format
msgid "KDCs Servers"
msgstr "Serveur KDCs"

#: authentication.pm:152
#, c-format
msgid "Use DNS to locate KDC for the realm"
msgstr "Utiliser le DNS pour localiser les serveurs KDC du REALM"

#: authentication.pm:153
#, c-format
msgid "Use DNS to locate realms"
msgstr "Utiliser le DNS pour connaître les REALMS"

#: authentication.pm:158
#, c-format
msgid "Use local file for users information"
msgstr "Utilisation du fichier local pour les informations utilisateurs"

#: authentication.pm:159
#, c-format
msgid "Use Ldap for users information"
msgstr "Utiliser Ldap pour les informations utilisateurs"

#: authentication.pm:165
#, c-format
msgid ""
"You have selected Kerberos 5 for authentication, now you must choose the "
"type of users information "
msgstr ""
"Vous avez choisi l'authentification par Kerberos 5, vous devez maintenant "
"choisir le type des informations utilisateurs "

#: authentication.pm:171
#, c-format
msgid "Fecth base Dn "
msgstr "Récupérer le DN base"

#: authentication.pm:192
#, c-format
msgid ""
"You have selected NIS authentication. Please review the configuration "
"options below "
msgstr ""
"Vous avez choisi l'authentification par NIS. Veuillez vérifier les options "
"de configuration ci-dessous "

#: authentication.pm:194
#, c-format
msgid "NIS Domain"
msgstr "Domaine NIS"

#: authentication.pm:195
#, c-format
msgid "NIS Server"
msgstr "Serveur NIS"

#: authentication.pm:216
#, c-format
msgid ""
"You have selected Windows Domain authentication. Please review the "
"configuration options below "
msgstr ""
"Vous avez choisi l'authentification par Domaines Windows. Veuillez vérifier "
"les options de configuration ci-dessous "

#: authentication.pm:220
#, c-format
msgid "Domain Model "
msgstr "Modèle de Domaine"

#: authentication.pm:222
#, c-format
msgid "Active Directory Realm "
msgstr "Nom de la forêt Active Directory"

#: authentication.pm:223
#, c-format
msgid "DNS Domain"
msgstr "Domaine DNS"

#: authentication.pm:224
#, c-format
msgid "DC Server"
msgstr "Serveur DC"

#: authentication.pm:238 authentication.pm:254
#, c-format
msgid "Authentication"
msgstr "Authentification"

#: authentication.pm:240
#, c-format
msgid "Authentication method"
msgstr "Méthode d'authentification"

#. -PO: keep this short or else the buttons will not fit in the window
#: authentication.pm:245
#, c-format
msgid "No password"
msgstr "Aucun"

#: authentication.pm:266
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "Ce mot de passe est trop court (minimum %d caractères)"

#: authentication.pm:377
#, c-format
msgid "Cannot use broadcast with no NIS domain"
msgstr "On ne peut pas utiliser l'option broadcast sans domaine NIS"

#: authentication.pm:893
#, c-format
msgid "Select file"
msgstr "Sélectionnez un fichier"

#: authentication.pm:899
#, c-format
msgid "Domain Windows for authentication : "
msgstr "Domaine Windows pour l'authentification : "

#: authentication.pm:901
#, c-format
msgid "Domain Admin User Name"
msgstr "Nom d'administrateur de domaine"

#: authentication.pm:902
#, c-format
msgid "Domain Admin Password"
msgstr "Mot de passe d'administrateur de domaine"

# NOTE: this message will be displayed at boot time; that is
# only the ascii charset will be available on most machines
# so use only 7bit for this message (and do transliteration or
# leave it in English, as it is the best for your language)
#
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#: bootloader.pm:994
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
"\n"
"Choose an operating system from the list above or\n"
"wait for default boot.\n"
"\n"
msgstr ""
"Bienvenue dans le chargeur de systemes d'exploitation.\n"
"\n"
"Choisissez un systeme d'exploitation dans la liste ci-dessus\n"
"ou attendez le demarrage par defaut.\n"
"\n"

#: bootloader.pm:1171
#, c-format
msgid "LILO with text menu"
msgstr "LILO en mode texte"

#: bootloader.pm:1172
#, c-format
msgid "GRUB with graphical menu"
msgstr "GRUB en mode graphique"

#: bootloader.pm:1173
#, c-format
msgid "GRUB with text menu"
msgstr "GRUB en mode texte"

#: bootloader.pm:1174
#, c-format
msgid "Yaboot"
msgstr "Yaboot"

#: bootloader.pm:1175
#, c-format
msgid "SILO"
msgstr "SILO"

#: bootloader.pm:1259
#, c-format
msgid "not enough room in /boot"
msgstr "il n'y a pas assez de place dans le dossier /boot"

#: bootloader.pm:1985
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr ""
"Vous ne pouvez pas installer le programme d'amorçage\n"
"sur une partition %s\n"

#: bootloader.pm:2106
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
"La configuration de votre programme d'amorçage doit être mise à jour car les "
"partitions ont été renumérotées"

#: bootloader.pm:2119
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
"Le programme d'amorçage ne peut pas être installé. Vous devez démarrer le CD-"
"ROM d'installation avec l'option « rescue » et choisir « %s »"

#: bootloader.pm:2120
#, c-format
msgid "Re-install Boot Loader"
msgstr "Réinstaller le programme d'amorçage"

#: common.pm:142
#, c-format
msgid "B"
msgstr "o"

#: common.pm:142
#, c-format
msgid "KB"
msgstr "Ko"

#: common.pm:142
#, c-format
msgid "MB"
msgstr "Mo"

#: common.pm:142
#, c-format
msgid "GB"
msgstr "Go"

#: common.pm:142 common.pm:151
#, c-format
msgid "TB"
msgstr "To"

#: common.pm:159
#, c-format
msgid "%d minutes"
msgstr "%d minutes"

#: common.pm:161
#, c-format
msgid "1 minute"
msgstr "1 minute"

#: common.pm:163
#, c-format
msgid "%d seconds"
msgstr "%d secondes"

#: common.pm:383
#, c-format
msgid "command %s missing"
msgstr "commande %s manquante"

#: diskdrake/dav.pm:17
#, c-format
msgid ""
"WebDAV is a protocol that allows you to mount a web server's directory\n"
"locally, and treat it like a local filesystem (provided the web server is\n"
"configured as a WebDAV server). If you would like to add WebDAV mount\n"
"points, select \"New\"."
msgstr ""
"WebDAV est un protocole qui vous permet de monter localement un dossier\n"
"de serveur web, et de le traiter comme un système de fichiers local (à "
"condition\n"
"que le serveur web soit configuré en serveur WebDAV). Si vous voulez "
"ajouter\n"
"des points de montage WebDAV choisissez « Nouveau »."

#: diskdrake/dav.pm:25
#, c-format
msgid "New"
msgstr "Nouveau"

#: diskdrake/dav.pm:63 diskdrake/interactive.pm:414 diskdrake/smbnfs_gtk.pm:75
#, c-format
msgid "Unmount"
msgstr "Démonter"

#: diskdrake/dav.pm:64 diskdrake/interactive.pm:410 diskdrake/smbnfs_gtk.pm:76
#, c-format
msgid "Mount"
msgstr "Monter"

#: diskdrake/dav.pm:65
#, c-format
msgid "Server"
msgstr "Serveur"

#: diskdrake/dav.pm:66 diskdrake/interactive.pm:404
#: diskdrake/interactive.pm:725 diskdrake/interactive.pm:743
#: diskdrake/interactive.pm:747 diskdrake/removable.pm:23
#: diskdrake/smbnfs_gtk.pm:79
#, c-format
msgid "Mount point"
msgstr "Point de montage"

#: diskdrake/dav.pm:67 diskdrake/interactive.pm:406
#: diskdrake/interactive.pm:1160 diskdrake/removable.pm:24
#: diskdrake/smbnfs_gtk.pm:80
#, c-format
msgid "Options"
msgstr "Options"

#: diskdrake/dav.pm:68 interactive.pm:387 interactive/gtk.pm:453
#, c-format
msgid "Remove"
msgstr "Enlever"

#: diskdrake/dav.pm:69 diskdrake/hd_gtk.pm:187 diskdrake/removable.pm:26
#: diskdrake/smbnfs_gtk.pm:82 interactive/http.pm:151
#, c-format
msgid "Done"
msgstr "Terminer"

#: diskdrake/dav.pm:78 diskdrake/hd_gtk.pm:128 diskdrake/hd_gtk.pm:292
#: diskdrake/interactive.pm:247 diskdrake/interactive.pm:260
#: diskdrake/interactive.pm:453 diskdrake/interactive.pm:524
#: diskdrake/interactive.pm:542 diskdrake/interactive.pm:547
#: diskdrake/interactive.pm:715 diskdrake/interactive.pm:1000
#: diskdrake/interactive.pm:1051 diskdrake/interactive.pm:1206
#: diskdrake/interactive.pm:1219 diskdrake/interactive.pm:1222
#: diskdrake/interactive.pm:1490 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:23
#: do_pkgs.pm:28 do_pkgs.pm:44 do_pkgs.pm:60 do_pkgs.pm:65 do_pkgs.pm:82
#: fsedit.pm:246 interactive/http.pm:117 interactive/http.pm:118
#: modules/interactive.pm:19 scanner.pm:95 scanner.pm:106 scanner.pm:113
#: scanner.pm:120 wizards.pm:95 wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "Erreur"

#: diskdrake/dav.pm:86
#, c-format
msgid "Please enter the WebDAV server URL"
msgstr "Entrez l'adresse du serveur WebDAV"

#: diskdrake/dav.pm:90
#, c-format
msgid "The URL must begin with http:// or https://"
msgstr "L'URL doit commencer par http:// ou https://"

#: diskdrake/dav.pm:106 diskdrake/hd_gtk.pm:417 diskdrake/interactive.pm:306
#: diskdrake/interactive.pm:391 diskdrake/interactive.pm:600
#: diskdrake/interactive.pm:818 diskdrake/interactive.pm:882
#: diskdrake/interactive.pm:1031 diskdrake/interactive.pm:1073
#: diskdrake/interactive.pm:1074 diskdrake/interactive.pm:1300
#: diskdrake/interactive.pm:1338 diskdrake/interactive.pm:1489 do_pkgs.pm:19
#: do_pkgs.pm:39 do_pkgs.pm:57 do_pkgs.pm:77 harddrake/sound.pm:442
#, c-format
msgid "Warning"
msgstr "Attention"

#: diskdrake/dav.pm:106
#, c-format
msgid "Are you sure you want to delete this mount point?"
msgstr "Êtes-vous sûr de vouloir supprimer ce point de montage ?"

#: diskdrake/dav.pm:124
#, c-format
msgid "Server: "
msgstr "Serveur : "

#: diskdrake/dav.pm:125 diskdrake/interactive.pm:498
#: diskdrake/interactive.pm:1362 diskdrake/interactive.pm:1450
#, c-format
msgid "Mount point: "
msgstr "Point de montage : "

#: diskdrake/dav.pm:126 diskdrake/interactive.pm:1457
#, c-format
msgid "Options: %s"
msgstr "Options : %s"

#: diskdrake/hd_gtk.pm:61 diskdrake/interactive.pm:301
#: diskdrake/smbnfs_gtk.pm:22 fs/mount_point.pm:108
#: fs/partitioning_wizard.pm:53 fs/partitioning_wizard.pm:236
#: fs/partitioning_wizard.pm:244 fs/partitioning_wizard.pm:283
#: fs/partitioning_wizard.pm:431 fs/partitioning_wizard.pm:494
#: fs/partitioning_wizard.pm:577 fs/partitioning_wizard.pm:580
#, c-format
msgid "Partitioning"
msgstr "Partitionnement"

#: diskdrake/hd_gtk.pm:73
#, c-format
msgid "Click on a partition, choose a filesystem type then choose an action"
msgstr ""
"Cliquez sur une partition, choisissez un type de système de fichier puis "
"choisissez une action"

#: diskdrake/hd_gtk.pm:110 diskdrake/interactive.pm:1181
#: diskdrake/interactive.pm:1191 diskdrake/interactive.pm:1244
#, c-format
msgid "Read carefully"
msgstr "MISE EN GARDE"

#: diskdrake/hd_gtk.pm:110
#, c-format
msgid "Please make a backup of your data first"
msgstr ""
"Avant d'utiliser un logiciel de partitionnement de disques,\n"
"il est prudent de faire une copie de sauvegarde de vos données !!"

#: diskdrake/hd_gtk.pm:111 diskdrake/interactive.pm:240
#, c-format
msgid "Exit"
msgstr "Quitter"

#: diskdrake/hd_gtk.pm:111
#, c-format
msgid "Continue"
msgstr "Continuer"

#: diskdrake/hd_gtk.pm:182 fs/partitioning_wizard.pm:553 interactive.pm:653
#: interactive/gtk.pm:811 interactive/gtk.pm:829 interactive/gtk.pm:850
#: ugtk2.pm:936
#, c-format
msgid "Help"
msgstr "Aide"

#: diskdrake/hd_gtk.pm:228
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
"I suggest you first resize that partition\n"
"(click on it, then click on \"Resize\")"
msgstr ""
"Votre disque possède une seule grande partition Windows.\n"
"Vous devriez la réduire pour pouvoir créer d'autres partitions :\n"
"cliquez sur la partition puis sur « Redimensionner »."

#: diskdrake/hd_gtk.pm:230
#, c-format
msgid "Please click on a partition"
msgstr "Veuillez cliquer sur une partition"

#: diskdrake/hd_gtk.pm:244 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "Détails"

#: diskdrake/hd_gtk.pm:292
#, c-format
msgid "No hard disk drives found"
msgstr "Aucun disque dur trouvé"

#: diskdrake/hd_gtk.pm:323
#, c-format
msgid "Unknown"
msgstr "Inconnu"

#: diskdrake/hd_gtk.pm:388
#, c-format
msgid "Ext4"
msgstr "Ext4"

#: diskdrake/hd_gtk.pm:388 fs/partitioning_wizard.pm:401
#, c-format
msgid "XFS"
msgstr "XFS"

#: diskdrake/hd_gtk.pm:388 fs/partitioning_wizard.pm:401
#, c-format
msgid "Swap"
msgstr "Swap"

#: diskdrake/hd_gtk.pm:388 fs/partitioning_wizard.pm:401
#, c-format
msgid "SunOS"
msgstr "SunOS"

#: diskdrake/hd_gtk.pm:388 fs/partitioning_wizard.pm:401
#, c-format
msgid "HFS"
msgstr "HFS"

#: diskdrake/hd_gtk.pm:388 fs/partitioning_wizard.pm:401
#, c-format
msgid "Windows"
msgstr "Windows"

#: diskdrake/hd_gtk.pm:389 fs/partitioning_wizard.pm:402 services.pm:184
#, c-format
msgid "Other"
msgstr "Autre"

#: diskdrake/hd_gtk.pm:389 diskdrake/interactive.pm:1377
#: fs/partitioning_wizard.pm:402
#, c-format
msgid "Empty"
msgstr "Vide"

#: diskdrake/hd_gtk.pm:396
#, c-format
msgid "Filesystem types:"
msgstr "Types des systèmes de fichiers :"

#: diskdrake/hd_gtk.pm:417
#, c-format
msgid "This partition is already empty"
msgstr "Cette partition est déja vide"

#: diskdrake/hd_gtk.pm:426
#, c-format
msgid "Use ``Unmount'' first"
msgstr "Cliquez d'abord sur « Démonter »"

#: diskdrake/hd_gtk.pm:426
#, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr "Utilisez plutôt « %s » (en mode expert)"

#: diskdrake/hd_gtk.pm:426 diskdrake/interactive.pm:405
#: diskdrake/interactive.pm:642 diskdrake/removable.pm:25
#: diskdrake/removable.pm:48
#, c-format
msgid "Type"
msgstr "Type"

#: diskdrake/interactive.pm:211
#, c-format
msgid "Choose another partition"
msgstr "Choisissez une autre partition"

#: diskdrake/interactive.pm:211
#, c-format
msgid "Choose a partition"
msgstr "Choisissez une partition"

#: diskdrake/interactive.pm:273 diskdrake/interactive.pm:382
#: interactive/curses.pm:512
#, c-format
msgid "More"
msgstr "Davantage"

#: diskdrake/interactive.pm:281 diskdrake/interactive.pm:294
#: diskdrake/interactive.pm:569 diskdrake/interactive.pm:1285
#, c-format
msgid "Confirmation"
msgstr "Confirmation"

#: diskdrake/interactive.pm:281
#, c-format
msgid "Continue anyway?"
msgstr "Désirez-vous tout de même continuer ?"

#: diskdrake/interactive.pm:286
#, c-format
msgid "Quit without saving"
msgstr "Quitter sans sauvegarder"

#: diskdrake/interactive.pm:286
#, c-format
msgid "Quit without writing the partition table?"
msgstr "Désirez-vous réellement quitter sans écrire la table des partitions ?"

#: diskdrake/interactive.pm:294
#, c-format
msgid "Do you want to save the /etc/fstab modifications?"
msgstr "Désirez-vous sauvegarder les modifications de /etc/fstab"

#: diskdrake/interactive.pm:301 fs/partitioning_wizard.pm:283
#, c-format
msgid "You need to reboot for the partition table modifications to take effect"
msgstr ""
"Vous devez redémarrer pour que les modifications apportées à la\n"
"table des partitions soient prises en compte"

#: diskdrake/interactive.pm:306
#, c-format
msgid ""
"You should format partition %s.\n"
"Otherwise no entry for mount point %s will be written in fstab.\n"
"Quit anyway?"
msgstr ""
"Vous devriez formater la partition %s.\n"
"Sinon aucune entrée pour le point de montage %s ne sera écrite dans la "
"fstab.\n"
"Quitter malgré tout ?"

#: diskdrake/interactive.pm:319
#, c-format
msgid "Clear all"
msgstr "Supprimer toutes les partitions"

#: diskdrake/interactive.pm:320
#, c-format
msgid "Auto allocate"
msgstr "Partitionnement automatique"

#: diskdrake/interactive.pm:326
#, c-format
msgid "Toggle to normal mode"
msgstr "Passer en mode normal"

#: diskdrake/interactive.pm:326
#, c-format
msgid "Toggle to expert mode"
msgstr "Passer en mode expert"

#: diskdrake/interactive.pm:338
#, c-format
msgid "Hard disk drive information"
msgstr "Informations sur les disques durs"

#: diskdrake/interactive.pm:371
#, c-format
msgid "All primary partitions are used"
msgstr "Toutes les partitions primaires sont utilisées"

#: diskdrake/interactive.pm:372
#, c-format
msgid "I can not add any more partitions"
msgstr "Impossible d'ajouter une partition"

#: diskdrake/interactive.pm:373
#, c-format
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr ""
"Pour pouvoir utiliser plus de partitions, vous devez d'abord en supprimer "
"une pour la remplacer par une partition étendue."

#: diskdrake/interactive.pm:384
#, c-format
msgid "Reload partition table"
msgstr "Relire la table des partitions"

#: diskdrake/interactive.pm:391
#, c-format
msgid "Detailed information"
msgstr "Informations détaillées"

#: diskdrake/interactive.pm:403
#, c-format
msgid "View"
msgstr "Voir"

#: diskdrake/interactive.pm:408 diskdrake/interactive.pm:831
#, c-format
msgid "Resize"
msgstr "Redimensionner"

#: diskdrake/interactive.pm:409
#, c-format
msgid "Format"
msgstr "Formater"

#: diskdrake/interactive.pm:411 diskdrake/interactive.pm:963
#, c-format
msgid "Add to RAID"
msgstr "Ajouter au RAID"

#: diskdrake/interactive.pm:412 diskdrake/interactive.pm:982
#, c-format
msgid "Add to LVM"
msgstr "Ajouter au LVM"

#: diskdrake/interactive.pm:413
#, c-format
msgid "Use"
msgstr "Utiliser"

#: diskdrake/interactive.pm:415
#, c-format
msgid "Delete"
msgstr "Supprimer"

#: diskdrake/interactive.pm:416
#, c-format
msgid "Remove from RAID"
msgstr "Supprimer du RAID"

#: diskdrake/interactive.pm:417
#, c-format
msgid "Remove from LVM"
msgstr "Supprimer du LVM"

#: diskdrake/interactive.pm:418
#, c-format
msgid "Remove from dm"
msgstr "Supprimer du DM"

#: diskdrake/interactive.pm:419
#, c-format
msgid "Modify RAID"
msgstr "Modifier le RAID"

#: diskdrake/interactive.pm:420
#, c-format
msgid "Use for loopback"
msgstr "Utiliser pour le bouclage"

#: diskdrake/interactive.pm:431
#, c-format
msgid "Create"
msgstr "Créer"

#: diskdrake/interactive.pm:453
#, c-format
msgid "Failed to mount partition"
msgstr "Impossible de monter la partition"

#: diskdrake/interactive.pm:487 diskdrake/interactive.pm:489
#, c-format
msgid "Create a new partition"
msgstr "Créer une nouvelle partition"

#: diskdrake/interactive.pm:491
#, c-format
msgid "Start sector: "
msgstr "Secteur de début : "

#: diskdrake/interactive.pm:494 diskdrake/interactive.pm:1066
#, c-format
msgid "Size in MB: "
msgstr "Taille en Mo : "

#: diskdrake/interactive.pm:496 diskdrake/interactive.pm:1067
#, c-format
msgid "Filesystem type: "
msgstr "Type du système de fichiers : "

#: diskdrake/interactive.pm:502
#, c-format
msgid "Preference: "
msgstr "Préférence : "

#: diskdrake/interactive.pm:505
#, c-format
msgid "Logical volume name "
msgstr "Nom du volume logique"

#: diskdrake/interactive.pm:507
#, c-format
msgid "Encrypt partition"
msgstr "Chiffrer une partition"

#: diskdrake/interactive.pm:508
#, c-format
msgid "Encryption key "
msgstr "Clé de chiffrement"

#: diskdrake/interactive.pm:509 diskdrake/interactive.pm:1494
#, c-format
msgid "Encryption key (again)"
msgstr "Clé de chiffrement (confirmation)"

#: diskdrake/interactive.pm:521 diskdrake/interactive.pm:1490
#, c-format
msgid "The encryption keys do not match"
msgstr "Les clés de chiffrement ne correspondent pas"

#: diskdrake/interactive.pm:522
#, c-format
msgid "Missing encryption key"
msgstr "Clé de chiffrement manquante"

#: diskdrake/interactive.pm:542
#, c-format
msgid ""
"You can not create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
"First remove a primary partition and create an extended partition."
msgstr ""
"Vous ne pouvez pas créer de nouvelle partition\n"
"(vous avez atteint le nombre maximum de partitions primaires).\n"
"Retirez d'abord une partition primaire et créez une partition étendue."

#: diskdrake/interactive.pm:569 diskdrake/interactive.pm:1285
#: fs/partitioning.pm:48
#, c-format
msgid "Check for bad blocks?"
msgstr "Vérifier la présence de secteurs endommagés ?"

#: diskdrake/interactive.pm:600
#, c-format
msgid "Remove the loopback file?"
msgstr "Supprimer le fichier de bouclage ?"

#: diskdrake/interactive.pm:623
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"Après avoir modifié le type de la partition %s, toutes les données\n"
"présentes sur cette partition seront perdues."

#: diskdrake/interactive.pm:639
#, c-format
msgid "Change partition type"
msgstr "Changement du type de partition"

#: diskdrake/interactive.pm:641 diskdrake/removable.pm:47
#, c-format
msgid "Which filesystem do you want?"
msgstr "Quel système de fichiers désirez-vous utiliser ?"

#: diskdrake/interactive.pm:648
#, c-format
msgid "Switching from %s to %s"
msgstr "Passage de %s à %s"

#: diskdrake/interactive.pm:683
#, c-format
msgid "Set volume label"
msgstr "Spécifier le nom du volume"

#: diskdrake/interactive.pm:685
#, c-format
msgid "Beware, this will be written to disk as soon as you validate!"
msgstr "Attention, cela sera écrit sur le disque dès que vous confirmerez !"

#: diskdrake/interactive.pm:686
#, c-format
msgid "Beware, this will be written to disk only after formatting!"
msgstr "Attention, cela sera écrit sur le disque qu'après le formatage !"

#: diskdrake/interactive.pm:688
#, c-format
msgid "Which volume label?"
msgstr "Quel nom du volume ?"

#: diskdrake/interactive.pm:689
#, c-format
msgid "Label:"
msgstr "Label :"

#: diskdrake/interactive.pm:710
#, c-format
msgid "Where do you want to mount the loopback file %s?"
msgstr "Où désirez-vous monter le fichier de bouclage %s ?"

#: diskdrake/interactive.pm:711
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "Où désirez-vous monter la partition %s ?"

#: diskdrake/interactive.pm:716
#, c-format
msgid ""
"Cannot unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
msgstr ""
"Il est impossible de dé-sélectionner ce point de montage car il est\n"
"utilisé pour du bouclage. Veuillez supprimer ce dernier d'abord."

#: diskdrake/interactive.pm:746
#, c-format
msgid "Where do you want to mount %s?"
msgstr "Où désirez-vous monter %s ?"

#: diskdrake/interactive.pm:776 diskdrake/interactive.pm:871
#: fs/partitioning_wizard.pm:129 fs/partitioning_wizard.pm:205
#, c-format
msgid "Resizing"
msgstr "Redimensionnement"

#: diskdrake/interactive.pm:776
#, c-format
msgid "Computing FAT filesystem bounds"
msgstr "Calcul des limites du système de fichiers FAT..."

#: diskdrake/interactive.pm:818
#, c-format
msgid "This partition is not resizeable"
msgstr "Cette partition ne peut pas être redimensionnée"

#: diskdrake/interactive.pm:823
#, c-format
msgid "All data on this partition should be backed up"
msgstr ""
"Toutes les données présentes sur cette partition\n"
"devraient avoir été sauvegardées."

#: diskdrake/interactive.pm:825
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"Après avoir redimensionné la partition %s, toutes les données présentes\n"
"sur cette partition seront perdues"

#: diskdrake/interactive.pm:832
#, c-format
msgid "Choose the new size"
msgstr "Choisissez la nouvelle taille"

#: diskdrake/interactive.pm:833
#, c-format
msgid "New size in MB: "
msgstr "Nouvelle taille en Mo : "

#: diskdrake/interactive.pm:834
#, c-format
msgid "Minimum size: %s MB"
msgstr "Taille minimale : %s Mo"

#: diskdrake/interactive.pm:835
#, c-format
msgid "Maximum size: %s MB"
msgstr "Taille maximale : %s Mo"

#: diskdrake/interactive.pm:882 fs/partitioning_wizard.pm:213
#, c-format
msgid ""
"To ensure data integrity after resizing the partition(s),\n"
"filesystem checks will be run on your next boot into Microsoft Windows®"
msgstr ""
"Afin d'assurer l'intégrité des données après le redimensionnement de(s) "
"partition(s),\n"
"une vérification du système de fichier sera réalisé au prochain démarrage de "
"Microsoft Windows™"

#: diskdrake/interactive.pm:946 diskdrake/interactive.pm:1485
#, c-format
msgid "Filesystem encryption key"
msgstr "Clé de chiffrement du système de fichiers"

#: diskdrake/interactive.pm:947
#, c-format
msgid "Enter your filesystem encryption key"
msgstr "Tapez votre clé de chiffrement du système de fichiers"

#: diskdrake/interactive.pm:948 diskdrake/interactive.pm:1493
#, c-format
msgid "Encryption key"
msgstr "Clé de chiffrement"

#: diskdrake/interactive.pm:955
#, c-format
msgid "Invalid key"
msgstr "Clé invalide"

#: diskdrake/interactive.pm:963
#, c-format
msgid "Choose an existing RAID to add to"
msgstr "Choisissez un RAID existant"

#: diskdrake/interactive.pm:965 diskdrake/interactive.pm:984
#, c-format
msgid "new"
msgstr "Nouveau"

#: diskdrake/interactive.pm:982
#, c-format
msgid "Choose an existing LVM to add to"
msgstr "Choisissez un LVM existant"

#: diskdrake/interactive.pm:994 diskdrake/interactive.pm:1003
#, c-format
msgid "LVM name"
msgstr "Nom LVM"

#: diskdrake/interactive.pm:995
#, c-format
msgid "Enter a name for the new LVM volume group"
msgstr "Entrez un nom pour le nouveau groupe de volume LVM"

#: diskdrake/interactive.pm:1000
#, c-format
msgid "\"%s\" already exists"
msgstr "« %s » existe déjà"

#: diskdrake/interactive.pm:1031
#, c-format
msgid ""
"Physical volume %s is still in use.\n"
"Do you want to move used physical extents on this volume to other volumes?"
msgstr ""
"Le volume physique %s est toujours utilisé.\n"
"Voulez-vous déplacer les Physical Extents PE de ce volume vers d'autres "
"volumes ?"

#: diskdrake/interactive.pm:1033
#, c-format
msgid "Moving physical extents"
msgstr "Déplacement des d'unités d'allocation physiques"

#: diskdrake/interactive.pm:1051
#, c-format
msgid "This partition can not be used for loopback"
msgstr "Cette partition ne peut pas être utilisée pour du bouclage"

#: diskdrake/interactive.pm:1064
#, c-format
msgid "Loopback"
msgstr "Bouclage"

#: diskdrake/interactive.pm:1065
#, c-format
msgid "Loopback file name: "
msgstr "Nom du fichier de bouclage : "

#: diskdrake/interactive.pm:1070
#, c-format
msgid "Give a file name"
msgstr "Donnez un nom de fichier"

#: diskdrake/interactive.pm:1073
#, c-format
msgid "File is already used by another loopback, choose another one"
msgstr ""
"Ce fichier est déjà utilisé par un bouclage.\n"
"Veuillez en choisir un autre."

#: diskdrake/interactive.pm:1074
#, c-format
msgid "File already exists. Use it?"
msgstr "Le fichier existe déjà. Faut-il l'utiliser ?"

#: diskdrake/interactive.pm:1106 diskdrake/interactive.pm:1109
#, c-format
msgid "Mount options"
msgstr "Options de montage"

#: diskdrake/interactive.pm:1116
#, c-format
msgid "Various"
msgstr "Divers"

#: diskdrake/interactive.pm:1162
#, c-format
msgid "device"
msgstr "périphérique"

#: diskdrake/interactive.pm:1163
#, c-format
msgid "level"
msgstr "Niveau de RAID"

#: diskdrake/interactive.pm:1164
#, c-format
msgid "chunk size in KiB"
msgstr "taille de bloc en KiO"

#: diskdrake/interactive.pm:1182
#, c-format
msgid "Be careful: this operation is dangerous."
msgstr "Soyez prudent : cette opération est dangereuse."

#: diskdrake/interactive.pm:1197
#, c-format
msgid "Partitioning Type"
msgstr "Type de partitionnement"

#: diskdrake/interactive.pm:1197
#, c-format
msgid "What type of partitioning?"
msgstr "Quel type de partitionnement ?"

#: diskdrake/interactive.pm:1235
#, c-format
msgid "You'll need to reboot before the modification can take effect"
msgstr ""
"Vous devez redémarrer pour que les modifications soient prises en compte"

#: diskdrake/interactive.pm:1244
#, c-format
msgid "Partition table of drive %s is going to be written to disk"
msgstr "La table des partitions de %s va maintenant être écrite sur le disque"

#: diskdrake/interactive.pm:1263 fs/format.pm:102 fs/format.pm:109
#, c-format
msgid "Formatting partition %s"
msgstr "Formatage de la partition %s"

#: diskdrake/interactive.pm:1276
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"Après avoir formaté la partition %s, toutes les données présentes\n"
"sur cette partition seront perdues."

#: diskdrake/interactive.pm:1299
#, c-format
msgid "Move files to the new partition"
msgstr "Déplacer les fichiers sur la nouvelle partition"

#: diskdrake/interactive.pm:1299
#, c-format
msgid "Hide files"
msgstr "Cacher les fichiers"

#: diskdrake/interactive.pm:1300
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)\n"
"\n"
"You can either choose to move the files into the partition that will be "
"mounted there or leave them where they are (which results in hiding them by "
"the contents of the mounted partition)"
msgstr ""
"Le répertoire %s contient déjà des données\n"
"(%s)\n"
"\n"
"Vous pouvez soit déplacer les fichiers vers la partition qui sera montée, "
"soit les laisser où ils sont (ce qui aura pour effet des les cacher par le "
"contenu de la partition montée)"

#: diskdrake/interactive.pm:1315
#, c-format
msgid "Moving files to the new partition"
msgstr "Déplacement des fichiers sur la nouvelle partition..."

#: diskdrake/interactive.pm:1319
#, c-format
msgid "Copying %s"
msgstr "Copie de %s"

#: diskdrake/interactive.pm:1323
#, c-format
msgid "Removing %s"
msgstr "Suppression de %s"

#: diskdrake/interactive.pm:1337
#, c-format
msgid "partition %s is now known as %s"
msgstr "la partition %s est maintenant connue comme %s"

#: diskdrake/interactive.pm:1338
#, c-format
msgid "Partitions have been renumbered: "
msgstr "Les partitions ont été renumérotées : "

#: diskdrake/interactive.pm:1363 diskdrake/interactive.pm:1434
#, c-format
msgid "Device: "
msgstr "Périphérique : "

#: diskdrake/interactive.pm:1364
#, c-format
msgid "Volume label: "
msgstr "Nom du volume : "

#: diskdrake/interactive.pm:1365
#, c-format
msgid "UUID: "
msgstr "UUID :"

#: diskdrake/interactive.pm:1366
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "Lettre de lecteur DOS supposée : %s\n"

#: diskdrake/interactive.pm:1370 diskdrake/interactive.pm:1379
#: diskdrake/interactive.pm:1453
#, c-format
msgid "Type: "
msgstr "Type : "

#: diskdrake/interactive.pm:1374 diskdrake/interactive.pm:1438
#, c-format
msgid "Name: "
msgstr "Nom : "

#: diskdrake/interactive.pm:1381
#, c-format
msgid "Start: sector %s\n"
msgstr "Début : secteur %s\n"

#: diskdrake/interactive.pm:1382
#, c-format
msgid "Size: %s"
msgstr "Taille : %s"

#: diskdrake/interactive.pm:1384
#, c-format
msgid ", %s sectors"
msgstr ", %s secteurs"

#: diskdrake/interactive.pm:1386
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Cylindre %d à %d\n"

#: diskdrake/interactive.pm:1387
#, c-format
msgid "Number of logical extents: %d\n"
msgstr "Nombre d'unités d'allocation logiques : %d\n"

#: diskdrake/interactive.pm:1388
#, c-format
msgid "Formatted\n"
msgstr "Formatée\n"

#: diskdrake/interactive.pm:1389
#, c-format
msgid "Not formatted\n"
msgstr "Non formatée\n"

#: diskdrake/interactive.pm:1390
#, c-format
msgid "Mounted\n"
msgstr "Montée\n"

#: diskdrake/interactive.pm:1391
#, c-format
msgid "RAID %s\n"
msgstr "Appartient au RAID %s\n"

#: diskdrake/interactive.pm:1393
#, c-format
msgid "Encrypted"
msgstr "Chiffrée"

#: diskdrake/interactive.pm:1395
#, c-format
msgid " (mapped on %s)"
msgstr " (connecté à %s)"

#: diskdrake/interactive.pm:1396
#, c-format
msgid " (to map on %s)"
msgstr " (à connecter sur %s)"

#: diskdrake/interactive.pm:1397
#, c-format
msgid " (inactive)"
msgstr " (inactif)"

#: diskdrake/interactive.pm:1404
#, c-format
msgid ""
"Loopback file(s):\n"
"   %s\n"
msgstr ""
"Fichier(s) de bouclage :\n"
"   %s\n"

#: diskdrake/interactive.pm:1405
#, c-format
msgid ""
"Partition booted by default\n"
"    (for MS-DOS boot, not for lilo)\n"
msgstr ""
"Partition d'amorçage par défaut\n"
"(pour DOS/Windows, pas pour LILO)\n"

#: diskdrake/interactive.pm:1407
#, c-format
msgid "Level %s\n"
msgstr "RAID de niveau %s\n"

#: diskdrake/interactive.pm:1408
#, c-format
msgid "Chunk size %d KiB\n"
msgstr "Taille de bloc %d KiO\n"

#: diskdrake/interactive.pm:1409
#, c-format
msgid "RAID-disks %s\n"
msgstr "disques RAID %s\n"

#: diskdrake/interactive.pm:1411
#, c-format
msgid "Loopback file name: %s"
msgstr "Nom du fichier de bouclage : %s"

#: diskdrake/interactive.pm:1414
#, c-format
msgid ""
"\n"
"Chances are, this partition is\n"
"a Driver partition. You should\n"
"probably leave it alone.\n"
msgstr ""
"\n"
"Cette partition est probablement\n"
"une partition de pilotes systèmes,\n"
"vous ne devriez pas la toucher.\n"

#: diskdrake/interactive.pm:1417
#, c-format
msgid ""
"\n"
"This special Bootstrap\n"
"partition is for\n"
"dual-booting your system.\n"
msgstr ""
"\n"
"Cette partition d'amorçage (bootstrap)\n"
"est nécessaire si vous avez plusieurs\n"
"systèmes d'exploitation. \n"

#: diskdrake/interactive.pm:1426
#, c-format
msgid "Free space on %s (%s)"
msgstr "Espace libre sur %s (%s)"

#: diskdrake/interactive.pm:1435
#, c-format
msgid "Read-only"
msgstr "Lecture seule"

#: diskdrake/interactive.pm:1436
#, c-format
msgid "Size: %s\n"
msgstr "Taille : %s\n"

#: diskdrake/interactive.pm:1437
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "Géométrie : %s cylindres, %s têtes, %s secteurs\n"

#: diskdrake/interactive.pm:1439
#, c-format
msgid "Medium type: "
msgstr "Type du médium : "

#: diskdrake/interactive.pm:1440
#, c-format
msgid "LVM-disks %s\n"
msgstr "disques LVM %s\n"

#: diskdrake/interactive.pm:1441
#, c-format
msgid "Partition table type: %s\n"
msgstr "Table des partitions de type : %s\n"

#: diskdrake/interactive.pm:1442
#, c-format
msgid "on channel %d id %d\n"
msgstr "sur canal %d id %d\n"

#: diskdrake/interactive.pm:1486
#, c-format
msgid "Choose your filesystem encryption key"
msgstr "Choisissez la clé de chiffrement du système de fichiers"

#: diskdrake/interactive.pm:1489
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr "Cette clé de chiffrement est trop courte (minimum %d caractères)"

#: diskdrake/interactive.pm:1496
#, c-format
msgid "Encryption algorithm"
msgstr "Algorithme de cryptage"

#: diskdrake/removable.pm:46
#, c-format
msgid "Change type"
msgstr "Changer le type"

#: diskdrake/smbnfs_gtk.pm:81 interactive.pm:129 interactive.pm:550
#: interactive/curses.pm:260 interactive/http.pm:104 interactive/http.pm:160
#: interactive/stdio.pm:39 interactive/stdio.pm:148 mygtk2.pm:847 ugtk2.pm:415
#: ugtk2.pm:517 ugtk2.pm:526 ugtk2.pm:812
#, c-format
msgid "Cancel"
msgstr "Annuler"

#: diskdrake/smbnfs_gtk.pm:164
#, c-format
msgid "Cannot login using username %s (bad password?)"
msgstr "Impossible de se connecter avec le nom %s (mauvais mot de passe ?)"

#: diskdrake/smbnfs_gtk.pm:168 diskdrake/smbnfs_gtk.pm:177
#, c-format
msgid "Domain Authentication Required"
msgstr "Domaine d'authentification nécessaire"

#: diskdrake/smbnfs_gtk.pm:169
#, c-format
msgid "Which username"
msgstr "Quel nom d'utilisateur"

#: diskdrake/smbnfs_gtk.pm:169
#, c-format
msgid "Another one"
msgstr "Un autre"

#: diskdrake/smbnfs_gtk.pm:178
#, c-format
msgid ""
"Please enter your username, password and domain name to access this host."
msgstr ""
"Veuillez entrer vos nom d'utilisateur, mot de passe et nom de domaine pour "
"accéder à ce serveur."

#: diskdrake/smbnfs_gtk.pm:180
#, c-format
msgid "Username"
msgstr "Nom d'utilisateur"

#: diskdrake/smbnfs_gtk.pm:182
#, c-format
msgid "Domain"
msgstr "Domaine"

#: diskdrake/smbnfs_gtk.pm:206
#, c-format
msgid "Search servers"
msgstr "Rechercher les serveurs"

#: diskdrake/smbnfs_gtk.pm:211
#, c-format
msgid "Search for new servers"
msgstr "Rechercher les nouveaux serveurs"

#: do_pkgs.pm:19 do_pkgs.pm:57
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Le paquetage %s doit être installé. Souhaitez-vous l'installer ?"

#: do_pkgs.pm:23 do_pkgs.pm:44 do_pkgs.pm:60 do_pkgs.pm:82
#, c-format
msgid "Could not install the %s package!"
msgstr "Impossible d'installer le paquetage %s !"

#: do_pkgs.pm:28 do_pkgs.pm:65
#, c-format
msgid "Mandatory package %s is missing"
msgstr "Le paquetage %s, requis, est manquant"

#: do_pkgs.pm:39 do_pkgs.pm:77
#, c-format
msgid "The following packages need to be installed:\n"
msgstr "Les paquetages suivants doivent être installés :\n"

#: do_pkgs.pm:241
#, c-format
msgid "Installing packages..."
msgstr "Installation des paquetages..."

#: do_pkgs.pm:287 pkgs.pm:285
#, c-format
msgid "Removing packages..."
msgstr "Suppression des paquetages ..."

#: fs/any.pm:17
#, c-format
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
msgstr ""
"Une erreur est survenue : aucun périphérique valide n'a été trouvé pour\n"
"créer de nouvelles partitions. Veuillez vérifier votre matériel."

#: fs/any.pm:75 fs/partitioning_wizard.pm:62
#, c-format
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "Vous devez disposer d'une partition FAT montée en /boot/efi"

#: fs/format.pm:106
#, c-format
msgid "Creating and formatting file %s"
msgstr "Création et formatage du fichier %s"

#: fs/format.pm:125
#, c-format
msgid "I do not know how to set label on %s with type %s"
msgstr "Impossible de spécifier le nom de volume sur %s de type %s"

#: fs/format.pm:134
#, c-format
msgid "setting label on %s failed, is it formatted?"
msgstr "l'initialisation du nom de volume sur %s a échoué, est-il formaté ?"

#: fs/format.pm:175
#, c-format
msgid "I do not know how to format %s in type %s"
msgstr "Impossible de formater %s au format %s"

#: fs/format.pm:180 fs/format.pm:182
#, c-format
msgid "%s formatting of %s failed"
msgstr "le formatage au format %s de %s a échoué"

#: fs/loopback.pm:24
#, c-format
msgid "Circular mounts %s\n"
msgstr "Points de montages circulaires %s\n"

#: fs/mount.pm:85
#, c-format
msgid "Mounting partition %s"
msgstr "Montage de la partition %s"

#: fs/mount.pm:86
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "le montage de la partition %s dans le dossier %s a échoué"

#: fs/mount.pm:91 fs/mount.pm:108
#, c-format
msgid "Checking %s"
msgstr "Vérification de %s"

#: fs/mount.pm:125 partition_table.pm:409
#, c-format
msgid "error unmounting %s: %s"
msgstr "Le démontage de %s a échoué : %s"

#: fs/mount.pm:140
#, c-format
msgid "Enabling swap partition %s"
msgstr "Activer la partition d'échange %s"

#: fs/mount_options.pm:112
#, c-format
msgid "Enable POSIX Access Control Lists"
msgstr "Activer les listes de contrôle d'accès POSIX"

#: fs/mount_options.pm:114
#, c-format
msgid "Flush write cache on file close"
msgstr "Vider le cache écriture à la fermeture de fichier"

#: fs/mount_options.pm:116
#, c-format
msgid "Enable group disk quota accounting and optionally enforce limits"
msgstr "Activer les quotas de groupes et imposer (facultativement) les limites"

#: fs/mount_options.pm:118
#, c-format
msgid ""
"Do not update inode access times on this filesystem\n"
"(e.g, for faster access on the news spool to speed up news servers)."
msgstr ""
"Ne pas mettre à jour l'heure d'accès aux inodes sur ce système de fichier\n"
"(par exemple, afin d'avoir d'accélérer un serveur de nouvelles via un accès "
"plus rapide aux à ces dernières)"

#: fs/mount_options.pm:121
#, c-format
msgid ""
"Update inode access times on this filesystem in a more efficient way\n"
"(e.g, for faster access on the news spool to speed up news servers)."
msgstr ""
"Mettre à jour l'heure d'accès aux inodes sur ce système de fichier\n"
"(par exemple, afin d'avoir d'accélérer un serveur de nouvelles via un accès "
"plus rapide aux à ces dernières)"

#: fs/mount_options.pm:124
#, c-format
msgid ""
"Can only be mounted explicitly (i.e.,\n"
"the -a option will not cause the filesystem to be mounted)."
msgstr ""
"Ne peut être monté qu'explicitement (ie.,\n"
"l'option -a ne montera pas le système de fichier)."

#: fs/mount_options.pm:127
#, c-format
msgid "Do not interpret character or block special devices on the filesystem."
msgstr ""
"Ignorer les fichiers spéciaux de type caractère ou bloc sur le système de "
"fichier."

#: fs/mount_options.pm:129
#, c-format
msgid ""
"Do not allow execution of any binaries on the mounted\n"
"filesystem. This option might be useful for a server that has filesystems\n"
"containing binaries for architectures other than its own."
msgstr ""
"N'autorise pas l'exécution de binaires sur le système de fichiers\n"
"monté. Cette option peut-être utile pour un serveur ayant des systèmes\n"
"de fichiers contenant des binaires d'autres architectures que la sienne."

#: fs/mount_options.pm:133
#, c-format
msgid ""
"Do not allow set-user-identifier or set-group-identifier\n"
"bits to take effect. (This seems safe, but is in fact rather unsafe if you\n"
"have suidperl(1) installed.)"
msgstr ""
"Empêche les bits SUID ou SGID d'être actifs. (Cela semble sûr, sauf si "
"suidperl(1) est installé.)"

#: fs/mount_options.pm:137
#, c-format
msgid "Mount the filesystem read-only."
msgstr "Monter le système de fichier en lecture seule."

#: fs/mount_options.pm:139
#, c-format
msgid "All I/O to the filesystem should be done synchronously."
msgstr "Toutes les E/S sur ce système de fichier sont asynchrones."

#: fs/mount_options.pm:141
#, c-format
msgid "Allow every user to mount and umount the filesystem."
msgstr ""
"Autoriser tous les utilisateurs à monter et démonter le système de fichier."

#: fs/mount_options.pm:143
#, c-format
msgid "Allow an ordinary user to mount the filesystem."
msgstr "Permettre à un utilisateur ordinaire de monter le système de fichier."

#: fs/mount_options.pm:145
#, c-format
msgid "Enable user disk quota accounting, and optionally enforce limits"
msgstr ""
"Activer les quotas disque pour les utilisateurs et éventuellement renforcer "
"les limites"

#: fs/mount_options.pm:147
#, c-format
msgid "Support \"user.\" extended attributes"
msgstr "Support des attributs étendus par les utilisateurs"

#: fs/mount_options.pm:149
#, c-format
msgid "Give write access to ordinary users"
msgstr "Donner l'accès en écriture aux utilisateurs ordinaires"

#: fs/mount_options.pm:151
#, c-format
msgid "Give read-only access to ordinary users"
msgstr "Donner l'accès en lecture aux utilisateurs ordinaires"

#: fs/mount_point.pm:82
#, c-format
msgid "Duplicate mount point %s"
msgstr "Point de montage en double : %s"

#: fs/mount_point.pm:97
#, c-format
msgid "No partition available"
msgstr "Aucune partition disponible"

#: fs/mount_point.pm:100
#, c-format
msgid "Scanning partitions to find mount points"
msgstr "Examen des partitions afin d'identifier les points de montage"

#: fs/mount_point.pm:107
#, c-format
msgid "Choose the mount points"
msgstr "Choisissez les points de montage"

#: fs/partitioning.pm:46
#, c-format
msgid "Choose the partitions you want to format"
msgstr "Choisissez les partitions que vous voulez formater"

#: fs/partitioning.pm:75
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can lose data)"
msgstr ""
"Erreur à la vérification du système de fichiers %s. Souhaitez-vous corriger "
"les erreurs ? (attention, vous pouvez perdre des données)"

#: fs/partitioning.pm:78
#, c-format
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"La partition d'échange (swap) est insuffisante pour achever l'installation, "
"veuillez en ajouter."

#: fs/partitioning_wizard.pm:53
#, c-format
msgid ""
"You must have a root partition.\n"
"To accomplish this, create a partition (or click on an existing one).\n"
"Then choose action ``Mount point'' and set it to `/'"
msgstr ""
"Vous devez avoir une partition racine.\n"
"Pour la définir, créez une partition (ou choisissez-en une déjà\n"
"existante) puis cliquez sur « Point de montage » et choisissez « / »."

#: fs/partitioning_wizard.pm:59
#, c-format
msgid ""
"You do not have a swap partition.\n"
"\n"
"Continue anyway?"
msgstr ""
"Vous n'avez pas de partition d'échange.\n"
"\n"
"Continuer malgré tout ?"

#: fs/partitioning_wizard.pm:93
#, c-format
msgid "Use free space"
msgstr "Utiliser l'espace disponible"

#: fs/partitioning_wizard.pm:95
#, c-format
msgid "Not enough free space to allocate new partitions"
msgstr "Pas assez d'espace libre pour créer de nouvelles partitions"

#: fs/partitioning_wizard.pm:103
#, c-format
msgid "Use existing partitions"
msgstr "Utiliser les partitions existantes"

#: fs/partitioning_wizard.pm:105
#, c-format
msgid "There is no existing partition to use"
msgstr "Il n'y a pas de partition existante à utiliser"

#: fs/partitioning_wizard.pm:129
#, c-format
msgid "Computing the size of the Microsoft Windows® partition"
msgstr "Calcul de la taille de la partition Microsoft Windows® en cours"

#: fs/partitioning_wizard.pm:165
#, c-format
msgid "Use the free space on a Microsoft Windows® partition"
msgstr "Utiliser l'espace libre sur une partition Microsoft Windows®"

#: fs/partitioning_wizard.pm:169
#, c-format
msgid "Which partition do you want to resize?"
msgstr "Quelle partition souhaitez-vous redimensionner ?"

#: fs/partitioning_wizard.pm:172
#, c-format
msgid ""
"Your Microsoft Windows® partition is too fragmented. Please reboot your "
"computer under Microsoft Windows®, run the ``defrag'' utility, then restart "
"the Mageia Linux installation."
msgstr ""
"Votre partition FAT est trop fragmentée. Redémarrez sous Microsoft Windows®\n"
"et lancez le programme de défragmentation « defrag »,\n"
"puis relancez l'installation de Mageia Linux."

#: fs/partitioning_wizard.pm:180
#, c-format
msgid ""
"WARNING!\n"
"\n"
"\n"
"Your Microsoft Windows® partition will be now resized.\n"
"\n"
"\n"
"Be careful: this operation is dangerous. If you have not already done so, "
"you first need to exit the installation, run \"chkdsk c:\" from a Command "
"Prompt under Microsoft Windows® (beware, running graphical program \"scandisk"
"\" is not enough, be sure to use \"chkdsk\" in a Command Prompt!), "
"optionally run defrag, then restart the installation. You should also backup "
"your data.\n"
"\n"
"\n"
"When sure, press %s."
msgstr ""
"ATTENTION !\n"
"\n"
"\n"
"La taille de votre partition Windows va maintenant être réduite.\n"
"\n"
"\n"
"Soyez prudent : cette opération est dangereuse. Si ce n'est pas déjà fait, "
"vous devriez tout d'abord quitter l'installation, lancer « chkdsk c: » "
"depuis la ligne de commande sous Windows (attention, le programme graphique "
"« scandisk » n'est pas suffisant, utilisez réellement « chkdsk » depuis la "
"ligne de commande ! ), éventuellement exécutez defrag, puis recommencez "
"l'installation. Vous devriez également sauvegarder vos données.\n"
"\n"
"\n"
"Si vous êtes sûr de vous, cliquez sur %s."

#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: fs/partitioning_wizard.pm:189 fs/partitioning_wizard.pm:557
#: interactive.pm:549 interactive/curses.pm:263 ugtk2.pm:519
#, c-format
msgid "Next"
msgstr "Suivant"

#: fs/partitioning_wizard.pm:195
#, c-format
msgid "Partitionning"
msgstr "Partitionnement"

#: fs/partitioning_wizard.pm:195
#, c-format
msgid "Which size do you want to keep for Microsoft Windows® on partition %s?"
msgstr ""
"Quelle taille désirez-vous allouer à Microsoft Windows® sur la partition %s ?"

#: fs/partitioning_wizard.pm:196
#, c-format
msgid "Size"
msgstr "Taille"

#: fs/partitioning_wizard.pm:205
#, c-format
msgid "Resizing Microsoft Windows® partition"
msgstr "Redimensionnement de la partition Microsoft Windows® en cours"

#: fs/partitioning_wizard.pm:210
#, c-format
msgid "FAT resizing failed: %s"
msgstr "Erreur lors du redimensionnement de la partition FAT : %s"

#: fs/partitioning_wizard.pm:226
#, c-format
msgid "There is no FAT partition to resize (or not enough space left)"
msgstr ""
"Il n'y a aucune partition FAT à redimensionner (ou trop peu d'espace est "
"disponible)"

#: fs/partitioning_wizard.pm:231
#, c-format
msgid "Remove Microsoft Windows®"
msgstr "Enlever Microsoft Windows®"

#: fs/partitioning_wizard.pm:231
#, c-format
msgid "Erase and use entire disk"
msgstr "Effacer et utiliser le disque tout entier"

#: fs/partitioning_wizard.pm:235
#, fuzzy, c-format
msgid ""
"You have more than one hard disk drive, which one do you want the installer "
"to use?"
msgstr ""
"Vous possédez plus d'un disque dur.\n"
"Sur lequel désirez-vous installer Linux ?"

#: fs/partitioning_wizard.pm:243 fsedit.pm:632
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr ""
"TOUTES les partitions existantes et toutes les données présentes sur\n"
"le disque %s seront perdues"

#: fs/partitioning_wizard.pm:253
#, c-format
msgid "Custom disk partitioning"
msgstr "Partitionnement de disque personnalisé"

#: fs/partitioning_wizard.pm:259
#, c-format
msgid "Use fdisk"
msgstr "Utiliser fdisk"

#: fs/partitioning_wizard.pm:262
#, c-format
msgid ""
"You can now partition %s.\n"
"When you are done, do not forget to save using `w'"
msgstr ""
"Vous pouvez maintenant partitionner %s.\n"
"\n"
"Lorsque vous aurez terminé, n'oubliez pas d'enregistrer vos\n"
"modifications en appuyant sur la touche « w »."

#: fs/partitioning_wizard.pm:401
#, c-format
msgid "Ext2/3/4"
msgstr "Ext2/3/4"

#: fs/partitioning_wizard.pm:431 fs/partitioning_wizard.pm:577
#, c-format
msgid "I can not find any room for installing"
msgstr "Pas de place disponible pour l'installation"

#: fs/partitioning_wizard.pm:440 fs/partitioning_wizard.pm:584
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "L'assistant de partitionnement a trouvé les solutions suivantes :"

#: fs/partitioning_wizard.pm:510
#, c-format
msgid "Here is the content of your disk drive "
msgstr "Voici le contenu de votre disque "

#: fs/partitioning_wizard.pm:594
#, c-format
msgid "Partitioning failed: %s"
msgstr "Échec du partitionnement : %s"

#: fs/type.pm:393
#, c-format
msgid "You can not use JFS for partitions smaller than 16MB"
msgstr "Les partitions JFS doivent faire au moins 16 Mo."

#: fs/type.pm:394
#, c-format
msgid "You can not use ReiserFS for partitions smaller than 32MB"
msgstr "Les partitions ReiserFS doivent faire au moins 32 Mo."

#: fsedit.pm:24
#, c-format
msgid "simple"
msgstr "simple"

#: fsedit.pm:28
#, c-format
msgid "with /usr"
msgstr "avec /usr"

#: fsedit.pm:33
#, c-format
msgid "server"
msgstr "serveur"

#: fsedit.pm:137
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr "RAID logiciel sur BIOS detecté sur les disques %s. Faut-il l'activer ?"

#: fsedit.pm:247
#, c-format
msgid ""
"I can not read the partition table of device %s, it's too corrupted for me :"
"(\n"
"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
"The other solution is to not allow DrakX to modify the partition table.\n"
"(the error is %s)\n"
"\n"
"Do you agree to lose all the partitions?\n"
msgstr ""
"La table des partitions du disque %s n'a pas pu être lue.\n"
"Il est possible de réinitialiser les partitions endommagées (TOUTES LES\n"
"DONNÉES seront perdues). Une autre solution consiste à ne pas autoriser\n"
"le logiciel DrakX à modifier la table des partitions (l'erreur est %s)\n"
"\n"
"Êtes-vous d'accord pour perdre toutes les partitions de ce disque ?\n"

#: fsedit.pm:427
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Les points de montage doivent commencer par /"

#: fsedit.pm:428
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr ""
"Les points de montage ne doivent contenir que des caractères alphanumériques"

#: fsedit.pm:429
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "Le point de montage %s est déjà utilisé\n"

#: fsedit.pm:434
#, c-format
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
"Please be sure to add a separate /boot partition"
msgstr ""
"Attention, vous avez choisi une partition RAID logiciel comme partition "
"racine (/).\n"
"Aucun chargeur de démarrage ne supporte cette configuration sans partition "
"spécifique pour /boot.\n"
"Assurez-vous d'ajouter une partition /boot"

#: fsedit.pm:440
#, fuzzy, c-format
msgid ""
"Metadata version unsupported for a boot partition. Please be sure to add a /"
"boot partition."
msgstr ""
"Attention, vous avez choisi une partition RAID logiciel comme partition "
"racine (/).\n"
"Aucun chargeur de démarrage ne supporte cette configuration sans partition "
"spécifique pour /boot.\n"
"Assurez-vous d'ajouter une partition /boot"

#: fsedit.pm:448
#, fuzzy, c-format
msgid ""
"You've selected a software RAID partition as /boot.\n"
"No bootloader is able to handle this."
msgstr ""
"Attention, vous avez choisi une partition RAID logiciel comme partition "
"racine (/).\n"
"Aucun chargeur de démarrage ne supporte cette configuration sans partition "
"spécifique pour /boot.\n"
"Assurez-vous d'ajouter une partition /boot"

#: fsedit.pm:452
#, c-format
msgid "Metadata version unsupported for a boot partition."
msgstr ""

#: fsedit.pm:459
#, c-format
msgid ""
"You've selected an encrypted partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
"Please be sure to add a separate /boot partition"
msgstr ""
"Attention, vous avez choisi une partition chiffrée comme partition racine "
"(/).\n"
"Aucun chargeur de démarrage ne supporte cette configuration sans partition "
"spécifique pour /boot.\n"
"Assurez-vous d'ajouter une partition /boot"

#: fsedit.pm:465 fsedit.pm:483
#, c-format
msgid "You can not use an encrypted filesystem for mount point %s"
msgstr ""
"Vous ne pouvez pas utiliser de système de fichiers crypté pour le point de "
"montage %s"

#: fsedit.pm:469
#, c-format
msgid ""
"You can not use the LVM Logical Volume for mount point %s since it spans "
"physical volumes"
msgstr ""
"Vous ne pouvez pas utiliser un volume logique LVM pour le point de montage "
"%s car il est réparti sur plusieurs volumes physiques"

#: fsedit.pm:471
#, c-format
msgid ""
"You've selected the LVM Logical Volume as root (/).\n"
"The bootloader is not able to handle this when the volume spans physical "
"volumes.\n"
"You should create a separate /boot partition first"
msgstr ""
"Attention, vous avez choisi un volume logique LVM comme partition racine "
"(/).\n"
"Le chargeur de démarrage ne peut pas gérer cette situation si le volume est "
"réparti sur plusieurs volumes physiques.\n"
"Vous devez d'abord créer une partition pour le dossier /boot."

#: fsedit.pm:475 fsedit.pm:477
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "Ce dossier doit rester dans la partition racine"

#: fsedit.pm:479 fsedit.pm:481
#, c-format
msgid ""
"You need a true filesystem (ext2/3/4, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr ""
"Vous avez besoin d'un vrai système de fichiers (ext2/3/4, reiserfs, xfs, ou "
"jfs) pour ce point de montage\n"

#: fsedit.pm:548
#, c-format
msgid "Not enough free space for auto-allocating"
msgstr "Pas assez d'espace libre pour le partitionnement automatique"

#: fsedit.pm:550
#, c-format
msgid "Nothing to do"
msgstr "Rien à faire"

#: harddrake/data.pm:62
#, c-format
msgid "SATA controllers"
msgstr "Contrôleurs SATA"

#: harddrake/data.pm:71
#, c-format
msgid "RAID controllers"
msgstr "Contrôleurs RAID"

#: harddrake/data.pm:81
#, c-format
msgid "(E)IDE/ATA controllers"
msgstr "Contrôleurs (E)IDE/ATA"

#: harddrake/data.pm:92
#, c-format
msgid "Card readers"
msgstr "Lecteurs de carte"

#: harddrake/data.pm:101
#, c-format
msgid "Firewire controllers"
msgstr "Contrôleurs Firewire"

#: harddrake/data.pm:110
#, c-format
msgid "PCMCIA controllers"
msgstr "Contrôleurs PCMCIA"

#: harddrake/data.pm:119
#, c-format
msgid "SCSI controllers"
msgstr "Contrôleurs SCSI"

#: harddrake/data.pm:128
#, c-format
msgid "USB controllers"
msgstr "Contrôleurs USB"

#: harddrake/data.pm:137
#, c-format
msgid "USB ports"
msgstr "Ports USB"

#: harddrake/data.pm:146
#, c-format
msgid "SMBus controllers"
msgstr "Contrôleurs SMB"

#: harddrake/data.pm:155
#, c-format
msgid "Bridges and system controllers"
msgstr "Ponts et contrôleurs système"

#: harddrake/data.pm:167
#, c-format
msgid "Floppy"
msgstr "Lecteur de disquette"

#: harddrake/data.pm:177
#, c-format
msgid "Zip"
msgstr "Lecteurs Zip"

#: harddrake/data.pm:193
#, c-format
msgid "Hard Disk"
msgstr "Disques"

#: harddrake/data.pm:203
#, c-format
msgid "USB Mass Storage Devices"
msgstr "Périphériques de stockage de masse USB"

#: harddrake/data.pm:212
#, c-format
msgid "CDROM"
msgstr "CD-ROM"

#: harddrake/data.pm:222
#, c-format
msgid "CD/DVD burners"
msgstr "Graveurs CD/DVD"

#: harddrake/data.pm:232
#, c-format
msgid "DVD-ROM"
msgstr "DVD"

#: harddrake/data.pm:242
#, c-format
msgid "Tape"
msgstr "Bande"

#: harddrake/data.pm:253
#, c-format
msgid "AGP controllers"
msgstr "Contrôleurs AGP"

#: harddrake/data.pm:262
#, c-format
msgid "Videocard"
msgstr "Carte vidéo"

#: harddrake/data.pm:271
#, c-format
msgid "DVB card"
msgstr "Carte DVB"

#: harddrake/data.pm:279
#, c-format
msgid "Tvcard"
msgstr "Carte TV"

#: harddrake/data.pm:289
#, c-format
msgid "Other MultiMedia devices"
msgstr "Autres périphériques multimédia"

#: harddrake/data.pm:298
#, c-format
msgid "Soundcard"
msgstr "Carte son"

#: harddrake/data.pm:312
#, c-format
msgid "Webcam"
msgstr "Webcam"

#: harddrake/data.pm:327
#, c-format
msgid "Processors"
msgstr "Processeurs"

#: harddrake/data.pm:337
#, c-format
msgid "ISDN adapters"
msgstr "Cartes RNIS"

#: harddrake/data.pm:348
#, c-format
msgid "USB sound devices"
msgstr "Périphériques audio USB"

#: harddrake/data.pm:357
#, c-format
msgid "Radio cards"
msgstr "Cartes radio"

#: harddrake/data.pm:366
#, c-format
msgid "ATM network cards"
msgstr "Cartes réseau ATM"

#: harddrake/data.pm:375
#, c-format
msgid "WAN network cards"
msgstr "Cartes réseau WAN"

#: harddrake/data.pm:384
#, c-format
msgid "Bluetooth devices"
msgstr "Périphériques Bluetooth"

#: harddrake/data.pm:393
#, c-format
msgid "Ethernetcard"
msgstr "Carte ethernet"

#: harddrake/data.pm:410
#, c-format
msgid "Modem"
msgstr "Modem"

#: harddrake/data.pm:420
#, c-format
msgid "ADSL adapters"
msgstr "Modems ADSL"

#: harddrake/data.pm:432
#, c-format
msgid "Memory"
msgstr "Mémoire"

#: harddrake/data.pm:441
#, c-format
msgid "Printer"
msgstr "Imprimante"

#. -PO: these are joysticks controllers:
#: harddrake/data.pm:455
#, c-format
msgid "Game port controllers"
msgstr "Contrôleurs joystick"

#: harddrake/data.pm:464
#, c-format
msgid "Joystick"
msgstr "Joystick"

#: harddrake/data.pm:474
#, c-format
msgid "Keyboard"
msgstr "Clavier"

#: harddrake/data.pm:488
#, c-format
msgid "Tablet and touchscreen"
msgstr "Tablettes et écrans tactiles"

#: harddrake/data.pm:497
#, c-format
msgid "Mouse"
msgstr "Souris"

#: harddrake/data.pm:512
#, c-format
msgid "Biometry"
msgstr "Biométrie"

#: harddrake/data.pm:520
#, c-format
msgid "UPS"
msgstr "UPS"

#: harddrake/data.pm:529
#, c-format
msgid "Scanner"
msgstr "Scanner"

#: harddrake/data.pm:540
#, c-format
msgid "Unknown/Others"
msgstr "Inconnus/Autres"

#: harddrake/data.pm:570
#, c-format
msgid "cpu # "
msgstr "processeur n°"

#: harddrake/sound.pm:303
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "Veuillez patienter... Mise en place de la configuration"

#: harddrake/sound.pm:366
#, c-format
msgid "Enable PulseAudio"
msgstr "Activer PulseAudio"

#: harddrake/sound.pm:370
#, c-format
msgid "Enable 5.1 sound with Pulse Audio"
msgstr "Activer le son 5.1 avec PulseAudio"

#: harddrake/sound.pm:375
#, c-format
msgid "Enable user switching for audio applications"
msgstr "Activer le changement d'utilisateur pour les applications audio"

#: harddrake/sound.pm:379
#, c-format
msgid "Use Glitch-Free mode"
msgstr "Utiliser le mode Glitch-Free"

#: harddrake/sound.pm:385
#, c-format
msgid "Reset sound mixer to default values"
msgstr "Ré-initialisation du mixage avec les valeurs par défaut"

#: harddrake/sound.pm:390
#, c-format
msgid "Troubleshooting"
msgstr "Résolution de problème"

#: harddrake/sound.pm:397
#, c-format
msgid "No alternative driver"
msgstr "Pas de pilote alternatif"

#: harddrake/sound.pm:398
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr ""
"Il n'existe pas de pilote alternatif OSS ou ALSA connu pour votre carte son "
"(%s) qui actuellement utilise « %s »"

#: harddrake/sound.pm:405
#, c-format
msgid "Sound configuration"
msgstr "Configuration du son"

#: harddrake/sound.pm:407
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
"sound card (%s)."
msgstr ""
"Vous pouvez sélectionner ici un pilote alternatif (OSS ou ALSA) pour votre "
"carte son (%s)."

#. -PO: here the first %s is either "OSS" or "ALSA", 
#. -PO: the second %s is the name of the current driver
#. -PO: and the third %s is the name of the default driver
#: harddrake/sound.pm:412
#, fuzzy, c-format
msgid ""
"\n"
"\n"
"Your card currently uses the %s\"%s\" driver (the default driver for your "
"card is \"%s\")"
msgstr ""
"\n"
"\n"
"Votre carte utilise actuellement le pilote %s « %s » (le pilote par défaut "
"étant « %s »)"

#: harddrake/sound.pm:414
#, c-format
msgid ""
"OSS (Open Sound System) was the first sound API. It's an OS independent "
"sound API (it's available on most UNIX(tm) systems) but it's a very basic "
"and limited API.\n"
"What's more, OSS drivers all reinvent the wheel.\n"
"\n"
"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
"which\n"
"supports quite a large range of ISA, USB and PCI cards.\n"
"\n"
"It also provides a much higher API than OSS.\n"
"\n"
"To use alsa, one can either use:\n"
"- the old compatibility OSS API\n"
"- the new ALSA API that provides many enhanced features but requires using "
"the ALSA library.\n"
msgstr ""
"OSS (Open Sound System) fut la première API sonore. Elle est multi "
"plateformes (disponible sur la majorité des systèmes UNIX™) mais est limitée "
"et très basique.\n"
"De ce fait, tous les pilotes OSS doivent réinventer la roue.\n"
"\n"
"ALSA (Advanced Linux Sound Architecture) est une architecture modulaire qui\n"
"supporte un nombre impressionnant de cartes ISA, PCI et USB.\n"
"\n"
"Elle fournit également une API de plus haut niveau qu'OSS.\n"
"\n"
"Pour utiliser ALSA, il est possible d'utiliser :\n"
"- la compatibilité avec l'ancienne API OSS\n"
"- la nouvelle API ALSA qui fournit un grand nombre de possibilités avancées "
"mais nécessite la bibliothèque ALSA.\n"

#: harddrake/sound.pm:428 harddrake/sound.pm:511
#, c-format
msgid "Driver:"
msgstr "Pilote :"

#: harddrake/sound.pm:442
#, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
"\n"
"It has been reported to oops the kernel on unloading.\n"
"\n"
"The new \"%s\" driver will only be used on next bootstrap."
msgstr ""
"L'ancien pilote « %s » est sur liste noire.\n"
"\n"
"Plusieurs personnes ont rapporté des problèmes avec le noyau lors de son "
"arrêt.\n"
"\n"
"Le nouveau pilote « %s » ne sera utilisé qu'au prochain démarrage."

#: harddrake/sound.pm:450
#, c-format
msgid "No open source driver"
msgstr "Pas de pilote open-source"

#: harddrake/sound.pm:451
#, c-format
msgid ""
"There's no free driver for your sound card (%s), but there's a proprietary "
"driver at \"%s\"."
msgstr ""
"Il n'existe pas de pilote libre pour votre carte son (%s), mais il en existe "
"un propriétaire à « %s »."

#: harddrake/sound.pm:454
#, c-format
msgid "No known driver"
msgstr "Aucun pilote connu"

#: harddrake/sound.pm:455
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "Il n'y a pas de pilote connu pour votre carte son (%s)"

#: harddrake/sound.pm:470
#, c-format
msgid "Sound troubleshooting"
msgstr "Résolution d'un problème de son"

#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: harddrake/sound.pm:473
#, c-format
msgid ""
"The classic bug sound tester is to run the following commands:\n"
"\n"
"\n"
"- \"lspcidrake -v | fgrep -i AUDIO\" will tell you which driver your card "
"uses\n"
"by default\n"
"\n"
"- \"grep sound-slot /etc/modprobe.conf\" will tell you what driver it\n"
"currently uses\n"
"\n"
"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
"loaded or not\n"
"\n"
"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
"tell you if sound and alsa services are configured to be run on\n"
"initlevel 3\n"
"\n"
"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
"\n"
"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
msgstr ""
"Pour résoudre un problème de son,\n"
"veuillez lancer les commandes suivantes dans une console :\n"
"\n"
"- « lspcidrake -v | fgrep -i AUDIO » vous indique quel pilote votre carte\n"
" utilise par défaut\n"
"\n"
"- « grep sound-slot /etc/modprobe.conf » vous affiche quel pilote\n"
"(module) est actuellement utilisé.\n"
"\n"
"- « /sbin/lsmod » vous permet de vérifier si ce module est chargé\n"
"\n"
"- « /sbin/chkconfig --list sound » et « /sbin/chkconfig --list alsa »\n"
"vous diront si les services « sound » et « alsa » sont configurés pour\n"
"être démarrés dès le niveau d'exécution 3 (init runlevel 3)\n"
"\n"
"- « aumix -q » vous permettra de voir si le volume sonore est coupé ou "
"non...\n"
"\n"
"- « /sbin/fuser -v /dev/dsp » dénoncera quel programme est en train\n"
"d'utiliser ou de bloquer la carte son.\n"

#: harddrake/sound.pm:500
#, c-format
msgid "Let me pick any driver"
msgstr "Choix d'un pilote"

#: harddrake/sound.pm:503
#, c-format
msgid "Choosing an arbitrary driver"
msgstr "Choix arbitraire d'un pilote..."

#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: harddrake/sound.pm:506
#, c-format
msgid ""
"If you really think that you know which driver is the right one for your "
"card\n"
"you can pick one from the above list.\n"
"\n"
"The current driver for your \"%s\" sound card is \"%s\" "
msgstr ""
"Si vous pensez vraiment savoir quel pilote est le bon pour votre carte\n"
"vous pouvez en choisir un dans la liste ci-dessous.\n"
"\n"
"Le pilote actuel pour votre carte son « %s » est « %s »."

#: harddrake/v4l.pm:12
#, c-format
msgid "Auto-detect"
msgstr "Auto-détecter"

#: harddrake/v4l.pm:97 harddrake/v4l.pm:285 harddrake/v4l.pm:337
#, c-format
msgid "Unknown|Generic"
msgstr "Inconnu|Générique"

#: harddrake/v4l.pm:130
#, c-format
msgid "Unknown|CPH05X (bt878) [many vendors]"
msgstr "Inconnu|CPH05X (bt878) [nombreux vendeurs]"

#: harddrake/v4l.pm:131
#, c-format
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr "Inconnu|CPH06X (bt878) [nombreux vendeurs]"

#: harddrake/v4l.pm:475
#, c-format
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
"detect the rights parameters.\n"
"If your card is misdetected, you can force the right tuner and card types "
"here. Just select your tv card parameters if needed."
msgstr ""
"Pour la plupart des cartes TV récentes, le module bttv du noyau GNU/Linux "
"auto-détecte tout seul les bons paramètres.\n"
"Si votre carte est mal détectée, vous pouvez donner les types de tuner et de "
"carte corrects ici. Vous n'avez qu'à sélectionner les paramètres nécessaires "
"à votre carte TV si nécessaire."

#: harddrake/v4l.pm:478
#, c-format
msgid "Card model:"
msgstr "Modèle de carte :"

#: harddrake/v4l.pm:479
#, c-format
msgid "Tuner type:"
msgstr "Type de tuner :"

#: interactive.pm:128 interactive.pm:549 interactive/curses.pm:263
#: interactive/http.pm:103 interactive/http.pm:156 interactive/stdio.pm:39
#: interactive/stdio.pm:148 interactive/stdio.pm:149 mygtk2.pm:847
#: ugtk2.pm:421 ugtk2.pm:519 ugtk2.pm:812 ugtk2.pm:835
#, c-format
msgid "Ok"
msgstr "Ok"

#: interactive.pm:228 modules/interactive.pm:72 ugtk2.pm:811 wizards.pm:156
#, c-format
msgid "Yes"
msgstr "Oui"

#: interactive.pm:228 modules/interactive.pm:72 ugtk2.pm:811 wizards.pm:156
#, c-format
msgid "No"
msgstr "Non"

#: interactive.pm:262
#, c-format
msgid "Choose a file"
msgstr "Choisissez un fichier"

#: interactive.pm:387 interactive/gtk.pm:453
#, c-format
msgid "Add"
msgstr "Ajouter"

#: interactive.pm:387 interactive/gtk.pm:453
#, c-format
msgid "Modify"
msgstr "Modifier"

#: interactive.pm:549 interactive/curses.pm:263 ugtk2.pm:519
#, c-format
msgid "Finish"
msgstr "Terminer"

#: interactive.pm:550 interactive/curses.pm:260 ugtk2.pm:517
#, c-format
msgid "Previous"
msgstr "Précédent"

#: interactive/curses.pm:556 ugtk2.pm:872
#, c-format
msgid "No file chosen"
msgstr "Aucun fichier choisi"

#: interactive/curses.pm:560 ugtk2.pm:876
#, c-format
msgid "You have chosen a directory, not a file"
msgstr "Vous devez spécifier un fichier, pas un répertoire"

#: interactive/curses.pm:562 ugtk2.pm:878
#, c-format
msgid "No such directory"
msgstr "Aucun répertoire de ce nom"

#: interactive/curses.pm:562 ugtk2.pm:878
#, c-format
msgid "No such file"
msgstr "Aucun fichier de ce nom"

#: interactive/gtk.pm:594
#, c-format
msgid "Beware, Caps Lock is enabled"
msgstr "Attention, le verrouillage majuscule (caps lock) est actif"

#: interactive/stdio.pm:29 interactive/stdio.pm:154
#, c-format
msgid "Bad choice, try again\n"
msgstr "Choix erroné, veuillez recommencer\n"

#: interactive/stdio.pm:30 interactive/stdio.pm:155
#, c-format
msgid "Your choice? (default %s) "
msgstr "Que choisissez-vous ? (%s par défaut) "

#: interactive/stdio.pm:54
#, c-format
msgid ""
"Entries you'll have to fill:\n"
"%s"
msgstr ""
"Les champs que vous devrez remplir sont :\n"
"%s"

#: interactive/stdio.pm:70
#, c-format
msgid "Your choice? (0/1, default `%s') "
msgstr "Votre choix ? (0/1, défaut « %s »)"

#: interactive/stdio.pm:97
#, c-format
msgid "Button `%s': %s"
msgstr "Bouton « %s » : %s"

#: interactive/stdio.pm:98
#, c-format
msgid "Do you want to click on this button?"
msgstr "Désirez-vous cliquer sur ce bouton ?"

#: interactive/stdio.pm:110
#, c-format
msgid "Your choice? (default `%s'%s) "
msgstr "Que choisissez-vous ? (« %s » par défaut%s) "

#: interactive/stdio.pm:110
#, c-format
msgid " enter `void' for void entry"
msgstr "Saisissez `void' pour une entrée vide"

#: interactive/stdio.pm:128
#, c-format
msgid "=> There are many things to choose from (%s).\n"
msgstr "=> Il y a beaucoup de choses à choisir (%s).\n"

#: interactive/stdio.pm:131
#, c-format
msgid ""
"Please choose the first number of the 10-range you wish to edit,\n"
"or just hit Enter to proceed.\n"
"Your choice? "
msgstr ""
"Veuillez choisir le premier nombre du groupe de 10 que vous\n"
"souhaitez modifier, ou appuyez juste sur <Entrée> pour continuer.\n"
"Votre choix ? "

#: interactive/stdio.pm:144
#, c-format
msgid ""
"=> Notice, a label changed:\n"
"%s"
msgstr ""
"=> Notez qu'un message a changé :\n"
"%s"

#: interactive/stdio.pm:151
#, c-format
msgid "Re-submit"
msgstr "Revalider"

#. -PO: the string "default:LTR" can be translated *ONLY* as "default:LTR"
#. -PO: or as "default:RTL", depending if your language is written from
#. -PO: left to right, or from right to left; any other string is wrong.
#: lang.pm:203
#, c-format
msgid "default:LTR"
msgstr "default:LTR"

#: lang.pm:220
#, c-format
msgid "Andorra"
msgstr "Andorre"

#: lang.pm:221 timezone.pm:226
#, c-format
msgid "United Arab Emirates"
msgstr "Émirats Arabes Unis"

#: lang.pm:222
#, c-format
msgid "Afghanistan"
msgstr "Afghanistan"

#: lang.pm:223
#, c-format
msgid "Antigua and Barbuda"
msgstr "Antigua-et-Barbuda"

#: lang.pm:224
#, c-format
msgid "Anguilla"
msgstr "Anguilla"

#: lang.pm:225
#, c-format
msgid "Albania"
msgstr "Albanie"

#: lang.pm:226
#, c-format
msgid "Armenia"
msgstr "Arménie"

#: lang.pm:227
#, c-format
msgid "Netherlands Antilles"
msgstr "Antilles néerlandaises"

#: lang.pm:228
#, c-format
msgid "Angola"
msgstr "Angola"

#: lang.pm:229
#, c-format
msgid "Antarctica"
msgstr "Antarctique"

#: lang.pm:230 timezone.pm:271
#, c-format
msgid "Argentina"
msgstr "Argentine"

#: lang.pm:231
#, c-format
msgid "American Samoa"
msgstr "Samoa Américaine"

#: lang.pm:232 mirror.pm:12 timezone.pm:229
#, c-format
msgid "Austria"
msgstr "Autriche"

#: lang.pm:233 mirror.pm:11 timezone.pm:267
#, c-format
msgid "Australia"
msgstr "Australie"

#: lang.pm:234
#, c-format
msgid "Aruba"
msgstr "Aruba"

#: lang.pm:235
#, c-format
msgid "Azerbaijan"
msgstr "Azerbaïdjan"

#: lang.pm:236
#, c-format
msgid "Bosnia and Herzegovina"
msgstr "Bosnie Herzégovine"

#: lang.pm:237
#, c-format
msgid "Barbados"
msgstr "Barbade"

#: lang.pm:238 timezone.pm:211
#, c-format
msgid "Bangladesh"
msgstr "Bangladesh"

#: lang.pm:239 mirror.pm:13 timezone.pm:231
#, c-format
msgid "Belgium"
msgstr "Belgique"

#: lang.pm:240
#, c-format
msgid "Burkina Faso"
msgstr "Burkina Faso"

#: lang.pm:241 timezone.pm:232
#, c-format
msgid "Bulgaria"
msgstr "Bulgarie"

#: lang.pm:242
#, c-format
msgid "Bahrain"
msgstr "Bahreïn"

#: lang.pm:243
#, c-format
msgid "Burundi"
msgstr "Burundi"

#: lang.pm:244
#, c-format
msgid "Benin"
msgstr "Bénin"

#: lang.pm:245
#, c-format
msgid "Bermuda"
msgstr "Bermudes"

#: lang.pm:246
#, c-format
msgid "Brunei Darussalam"
msgstr "Sultanat de Brunei"

#: lang.pm:247
#, c-format
msgid "Bolivia"
msgstr "Bolivie"

#: lang.pm:248 mirror.pm:14 timezone.pm:272
#, c-format
msgid "Brazil"
msgstr "Brésil"

#: lang.pm:249
#, c-format
msgid "Bahamas"
msgstr "Bahamas"

#: lang.pm:250
#, c-format
msgid "Bhutan"
msgstr "Bhoutan"

#: lang.pm:251
#, c-format
msgid "Bouvet Island"
msgstr "Île Bouvet"

#: lang.pm:252
#, c-format
msgid "Botswana"
msgstr "Botswana"

#: lang.pm:253 timezone.pm:230
#, c-format
msgid "Belarus"
msgstr "Bélarus"

#: lang.pm:254
#, c-format
msgid "Belize"
msgstr "Belize"

#: lang.pm:255 mirror.pm:15 timezone.pm:261
#, c-format
msgid "Canada"
msgstr "Canada"

#: lang.pm:256
#, c-format
msgid "Cocos (Keeling) Islands"
msgstr "Îles Cocos"

#: lang.pm:257
#, c-format
msgid "Congo (Kinshasa)"
msgstr "Congo (Kinshasa)"

#: lang.pm:258
#, c-format
msgid "Central African Republic"
msgstr "République Centrafricaine"

#: lang.pm:259
#, c-format
msgid "Congo (Brazzaville)"
msgstr "Congo (Brazzaville)"

#: lang.pm:260 mirror.pm:39 timezone.pm:255
#, c-format
msgid "Switzerland"
msgstr "Suisse"

#: lang.pm:261
#, c-format
msgid "Cote d'Ivoire"
msgstr "Côte d'Ivoire"

#: lang.pm:262
#, c-format
msgid "Cook Islands"
msgstr "Îles Cook"

#: lang.pm:263 timezone.pm:273
#, c-format
msgid "Chile"
msgstr "Chili"

#: lang.pm:264
#, c-format
msgid "Cameroon"
msgstr "Cameroun"

#: lang.pm:265 timezone.pm:212
#, c-format
msgid "China"
msgstr "Chine"

#: lang.pm:266
#, c-format
msgid "Colombia"
msgstr "Colombie"

#: lang.pm:267 mirror.pm:16
#, c-format
msgid "Costa Rica"
msgstr "Costa Rica"

#: lang.pm:268
#, c-format
msgid "Serbia & Montenegro"
msgstr "Serbie-Monténégro"

#: lang.pm:269
#, c-format
msgid "Cuba"
msgstr "Cuba"

#: lang.pm:270
#, c-format
msgid "Cape Verde"
msgstr "Cap-Vert"

#: lang.pm:271
#, c-format
msgid "Christmas Island"
msgstr "Île Christmas"

#: lang.pm:272
#, c-format
msgid "Cyprus"
msgstr "Chypre"

#: lang.pm:273 mirror.pm:17 timezone.pm:233
#, c-format
msgid "Czech Republic"
msgstr "République Tchèque"

#: lang.pm:274 mirror.pm:22 timezone.pm:238
#, c-format
msgid "Germany"
msgstr "Allemagne"

#: lang.pm:275
#, c-format
msgid "Djibouti"
msgstr "Djibouti"

#: lang.pm:276 mirror.pm:18 timezone.pm:234
#, c-format
msgid "Denmark"
msgstr "Danemark"

#: lang.pm:277
#, c-format
msgid "Dominica"
msgstr "Dominique"

#: lang.pm:278
#, c-format
msgid "Dominican Republic"
msgstr "Dominique"

#: lang.pm:279
#, c-format
msgid "Algeria"
msgstr "Algérie"

#: lang.pm:280
#, c-format
msgid "Ecuador"
msgstr "Équateur"

#: lang.pm:281 mirror.pm:19 timezone.pm:235
#, c-format
msgid "Estonia"
msgstr "Estonie"

#: lang.pm:282
#, c-format
msgid "Egypt"
msgstr "Égypte"

#: lang.pm:283
#, c-format
msgid "Western Sahara"
msgstr "Sahara Occidental"

#: lang.pm:284
#, c-format
msgid "Eritrea"
msgstr "Érythrée"

#: lang.pm:285 mirror.pm:37 timezone.pm:253
#, c-format
msgid "Spain"
msgstr "Espagne"

#: lang.pm:286
#, c-format
msgid "Ethiopia"
msgstr "Éthiopie"

#: lang.pm:287 mirror.pm:20 timezone.pm:236
#, c-format
msgid "Finland"
msgstr "Finlande"

#: lang.pm:288
#, c-format
msgid "Fiji"
msgstr "Fidji"

#: lang.pm:289
#, c-format
msgid "Falkland Islands (Malvinas)"
msgstr "Îles Malouinnes"

#: lang.pm:290
#, c-format
msgid "Micronesia"
msgstr "Micronésie"

#: lang.pm:291
#, c-format
msgid "Faroe Islands"
msgstr "Îles Féroé"

#: lang.pm:292 mirror.pm:21 timezone.pm:237
#, c-format
msgid "France"
msgstr "France"

#: lang.pm:293
#, c-format
msgid "Gabon"
msgstr "Gabon"

#: lang.pm:294 timezone.pm:257
#, c-format
msgid "United Kingdom"
msgstr "Royaume-Uni"

#: lang.pm:295
#, c-format
msgid "Grenada"
msgstr "Grenade"

#: lang.pm:296
#, c-format
msgid "Georgia"
msgstr "Géorgie"

#: lang.pm:297
#, c-format
msgid "French Guiana"
msgstr "Guyane Française"

#: lang.pm:298
#, c-format
msgid "Ghana"
msgstr "Ghana"

#: lang.pm:299
#, c-format
msgid "Gibraltar"
msgstr "Gibraltar"

#: lang.pm:300
#, c-format
msgid "Greenland"
msgstr "Groenland"

#: lang.pm:301
#, c-format
msgid "Gambia"
msgstr "Gambie"

#: lang.pm:302
#, c-format
msgid "Guinea"
msgstr "Guinée"

#: lang.pm:303
#, c-format
msgid "Guadeloupe"
msgstr "Guadeloupe"

#: lang.pm:304
#, c-format
msgid "Equatorial Guinea"
msgstr "Guinée Équatoriale"

#: lang.pm:305 mirror.pm:23 timezone.pm:239
#, c-format
msgid "Greece"
msgstr "Grèce"

#: lang.pm:306
#, c-format
msgid "South Georgia and the South Sandwich Islands"
msgstr "Géorgie du Sud et Îles Sandwich du Sud"

#: lang.pm:307 timezone.pm:262
#, c-format
msgid "Guatemala"
msgstr "Guatemala"

#: lang.pm:308
#, c-format
msgid "Guam"
msgstr "Guam"

#: lang.pm:309
#, c-format
msgid "Guinea-Bissau"
msgstr "Guinée-Bissau"

#: lang.pm:310
#, c-format
msgid "Guyana"
msgstr "Guyana"

#: lang.pm:311
#, c-format
msgid "Hong Kong SAR (China)"
msgstr "Chine (Hong-Kong)"

#: lang.pm:312
#, c-format
msgid "Heard and McDonald Islands"
msgstr "Îles Heard et McDonald"

#: lang.pm:313
#, c-format
msgid "Honduras"
msgstr "Honduras"

#: lang.pm:314
#, c-format
msgid "Croatia"
msgstr "Croatie"

#: lang.pm:315
#, c-format
msgid "Haiti"
msgstr "Haïti"

#: lang.pm:316 mirror.pm:24 timezone.pm:240
#, c-format
msgid "Hungary"
msgstr "Hongrie"

#: lang.pm:317 timezone.pm:215
#, c-format
msgid "Indonesia"
msgstr "Indonésie"

#: lang.pm:318 mirror.pm:25 timezone.pm:241
#, c-format
msgid "Ireland"
msgstr "Irlande"

#: lang.pm:319 mirror.pm:26 timezone.pm:217
#, c-format
msgid "Israel"
msgstr "Israël"

#: lang.pm:320 timezone.pm:214
#, c-format
msgid "India"
msgstr "Inde"

#: lang.pm:321
#, c-format
msgid "British Indian Ocean Territory"
msgstr "Territoire Britannique de l'océan Indien"

#: lang.pm:322
#, c-format
msgid "Iraq"
msgstr "Irak"

#: lang.pm:323 timezone.pm:216
#, c-format
msgid "Iran"
msgstr "Iran"

#: lang.pm:324
#, c-format
msgid "Iceland"
msgstr "Islande"

#: lang.pm:325 mirror.pm:27 timezone.pm:242
#, c-format
msgid "Italy"
msgstr "Italie"

#: lang.pm:326
#, c-format
msgid "Jamaica"
msgstr "Jamaïque"

#: lang.pm:327
#, c-format
msgid "Jordan"
msgstr "Jordanie"

#: lang.pm:328 mirror.pm:28 timezone.pm:218
#, c-format
msgid "Japan"
msgstr "Japon"

#: lang.pm:329
#, c-format
msgid "Kenya"
msgstr "Kenya"

#: lang.pm:330
#, c-format
msgid "Kyrgyzstan"
msgstr "Kirghizistan"

#: lang.pm:331
#, c-format
msgid "Cambodia"
msgstr "Cambodge"

#: lang.pm:332
#, c-format
msgid "Kiribati"
msgstr "Kiribati"

#: lang.pm:333
#, c-format
msgid "Comoros"
msgstr "Comores"

#: lang.pm:334
#, c-format
msgid "Saint Kitts and Nevis"
msgstr "Saint-Kitts-et-Nevis"

#: lang.pm:335
#, c-format
msgid "Korea (North)"
msgstr "Corée du Nord"

#: lang.pm:336 timezone.pm:219
#, c-format
msgid "Korea"
msgstr "Corée"

#: lang.pm:337
#, c-format
msgid "Kuwait"
msgstr "Koweit"

#: lang.pm:338
#, c-format
msgid "Cayman Islands"
msgstr "Îles Caïman"

#: lang.pm:339
#, c-format
msgid "Kazakhstan"
msgstr "Kazakhstan"

#: lang.pm:340
#, c-format
msgid "Laos"
msgstr "Laos"

#: lang.pm:341
#, c-format
msgid "Lebanon"
msgstr "Liban"

#: lang.pm:342
#, c-format
msgid "Saint Lucia"
msgstr "Sainte-Lucie"

#: lang.pm:343
#, c-format
msgid "Liechtenstein"
msgstr "Liechtenstein"

#: lang.pm:344
#, c-format
msgid "Sri Lanka"
msgstr "Sri Lanka"

#: lang.pm:345
#, c-format
msgid "Liberia"
msgstr "Libéria"

#: lang.pm:346
#, c-format
msgid "Lesotho"
msgstr "Lesotho"

#: lang.pm:347 timezone.pm:243
#, c-format
msgid "Lithuania"
msgstr "Lituanie"

#: lang.pm:348 timezone.pm:244
#, c-format
msgid "Luxembourg"
msgstr "Luxembourg"

#: lang.pm:349
#, c-format
msgid "Latvia"
msgstr "Lettonie"

#: lang.pm:350
#, c-format
msgid "Libya"
msgstr "Libye"

#: lang.pm:351
#, c-format
msgid "Morocco"
msgstr "Maroc"

#: lang.pm:352
#, c-format
msgid "Monaco"
msgstr "Monaco"

#: lang.pm:353
#, c-format
msgid "Moldova"
msgstr "République de Moldova"

#: lang.pm:354
#, c-format
msgid "Madagascar"
msgstr "Madagascar"

#: lang.pm:355
#, c-format
msgid "Marshall Islands"
msgstr "Îles Marshall"

#: lang.pm:356
#, c-format
msgid "Macedonia"
msgstr "Macédoine"

#: lang.pm:357
#, c-format
msgid "Mali"
msgstr "Mali"

#: lang.pm:358
#, c-format
msgid "Myanmar"
msgstr "Birmanie"

#: lang.pm:359
#, c-format
msgid "Mongolia"
msgstr "Mongolie"

#: lang.pm:360
#, c-format
msgid "Northern Mariana Islands"
msgstr "Îles Mariannes du Nord"

#: lang.pm:361
#, c-format
msgid "Martinique"
msgstr "Martinique"

#: lang.pm:362
#, c-format
msgid "Mauritania"
msgstr "Mauritanie"

#: lang.pm:363
#, c-format
msgid "Montserrat"
msgstr "Montserrat"

#: lang.pm:364
#, c-format
msgid "Malta"
msgstr "Malte"

#: lang.pm:365
#, c-format
msgid "Mauritius"
msgstr "Maurice"

#: lang.pm:366
#, c-format
msgid "Maldives"
msgstr "Maldives"

#: lang.pm:367
#, c-format
msgid "Malawi"
msgstr "Malawi"

#: lang.pm:368 timezone.pm:263
#, c-format
msgid "Mexico"
msgstr "Mexique"

#: lang.pm:369 timezone.pm:220
#, c-format
msgid "Malaysia"
msgstr "Malaisie"

#: lang.pm:370
#, c-format
msgid "Mozambique"
msgstr "Mozambique"

#: lang.pm:371
#, c-format
msgid "Namibia"
msgstr "Namibie"

#: lang.pm:372
#, c-format
msgid "New Caledonia"
msgstr "Nouvelle-Calédonie"

#: lang.pm:373
#, c-format
msgid "Niger"
msgstr "Niger"

#: lang.pm:374
#, c-format
msgid "Norfolk Island"
msgstr "Île Norfolk"

#: lang.pm:375
#, c-format
msgid "Nigeria"
msgstr "Nigeria"

#: lang.pm:376
#, c-format
msgid "Nicaragua"
msgstr "Nicaragua"

#: lang.pm:377 mirror.pm:29 timezone.pm:245
#, c-format
msgid "Netherlands"
msgstr "Pays-Bas"

#: lang.pm:378 mirror.pm:31 timezone.pm:246
#, c-format
msgid "Norway"
msgstr "Norvège"

#: lang.pm:379
#, c-format
msgid "Nepal"
msgstr "Népal"

#: lang.pm:380
#, c-format
msgid "Nauru"
msgstr "Nauru"

#: lang.pm:381
#, c-format
msgid "Niue"
msgstr "Nioue"

#: lang.pm:382 mirror.pm:30 timezone.pm:268
#, c-format
msgid "New Zealand"
msgstr "Nouvelle-Zélande"

#: lang.pm:383
#, c-format
msgid "Oman"
msgstr "Oman"

#: lang.pm:384
#, c-format
msgid "Panama"
msgstr "Panama"

#: lang.pm:385
#, c-format
msgid "Peru"
msgstr "Pérou"

#: lang.pm:386
#, c-format
msgid "French Polynesia"
msgstr "Polynésie Française"

#: lang.pm:387
#, c-format
msgid "Papua New Guinea"
msgstr "Papouasie-Nouvelle-Guinée"

#: lang.pm:388 timezone.pm:221
#, c-format
msgid "Philippines"
msgstr "Philippines"

#: lang.pm:389
#, c-format
msgid "Pakistan"
msgstr "Pakistan"

#: lang.pm:390 mirror.pm:32 timezone.pm:247
#, c-format
msgid "Poland"
msgstr "Pologne"

#: lang.pm:391
#, c-format
msgid "Saint Pierre and Miquelon"
msgstr "Saint-Pierre-et-Miquelon"

#: lang.pm:392
#, c-format
msgid "Pitcairn"
msgstr "Pitcairn"

#: lang.pm:393
#, c-format
msgid "Puerto Rico"
msgstr "Puerto Rico"

#: lang.pm:394
#, c-format
msgid "Palestine"
msgstr "Palestine"

#: lang.pm:395 mirror.pm:33 timezone.pm:248
#, c-format
msgid "Portugal"
msgstr "Portugal"

#: lang.pm:396
#, c-format
msgid "Paraguay"
msgstr "Paraguay"

#: lang.pm:397
#, c-format
msgid "Palau"
msgstr "Palaos (Les)"

#: lang.pm:398
#, c-format
msgid "Qatar"
msgstr "Qatar"

#: lang.pm:399
#, c-format
msgid "Reunion"
msgstr "Réunion, île de la"

#: lang.pm:400 timezone.pm:249
#, c-format
msgid "Romania"
msgstr "Roumanie"

#: lang.pm:401 mirror.pm:34
#, c-format
msgid "Russia"
msgstr "Russie"

#: lang.pm:402
#, c-format
msgid "Rwanda"
msgstr "Rwanda"

#: lang.pm:403
#, c-format
msgid "Saudi Arabia"
msgstr "Arabie Saoudite"

#: lang.pm:404
#, c-format
msgid "Solomon Islands"
msgstr "Îles Salomon"

#: lang.pm:405
#, c-format
msgid "Seychelles"
msgstr "Seychelles"

#: lang.pm:406
#, c-format
msgid "Sudan"
msgstr "Soudan"

#: lang.pm:407 mirror.pm:38 timezone.pm:254
#, c-format
msgid "Sweden"
msgstr "Suède"

#: lang.pm:408 timezone.pm:222
#, c-format
msgid "Singapore"
msgstr "Singapour"

#: lang.pm:409
#, c-format
msgid "Saint Helena"
msgstr "Sainte-Hélène"

#: lang.pm:410 timezone.pm:252
#, c-format
msgid "Slovenia"
msgstr "Slovénie"

#: lang.pm:411
#, c-format
msgid "Svalbard and Jan Mayen Islands"
msgstr "Îles Svalbard et Jan Mayen"

#: lang.pm:412 mirror.pm:35 timezone.pm:251
#, c-format
msgid "Slovakia"
msgstr "Slovaquie"

#: lang.pm:413
#, c-format
msgid "Sierra Leone"
msgstr "Sierra Leone"

#: lang.pm:414
#, c-format
msgid "San Marino"
msgstr "Saint-Marin"

#: lang.pm:415
#, c-format
msgid "Senegal"
msgstr "Sénégal"

#: lang.pm:416
#, c-format
msgid "Somalia"
msgstr "Somalie"

#: lang.pm:417
#, c-format
msgid "Suriname"
msgstr "Suriname"

#: lang.pm:418
#, c-format
msgid "Sao Tome and Principe"
msgstr "Sao Tomé-et-Principe"

#: lang.pm:419
#, c-format
msgid "El Salvador"
msgstr "El Salvador"

#: lang.pm:420
#, c-format
msgid "Syria"
msgstr "Syrie"

#: lang.pm:421
#, c-format
msgid "Swaziland"
msgstr "Swaziland"

#: lang.pm:422
#, c-format
msgid "Turks and Caicos Islands"
msgstr "Îles Turques et Caïcos"

#: lang.pm:423
#, c-format
msgid "Chad"
msgstr "Tchad"

#: lang.pm:424
#, c-format
msgid "French Southern Territories"
msgstr "Terres Australes Françaises"

#: lang.pm:425
#, c-format
msgid "Togo"
msgstr "Togo"

#: lang.pm:426 mirror.pm:41 timezone.pm:224
#, c-format
msgid "Thailand"
msgstr "Thaïlande"

#: lang.pm:427
#, c-format
msgid "Tajikistan"
msgstr "Tadjikistan"

#: lang.pm:428
#, c-format
msgid "Tokelau"
msgstr "Tokelau"

#: lang.pm:429
#, c-format
msgid "East Timor"
msgstr "Timor Oriental"

#: lang.pm:430
#, c-format
msgid "Turkmenistan"
msgstr "Turkménistan"

#: lang.pm:431
#, c-format
msgid "Tunisia"
msgstr "Tunisie"

#: lang.pm:432
#, c-format
msgid "Tonga"
msgstr "Tonga"

#: lang.pm:433 timezone.pm:225
#, c-format
msgid "Turkey"
msgstr "Turquie"

#: lang.pm:434
#, c-format
msgid "Trinidad and Tobago"
msgstr "Trinité-et-Tobago"

#: lang.pm:435
#, c-format
msgid "Tuvalu"
msgstr "Tuvalu"

#: lang.pm:436 mirror.pm:40 timezone.pm:223
#, c-format
msgid "Taiwan"
msgstr "Taïwan"

#: lang.pm:437 timezone.pm:208
#, c-format
msgid "Tanzania"
msgstr "Tanzanie"

#: lang.pm:438 timezone.pm:256
#, c-format
msgid "Ukraine"
msgstr "Ukraine"

#: lang.pm:439
#, c-format
msgid "Uganda"
msgstr "Ouganda"

#: lang.pm:440
#, c-format
msgid "United States Minor Outlying Islands"
msgstr "Îles mineures des États-Unis d'Amérique"

#: lang.pm:441 mirror.pm:42 timezone.pm:264
#, c-format
msgid "United States"
msgstr "États-Unis"

#: lang.pm:442
#, c-format
msgid "Uruguay"
msgstr "Uruguay"

#: lang.pm:443
#, c-format
msgid "Uzbekistan"
msgstr "Ouzbékistan"

#: lang.pm:444
#, c-format
msgid "Vatican"
msgstr "Vatican"

#: lang.pm:445
#, c-format
msgid "Saint Vincent and the Grenadines"
msgstr "Saint-Vincent-et-les-Grenadines"

#: lang.pm:446
#, c-format
msgid "Venezuela"
msgstr "Venezuela"

#: lang.pm:447
#, c-format
msgid "Virgin Islands (British)"
msgstr "Îles Vierges (Britanniques)"

#: lang.pm:448
#, c-format
msgid "Virgin Islands (U.S.)"
msgstr "Îles Vierges (US)"

#: lang.pm:449
#, c-format
msgid "Vietnam"
msgstr "Vietnam"

#: lang.pm:450
#, c-format
msgid "Vanuatu"
msgstr "Vanuatu"

#: lang.pm:451
#, c-format
msgid "Wallis and Futuna"
msgstr "Wallis et Futuna, îles"

#: lang.pm:452
#, c-format
msgid "Samoa"
msgstr "Samoa"

#: lang.pm:453
#, c-format
msgid "Yemen"
msgstr "Yemen"

#: lang.pm:454
#, c-format
msgid "Mayotte"
msgstr "Mayotte"

#: lang.pm:455 mirror.pm:36 timezone.pm:207
#, c-format
msgid "South Africa"
msgstr "Afrique du Sud"

#: lang.pm:456
#, c-format
msgid "Zambia"
msgstr "Zambie"

#: lang.pm:457
#, c-format
msgid "Zimbabwe"
msgstr "Zimbabwe"

#: lang.pm:1216
#, c-format
msgid "Welcome to %s"
msgstr "Bienvenue sur %s"

#: lvm.pm:86
#, c-format
msgid "Moving used physical extents to other physical volumes failed"
msgstr ""
"Le déplacement des Physical Extents (PE) utilisés vers d'autres volumes a "
"échoué"

#: lvm.pm:143
#, c-format
msgid "Physical volume %s is still in use"
msgstr "Le volume physique %s est toujours utilisé"

#: lvm.pm:153
#, c-format
msgid "Remove the logical volumes first\n"
msgstr "Enlevez d'abord les volumes logiques\n"

#: lvm.pm:186
#, c-format
msgid "The bootloader can't handle /boot on multiple physical volumes"
msgstr ""
"Le chargeur de démarrage ne peut pas gérer /boot réparti sur plusieurs "
"volumes physiques"

#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: messages.pm:11
#, fuzzy, c-format
msgid ""
"Introduction\n"
"\n"
"The operating system and the different components available in the Mageia "
"Linux distribution \n"
"shall be called the \"Software Products\" hereafter. The Software Products "
"include, but are not \n"
"restricted to, the set of programs, methods, rules and documentation related "
"to the operating \n"
"system and the different components of the Mageia Linux distribution, and "
"any applications \n"
"distributed with these products provided by Mageia's licensors or "
"suppliers.\n"
"\n"
"\n"
"1. License Agreement\n"
"\n"
"Please read this document carefully. This document is a license agreement "
"between you and  \n"
"Mageia which applies to the Software Products.\n"
"By installing, duplicating or using any of the Software Products in any "
"manner, you explicitly \n"
"accept and fully agree to conform to the terms and conditions of this "
"License. \n"
"If you disagree with any portion of the License, you are not allowed to "
"install, duplicate or use \n"
"the Software Products. \n"
"Any attempt to install, duplicate or use the Software Products in a manner "
"which does not comply \n"
"with the terms and conditions of this License is void and will terminate "
"your rights under this \n"
"License. Upon termination of the License,  you must immediately destroy all "
"copies of the \n"
"Software Products.\n"
"\n"
"\n"
"2. Limited Warranty\n"
"\n"
"The Software Products and attached documentation are provided \"as is\", "
"with no warranty, to the \n"
"extent permitted by law.\n"
"Neither Mageia nor its licensors or suppliers will, in any circumstances and "
"to the extent \n"
"permitted by law, be liable for any special, incidental, direct or indirect "
"damages whatsoever \n"
"(including without limitation damages for loss of business, interruption of "
"business, financial \n"
"loss, legal fees and penalties resulting from a court judgment, or any other "
"consequential loss) \n"
"arising out of  the use or inability to use the Software Products, even if "
"Mageia or its \n"
"licensors or suppliers have been advised of the possibility or occurrence of "
"such damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
"COUNTRIES\n"
"\n"
"To the extent permitted by law, neither Mageia nor its licensors, suppliers "
"or\n"
"distributors will, in any circumstances, be liable for any special, "
"incidental, direct or indirect \n"
"damages whatsoever (including without limitation damages for loss of "
"business, interruption of \n"
"business, financial loss, legal fees and penalties resulting from a court "
"judgment, or any \n"
"other consequential loss) arising out of the possession and use of software "
"components or \n"
"arising out of  downloading software components from one of Mageia Linux "
"sites which are \n"
"prohibited or restricted in some countries by local laws.\n"
"This limited liability applies to, but is not restricted to, the strong "
"cryptography components \n"
"included in the Software Products.\n"
"However, because some jurisdictions do not allow the exclusion or limitation "
"or liability for \n"
"consequential or incidental damages, the above limitation may not apply to "
"you.  \n"
"\n"
"\n"
"3. The GPL License and Related Licenses\n"
"\n"
"The Software Products consist of components created by different persons or "
"entities.\n"
"Most of these licenses allow you to use, duplicate, adapt or redistribute "
"the components which \n"
"they cover. Please read carefully the terms and conditions of the license "
"agreement for each component \n"
"before using any component. Any question on a component license should be "
"addressed to the component \n"
"licensor or supplier and not to Mageia.\n"
"The programs developed by Mageia are governed by the GPL License. "
"Documentation written \n"
"by Mageia is governed by a specific license. Please refer to the "
"documentation for \n"
"further details.\n"
"\n"
"\n"
"4. Intellectual Property Rights\n"
"\n"
"All rights to the components of the Software Products belong to their "
"respective authors and are \n"
"protected by intellectual property and copyright laws applicable to software "
"programs.\n"
"Mageia and its suppliers and licensors reserves their rights to modify or "
"adapt the Software \n"
"Products, as a whole or in parts, by all means and for all purposes.\n"
"\"Mageia\", \"Mageia Linux\" and associated logos are trademarks of "
"Mageia  \n"
"\n"
"\n"
"5. Governing Laws \n"
"\n"
"If any portion of this agreement is held void, illegal or inapplicable by a "
"court judgment, this \n"
"portion is excluded from this contract. You remain bound by the other "
"applicable sections of the \n"
"agreement.\n"
"The terms and conditions of this License are governed by the Laws of "
"France.\n"
"All disputes on the terms of this license will preferably be settled out of "
"court. As a last \n"
"resort, the dispute will be referred to the appropriate Courts of Law of "
"Paris - France.\n"
"For any question on this document, please contact Mageia."
msgstr ""
"Introduction\n"
"\n"
"Le système d'exploitation et les divers composants disponibles dans la "
"distribution \n"
"Mageia Linux sont ci-après dénommés les « Logiciels ». Les Logiciels "
"comprennent \n"
"notamment, mais de façon non limitative, l'ensemble des programmes, "
"procédés, règles \n"
"et documentations relatifs au système d'exploitation et aux divers "
"composants de la \n"
"distribution Mageia Linux, ainsi qu'aux différentes applications des "
"produits distribuées \n"
"par les fournisseurs de Mageia.\n"
"\n"
"\n"
"1. Contrat de licence\n"
"\n"
"Veuillez lire attentivement le présent document. Ce document constitue un "
"contrat de licence \n"
"entre vous (personne physique ou personne morale) et Mageia portant sur les "
"Logiciels.\n"
"Le fait d'installer, de reproduire ou d'utiliser les Logiciels de quelque "
"manière que ce soit \n"
"indique que vous reconnaissez avoir préalablement eu connaissance et que "
"vous acceptez de vous \n"
"conformer aux termes et conditions du présent contrat de licence. En cas de "
"désaccord avec \n"
"le présent document vous n'êtes pas autorisé à installer, reproduire et "
"utiliser de quelque \n"
"manière que ce soit ce produit.\n"
"Le contrat de licence sera résilié automatiquement et sans préavis dans le "
"cas où vous ne vous \n"
"conformeriez pas aux dispositions du présent document. \n"
"En cas de résiliation vous devrez immédiatement détruire tout exemplaire et "
"toute copie de tous \n"
"programmes et de toutes documentations qui constituent le système "
"d'exploitation et les divers \n"
"composants disponibles dans la distribution Mageia Linux.\n"
"\n"
"\n"
"2. Garantie et limitations de garantie\n"
"\n"
"Les Logiciels et la documentation qui les accompagne sont fournis en l'état "
"et sans aucune \n"
"garantie. Mageia décline toute responsabilité découlant d'un dommage direct, "
"spécial, \n"
"indirect ou accessoire, de quelque nature que ce soit, en relation avec "
"l'utilisation des \n"
"Logiciels, notamment et de façon non limitative, tout dommage entraîné par "
"les pertes de \n"
"bénéfices, interruptions d'activité, pertes d'informations commerciales ou "
"autres pertes \n"
"pécuniaires, ainsi que des éventuelles condamnations et indemnités devant "
"être versées par suite \n"
"d'une décision de justice, et ce même si Mageia a été informée de la "
"survenue ou de \n"
"l'éventualité de tels dommages.\n"
"\n"
"AVERTISSEMENT QUANT À LA DÉTENTION OU L'UTILISATION DE LOGICIELS \n"
"PROHIBÉS DANS CERTAINS PAYS \n"
"\n"
"En aucun cas, ni Mageia ni ses fournisseurs ne pourront être tenus "
"responsables d'un \n"
"préjudice spécial, direct, indirect ou accessoire, de quelque nature que ce "
"soit (notamment et \n"
"de façon non limitative les pertes de bénéfices, interruptions d'activité, "
"pertes d'informations \n"
"commerciales ou autres pertes pécuniaires, ainsi que des éventuelles "
"condamnations et indemnités \n"
"devant être versées par suite d'une décision de justice) qui ferait suite à "
"l'utilisation, la \n"
"détention ou au simple téléchargement depuis l'un des sites de "
"téléchargement de Mageia Linux \n"
"de logiciels prohibés par la législation à laquelle vous êtes soumis. Cet "
"avertissement concerne \n"
"notamment certains logiciels de cryptographie fournis avec les Logiciels.\n"
"Cependant, comme certaines juridictions n'autorisent pas l'exclusion, la "
"limitation des\n"
"responsabilités relatives aux dommages directs ou indirects, la limitation "
"ci-dessus peut ne \n"
"pas s'appliquer à vous. \n"
"%s\n"
"\n"
"3. Licence GPL et licences associées\n"
"\n"
"Les Logiciels sont constitués de modules logiciels créés par diverses "
"personnes (physiques ou \n"
"morales). %s\n"
"La plupart de ces licences vous permettent de copier, d'adapter ou de "
"redistribuer les modules \n"
"logiciels qu'elles régissent. Veuillez lire et agréer les termes et "
"conditions des licences \n"
"accompagnant chacun d'entre eux avant de les utiliser. Toute question "
"concernant la licence \n"
"d'un Logiciel est à soumettre à l'auteur (ou à ses représentants) du "
"Logiciel et non à Mageia. \n"
"Les programmes conçus par Mageia sont régis par la licence GPL. La "
"documentation rédigée \n"
"par Mageia fait l'objet d'une licence spécifique. Veuillez vous référez à la "
"documentation \n"
"pour obtenir plus de précisions.\n"
"\n"
"\n"
"4. Propriété intellectuelle\n"
"\n"
"Tous les droits, titres et intérêts des différents Logiciels sont la "
"propriété exclusive de \n"
"leurs auteurs respectifs et sont protégés au titre des droits de propriété "
"intellectuelle et \n"
"de droits de copie applicables aux Logiciels.\n"
"Les marques « Mageia » et « Mageia Linux » ainsi que les logotypes associés "
"sont déposés \n"
"par Mageia \n"
"\n"
"\n"
"5. Dispositions diverses\n"
"\n"
"Si une disposition de ce contrat de licence devait être déclarée nulle, "
"illégale ou inapplicable \n"
"par un tribunal compétent, cette disposition sera exclue du présent contrat. "
"Vous continuerez à \n"
"être liés aux autres dispositions, qui recevront leurs pleins effets. Le "
"contrat de licence \n"
"est soumis à la Loi française. Toute contestation relative aux présentes "
"dispositions sera réglée \n"
"préalablement par voie amiable. A défaut d'accord avec Mageia, les tribunaux "
"compétents \n"
"de Paris seront saisis du litige. Pour toute question relative au présent "
"document, veuillez \n"
"contacter Mageia"

#: messages.pm:93
#, c-format
msgid ""
"Warning: Free Software may not necessarily be patent free, and some Free\n"
"Software included may be covered by patents in your country. For example, "
"the\n"
"MP3 decoders included may require a licence for further usage (see\n"
"http://www.mp3licensing.com for more details). If you are unsure if a "
"patent\n"
"may be applicable to you, check your local laws."
msgstr ""
"Attention : les logiciels libres ne sont pas forcément exempts de licence "
"et\n"
"certains peuvent être couverts par des brevets dans votre pays. Par "
"exemple,\n"
"les décodeurs MP3 inclus peuvent nécessiter une licence pour un usage plus\n"
"poussé (voyez http://www.mp3licensing.com pour plus de détails).\n"
"En cas de doute sur l'applicabilité d'une licence, vérifiez les lois en "
"vigueur\n"
"dans votre pays."

#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: messages.pm:102
#, c-format
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press Enter to reboot.\n"
"\n"
"\n"
"For information on fixes which are available for this release of Mageia "
"Linux,\n"
"consult the Errata available from:\n"
"\n"
"\n"
"%s\n"
"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mageia Linux User's Guide."
msgstr ""
"Félicitations, l'installation est terminée.\n"
"Enlevez la disquette ou le CD-ROM d'amorçage et appuyez sur « Entrée ».\n"
"\n"
"\n"
"Pour toutes informations sur les corrections disponibles pour cette version "
"de Mageia Linux, consultez les Errata disponibles depuis :\n"
"\n"
"\n"
"%s\n"
"\n"
"\n"
"Des informations sur la configuration de votre système sont \n"
"disponibles dans le Guide de l'Utilisateur de Mageia Linux."

#: modules/interactive.pm:19
#, c-format
msgid "This driver has no configuration parameter!"
msgstr "Ce pilote n'a pas de paramètre de configuration !"

#: modules/interactive.pm:22
#, c-format
msgid "Module configuration"
msgstr "Configuration du module"

#: modules/interactive.pm:22
#, c-format
msgid "You can configure each parameter of the module here."
msgstr "Vous pouvez configurer ici chaque paramètre du module."

#: modules/interactive.pm:64
#, c-format
msgid "Found %s interfaces"
msgstr "Interface(s) détectée(s) : %s"

#: modules/interactive.pm:65
#, c-format
msgid "Do you have another one?"
msgstr "En possédez-vous d'autres ?"

#: modules/interactive.pm:66
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "Possédez-vous des interfaces %s ?"

#: modules/interactive.pm:72
#, c-format
msgid "See hardware info"
msgstr "Voir les informations sur le matériel"

#: modules/interactive.pm:83
#, c-format
msgid "Installing driver for USB controller"
msgstr "Installation du pilote pour le contrôleur USB"

#: modules/interactive.pm:84
#, c-format
msgid "Installing driver for firewire controller %s"
msgstr "Installation du pilote pour le contrôleur firewire %s"

#: modules/interactive.pm:85
#, c-format
msgid "Installing driver for hard disk drive controller %s"
msgstr "Installation du pilote pour le contrôleur de disque dur %s"

#: modules/interactive.pm:86
#, c-format
msgid "Installing driver for ethernet controller %s"
msgstr "Installation du pilote pour la carte ethernet %s"

#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
#: modules/interactive.pm:97
#, c-format
msgid "Installing driver for %s card %s"
msgstr "Installation du pilote pour la carte %s %s"

#: modules/interactive.pm:100
#, c-format
msgid "Configuring Hardware"
msgstr "Configuration du matériel"

#: modules/interactive.pm:111
#, c-format
msgid ""
"You may now provide options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
"Vous pouvez maintenant fournir des options au module %s.\n"
"Veuillez noter que les adresses doivent être précédées de 0x, comme « 0x123 »"

#: modules/interactive.pm:117
#, c-format
msgid ""
"You may now provide options to module %s.\n"
"Options are in format ``name=value name2=value2 ...''.\n"
"For instance, ``io=0x300 irq=7''"
msgstr ""
"Vous pouvez maintenant préciser les options du module %s.\n"
"Les options sont de la forme « nom=valeur nom2=valeur2 ... ».\n"
"Par exemple, « io=0x300 irq=7 »"

#: modules/interactive.pm:119
#, c-format
msgid "Module options:"
msgstr "Options du module :"

#. -PO: the %s is the driver type (scsi, network, sound,...)
#: modules/interactive.pm:132
#, c-format
msgid "Which %s driver should I try?"
msgstr "Quel pilote %s faut-il essayer ?"

#: modules/interactive.pm:141
#, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
"properly, although it normally works fine without them. Would you like to "
"specify\n"
"extra options for it or allow the driver to probe your machine for the\n"
"information it needs? Occasionally, probing will hang a computer, but it "
"should\n"
"not cause any damage."
msgstr ""
"Le pilote de matériel « %s » a parfois besoin d'options supplémentaires\n"
"pour fonctionner de manière optimale.\n"
"Vous pouvez lui fournir manuellement ces options,\n"
"ou bien lui laisser les détecter automatiquement.\n"
"(La détection peut dans certains cas bloquer l'ordinateur,\n"
"mais sans lui causer de dommage.)"

#: modules/interactive.pm:145
#, c-format
msgid "Autoprobe"
msgstr "Détection automatique"

#: modules/interactive.pm:145
#, c-format
msgid "Specify options"
msgstr "Spécifier des options"

#: modules/interactive.pm:157
#, c-format
msgid ""
"Loading module %s failed.\n"
"Do you want to try again with other parameters?"
msgstr ""
"Le chargement du module %s a échoué.\n"
"Désirez-vous réessayer avec d'autres paramètres ?"

#: mygtk2.pm:1541 mygtk2.pm:1542
#, c-format
msgid "Password is trivial to guess"
msgstr "Le mot de passe est facile à deviner"

#: mygtk2.pm:1543
#, c-format
msgid "Password should be resistant to basic attacks"
msgstr "Le mot de passe devrait résister à des attaques simples"

#: mygtk2.pm:1544 mygtk2.pm:1545
#, c-format
msgid "Password seems secure"
msgstr "Le mot de passe semble sûr"

#: partition_table.pm:415
#, c-format
msgid "mount failed: "
msgstr "Le montage a échoué : "

#: partition_table.pm:527
#, c-format
msgid "Extended partition not supported on this platform"
msgstr "Les partitions étendues ne sont pas supportées par cette plateforme"

#: partition_table.pm:545
#, c-format
msgid ""
"You have a hole in your partition table but I can not use it.\n"
"The only solution is to move your primary partitions to have the hole next "
"to the extended partitions."
msgstr ""
"Il y a un espace vide dans la table des partitions mais il est\n"
"inutilisable. La seule solution est de déplacer vos partitions primaires\n"
"de telle façon que cet espace soit placé contre les partitions étendues."

#: partition_table/raw.pm:299
#, c-format
msgid ""
"Something bad is happening on your hard disk drive. \n"
"A test to check the integrity of data has failed. \n"
"It means writing anything on the disk will end up with random, corrupted "
"data."
msgstr ""
"Votre disque dur semble avoir un problème matériel :\n"
"un test pour vérifier son aptitude à conserver l'intégrité des données a "
"échoué.\n"
"Cela signifie que serez victime de pertes aléatoires de données."

#: pkgs.pm:252 pkgs.pm:255 pkgs.pm:268
#, c-format
msgid "Unused packages removal"
msgstr "Désinstallation des paquets inutilisés"

#: pkgs.pm:252
#, c-format
msgid "Finding unused hardware packages..."
msgstr "Recherche des paquets de support matériel inutilisés ..."

#: pkgs.pm:255
#, c-format
msgid "Finding unused localization packages..."
msgstr "Recherche des paquets de traductions inutilisées ..."

#: pkgs.pm:269
#, c-format
msgid ""
"We have detected that some packages are not needed for your system "
"configuration."
msgstr ""
"Nous avons identifié des paquetages non nécessaires à la configuration de "
"votre système."

#: pkgs.pm:270
#, c-format
msgid "We will remove the following packages, unless you choose otherwise:"
msgstr ""
"Ces paquetages vont être supprimés sauf si vous en décidez autrement : "

#: pkgs.pm:273 pkgs.pm:274
#, c-format
msgid "Unused hardware support"
msgstr "Support matériel non utilisé"

#: pkgs.pm:277 pkgs.pm:278
#, c-format
msgid "Unused localization"
msgstr "Traductions inutilisées"

#: raid.pm:42
#, c-format
msgid "Cannot add a partition to _formatted_ RAID %s"
msgstr "Impossible d'ajouter une partition au RAID %s formaté"

#: raid.pm:165
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "Trop peu de partitions pour du RAID de niveau %d\n"

#: scanner.pm:96
#, c-format
msgid "Could not create directory /usr/share/sane/firmware!"
msgstr "Impossible de créer le répertoire /usr/share/sane/firmware !"

#: scanner.pm:107
#, c-format
msgid "Could not create link /usr/share/sane/%s!"
msgstr "Impossible de créer le répertoire /usr/share/sane/%s !"

#: scanner.pm:114
#, c-format
msgid "Could not copy firmware file %s to /usr/share/sane/firmware!"
msgstr ""
"Impossible de copier le fichier du firmware %s dans /usr/share/sane/"
"firmware !"

#: scanner.pm:121
#, c-format
msgid "Could not set permissions of firmware file %s!"
msgstr "Impossible d'initialiser les permissions du fichier firmware %s !"

#: scanner.pm:200
#, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"

#: scanner.pm:201
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
"Impossible d'installer les paquetages nécessaires au partage de vos scanners."

#: scanner.pm:202
#, c-format
msgid "Your scanner(s) will not be available for non-root users."
msgstr ""
"Vos scanners ne seront pas disponibles pour les utilisateurs non privilégiés."

#: security/help.pm:11
#, c-format
msgid "Accept bogus IPv4 error messages."
msgstr "Accepter les messages d'erreur IPv4 bogués."

#: security/help.pm:13
#, c-format
msgid "Accept broadcasted icmp echo."
msgstr "Accepter l'écho ICMP émis par diffusion."

#: security/help.pm:15
#, c-format
msgid "Accept icmp echo."
msgstr "Accepter l'écho ICMP."

#: security/help.pm:17
#, c-format
msgid "Allow autologin."
msgstr "Activer la connexion automatique (autologin)."

#. -PO: here "ALL" is a value in a pull-down menu; translate it the same as "ALL" is
#: security/help.pm:21
#, c-format
msgid ""
"If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist.\n"
"\n"
"If set to \"None\", no issues are allowed.\n"
"\n"
"Else only /etc/issue is allowed."
msgstr ""
"Si « TOUS » est choisi, permet à /etc/issue et /etc/issue.net d'exister.\n"
"\n"
"Si « Aucun » est choisi, aucun de ces fichiers est autorisé.\n"
"\n"
"Sinon seulement /etc/issue est permis."

#: security/help.pm:27
#, c-format
msgid "Allow reboot by the console user."
msgstr "Activer le redémarrage du système par l'utilisateur de la console."

#: security/help.pm:29
#, c-format
msgid "Allow remote root login."
msgstr "Permettre la connexion distante en tant que root."

#: security/help.pm:31
#, c-format
msgid "Allow direct root login."
msgstr "Permettre la connexion directe en tant que root."

#: security/help.pm:33
#, c-format
msgid ""
"Allow the list of users on the system on display managers (kdm and gdm)."
msgstr ""
"Permettre la liste des utilisateurs du système sur les gestionnaires de "
"connexion (kdm et gdm)."

#: security/help.pm:35
#, c-format
msgid ""
"Allow to export display when\n"
"passing from the root account to the other users.\n"
"\n"
"See pam_xauth(8) for more details.'"
msgstr ""
"Permettre d'exporter l'affichage lorsque l'on passe du\n"
"compte superutilisateur (« root ») à un autre utilisateur.\n"
"\n"
"Cf pam_xauth(8) pour plus d'informations."

#: security/help.pm:40
#, c-format
msgid ""
"Allow X connections:\n"
"\n"
"- \"All\" (all connections are allowed),\n"
"\n"
"- \"Local\" (only connection from local machine),\n"
"\n"
"- \"None\" (no connection)."
msgstr ""
"Permettre/interdire les connexions à Xorg :\n"
"\n"
"- « Tous » (toutes connexions permises),\n"
"\n"
"- « Local » (seulement les connexions locales),\n"
"\n"
"- « Aucun » (aucune connexion)."

#: security/help.pm:48
#, c-format
msgid ""
"The argument specifies if clients are authorized to connect\n"
"to the X server from the network on the tcp port 6000 or not."
msgstr ""
"L'argument spécifie si les clients sont autorisés ou non à se connecter\n"
"au serveur d'affichage (Xorg) sur le port tcp 6000."

#. -PO: here "ALL", "Local" and "None" are values in a pull-down menu; translate them the same as they're
#: security/help.pm:53
#, c-format
msgid ""
"Authorize:\n"
"\n"
"- all services controlled by tcp_wrappers (see hosts.deny(5) man page) if "
"set to \"ALL\",\n"
"\n"
"- only local ones if set to \"Local\"\n"
"\n"
"- none if set to \"None\".\n"
"\n"
"To authorize the services you need, use /etc/hosts.allow (see hosts.allow"
"(5))."
msgstr ""
"Autoriser :\n"
"\n"
"- tous les services contrôlés par tcp_wrappers (voir hosts.deny(5)) si "
"« TOUS »,\n"
"\n"
"- seulement ceux qui sont locaux si « Local »\n"
"\n"
"- aucun si « Aucun ».\n"
"\n"
"Pour autoriser les services dont vous avez besoin, utilisez\n"
"/etc/hosts.allow (voir hosts.allow(5)."

#: security/help.pm:63
#, c-format
msgid ""
"If SERVER_LEVEL (or SECURE_LEVEL if absent)\n"
"is greater than 3 in /etc/security/msec/security.conf, creates the\n"
"symlink /etc/security/msec/server to point to\n"
"/etc/security/msec/server.<SERVER_LEVEL>.\n"
"\n"
"The /etc/security/msec/server is used by chkconfig --add to decide to\n"
"add a service if it is present in the file during the installation of\n"
"packages."
msgstr ""
"Si SERVER_LEVEL (ou SECURE_LEVEL sinon) est supérieur à 3 dans\n"
"/etc/security/msec/security.conf, créer le lien symbolique\n"
"/etc/security/msec/server pointant vers\n"
"/etc/security/msec/server.<SERVER_LEVEL>.\n"
"\n"
"Le fichier /etc/security/msec/server est utilisé par chkconfig --add\n"
"pour décider d'ajouter un service s'il est présent dans le fichier\n"
"pendant l'installation des paquetages."

#: security/help.pm:72
#, c-format
msgid ""
"Enable crontab and at for users.\n"
"\n"
"Put allowed users in /etc/cron.allow and /etc/at.allow (see man at(1)\n"
"and crontab(1))."
msgstr ""
"Activer les travaux planifiés (crontab et at) pour les\n"
"utilisateurs.\n"
"\n"
"Mettre les utilisateurs autorisés dans /etc/cron.allow et\n"
"/etc/at.allow (voir les pages de manuel at(1) et crontab(1)."

#: security/help.pm:77
#, c-format
msgid "Enable syslog reports to console 12"
msgstr "Activer l'affichage des messages systèmes sur la console 12"

#: security/help.pm:79
#, c-format
msgid ""
"Enable name resolution spoofing protection.  If\n"
"\"%s\" is true, also reports to syslog."
msgstr ""
"Activer la protection contre l'usurpation de résolution de\n"
"nom (name resolution spoofing). Si « %s » est à 1, effectue aussi\n"
"des rapports à syslog."

#: security/help.pm:80
#, c-format
msgid "Security Alerts:"
msgstr "Alertes de sécurité :"

#: security/help.pm:82
#, c-format
msgid "Enable IP spoofing protection."
msgstr "Activer la protection contre l'usurpation d'adresse IP."

#: security/help.pm:84
#, c-format
msgid "Enable libsafe if libsafe is found on the system."
msgstr "Activer la bibliothèque libsafe si elle est présente sur le système."

#: security/help.pm:86
#, c-format
msgid "Enable the logging of IPv4 strange packets."
msgstr "Activer le traçage de tous les paquets IPv4 étranges."

#: security/help.pm:88
#, c-format
msgid "Enable msec hourly security check."
msgstr "Activer les vérifications de msec toutes les heures."

#: security/help.pm:90
#, c-format
msgid ""
"Enable su only from members of the wheel group. If set to no, allows su from "
"any user."
msgstr ""
"Autorise su seulement pour les membres du groupe wheel. Si mis à non, "
"autorise su pour tout le monde."

#: security/help.pm:92
#, c-format
msgid "Use password to authenticate users."
msgstr "Utiliser des mots de passe pour authentifier les utilisateurs."

#: security/help.pm:94
#, c-format
msgid "Activate Ethernet cards promiscuity check."
msgstr "Activer la vérification du mode espion des cartes réseau."

#: security/help.pm:96
#, c-format
msgid "Activate daily security check."
msgstr "Activer les vérifications quotidiennes de sécurité."

#: security/help.pm:98
#, c-format
msgid "Enable sulogin(8) in single user level."
msgstr "Activer la demande de mot de passe en mode mono-utilisateur."

#: security/help.pm:100
#, c-format
msgid "Add the name as an exception to the handling of password aging by msec."
msgstr "Exclure « nom » de la gestion des mots de passe par msec."

#: security/help.pm:102
#, c-format
msgid "Set password aging to \"max\" days and delay to change to \"inactive\"."
msgstr ""
"Régler la durée de vie des mots de passe à « max » et le délai de changement "
"de mot de passe à « inactive »."

#: security/help.pm:104
#, c-format
msgid "Set the password history length to prevent password reuse."
msgstr ""
"Régler la profondeur de l'historique des mots de passe pour éviter la leur "
"réutilisation."

#: security/help.pm:106
#, c-format
msgid ""
"Set the password minimum length and minimum number of digit and minimum "
"number of capitalized letters."
msgstr ""
"Régler la longueur minimum, le nombre minimum de chiffres et le nombre "
"minimum de lettres en majuscule d'un mot de passe."

#: security/help.pm:108
#, c-format
msgid "Set the root's file mode creation mask."
msgstr ""
"Régler le masque du mode de création de fichier pour l'administrateur "
"système."

#: security/help.pm:109
#, c-format
msgid "if set to yes, check open ports."
msgstr "Si oui, vérifie les ports ouverts du réseau."

#: security/help.pm:110
#, c-format
msgid ""
"if set to yes, check for:\n"
"\n"
"- empty passwords,\n"
"\n"
"- no password in /etc/shadow\n"
"\n"
"- for users with the 0 id other than root."
msgstr ""
"Si oui, vérifie :\n"
"\n"
"- les mots de passe vides,\n"
"\n"
"- les mots de passes absents de /etc/shadow,\n"
"\n"
"- les utilisateurs autres que root ayant le numéro d'« id » égal à 0."

#: security/help.pm:117
#, c-format
msgid "if set to yes, check permissions of files in the users' home."
msgstr ""
"Si oui, vérifie les droits des fichiers dans les dossiers personnels des "
"utilisateurs."

#: security/help.pm:118
#, c-format
msgid "if set to yes, check if the network devices are in promiscuous mode."
msgstr "Si oui, vérifie si les périphériques réseau sont dans un mode espion."

#: security/help.pm:119
#, c-format
msgid "if set to yes, run the daily security checks."
msgstr "Si oui, effectue les vérifications quotidiennes de sécurité."

#: security/help.pm:120
#, c-format
msgid "if set to yes, check additions/removals of sgid files."
msgstr ""
"Si oui, vérifie les ajouts/retraits des fichiers qui ont la permission "
"« sgid »."

#: security/help.pm:121
#, c-format
msgid "if set to yes, check empty password in /etc/shadow."
msgstr "Si oui, vérifie les mots de passe vides dans /etc/shadow."

#: security/help.pm:122
#, c-format
msgid "if set to yes, verify checksum of the suid/sgid files."
msgstr ""
"Si oui, vérifie les sommes de contrôle des fichiers ayant la permission suid/"
"sgid."

#: security/help.pm:123
#, c-format
msgid "if set to yes, check additions/removals of suid root files."
msgstr ""
"Si oui, vérifie les ajouts/retraits des fichiers qui ont la permission "
"« suid root »."

#: security/help.pm:124
#, c-format
msgid "if set to yes, report unowned files."
msgstr "Si oui, cherche des fichiers sans propriétaire."

#: security/help.pm:125
#, c-format
msgid "if set to yes, check files/directories writable by everybody."
msgstr "Si oui, vérifie les fichiers/dossiers que tout le monde peut modifier."

#: security/help.pm:126
#, c-format
msgid "if set to yes, run chkrootkit checks."
msgstr "Si oui, vérifie l'absence de rootkit via chkrootkit."

#: security/help.pm:127
#, c-format
msgid ""
"if set, send the mail report to this email address else send it to root."
msgstr ""
"Si rempli, envoie le rapport par courriel à cette adresse, sinon à root."

#: security/help.pm:128
#, c-format
msgid "if set to yes, report check result by mail."
msgstr "Si oui, envoie un rapport de vérification par courriel."

#: security/help.pm:129
#, c-format
msgid "Do not send mails if there's nothing to warn about"
msgstr "Ne pas envoyer de courriels s'il n'y a rien à signaler"

#: security/help.pm:130
#, c-format
msgid "if set to yes, run some checks against the rpm database."
msgstr ""
"Si oui, effectue des vérifications par rapport à la base de données des "
"paquetages rpm."

#: security/help.pm:131
#, c-format
msgid "if set to yes, report check result to syslog."
msgstr "Si oui, envoie le rapport de vérification vers syslog."

#: security/help.pm:132
#, c-format
msgid "if set to yes, reports check result to tty."
msgstr "Si oui, envoie le rapport de vérification dans le terminal."

#: security/help.pm:134
#, c-format
msgid "Set shell commands history size. A value of -1 means unlimited."
msgstr ""
"Régler la profondeur de l'historique du shell. Une valeur de -1 signifie "
"historique illimité."

#: security/help.pm:136
#, c-format
msgid "Set the shell timeout. A value of zero means no timeout."
msgstr "Régler le délai d'expiration du shell. Zéro signifie pas d'expiration."

#: security/help.pm:136
#, c-format
msgid "Timeout unit is second"
msgstr "L'unité du délai d'expiration est la seconde"

#: security/help.pm:138
#, c-format
msgid "Set the user's file mode creation mask."
msgstr "Régler le masque du mode de création de fichier pour l'utilisateur."

#: security/l10n.pm:11
#, c-format
msgid "Accept bogus IPv4 error messages"
msgstr "Accepter les messages d'erreur IPv4 bogués"

#: security/l10n.pm:12
#, c-format
msgid "Accept broadcasted icmp echo"
msgstr "Accepter l'écho ICMP émis par diffusion"

#: security/l10n.pm:13
#, c-format
msgid "Accept icmp echo"
msgstr "Accepter l'écho ICMP"

#: security/l10n.pm:15
#, c-format
msgid "/etc/issue* exist"
msgstr "/etc/issue* existent"

#: security/l10n.pm:16
#, c-format
msgid "Reboot by the console user"
msgstr "L'utilisateur peut redémarrer l'ordinateur depuis la console"

#: security/l10n.pm:17
#, c-format
msgid "Allow remote root login"
msgstr "Permettre la connexion distante en tant que root"

#: security/l10n.pm:18
#, c-format
msgid "Direct root login"
msgstr "Login root direct"

#: security/l10n.pm:19
#, c-format
msgid "List users on display managers (kdm and gdm)"
msgstr ""
"Lister les utilisateurs dans les gestionnaires de connexion (kdm et gdm)"

#: security/l10n.pm:20
#, c-format
msgid "Export display when passing from root to the other users"
msgstr ""
"Exporter l'affichage lorsque l'on passe du superutilisateur à un autre "
"utilisateur"

#: security/l10n.pm:21
#, c-format
msgid "Allow X Window connections"
msgstr "Autoriser les connexions à X Window"

#: security/l10n.pm:22
#, c-format
msgid "Authorize TCP connections to X Window"
msgstr "Autoriser les connexions X Window via TCP"

#: security/l10n.pm:23
#, c-format
msgid "Authorize all services controlled by tcp_wrappers"
msgstr "Autoriser tous les services contrôlés par tcp_wrappers"

#: security/l10n.pm:24
#, c-format
msgid "Chkconfig obey msec rules"
msgstr "Chkconfig obéit aux règles de msec"

#: security/l10n.pm:25
#, c-format
msgid "Enable \"crontab\" and \"at\" for users"
msgstr "Autoriser « crontab » et « at » pour les utilisateurs"

#: security/l10n.pm:26
#, c-format
msgid "Syslog reports to console 12"
msgstr "Afficher les messages système sur la console 12"

#: security/l10n.pm:27
#, c-format
msgid "Name resolution spoofing protection"
msgstr "Protection contre l'usurpation de résolution de nom"

#: security/l10n.pm:28
#, c-format
msgid "Enable IP spoofing protection"
msgstr "Activer la protection contre l'usurpation d'adresse IP"

#: security/l10n.pm:29
#, c-format
msgid "Enable libsafe if libsafe is found on the system"
msgstr "Activer la bibliothèque libsafe si elle est présente sur le système"

#: security/l10n.pm:30
#, c-format
msgid "Enable the logging of IPv4 strange packets"
msgstr "Activer le traçage de tous les paquets IPv4 étranges"

#: security/l10n.pm:31
#, c-format
msgid "Enable msec hourly security check"
msgstr "Activer les vérifications de msec toutes les heures"

#: security/l10n.pm:32
#, c-format
msgid "Enable su only from the wheel group members"
msgstr "Autoriser su seulement aux membres du groupe wheel"

#: security/l10n.pm:33
#, c-format
msgid "Use password to authenticate users"
msgstr "Utiliser un mot de passe pour authentifier les utilisateurs"

#: security/l10n.pm:34
#, c-format
msgid "Ethernet cards promiscuity check"
msgstr "Activer la vérification du mode espion des cartes réseau"

#: security/l10n.pm:35
#, c-format
msgid "Daily security check"
msgstr "Vérifications journalières de sécurité"

#: security/l10n.pm:36
#, c-format
msgid "Sulogin(8) in single user level"
msgstr "Activer la demande de mot de passe en mode mono-utilisateur"

#: security/l10n.pm:37
#, c-format
msgid "No password aging for"
msgstr "Pas de délai d'expiration des mots de passe pour"

#: security/l10n.pm:38
#, c-format
msgid "Set password expiration and account inactivation delays"
msgstr ""
"Régler la durée de vie des mots de passe et le délai d'inactivation du compte"

#: security/l10n.pm:39
#, c-format
msgid "Password history length"
msgstr "Taille de l'historique des mots de passe"

#: security/l10n.pm:40
#, c-format
msgid "Password minimum length and number of digits and upcase letters"
msgstr ""
"Longueur minimum du mot de passe ainsi que le nombre de chiffres et de "
"majuscules"

#: security/l10n.pm:41
#, c-format
msgid "Root umask"
msgstr "Masque de permissions pour la création de fichier par root"

#: security/l10n.pm:42
#, c-format
msgid "Shell history size"
msgstr "Taille (en lignes) de l'historique du shell"

#: security/l10n.pm:43
#, c-format
msgid "Shell timeout"
msgstr "Délai d'expiration de l'interpréteur de commande"

#: security/l10n.pm:44
#, c-format
msgid "User umask"
msgstr "Masque de permissions pour la création de fichier par les utilisateurs"

#: security/l10n.pm:45
#, c-format
msgid "Check open ports"
msgstr "Vérifier la liste des ports ouverts"

#: security/l10n.pm:46
#, c-format
msgid "Check for unsecured accounts"
msgstr "Rechercher les comptes non sécurisés"

#: security/l10n.pm:47
#, c-format
msgid "Check permissions of files in the users' home"
msgstr "Vérifie les droits des fichiers dans les dossiers personnels"

#: security/l10n.pm:48
#, c-format
msgid "Check if the network devices are in promiscuous mode"
msgstr "Vérifier l'utilisation du mode espion par les périphériques réseaux"

#: security/l10n.pm:49
#, c-format
msgid "Run the daily security checks"
msgstr "Effectuer les vérifications quotidiennes de sécurité"

#: security/l10n.pm:50
#, c-format
msgid "Check additions/removals of sgid files"
msgstr "Vérifier les ajouts/retraits des fichiers sgid"

#: security/l10n.pm:51
#, c-format
msgid "Check empty password in /etc/shadow"
msgstr "Vérifier les mots de passe vides dans /etc/shadow."

#: security/l10n.pm:52
#, c-format
msgid "Verify checksum of the suid/sgid files"
msgstr ""
"Vérifier les sommes de contrôle des fichiers ayant la permission suid/sgid"

#: security/l10n.pm:53
#, c-format
msgid "Check additions/removals of suid root files"
msgstr ""
"Vérifier les ajouts/retraits des fichiers qui ont la permission « suid root »"

#: security/l10n.pm:54
#, c-format
msgid "Report unowned files"
msgstr "Rechercher les fichiers n'appartenant à aucun utilisateur"

#: security/l10n.pm:55
#, c-format
msgid "Check files/directories writable by everybody"
msgstr "Vérifier les fichiers et/ou dossiers modifiables par tout un chacun"

#: security/l10n.pm:56
#, c-format
msgid "Run chkrootkit checks"
msgstr "Effectuer les vérifications de chkrootkit"

#: security/l10n.pm:57
#, c-format
msgid "Do not send empty mail reports"
msgstr "Ne pas envoyer de courriels de rapport vides"

#: security/l10n.pm:58
#, c-format
msgid "If set, send the mail report to this email address else send it to root"
msgstr ""
"Si rempli, envoie le rapport par courriel à cette adresse, sinon à root"

#: security/l10n.pm:59
#, c-format
msgid "Report check result by mail"
msgstr "Envoyer le rapport de vérification par courriel"

#: security/l10n.pm:60
#, c-format
msgid "Run some checks against the rpm database"
msgstr ""
"Vérifie les fichiers des paquetages rpm par rapport à la base de données"

#: security/l10n.pm:61
#, c-format
msgid "Report check result to syslog"
msgstr "Enregistrer le rapport de vérification via syslog"

#: security/l10n.pm:62
#, c-format
msgid "Reports check result to tty"
msgstr "Afficher le rapport de vérification dans le terminal"

#: security/level.pm:10
#, c-format
msgid "Disable msec"
msgstr "Désactiver msec"

#: security/level.pm:11
#, c-format
msgid "Standard"
msgstr "Standard"

#: security/level.pm:12
#, c-format
msgid "Secure"
msgstr "Sécurisé"

#: security/level.pm:40
#, c-format
msgid ""
"This level is to be used with care, as it disables all additional security\n"
"provided by msec. Use it only when you want to take care of all aspects of "
"system security\n"
"on your own."
msgstr ""
"Ce niveau doit être utilisé avec précautions, dans la mesure où il "
"désactive\n"
"l'ensemble des mesures de sécurité de msec. A utiliser uniquement si vous\n"
"gérez vous même la sécurité de votre système."

#: security/level.pm:43
#, c-format
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
msgstr ""
"Ceci est le niveau de sécurité standard recommandé pour un ordinateur \n"
"utilisé pour se connecter à Internet en tant que client."

#: security/level.pm:44
#, c-format
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
"The security is now high enough to use the system as a server which can "
"accept\n"
"connections from many clients. Note: if your machine is only a client on the "
"Internet, you should choose a lower level."
msgstr ""
"Avec ce niveau de sécurité, l'utilisation de cette machine en tant que\n"
"serveur devient envisageable. La sécurisation est suffisamment forte pour\n"
"accepter les connexions de nombreux clients. Note : si votre machine est\n"
"seulement connectée en tant que client sur Internet, vous devriez plutôt\n"
"choisir un niveau inférieur."

#: security/level.pm:51
#, c-format
msgid "DrakSec Basic Options"
msgstr "Options de base de DrakSec"

#: security/level.pm:54
#, c-format
msgid "Please choose the desired security level"
msgstr "Choisissez le niveau de sécurité désiré"

#. -PO: this string is used to properly format "<security level>: <level description>"
#: security/level.pm:58
#, c-format
msgid "%s: %s"
msgstr "%s : %s"

#: security/level.pm:61
#, c-format
msgid "Security Administrator:"
msgstr "Administrateur sécurité :"

#: security/level.pm:62
#, c-format
msgid "Login or email:"
msgstr "Nom d'utilisateur ou courriel :"

#: services.pm:19
#, c-format
msgid "Listen and dispatch ACPI events from the kernel"
msgstr "Collecter et distribuer les évènements ACPI du noyau"

#: services.pm:20
#, c-format
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr ""
"Démarrage ou arrêt du système sonore ALSA (Advanced Linux Sound "
"Architecture). Il charge le pilote pour votre carte son, et restaure les "
"réglages du périphérique de mixage."

#: services.pm:21
#, c-format
msgid "Anacron is a periodic command scheduler."
msgstr ""
"Anacron exécute des tâches périodiques avec une précision exprimée en jours. "
"Les tâches sont exécutées automatiquement au redémarrage de la machine si "
"elles ont expiré leur délai. Quelques tâches de maintenances quotidienne et "
"hebdomadaire sont préconfigurées pour le système Mageia Linux. (Plus "
"d'informations dans « man anacron »)."

#: services.pm:22
#, c-format
msgid ""
"apmd is used for monitoring battery status and logging it via syslog.\n"
"It can also be used for shutting down the machine when the battery is low."
msgstr ""
"Apmd surveille l'état de la batterie d'un portable, et en garde une trace "
"(via syslog). Il peut être utilisé pour arrêter proprement la machine "
"lorsque la batterie est très faible et après avoir averti les utilisateurs."

#: services.pm:24
#, c-format
msgid ""
"Runs commands scheduled by the at command at the time specified when\n"
"at was run, and runs batch commands when the load average is low enough."
msgstr ""
"Service qui permet de démarrer une tâche à une heure précise. Chaque tâche "
"doit être créée par la commande « at », puis, à l'heure dite, le service "
"« atd » lance cette tâche. Par exemple pour éteindre automatiquement la "
"machine ce soir à 23h59, tapez « at 23:59 » dans une fenêtre de commandes, "
"puis « halt » et <Ctrl-D>."

#: services.pm:26
#, c-format
msgid "Avahi is a ZeroConf daemon which implements an mDNS stack"
msgstr "Avahi est un service ZeroConf qui implémente une pile mDNS"

#: services.pm:27
#, c-format
msgid "Set CPU frequency settings"
msgstr "Définir les paramètres de fréquence CPU"

#: services.pm:28
#, c-format
msgid ""
"cron is a standard UNIX program that runs user-specified programs\n"
"at periodic scheduled times. vixie cron adds a number of features to the "
"basic\n"
"UNIX cron, including better security and more powerful configuration options."
msgstr ""
"Cron est un planificateur de tâches. Contrairement à Anacron, les tâches "
"sont exécutées à des moments précis, pendant lesquels la machine doit être "
"allumée. « Vixie cron » ajoute des fonctions au « cron » UNIX de base "
"(notamment une meilleure sécurité et des options de configuration plus "
"complètes)."

#: services.pm:31
#, c-format
msgid ""
"Common UNIX Printing System (CUPS) is an advanced printer spooling system"
msgstr ""
"Common UNIX Printing System (CUPS) est un système avancé d'impression "
"différée"

#: services.pm:32
#, c-format
msgid "Launches the graphical display manager"
msgstr "Lance le gestionnaire d'affichage graphique"

#: services.pm:33
#, c-format
msgid ""
"FAM is a file monitoring daemon. It is used to get reports when files "
"change.\n"
"It is used by GNOME and KDE"
msgstr ""
"FAM est un démon surveillant les fichiers. Il permet d'être alerté quand un "
"fichier est modifié.\n"
"Il est utilisé à la fois par GNOME et KDE"

#: services.pm:35
#, c-format
msgid ""
"G15Daemon allows users access to all extra keys by decoding them and \n"
"pushing them back into the kernel via the linux UINPUT driver. This driver "
"must be loaded \n"
"before g15daemon can be used for keyboard access. The G15 LCD is also "
"supported. By default, \n"
"with no other clients active, g15daemon will display a clock. Client "
"applications and \n"
"scripts can access the LCD via a simple API."
msgstr ""
"G15Daemon permet aux utilisateurs d'accèder aux touches supplémentaires \n"
"en les décodant avant de les renvoyer au noyau via le pilote linux UINPUT. "
"Ce pilote \n"
"doit être chargé avant l'utilisation de g15daemon pour l'accès clavier. Le "
"LCD G15 est \n"
"aussi supporté. Par défaut, en l'absence d'autre client, g15daemon affichera "
"une horloge. \n"
"Les application clientes et les scripts peuvent accèder au LCD par une "
"simple API. "

#: services.pm:40
#, c-format
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
"operations,\n"
"and includes support for pop-up menus on the console."
msgstr ""
"GPM permet d'utiliser la souris dans des programmes fonctionnant en mode "
"texte dans la console (comme par exemple Midnight Commander). Il permet "
"également d'utiliser le copier-coller et inclut le support des menus "
"contextuels sur la console."

#: services.pm:43
#, c-format
msgid "HAL is a daemon that collects and maintains information about hardware"
msgstr ""
"HAL est un serveur qui collecte et mémorise des informations relatives au "
"matériel"

#: services.pm:44
#, c-format
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
"HardDrake effectue une détection matérielle, et configure éventuellement le "
"nouveau matériel."

#: services.pm:46
#, c-format
msgid ""
"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache est un serveur Web (HTTP). Il est utilisé pour faire fonctionner un "
"site internet."

#: services.pm:47
#, c-format
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
"starting\n"
"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
"disables\n"
"all of the services it is responsible for."
msgstr ""
"Le métaserveur « inetd » sert à démarrer automatiquement les autres services "
"réseau lorsqu'une requête est détectée. Il est notamment responsable du "
"démarrage des services telnet, ftp, rsh et rlogin, etc. Le désactiver "
"revient à désactiver tous les services qu'il gère. "

#: services.pm:51
#, c-format
msgid "Automates a packet filtering firewall with ip6tables"
msgstr "Automatise un parefeu de filtrage de paquets avec ip6tables"

#: services.pm:52
#, c-format
msgid "Automates a packet filtering firewall with iptables"
msgstr "\"Automatise un parefeu de filtrage de paquets avec iptables"

#: services.pm:53
#, c-format
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
"Démarrer le filtrage des paquets réseau pour la série 2.2 des noyaux Linux, "
"afin de mettre en place un pare-feu (firewall) pour protéger votre machine "
"des attaques réseau. "

#: services.pm:55
#, c-format
msgid ""
"Evenly distributes IRQ load across multiple CPUs for enhanced performance"
msgstr ""
"Distribue équitablement la charge IRQ entre plusieurs CPU pour améliorer les "
"performances"

#: services.pm:56
#, c-format
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard.  This can be selected using the kbdconfig utility.\n"
"You should leave this enabled for most machines."
msgstr ""
"Ce paquetage active la disposition de clavier défini dans le fichier /etc/"
"sysconfig/keyboard. Cette disposition peut être modifiée en utilisant "
"l'outil kbdconfig. Ce service devrait être activé sur la plupart des "
"machines."

#: services.pm:59
#, c-format
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
"Régénération automatique des fichiers d'en-tête pour le noyau\n"
"dans le dossier /boot pour /usr/include/linux/{autoconf,version}.h"

#: services.pm:61
#, c-format
msgid "Automatic detection and configuration of hardware at boot."
msgstr "Détection automatique et configuration du matériel au démarrage."

#: services.pm:62
#, c-format
msgid "Tweaks system behavior to extend battery life"
msgstr "Ajuste le comportement du système pour étendre la durée des batteries"

#: services.pm:63
#, c-format
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
"Linuxconf effectue certaines tâches au démarrage afin de maintenir la "
"configuration du système."

#: services.pm:65
#, c-format
msgid ""
"lpd is the print daemon required for lpr to work properly. It is\n"
"basically a server that arbitrates print jobs to printer(s)."
msgstr ""
"Lpd est le serveur d'impression nécessaire au bon fonctionnement de la "
"commande lpr. Il permet gérer les files d'attente et les demandes "
"d'impression."

#: services.pm:67
#, c-format
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
"Activation / désactivation du Linux Virtual Server, qui est un service "
"utilisé pour créer un serveur virtuel haute performance et haute "
"disponibilité, composé d'un ensemble de serveurs Linux reliés entre eux."

#: services.pm:69
#, c-format
msgid "Monitors the network (Interactive Firewall and wireless"
msgstr "Surveille le réseau (Parefeu intéractif et sans-fil)"

#: services.pm:70
#, c-format
msgid "Software RAID monitoring and management"
msgstr "Gestion et surveillance du RAID logiciel"

#: services.pm:71
#, c-format
msgid ""
"DBUS is a daemon which broadcasts notifications of system events and other "
"messages"
msgstr ""
"DBUS est un serveur qui diffuse les notifications des évènements sytème "
"ainsi que d'autres messages"

#: services.pm:72
#, c-format
msgid "Enables MSEC security policy on system startup"
msgstr "Active la politique de sécurité MSEC au démarrage du système"

#: services.pm:73
#, c-format
msgid ""
"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
"names to IP addresses."
msgstr ""
"Named (BIND) est un Serveur de Noms de Domaine (DNS) qui est utilisé pour "
"convertir les adresses internet en adresses IP. (Il est principalement mis "
"en place par les fournisseurs d'accès)."

#: services.pm:74
#, c-format
msgid "Initializes network console logging"
msgstr "Initialise l'affichage sur la console du journal réseau"

#: services.pm:75
#, c-format
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
msgstr ""
"Montage et démontage de tous les dossiers partagés : systèmes de fichiers\n"
"distants (NFS), SMB (Lan Manager/Windows), et NCP (Netware)."

#: services.pm:77
#, c-format
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
msgstr ""
"Gestion groupée de toutes les connexions réseau que vous avez configurées et "
"que vous avez choisi d'activer dès le démarrage du système. (par ex. vos "
"connexions pour le réseau local et l'ADSL ou le Câble). Vous pouvez accéder "
"séparément à vos interfaces réseau grâce au « Centre de Contrôle Mageia "
"Linux » dans la section « Internet et réseau »."

#: services.pm:79
#, c-format
msgid "Requires network to be up if enabled"
msgstr "Si activé nécessite que le reseau soit lancé"

#: services.pm:80
#, c-format
msgid "Wait for the hotplugged network to be up"
msgstr "Attendre que le réseau lancé à chaud soit actif"

#: services.pm:81
#, c-format
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
"This service provides NFS server functionality, which is configured via the\n"
"/etc/exports file."
msgstr ""
"NFS est un protocole populaire pour le partage de fichiers sur les réseaux "
"TCP/IP.\n"
"Ce service fournit un serveur NFS. Les dossiers partagés sont listés dans le "
"fichier /etc/exports."

#: services.pm:84
#, c-format
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
msgstr ""
"NFS est un protocole populaire pour le partage de fichiers sur les réseaux "
"TCP/IP.\n"
"Ce service permet de verrouiller des fichiers sur NFS."

#: services.pm:86
#, c-format
msgid "Synchronizes system time using the Network Time Protocol (NTP)"
msgstr ""
"Synchronise l'heure système via le réseau en utilisant le protocole NTP"

#: services.pm:87
#, c-format
msgid ""
"Automatically switch on numlock key locker under console\n"
"and Xorg at boot."
msgstr ""
"Activation de la touche « Verr Num » du pavé numérique du clavier au "
"démarrage."

#: services.pm:89
#, c-format
msgid "Support the OKI 4w and compatible winprinters."
msgstr "Support des imprimantes winprinter OKI 4w et compatibles."

#: services.pm:90
#, c-format
msgid "Checks if a partition is close to full up"
msgstr "Vérifie si une partition est bientôt pleine"

#: services.pm:91
#, c-format
msgid ""
"PCMCIA support is usually to support things like ethernet and\n"
"modems in laptops.  It will not get started unless configured so it is safe "
"to have\n"
"it installed on machines that do not need it."
msgstr ""
"PCMCIA permet d'utiliser des périphériques PCCARD comme des cartes Ethernet "
"ou des modems avec des ordinateurs portables. Ce service ne sera pas "
"démarré, à moins qu'il ne soit correctement configuré. Il peut donc être "
"activé sans danger sur des machines ne possédant pas ce type de "
"périphériques."

#: services.pm:94
#, c-format
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
"machines\n"
"which act as servers for protocols which make use of the RPC mechanism."
msgstr ""
"Le portmapper gère les connexions RPC qui sont utilisées par des serveurs "
"comme NFS et NIS. Le serveur portmap doit être activé sur des machines "
"jouant le rôle de serveur pour des protocoles utilisant le mécanisme RPC."

#: services.pm:97
#, c-format
msgid "Reserves some TCP ports"
msgstr "Réserve des ports TCP"

#: services.pm:98
#, c-format
msgid ""
"Postfix is a Mail Transport Agent, which is the program that moves mail from "
"one machine to another."
msgstr ""
"Postfix est un agent de transport du courrier (Mail Transport Agent - MTA) "
"permettant l'échange de courriers électroniques entre machines."

#: services.pm:99
#, c-format
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
msgstr ""
"Sauvegarde et restaure l'entropie du système pour une meilleure génération "
"de nombres aléatoires. (utile, par exemple, pour la création de clés de "
"cryptographie)"

#: services.pm:101
#, c-format
msgid ""
"Assign raw devices to block devices (such as hard disk drive\n"
"partitions), for the use of applications such as Oracle or DVD players"
msgstr ""
"Permet de faire apparaître des périphériques de type bloc (par ex. "
"partitions de disque dur) comme des périphériques bruts à accès direct (raw "
"devices). Les correspondances sont établies dans le fichier /etc/sysconfig/"
"rawdevices, et c'est la commande « raw » qui est utilisée. Cela peut être "
"utilisé par des programmes comme Oracle ou par des lecteurs de DVD."

#: services.pm:103
#, c-format
msgid "Nameserver information manager"
msgstr "Gestionnaire d'informations Nameserver"

#: services.pm:104
#, c-format
msgid ""
"The routed daemon allows for automatic IP router table updated via\n"
"the RIP protocol. While RIP is widely used on small networks, more complex\n"
"routing protocols are needed for complex networks."
msgstr ""
"Le service routed permet la mise à jour automatique des tables de routage IP "
"grâce au protocole RIP. Bien que RIP soit très utilisé sur les petits "
"réseaux, des protocoles de routage plus complets sont nécessaires pour les "
"réseaux de plus grande taille. "

#: services.pm:107
#, c-format
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
msgstr ""
"Le protocole rstat permet aux utilisateurs sur un même réseau d'obtenir des "
"mesures de la performance de n'importe quelle machine sur ce réseau."

#: services.pm:109
#, c-format
msgid ""
"Syslog is the facility by which many daemons use to log messages to various "
"system log files.  It is a good idea to always run rsyslog."
msgstr ""
"Syslog est un service utilisé par beaucoup d'autres services pour la "
"journalisation des messages dans des fichiers. C'est une très bonne idée de "
"toujours l'activer."

#: services.pm:110
#, c-format
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
msgstr ""
"Le protocole rusers permet aux utilisateurs de connaître tous les "
"utilisateurs connectés aux machines supportant ce protocole."

#: services.pm:112
#, c-format
msgid ""
"The rwho protocol lets remote users get a list of all of the users\n"
"logged into a machine running the rwho daemon (similar to finger)."
msgstr ""
"Le protocole rwho permet aux utilisateurs distants d'obtenir une liste des "
"utilisateurs connectés à une machine qui fait tourner le démon rwho "
"(similaire à finger)."

#: services.pm:114
#, c-format
msgid ""
"SANE (Scanner Access Now Easy) enables to access scanners, video cameras, ..."
msgstr ""
"SANE (Scanner Access Now Easy) permet l'accès aux scanners, caméras, ..."

#: services.pm:115
#, c-format
msgid "Packet filtering firewall"
msgstr "Parefeu de filtrage de paquets"

#: services.pm:116
#, c-format
msgid ""
"The SMB/CIFS protocol enables to share access to files & printers and also "
"integrates with a Windows Server domain"
msgstr ""
"Le protocole SMB/CIFS permet de partager l'accès à des fichiers et "
"imprimantes ainsi que l'intégration dans un domaine Windows Server"

#: services.pm:117
#, c-format
msgid "Launch the sound system on your machine"
msgstr "Démarrer le système de gestion du son sur votre machine."

#: services.pm:118
#, c-format
msgid "layer for speech analysis"
msgstr "Couche pour l'analyse vocale"

#: services.pm:119
#, c-format
msgid ""
"Secure Shell is a network protocol that allows data to be exchanged over a "
"secure channel between two computers"
msgstr ""
"Secure Shell est un protocole réseau qui permet l'échange de données via un "
"canal sécurisé entre deux ordinateurs"

#: services.pm:120
#, c-format
msgid ""
"Syslog is the facility by which many daemons use to log messages\n"
"to various system log files.  It is a good idea to always run syslog."
msgstr ""
"Syslog est un service utilisé par beaucoup d'autres services pour "
"enregistrer des rapports d'activité. C'est une très bonne idée de toujours "
"l'activer."

#: services.pm:122
#, c-format
msgid "Moves the generated persistent udev rules to /etc/udev/rules.d"
msgstr "Déplace les règles udev persistantes vers /etc/udev/rules.d"

#: services.pm:123
#, c-format
msgid "Load the drivers for your usb devices."
msgstr "Charger les pilotes pour vos périphériques USB."

#: services.pm:124
#, c-format
msgid "A lightweight network traffic monitor"
msgstr "Un analyseur de réseau léger"

#: services.pm:125
#, c-format
msgid "Starts the X Font Server."
msgstr "Démarre le serveur de polices de caractères."

#: services.pm:126
#, c-format
msgid "Starts other deamons on demand."
msgstr "Démarre d'autres démons à la demande."

#: services.pm:149
#, c-format
msgid "Printing"
msgstr "Impression"

#: services.pm:150
#, c-format
msgid "Internet"
msgstr "Internet"

#: services.pm:153
#, c-format
msgid "File sharing"
msgstr "Partage de fichiers"

#: services.pm:155
#, c-format
msgid "System"
msgstr "Système"

#: services.pm:160
#, c-format
msgid "Remote Administration"
msgstr "Administration à distance"

#: services.pm:168
#, c-format
msgid "Database Server"
msgstr "Serveur de base de données"

#: services.pm:179 services.pm:218
#, c-format
msgid "Services"
msgstr "Services"

#: services.pm:179
#, c-format
msgid "Choose which services should be automatically started at boot time"
msgstr ""
"Choisissez les services à démarrer automatiquement lors du démarrage du "
"système"

#: services.pm:197
#, c-format
msgid "%d activated for %d registered"
msgstr "%d activés sur %d enregistrés"

#: services.pm:234
#, c-format
msgid "running"
msgstr "actif"

#: services.pm:234
#, c-format
msgid "stopped"
msgstr "arrêté"

#: services.pm:239
#, c-format
msgid "Services and daemons"
msgstr "Serveurs et services"

#: services.pm:245
#, c-format
msgid ""
"No additional information\n"
"about this service, sorry."
msgstr "Pas d'autre information au sujet de ce service, désolé."

#: services.pm:250 ugtk2.pm:924
#, c-format
msgid "Info"
msgstr "Information"

#: services.pm:253
#, c-format
msgid "Start when requested"
msgstr "Démarré si nécessaire"

#: services.pm:253
#, c-format
msgid "On boot"
msgstr "Au démarrage"

#: services.pm:271
#, c-format
msgid "Start"
msgstr "Démarrer"

#: services.pm:271
#, c-format
msgid "Stop"
msgstr "Arrêter"

#: standalone.pm:25
#, c-format
msgid ""
"This program is free software; you can redistribute it and/or modify\n"
"it under the terms of the GNU General Public License as published by\n"
"the Free Software Foundation; either version 2, or (at your option)\n"
"any later version.\n"
"\n"
"This program is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
"GNU General Public License for more details.\n"
"\n"
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
"USA.\n"
msgstr ""
"Ce programme est un logiciel libre : vous pouvez le redistribuer\n"
"et/ou le modifier selon les termes de la « GNU General Public\n"
"License », tels que publiés par la « Free Software Foundation »; soit\n"
"la version 2 de cette licence ou (selon votre choix) toute version\n"
"ultérieure.\n"
"\n"
"Ce programme est distribué dans l'espoir qu'il sera utile, mais\n"
"SANS AUCUNE GARANTIE, ni explicite ni implicite; sans même les\n"
"garanties de commercialisation ou d'adaptation dans un but spécifique.\n"
"Se référer à la « GNU General Public License » pour plus de détails.\n"
"\n"
"Vous devriez avoir reçu une copie de la « GNU General Public License »\n"
"en même temps que ce programme; sinon, écrivez à la « Free Software\n"
"Foundation », Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
"USA.\n"

#: standalone.pm:44
#, c-format
msgid ""
"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
"Backup and Restore application\n"
"\n"
"--default             : save default directories.\n"
"--debug               : show all debug messages.\n"
"--show-conf           : list of files or directories to backup.\n"
"--config-info         : explain configuration file options (for non-X "
"users).\n"
"--daemon              : use daemon configuration. \n"
"--help                : show this message.\n"
"--version             : show version number.\n"
msgstr ""
"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
"Logiciel de sauvegardes et restaurations\n"
"\n"
"--default             : sauve les dossiers par défaut.\n"
"--debug               : affiche tous les messages de déboguage.\n"
"--show-conf           : liste les fichiers ou dossiers à sauvegarder.\n"
"--config-info         : explique les options du fichier de configuration (en "
"mode texte).\n"
"--daemon              : utilise la configuration de sauvegardes "
"périodiques.\n"
"--help                : affiche ce message.\n"
"--version             : affiche le numéro de version.\n"

#: standalone.pm:56
#, c-format
msgid ""
"[--boot]\n"
"OPTIONS:\n"
"  --boot            - enable to configure boot loader\n"
"default mode: offer to configure autologin feature"
msgstr ""
"[--boot]\n"
"OPTIONS :\n"
"  --boot            - permet de configurer le gestionnaire de démarrage\n"
"mode par défaut : configurer la connexion automatique"

#: standalone.pm:60
#, fuzzy, c-format
msgid ""
"[OPTIONS] [PROGRAM_NAME]\n"
"\n"
"OPTIONS:\n"
"  --help            - print this help message.\n"
"  --report          - program should be one of %s tools\n"
"  --incident        - program should be one of %s tools"
msgstr ""
"[OPTIONS] [NOM_PROGRAMME]\n"
"\n"
"OPTIONS :\n"
"  --help            - affiche ce message.\n"
"  --report          - le programme doit être un outil Mageia Linux\n"
"  --incident        - le programme doit être un outil Mageia Linux"

#: standalone.pm:66
#, c-format
msgid ""
"[--add]\n"
"  --add             - \"add a network interface\" wizard\n"
"  --del             - \"delete a network interface\" wizard\n"
"  --skip-wizard     - manage connections\n"
"  --internet        - configure internet\n"
"  --wizard          - like --add"
msgstr ""
"[--add]\n"
"  --add             - assistant « ajout d'interface réseau »\n"
"  --del             - assistant « suppression d'une interface réseau » \n"
"  --skip-wizard     - gestion des connexions\n"
"  --internet        - configurer internet\n"
"  --wizard          - comme --add"

#: standalone.pm:72
#, c-format
msgid ""
"\n"
"Font Importation and monitoring application\n"
"\n"
"OPTIONS:\n"
"--windows_import : import from all available windows partitions.\n"
"--xls_fonts      : show all fonts that already exist from xls\n"
"--install        : accept any font file and any directory.\n"
"--uninstall      : uninstall any font or any directory of font.\n"
"--replace        : replace all font if already exist\n"
"--application    : 0 none application.\n"
"                 : 1 all application available supported.\n"
"                 : name_of_application like  so for staroffice \n"
"                 : and gs for ghostscript for only this one."
msgstr ""
"\n"
"Application de gestion et d'importation de polices de "
"caractères                   \n"
"--windows_import : importe à partir de toutes les partitions Windows "
"disponibles.\n"
"--xls_fonts      : montre toutes les polices déjà existante par xls\n"
"--install        : accepte tout fichier et tout dossier pour les polices.\n"
"--uninstall      : désinstalle toute police ou tout dossier pour les "
"polices.\n"
"--replace        : remplace les polices existantes\n"
"--application    : 0 : aucun programme.\n"
"                 : 1 : tous les programmes disponibles supportés.\n"
"                 : nom_programme : pour par exemple staroffice, \n"
"                 : ou gs pour ghostscript (pour 1 application)."

#: standalone.pm:87
#, fuzzy, c-format
msgid ""
"[OPTIONS]...\n"
"%s Terminal Server Configurator\n"
"--enable         : enable MTS\n"
"--disable        : disable MTS\n"
"--start          : start MTS\n"
"--stop           : stop MTS\n"
"--adduser        : add an existing system user to MTS (requires username)\n"
"--deluser        : delete an existing system user from MTS (requires "
"username)\n"
"--addclient      : add a client machine to MTS (requires MAC address, IP, "
"nbi image name)\n"
"--delclient      : delete a client machine from MTS (requires MAC address, "
"IP, nbi image name)"
msgstr ""
"[OPTIONS]...\n"
"Configurateur pour Mageia Linux Terminal Server\n"
"--enable         : active MTS\n"
"--disable        : désactive MTS\n"
"--start          : démarre MTS\n"
"--stop           : arrête MTS\n"
"--adduser        : ajoute un utilisateur système existant au MTS (nécessite "
"un nom d'utilisateur)\n"
"--deluser        : enlève un utilisateur système existant du MTS (nécessite "
"un nom d'utilisateur)\n"
"--addclient      : ajoute une machine cliente au MTS (nécessite une adresse "
"MAC, IP, nom d'image nbi)\n"
"--delclient      : enlève une machine cliente au MTS (nécessite une adresse "
"MAC, IP, nom d'image nbi)"

#: standalone.pm:99
#, c-format
msgid "[keyboard]"
msgstr "[clavier]"

#: standalone.pm:100
#, c-format
msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
msgstr "[--file=monfichier] [--word=monmot] [--explain=regexp] [--alert]"

#: standalone.pm:101
#, c-format
msgid ""
"[OPTIONS]\n"
"Network & Internet connection and monitoring application\n"
"\n"
"--defaultintf interface : show this interface by default\n"
"--connect : connect to internet if not already connected\n"
"--disconnect : disconnect to internet if already connected\n"
"--force : used with (dis)connect : force (dis)connection.\n"
"--status : returns 1 if connected 0 otherwise, then exit.\n"
"--quiet : do not be interactive. To be used with (dis)connect."
msgstr ""
"[OPTIONS]\n"
"Application de surveillance et de connexion réseau et internet\n"
"\n"
"--defaultintf interface : montre cette interface par défaut\n"
"--connect : se connecte à Internet (si non connecté)\n"
"--disconnect : se déconnecte d'Internet (si connecté)\n"
"--force : utilisé avec l'option (dis)connect : force la (dé)connexion.\n"
"--status : retourne 1 si connecté, 0 sinon, puis quitte.\n"
"--quiet : non interactif. À utiliser avec l'option (dis)connect."

#: standalone.pm:111
#, fuzzy, c-format
msgid ""
"[OPTION]...\n"
"  --no-confirmation      do not ask first confirmation question in %s Update "
"mode\n"
"  --no-verify-rpm        do not verify packages signatures\n"
"  --changelog-first      display changelog before filelist in the "
"description window\n"
"  --merge-all-rpmnew     propose to merge all .rpmnew/.rpmsave files found"
msgstr ""
"[OPTION]...\n"
"  --no-confirmation      ne demande pas la première confirmation en mode "
"Mageia Update\n"
"  --no-verify-rpm        ne vérifie pas les signatures des paquetages\n"
"  --changelog-first      affiche le changelog avant la liste des fichiers "
"dans la fenêtre de description\n"
"  --merge-all-rpmnew     propose de fusionner tous les fichiers .rpmnew/."
"rpmsave trouvés"

# C. Berthelé cpjc@free.fr 30 jan 2005
# Options in XFdrake command line
#: standalone.pm:116
#, c-format
msgid ""
"[--manual] [--device=dev] [--update-sane=sane_source_dir] [--update-"
"usbtable] [--dynamic=dev]"
msgstr ""
"[--manual] [--device=dev] [--update-sane=dossier_source_sane] [--update-"
"usbtable] [--dynamic=dev]"

# C. Berthelé cpjc@free.fr 30 jan 2005
# Do not translate : options in XFdrake command line
#: standalone.pm:117
#, c-format
msgid ""
" [everything]\n"
"       XFdrake [--noauto] monitor\n"
"       XFdrake resolution"
msgstr ""
" [everything]\n"
"       XFdrake [--noauto] monitor\n"
"       XFdrake resolution"

#: standalone.pm:153
#, c-format
msgid ""
"\n"
"Usage: %s  [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
"testing] [-v|--version] "
msgstr ""
"\n"
"Utilisation : %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
"testing] [-v|--version] "

#: timezone.pm:161 timezone.pm:162
#, c-format
msgid "All servers"
msgstr "Tous les serveurs"

#: timezone.pm:196
#, c-format
msgid "Global"
msgstr "Global"

#: timezone.pm:199
#, c-format
msgid "Africa"
msgstr "Afrique"

#: timezone.pm:200
#, c-format
msgid "Asia"
msgstr "Asie"

#: timezone.pm:201
#, c-format
msgid "Europe"
msgstr "Europe"

#: timezone.pm:202
#, c-format
msgid "North America"
msgstr "Amérique du nord"

#: timezone.pm:203
#, c-format
msgid "Oceania"
msgstr "Océanie"

#: timezone.pm:204
#, c-format
msgid "South America"
msgstr "Amérique du sud"

#: timezone.pm:213
#, c-format
msgid "Hong Kong"
msgstr "Hong Kong"

#: timezone.pm:250
#, c-format
msgid "Russian Federation"
msgstr "Fédération russe"

#: timezone.pm:258
#, c-format
msgid "Yugoslavia"
msgstr "Yougoslavie"

#: ugtk2.pm:812
#, c-format
msgid "Is this correct?"
msgstr "Est-ce correct ?"

#: ugtk2.pm:874
#, c-format
msgid "You have chosen a file, not a directory"
msgstr "Vous devez spécifier un fichier, pas un répertoire"

#: wizards.pm:95
#, c-format
msgid ""
"%s is not installed\n"
"Click \"Next\" to install or \"Cancel\" to quit"
msgstr ""
"%s n'est pas installé\n"
"Cliquez sur « Suivant » pour l'installer ou « Annuler » pour quitter"

#: wizards.pm:99
#, c-format
msgid "Installation failed"
msgstr "Échec de l'installation"

#~ msgid ""
#~ "You agree not to (i) sell, export, re-export, transfer, divert, disclose "
#~ "technical data, or \n"
#~ "dispose of, any Software to any person, entity, or destination prohibited "
#~ "by US export laws \n"
#~ "or regulations including, without limitation, Cuba, Iran, North Korea, "
#~ "Sudan and Syria; or \n"
#~ "(ii) use any Software for any use prohibited by the laws or regulations "
#~ "of the United States.\n"
#~ "\n"
#~ "U.S. GOVERNMENT RESTRICTED RIGHTS. \n"
#~ "\n"
#~ "The Software Products and any accompanying documentation are and shall be "
#~ "deemed to be \n"
#~ "\"commercial computer software\" and \"commercial computer software "
#~ "documentation,\" respectively, \n"
#~ "as defined in DFAR 252.227-7013 and as described in FAR 12.212. Any use, "
#~ "modification, reproduction, \n"
#~ "release, performance, display or disclosure of the Software and any "
#~ "accompanying documentation \n"
#~ "by the United States Government shall be governed solely by the terms of "
#~ "this Agreement and any \n"
#~ "other applicable licence agreements and shall be prohibited except to the "
#~ "extent expressly permitted \n"
#~ "by the terms of this Agreement."
#~ msgstr ""
#~ "Vous acceptez de ne pas (i) vendre, exporter, ré-exporter, transférer, "
#~ "détourner, dévoiler \n"
#~ "des données techniques ni mettre à disposition le logiciel d'aucune "
#~ "personne, entité, ou \n"
#~ "destinataire interdits par les lois ou réglements d'exportation des tÉats-"
#~ "Unis incluant, sans \n"
#~ "limitation : Cuba, Iran, Corée du Nord, Soudan et Syrie; ou (ii) utiliser "
#~ "le Logiciel pour une \n"
#~ "utilisation interdite par les lois ou les règlements des tÉats-Unis.\n"
#~ "\n"
#~ "DROITS RESTREINT DU GOUVERNEMENT DES ÉTATS-UNIS.\n"
#~ "\n"
#~ "Les produits logiciels ainsi que toute documentation correspondante sont "
#~ "et doivent être considérés \n"
#~ "comme des « logiciels informatique commerciaux » et de la « documentation "
#~ "de logiciels informatiques \n"
#~ "commerciaux », comme définis dans l'article DFAR 252.227-7013 et décrits "
#~ "dans l'article FAR 12.212. \n"
#~ "Toute utilisation, modification, reproduction, diffusion, démonstration, "
#~ "affichage ou dévoilement du logiciel \n"
#~ "et de la documentation associée par le gouvernement des États-Unis doit "
#~ "être régie uniquement par les termes \n"
#~ "de cet accord ou de tout autre accord de licence applicable et doit être "
#~ "interdit excepté dans l'étendue \n"
#~ "expressément permise par les termes de cet Accord."

#~ msgid ""
#~ "Most of these components, but excluding the applications and software "
#~ "provided by Google Inc. or \n"
#~ "its subsidiaries (\"Google Software\"), are governed under the terms and "
#~ "conditions of the GNU \n"
#~ "General Public Licence, hereafter called \"GPL\", or of similar licenses."
#~ msgstr ""
#~ "La plupart de ces composants, à l'exception des applications et logiciels "
#~ "fournis par Google Inc \n"
#~ "ou ses filiales (« Logiciels Google ») est régie par les termes et les "
#~ "conditions de la GNU General \n"
#~ "Public Licence (Licence Publique Générale), appelée ci-après « GPL », ou "
#~ "par des licences similaires."

#~ msgid ""
#~ "Most of these components are governed under the terms and conditions of "
#~ "the GNU \n"
#~ "General Public Licence, hereafter called \"GPL\", or of similar licenses."
#~ msgstr ""
#~ "La plupart des composants est soumis aux termes et conditions de la\n"
#~ "« GNU General Public License », ci-dessous appelée « GPL » ou des\n"
#~ "licences similaires. "

#~ msgid ""
#~ "6. Additional provisions applicable to those Software Products provided "
#~ "by Google Inc. (\"Google Software\")\n"
#~ "\n"
#~ "(a)  You acknowledge that Google or third parties own all rights, title "
#~ "and interest in and to the Google \n"
#~ "Software, portions thereof, or software provided through or in "
#~ "conjunction with the Google Software, including\n"
#~ "without limitation all Intellectual Property Rights. \"Intellectual "
#~ "Property Rights\" means any and all rights \n"
#~ "existing from time to time under patent law, copyright law, trade secret "
#~ "law, trademark law, unfair competition \n"
#~ "law, database rights and any and all other proprietary rights, and any "
#~ "and all applications, renewals, extensions \n"
#~ "and restorations thereof, now or hereafter in force and effect worldwide. "
#~ "You agree not to modify, adapt, \n"
#~ "translate, prepare derivative works from, decompile, reverse engineer, "
#~ "disassemble or otherwise attempt to derive \n"
#~ "source code from Google Software. You also agree to not remove, obscure, "
#~ "or alter Google's or any third party's \n"
#~ "copyright notice, trademarks, or other proprietary rights notices affixed "
#~ "to or contained within or accessed in \n"
#~ "conjunction with or through the Google Software.  \n"
#~ "\n"
#~ "(b)  The Google Software is made available to you for your personal, non-"
#~ "commercial use only.\n"
#~ "You may not use the Google Software in any manner that could damage, "
#~ "disable, overburden, or impair Google's \n"
#~ "search services (e.g., you may not use the Google Software in an "
#~ "automated manner), nor may you use Google \n"
#~ "Software in any manner that could interfere with any other party's use "
#~ "and enjoyment of Google's search services\n"
#~ "or the services and products of the third party licensors of the Google "
#~ "Software.\n"
#~ "\n"
#~ "(c)  Some of the Google Software is designed to be used in conjunction "
#~ "with Google's search and other services.\n"
#~ "Accordingly, your use of such Google Software is also defined by Google's "
#~ "Terms of Service located at \n"
#~ "http://www.google.com/terms_of_service.html and Google's Toolbar Privacy "
#~ "Policy located at \n"
#~ "http://www.google.com/support/toolbar/bin/static.py?page=privacy.html.\n"
#~ "\n"
#~ "(d)  Google Inc. and each of its subsidiaries and affiliates are third "
#~ "party beneficiaries of this contract \n"
#~ "and may enforce its terms."
#~ msgstr ""
#~ "6. Dispositions additionnelles applicables aux produits logiciels fournis "
#~ "par Google Inc (« Logiciels Google »)\n"
#~ "\n"
#~ "(a) Vous reconnaissez que Google ou des parties tierces sont les "
#~ "propriétaires de tous les droits, \n"
#~ "titres et intérêt du Logiciel Google, de portions antérieures, ou de "
#~ "logiciel fourni avec le Logiciel Google, \n"
#~ "ce qui inclus sans limitation tous les droits de propriété "
#~ "intellectuelle.\n"
#~ "Droits de Propriété Intellectuelle englobe tout droit existant "
#~ "indifféremment sous des lois de brevets, \n"
#~ "de secret d'échange, de marque déposée, de concurrence déloyale, de "
#~ "droits de base de données et tout \n"
#~ "autre droit propriétaire, ainsi que toutes les applications, "
#~ "renouvellements, extensions et restaurations \n"
#~ "antérieures, actuelles ou ultérieures, dans le monde entier.\n"
#~ "Vous acceptez de ne pas modifier, adapter, traduire, préparer des travaux "
#~ "détournés à partir de \n"
#~ "décompilation, de rétro-ingénierie, désassemblage ou tout autre tentative "
#~ "de détournement de code source du \n"
#~ "logiciel Google. Vous acceptez aussi de ne pas supprimer, dissimuler ou "
#~ "altérer les notices de droits \n"
#~ "d'auteurs, marques déposées ou de tout autre droit propriétaire de Google "
#~ "ou d'une partie tierce qui sont \n"
#~ "liées, contenues ou accessibles en conjonction avec ou grâce au Logiciel "
#~ "Google.\n"
#~ "(b) Le logiciel Google est mis à votre disposition uniquement pour votre "
#~ "usage personnel et non commercial. \n"
#~ "Vous ne pouvez pas utiliser le logiciel Google d'aucune façon qui "
#~ "pourrait endommager, surcharger ou altérer \n"
#~ "le moteur de recherche Google (e.g. Vous ne pouvez pas utiliser le "
#~ "logiciel Google de façon automatisée), \n"
#~ "ni ne pouvez non plus utiliser le logiciel Google d'une manière qui "
#~ "pourrait interférer avec l'utilisation \n"
#~ "de tout autre logiciel et la jouissance des services de recherche (moteur "
#~ "de recherche) Google, ou des \n"
#~ "services et produits des parties tierces couverts par la licence des "
#~ "Logiciels Google.(c) Certains des logiciels Google sont destinés à être "
#~ "utilisés en conjonction avec le moteur de recherche \n"
#~ "Google et autres services. En conséquence, votre utilisation des "
#~ "logiciels Google est aussi couverte par \n"
#~ "les Termes de Service définis par Google ici: http://www.google.com/"
#~ "terms_of_service.html et la politique \n"
#~ "de respects de la vie privée de la barre d'outils Google située ici:\n"
#~ "http://www.google.com/support/toolbar/bin/static.py?page=privacy.html.\n"
#~ "(d) Google Inc et chacune de ses filiales  ou affiliées sont des parties "
#~ "tierces bénéficiaires de ce contrat, \n"
#~ "et peuvent en faire appliquer les termes."

#~ msgid "Restrict command line options"
#~ msgstr "Protéger par mot de passe les options"

#~ msgid "restrict"
#~ msgstr "protection"

#~ msgid ""
#~ "Option ``Restrict command line options'' is of no use without a password"
#~ msgstr ""
#~ "L'option ``Restrict command line options'' est inutile sans mot de passe"

#~ msgid "Use an encrypted filesystem"
#~ msgstr "Utiliser un système de fichiers crypté"

#~ msgid ""
#~ "To ensure data integrity after resizing the partition(s), \n"
#~ "filesystem checks will be run on your next boot into Microsoft Windows®"
#~ msgstr ""
#~ "Afin d'assurer l'intégrité des données après le redimensionnement de(s) "
#~ "partition(s),\n"
#~ "une vérification du système de fichier sera réalisé au prochain démarrage "
#~ "de Windows™"