Browsing French translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and French guidelines.
1019 of 2176 results
10.
OPTIONS
type: SH
OPTIONS
Translated by Julien Cristau
type: SH
Located in ../scripts/annotate-output.1:11 ../scripts/bts.pl:247 ../scripts/build-rdeps.pl:46 ../scripts/chdist.pl:33 ../scripts/checkbashisms.1:23 ../scripts/cowpoke.1:29 ../scripts/cvs-debc.1:24 ../scripts/cvs-debi.1:28 ../scripts/cvs-debrelease.1:21 ../scripts/cvs-debuild.1:32 ../scripts/dcmd.1:15 ../scripts/dd-list.1:58 ../scripts/debc.1:64 ../scripts/debchange.1:149 ../scripts/debcheckout.pl:68 ../scripts/debclean.1:63 ../scripts/debcommit.pl:19 ../scripts/debdiff.1:52 ../scripts/debdiff-apply.1:61 ../scripts/debi.1:64 ../scripts/debrepro.pod:92 ../scripts/debrelease.1:56 ../scripts/deb-reversion.dbk:128 ../scripts/deb-why-removed.pl:209 ../scripts/debrsign.1:30 ../scripts/debsign.1:39 ../scripts/debsnap.1:26 ../scripts/debuild.1:256 ../scripts/dep3changelog.1:15 ../scripts/dget.pl:620 ../scripts/diff2patches.1:16 ../scripts/dpkg-depcheck.1:15 ../scripts/dscextract.1:14 ../scripts/dscverify.1:17 ../scripts/getbuildlog.1:24 ../scripts/git-deborig.pl:47 ../scripts/grep-excuses.1:14 ../scripts/hardening-check.pl:593 ../scripts/list-unreleased.1:12 ../scripts/ltnu.pod:27 ../scripts/manpage-alert.1:12 ../scripts/mass-bug.pl:59 ../scripts/mk-build-deps.pl:44 ../scripts/mk-origtargz.pl:63 ../scripts/nmudiff.1:24 ../scripts/origtargz.pl:100 ../scripts/plotchangelog.1:43 ../scripts/pts-subscribe.1:18 ../scripts/rc-alert.1:17 ../scripts/rmadison.pl:281 ../scripts/sadt.pod:42 ../scripts/salsa.pl:436 ../doc/suspicious-source.1:34 ../scripts/tagpending.pl:94 ../scripts/transition-check.pl:42 ../scripts/uupdate.1:54 ../doc/what-patch.1:15 ../scripts/whodepends.1:10 ../scripts/who-uploads.1:15 ../scripts/who-permits-upload.pl:62 ../scripts/wnpp-alert.1:17 ../scripts/wnpp-check.1:16 ../doc/wrap-and-sort.1:35
11.
B<+FORMAT>
type: TP
B<+FORMAT>
Translated by taffit
Located in ../scripts/annotate-output.1:12
12.
Controls the timestamp format, as per B<date>(1). Defaults to "%H:%M:%S".
type: Plain text
Contrôler le format d'horodatage, comme pour B<date>(1). "%H:%M:%S" par défaut.
Translated by Xavier Guimard
Located in ../scripts/annotate-output.1:16
13.
B<-h>, B<--help>
type: TP
B<-h>, B<--help>
Translated by Julien Cristau
type: TP
Located in ../scripts/annotate-output.1:16 ../scripts/chdist.pl:37 ../scripts/dd-list.1:59 ../scripts/debcheckout.pl:96 ../scripts/debdiff-apply.1:62 ../scripts/debsnap.1:73 ../scripts/dget.pl:680 ../scripts/dpkg-depcheck.1:96 ../scripts/getbuildlog.1:25 ../scripts/mk-build-deps.pl:111 ../scripts/rmadison.pl:305 ../scripts/sadt.pod:64 ../doc/suspicious-source.1:35 ../doc/what-patch.1:17 ../doc/wrap-and-sort.1:36
14.
Display a help message and exit successfully.
type: Plain text
Afficher un message d'aide et quitter avec succès.
Translated by taffit
Located in ../scripts/annotate-output.1:19 ../scripts/debchange.1:402 ../scripts/debclean.1:90 ../scripts/debrelease.1:102 ../scripts/debsign.1:102 ../scripts/dep3changelog.1:19 ../scripts/dscverify.1:40 ../scripts/nmudiff.1:89 ../scripts/pts-subscribe.1:31 ../scripts/uupdate.1:104 ../scripts/who-uploads.1:48
15.
EXAMPLE
type: =head1
EXEMPLE
Translated by Julien Cristau
type: SH
Located in ../scripts/annotate-output.1:20 ../scripts/dscextract.1:30 ../scripts/ltnu.pod:84
16.
$ annotate-output make
21:41:21 I: Started make
21:41:21 O: gcc -Wall program.c
21:43:18 E: program.c: Couldn't compile, and took me ages to find out
21:43:19 E: collect2: ld returned 1 exit status
21:43:19 E: make: *** [all] Error 1
21:43:19 I: Finished with exitcode 2
type: Plain text
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
$ annotate-output make
21:41:21 I: make démarré
21:41:21 O: gcc -Wall programme.c
21:43:18 E: programme.c: n'a pas compilé et durée de diagnostic dépassée
21:43:19 E: collect2: ld a retourné un code de sortie 1
21:43:19 E: make: *** [all] Erreur 1
21:43:19 I: terminé avec un code de sortie 2
Translated by Julien Cristau
type: Plain text
Located in ../scripts/annotate-output.1:30
17.
BUGS
type: SH
BOGUES
Translated by Julien Cristau
type: =head1
Located in ../scripts/annotate-output.1:32 ../scripts/debsnap.1:156 ../scripts/rc-alert.1:119 ../scripts/whodepends.1:17
18.
Since stdout and stderr are processed in parallel, it can happen that some lines received on stdout will show up before later-printed stderr lines (and vice-versa).
type: Plain text
Puisque stdout et stderr sont traitées en parallèle, il peut arriver que quelques lignes reçues sur stdout soient affichées avant des lignes de stderr (et inversement).
Translated by Julien Cristau
type: Plain text
Located in ../scripts/annotate-output.1:36
19.
This is unfortunately very hard to fix with the current annotation strategy. A fix would involve switching to PTRACE'ing the process. Giving nice a (much) higher priority over the executed program could however cause this behaviour to show up less frequently.
type: Plain text
C'est malheureusement très difficile à corriger avec la stratégie d'annotation choisie. Une solution serait de passer à un suivi par PTRACE. Donner à nice une (bien) plus grande priorité par rapport au programme exécuté pourrait cependant éviter que ce comportement n'arrive trop fréquemment.
Translated by taffit
Located in ../scripts/annotate-output.1:41
1019 of 2176 results

This translation is managed by Ubuntu French Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Jean-Marc, Jean-Pierre Giraud, Julien Cristau, Nicolas François, Xavier Guimard, taffit.