# Messages français pour GNU concernant sh-utils.
# Copyright (C) 1996 Free Software Foundation, Inc.
# Michel Robitaille <robitail@IRO.UMontreal.CA>, 1996.
#
msgid ""
msgstr ""
"Project-Id-Version: GNU sh-utils 1.16k\n"
"POT-Creation-Date: 1999-08-14 13:15+0200\n"
"PO-Revision-Date: 1999-08-12 11:12 -0500\n"
"Last-Translator: Michel Robitaille <robitail@IRO.UMontreal.CA>\n"
"Language-Team: French <traduc@traduc.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"

#: lib/argmatch.c:159
#, fuzzy, c-format
msgid "invalid argument %s for `%s'"
msgstr "Le paramètre `%s' est invalide."

#: lib/argmatch.c:160
#, fuzzy, c-format
msgid "ambiguous argument %s for `%s'"
msgstr "Paramètre manquant pour `%s'"

#. We try to put synonyms on the same line.  The assumption is that
#. synonyms follow each other
#: lib/argmatch.c:178
#, fuzzy
msgid "Valid arguments are:"
msgstr "Le paramètre `%s' est invalide."

#: lib/closeout.c:71 lib/closeout.c:73
msgid "write error"
msgstr "Erreur d'écriture."

#: lib/error.c:102
#, fuzzy
msgid "Unknown system error"
msgstr "Opérateur binaire inconnu."

#: lib/getopt.c:677
#, c-format
msgid "%s: option `%s' is ambiguous\n"
msgstr ""

#: lib/getopt.c:702
#, c-format
msgid "%s: option `--%s' doesn't allow an argument\n"
msgstr ""

#: lib/getopt.c:707
#, c-format
msgid "%s: option `%c%s' doesn't allow an argument\n"
msgstr ""

#: lib/getopt.c:725 lib/getopt.c:898
#, c-format
msgid "%s: option `%s' requires an argument\n"
msgstr ""

#. --option
#: lib/getopt.c:754
#, fuzzy, c-format
msgid "%s: unrecognized option `--%s'\n"
msgstr "Option invalide `%s'"

#. +option or -option
#: lib/getopt.c:758
#, fuzzy, c-format
msgid "%s: unrecognized option `%c%s'\n"
msgstr "Option invalide `%s'"

#. 1003.2 specifies the format of this message.
#: lib/getopt.c:784
#, c-format
msgid "%s: illegal option -- %c\n"
msgstr ""

#: lib/getopt.c:787
#, fuzzy, c-format
msgid "%s: invalid option -- %c\n"
msgstr "Option invalide `%s'"

#. 1003.2 specifies the format of this message.
#: lib/getopt.c:817 lib/getopt.c:947
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr ""

#: lib/getopt.c:864
#, c-format
msgid "%s: option `-W %s' is ambiguous\n"
msgstr ""

#: lib/getopt.c:882
#, c-format
msgid "%s: option `-W %s' doesn't allow an argument\n"
msgstr ""

#: lib/human.c:310
msgid "block size"
msgstr ""

#: lib/version-etc.c:38
#, c-format
msgid "Written by %s.\n"
msgstr ""

#: lib/version-etc.c:39
msgid ""
"\n"
"Copyright (C) 1999 Free Software Foundation, Inc.\n"
"This is free software; see the source for copying conditions.  There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
msgstr ""

#. If XALLOC_FAIL_FUNC is NULL, or does return, display this message
#. before exiting when memory is exhausted.  Goes through gettext.
#: lib/xmalloc.c:66
#, fuzzy
msgid "Memory exhausted"
msgstr "Mémoire virtuelle épuisée."

#: src/basename.c:51 src/chroot.c:40 src/date.c:115 src/dirname.c:42
#: src/echo.c:72 src/env.c:114 src/expr.c:101 src/factor.c:54 src/hostid.c:44
#: src/hostname.c:62 src/id.c:94 src/logname.c:43 src/nice.c:62
#: src/pathchk.c:114 src/pinky.c:462 src/printenv.c:59 src/printf.c:90
#: src/pwd.c:42 src/seq.c:84 src/sleep.c:46 src/stty.c:488 src/su.c:429
#: src/tee.c:61 src/test.c:987 src/tty.c:58 src/uname.c:93 src/uptime.c:165
#: src/users.c:111 src/who.c:354 src/whoami.c:47 src/yes.c:40
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr "Pour en savoir davantage, faites: `%s --help'.\n"

#: src/basename.c:55
#, c-format
msgid ""
"Usage: %s NAME [SUFFIX]\n"
"  or:  %s OPTION\n"
msgstr ""
"Usage: %s NOM [SUFFIXE]\n"
"   ou: %s OPTION\n"

#: src/basename.c:60
msgid ""
"Print NAME with any leading directory components removed.\n"
"If specified, also remove a trailing SUFFIX.\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
msgstr ""
"Afficher le NOM sans être précédé des composants des noms de répertoires\n"
"Si spécifié enlever aussi le SUFFIXE.\n"
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"

#: src/basename.c:67 src/chroot.c:56 src/date.c:186 src/dirname.c:58
#: src/echo.c:100 src/env.c:131 src/expr.c:156 src/factor.c:72 src/false.c:27
#: src/hostid.c:56 src/hostname.c:75 src/id.c:113 src/logname.c:54
#: src/nice.c:76 src/pathchk.c:126 src/pinky.c:485 src/printenv.c:69
#: src/printf.c:126 src/pwd.c:53 src/seq.c:108 src/sleep.c:57 src/stty.c:662
#: src/su.c:448 src/tee.c:74 src/test.c:1054 src/true.c:27 src/tty.c:70
#: src/uname.c:110 src/uptime.c:179 src/users.c:123 src/who.c:376
#: src/whoami.c:58 src/yes.c:50
msgid ""
"\n"
"Report bugs to <bug-sh-utils@gnu.org>."
msgstr ""
"\n"
"Rapporter toutes anomalies à <bug-sh-utils@gnu.ai.mit.edu>."

#: src/basename.c:113 src/chroot.c:73 src/dirname.c:86 src/expr.c:180
#: src/pathchk.c:164 src/seq.c:189 src/sleep.c:91
msgid "too few arguments"
msgstr "Trop peu de paramètres"

#. lose
#: src/basename.c:114 src/dirname.c:87 src/hostid.c:76 src/hostname.c:119
#: src/uptime.c:219 src/users.c:163 src/who.c:459
msgid "too many arguments"
msgstr "Trop de paramètres"

#: src/chroot.c:44
#, c-format
msgid ""
"Usage: %s [OPTION] NEWROOT [COMMAND...]\n"
"  or:  %s OPTION\n"
msgstr ""
"Usage: %s [OPTION] RÉPERTOIRE_ROOT [COMMANDE...]\n"
"   ou: %s OPTION\n"

#: src/chroot.c:48
msgid ""
"Run COMMAND with root directory set to NEWROOT.\n"
"\n"
"      --help       display this help and exit\n"
"      --version    output version information and exit\n"
"\n"
"If no command is given, run ``${SHELL} -i'' (default: /bin/sh).\n"
msgstr ""
"Exécuter la COMMANDE selon le répertoire root fixé à RÉPERTOIRE_ROOT.\n"
"\n"
"   --help     afficher l'aide-mémoire\n"
"   --version  afficher le nom et la version du logiciel\n"
"\n"
"Si aucune commande n'est fournie, exécuter ``${SHELL} -i''(par défaut: "
"/bin/sh).\n"

#: src/chroot.c:78
#, c-format
msgid "cannot change root directory to %s"
msgstr "ne peut changer pour le répertoire root %s."

#: src/chroot.c:81
msgid "cannot chdir to root directory"
msgstr "ne peut changer pour le répertoire root"

#: src/chroot.c:100
#, c-format
msgid "cannot execute %s"
msgstr "Ne peut exécuter %s."

#: src/date.c:119
#, c-format
msgid ""
"Usage: %s [OPTION]... [+FORMAT]\n"
"  or:  %s [OPTION] [MMDDhhmm[[CC]YY][.ss]]\n"
msgstr ""
"Usage: %s [OPTION]... [+FORMAT]\n"
"   ou: %s [OPTION] [MMJJhhmm[[SS]AA][.ss]]\n"

#: src/date.c:124
msgid ""
"Display the current time in the given FORMAT, or set the system date.\n"
"\n"
"  -d, --date=STRING         display time described by STRING, not `now'\n"
"  -f, --file=DATEFILE       like --date once for each line of DATEFILE\n"
"  -I, --iso-8601[=TIMESPEC] output an ISO-8601 compliant date/time string.\n"
"                            TIMESPEC=`date' (or missing) for date only,\n"
"                            `hours', `minutes', or `seconds' for date and\n"
"                            time to the indicated precision.\n"
"  -r, --reference=FILE      display the last modification time of FILE\n"
"  -R, --rfc-822             output RFC-822 compliant date string\n"
"  -s, --set=STRING          set time described by STRING\n"
"  -u, --utc, --universal    print or set Coordinated Universal Time\n"
"      --help                display this help and exit\n"
"      --version             output version information and exit\n"
msgstr ""
"Afficher la date courante selon le FORMAT spécifié, ou\n"
"initialiser la date du système.\n"
"\n"
"  -d, --date=CHAÎNE        afficher la date selon la description donnée par "
"la CHAÎNE,\n"
"                           excluant le mot réservé `now'\n"
"  -f, --file=FICHIER       identique à --date pour chaque ligne du\n"
"                           FICHIER de dates\n"
"  -I, --iso-8601[=SPECS-TEMPS]\n"
"                           produire un format de sortie date/heure selon la "
"norme ISO-8601\n"
"                           SPECS-TEMPS=`date' (ou manquant) pour la date "
"seulement,\n"
"                           `hours', `minutes', or `seconds' pour la date et "
"l'heure\n"
"                           à la précision voulue\n"
"  -r, --reference=FICHIER  utiliser la date de modification du FICHIER\n"
"                           comme date de référence\n"
"  -R, --rfc-822            afficher la date selon le format respectant\n"
"                           les spécifications du RFC-822\n"
"  -s, --set=FORMAT         initialiser la date selon le FORMAT décrit\n"
"  -u, --utc, --universal   afficher ou initialiser selon le système de\n"
"                           temps universel (T.U.)\n"
"      --help               afficher l'aide-mémoire\n"
"      --version            afficher le nom et la version du logiciel\n"

#: src/date.c:140
#, fuzzy
msgid ""
"\n"
"FORMAT controls the output.  The only valid option for the second form\n"
"specifies Coordinated Universal Time.  Interpreted sequences are:\n"
"\n"
"  %%%%   a literal %%\n"
"  %%a   locale's abbreviated weekday name (Sun..Sat)\n"
"  %%A   locale's full weekday name, variable length (Sunday..Saturday)\n"
"  %%b   locale's abbreviated month name (Jan..Dec)\n"
"  %%B   locale's full month name, variable length (January..December)\n"
"  %%c   locale's date and time (Sat Nov 04 12:02:33 EST 1989)\n"
"  %%d   day of month (01..31)\n"
"  %%D   date (mm/dd/yy)\n"
"  %%e   day of month, blank padded ( 1..31)\n"
"  %%h   same as %%b\n"
"  %%H   hour (00..23)\n"
"  %%I   hour (01..12)\n"
"  %%j   day of year (001..366)\n"
"  %%k   hour ( 0..23)\n"
"  %%l   hour ( 1..12)\n"
"  %%m   month (01..12)\n"
"  %%M   minute (00..59)\n"
"  %%n   a newline\n"
"  %%p   locale's AM or PM\n"
"  %%r   time, 12-hour (hh:mm:ss [AP]M)\n"
"  %%s   seconds since 00:00:00, Jan 1, 1970 (a GNU extension)\n"
"  %%S   second (00..60)\n"
"  %%t   a horizontal tab\n"
"  %%T   time, 24-hour (hh:mm:ss)\n"
"  %%U   week number of year with Sunday as first day of week (00..53)\n"
"  %%V   week number of year with Monday as first day of week (01..52)\n"
"  %%w   day of week (0..6);  0 represents Sunday\n"
"  %%W   week number of year with Monday as first day of week (00..53)\n"
"  %%x   locale's date representation (mm/dd/yy)\n"
"  %%X   locale's time representation (%%H:%%M:%%S)\n"
"  %%y   last two digits of year (00..99)\n"
"  %%Y   year (1970...)\n"
"  %%z   RFC-822 style numeric timezone (-0500) (a nonstandard extension)\n"
"  %%Z   time zone (e.g., EDT), or nothing if no time zone is determinable\n"
"\n"
"By default, date pads numeric fields with zeroes.  GNU date recognizes\n"
"the following modifiers between `%%' and a numeric directive.\n"
"\n"
"  `-' (hyphen) do not pad the field\n"
"  `_' (underscore) pad the field with spaces\n"
msgstr ""
"\n"
"FORMAT contrôle l'affichage.  Seule l'option valide de la seconde forme\n"
"s'applique au système de temps UCT.  Les séquences interprétées sont:\n"
"\n"
"  %%%%   le caractère %%\n"
"  %%a   les noms abrégés localisés des jours de la semaine (Dim..Sam)\n"
"  %%A   les noms complets localisés des jours de la semaine\n"
"        de longueurs variables (Dimanche..Samedi)\n"
"  %%b   les noms abrégés localisés des mois (Jan..Déc)\n"
"  %%B   les noms complets localisés des mois de longueurs variables\n"
"        (Janvier..Décembre)\n"
"  %%c   la date et l'heure localisées (Sam 04 Nov 12:02:33 EDT 1989)\n"
"  %%d   jour du mois (01..31)\n"
"  %%D   date (mm/jj/aa)\n"
"  %%d   jour du mois, précédé d'un blanc ( 1..31)\n"
"  %%h   identique à %%b\n"
"  %%H   heure (00..23)\n"
"  %%I   heure (01..12)\n"
"  %%j   jour numérique de l'année (001..366)\n"
"  %%k   heure ( 0..23)\n"
"  %%l   heure ( 1..12)\n"
"  %%m   mois (01..12)\n"
"  %%M   minute (00..59)\n"
"  %%n   un saut de ligne\n"
"  %%p   localisé AM ou PM\n"
"  %%r   heure, 12-heure (hh:mm:ss [AP]M)\n"
"  %%s   secondes depuis 00:00:00, Jan 1, 1970 (une extension de GNU)\n"
"  %%S   secondes (00..61)\n"
"  %%t   un saut horizontal de tabulation\n"
"  %%T   heure, 24-heure (hh:mm:ss)\n"
"  %%U   numéro de la semaine dans l'année débutant par Dimanche\n"
"        comme premier jour de la semaine (00..53)\n"
"  %%V   numéro de la semaine dans l'année débutant par Lundi\n"
"        comme premier jour de la semaine (01..52)\n"
"  %%w   jour de la semaine (0..6);  0 représente Dimanche\n"
"  %%W   numéro de la samaine dans l'année débutant par Lundi\n"
"        comme premier jour de la semaine (00..53)\n"
"  %%x   représentation localisée de la date (mm/jj/aa)\n"
"  %%X   représentation localisée de l'heure (%%H:%%M:%%S)\n"
"  %%y   les deux derniers chiffres de l'année (00..99)\n"
"  %%Y   année (1970...)\n"
"  %%z   fuseau horaire en format numérique selon le RFC-822 (-0500)\n"
"        (une extension non-standard)\n"
"  %%Z   fuseau horaire (i.e. EDT), nul si aucun fuseau horaire\n"
"        ne peut être déterminé\n"
"\n"
"Par défaut, les champs numériques de date sont complétés par des zéros.\n"
"GNU reconnaît les modificateurs suivants entre `%%' et une directive "
"numérique.\n"
"\n"
"  `-' (tiret) ne pas compléter le champ\n"
"  `_' (souligné) compléter le champ par des blancs\n"

#: src/date.c:224 src/stty.c:861 src/tee.c:151
msgid "standard input"
msgstr "entrée standard"

#: src/date.c:278 src/date.c:444
#, c-format
msgid "invalid date `%s'"
msgstr "Date invalide `%s'."

#: src/date.c:366
msgid "the options to specify dates for printing are mutually exclusive"
msgstr ""
"Les options spécifiant les dates à afficher sont mutuellement exclusives."

#: src/date.c:373
msgid "the options to print and set the time may not be used together"
msgstr ""
"Les options pour afficher et initialiser la date ne peuvent être\n"
"utilisées ensembles."

#: src/date.c:379
msgid "too many non-option arguments"
msgstr "Trop de paramètres d'options non reconnues."

#: src/date.c:386
#, c-format
msgid ""
"the argument `%s' lacks a leading `+';\n"
"When using an option to specify date(s), any non-option\n"
"argument must be a format string beginning with `+'."
msgstr ""
"Le paramètre `%s' n'est pas précédé du préfixe `+';\n"
"lors de l'utilisation d'une option pour spécifier la date,\n"
"chaque paramètre qui n'est pas une option reconnue doit être\n"
"une chaîne dont le format débute par `+'."

#. Prepare to print the current date/time.
#: src/date.c:421
msgid "undefined"
msgstr "Indéfini"

#: src/date.c:452
msgid "cannot set date"
msgstr "Ne peut initialiser la date."

#: src/dirname.c:46
#, c-format
msgid ""
"Usage: %s NAME\n"
"  or:  %s OPTION\n"
msgstr ""
"Usage: %s NOM\n"
"   ou: %s OPTION\n"

#: src/dirname.c:51
msgid ""
"Print NAME with its trailing /component removed; if NAME contains no /'s,\n"
"output `.' (meaning the current directory).\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
msgstr ""
"Afficher le NOM du répertoire en enlevant ses composantes de fin;\n"
"si le NOM ne contient pas de '/'\n"
"le symbole `.'  indique le répertoire courant.\n"
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"

#: src/echo.c:76 src/yes.c:44
#, c-format
msgid "Usage: %s [OPTION]... [STRING]...\n"
msgstr "Usage: %s [OPTION]... [CHAÎNE]...\n"

#: src/echo.c:77
msgid ""
"Echo the STRING(s) to standard output.\n"
"\n"
"  -n              do not output the trailing newline\n"
"  -e              enable interpretation of the backslash-escaped characters\n"
"                    listed below\n"
"  -E              disable interpretation of those sequences in STRINGs\n"
"      --help      display this help and exit (should be alone)\n"
"      --version   output version information and exit (should be alone)\n"
"\n"
"Without -E, the following sequences are recognized and interpolated:\n"
"\n"
"  \\NNN   the character whose ASCII code is NNN (octal)\n"
"  \\\\     backslash\n"
"  \\a     alert (BEL)\n"
"  \\b     backspace\n"
"  \\c     suppress trailing newline\n"
"  \\f     form feed\n"
"  \\n     new line\n"
"  \\r     carriage return\n"
"  \\t     horizontal tab\n"
"  \\v     vertical tab\n"
msgstr ""
"Faire l'écho de CHAÎNE(S) vers la sortie standard.\n"
"\n"
"  -n             ne pas afficher le saut de ligne de fin\n"
"  -e             (inutilisée)\n"
"  -E             inhiber l'interpolation de certaines séquences de la "
"CHAÎNE\n"
"      --help     afficher l'aide-mémoire\n"
"      --version  afficher le nom et la version du logiciel\n"
"\n"
"Sans -E, les séquences suivantes sont reconnues et interpolées:\n"
"\n"
"  \\NNN   le caractère dont le code ASCII est NNN (en octal)\n"
"  \\\\     barre oblique inverse\n"
"  \\a     bip sonore d'alerte\n"
"  \\b     retour arrière\n"
"  \\c     supprimer le saut de ligne de fin\n"
"  \\f     saut de page\n"
"  \\n     saut de ligne\n"
"  \\r     retour de chariot\n"
"  \\t     tabulation horizontale\n"
"  \\v     tabulation verticale\n"

#: src/env.c:118
#, c-format
msgid "Usage: %s [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...]\n"
msgstr ""
"Usage: %s [OPTION]... [-] [VARIABLE=VALEUR]... [COMMANDE [PARAMÈTRE]...]\n"

#: src/env.c:121
msgid ""
"Set each NAME to VALUE in the environment and run COMMAND.\n"
"\n"
"  -i, --ignore-environment   start with an empty environment\n"
"  -u, --unset=NAME           remove variable from the environment\n"
"      --help                 display this help and exit\n"
"      --version              output version information and exit\n"
"\n"
"A mere - implies -i.  If no COMMAND, print the resulting environment.\n"
msgstr ""
"Initialiser chaque VARIABLE à la VALEUR dans l'environnement\n"
"et exécuter la COMMANDE.\n"
"\n"
"  -i, --ignore-environment   débuter avec un environnement vide\n"
"  -u, --unset=VARIABLE       retirer la VARIABLE de l'environment\n"
"      --help                 afficher l'aide-mémoire\n"
"      --version              afficher le nom et la version du logiciel\n"
"\n"
"Un simple - implique -i.  Si aucune COMMANDE n'est fournie,\n"
"afficher les variables d'environnement.\n"

#: src/expr.c:105
#, c-format
msgid ""
"Usage: %s EXPRESSION\n"
"  or:  %s OPTION\n"
msgstr ""
"Usage: %s EXPRESSION\n"
"   ou: %s OPTION\n"

#: src/expr.c:110
msgid ""
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
"\n"
msgstr ""
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"
"\n"

#: src/expr.c:116
msgid ""
"Print the value of EXPRESSION to standard output.  A blank line below\n"
"separates increasing precedence groups.  EXPRESSION may be:\n"
"\n"
"  ARG1 | ARG2       ARG1 if it is neither null nor 0, otherwise ARG2\n"
"\n"
"  ARG1 & ARG2       ARG1 if neither argument is null or 0, otherwise 0\n"
"\n"
"  ARG1 < ARG2       ARG1 is less than ARG2\n"
"  ARG1 <= ARG2      ARG1 is less than or equal to ARG2\n"
"  ARG1 = ARG2       ARG1 is equal to ARG2\n"
"  ARG1 != ARG2      ARG1 is unequal to ARG2\n"
"  ARG1 >= ARG2      ARG1 is greater than or equal to ARG2\n"
"  ARG1 > ARG2       ARG1 is greater than ARG2\n"
"\n"
"  ARG1 + ARG2       arithmetic sum of ARG1 and ARG2\n"
"  ARG1 - ARG2       arithmetic difference of ARG1 and ARG2\n"
"\n"
"  ARG1 * ARG2       arithmetic product of ARG1 and ARG2\n"
"  ARG1 / ARG2       arithmetic quotient of ARG1 divided by ARG2\n"
"  ARG1 %% ARG2       arithmetic remainder of ARG1 divided by ARG2\n"
"\n"
"  STRING : REGEXP   anchored pattern match of REGEXP in STRING\n"
"\n"
"  match STRING REGEXP        same as STRING : REGEXP\n"
"  substr STRING POS LENGTH   substring of STRING, POS counted from 1\n"
"  index STRING CHARS         index in STRING where any CHARS is found, or 0\n"
"  length STRING              length of STRING\n"
"  quote TOKEN                interpret TOKEN as a string, even if it is a\n"
"                               keyword like `match' or an operator like `/'\n"
"\n"
"  ( EXPRESSION )             value of EXPRESSION\n"
msgstr ""
"Afficher la valeur de l'EXPRESSION vers la sortie standard.  Une ligne "
"blanche\n"
"sépare la précédence croissante des groupes d'expressions.\n"
"L'EXPRESSION peut être:\n"
"\n"
"  PARAM1 | PARAM2       PARAM1 s'il est nul ou 0, autrement PARAM2\n"
"\n"
"  PARAM1 & PARAM2       PARAM1 si aucun des paramètres est nul ou 0,\n"
"                        autrement 0\n"
"\n"
"  PARAM1 < PARAM2       PARAM1 si plus petit que PARAM2\n"
"  PARAM1 <= PARAM2      PARAM1 si plus petit ou égal à PARAM2\n"
"  PARAM1 = PARAM2       PARAM1 si égal à PARAM2\n"
"  PARAM1 != PARAM2      PARAM1 si inégal à PARAM2\n"
"  PARAM1 >= PARAM2      PARAM1 si plus grand ou égal à PARAM2\n"
"  PARAM1 > PARAM2       PARAM1 si plus grand que PARAM2\n"
"\n"
"  PARAM1 + PARAM2       somme arithmétique de PARAM1 et PARAM2\n"
"  PARAM1 - PARAM2       différence arithmétique de PARAM1 et PARAM2\n"
"\n"
"  PARAM1 * PARAM2       produit arithmétique de PARAM1 et PARAM2\n"
"  PARAM1 / PARAM2       quotient arithmétique de PARAM1 divisé par PARAM2\n"
"  PARAM1 %% PARAM2       reste arithmétique PARAM1 divisé par PARAM2\n"
"\n"
"  CHAÎNE: EXPREG   patron d'ancrage de concordance de l'EXPREG dans la "
"CHAÎNE\n"
"\n"
"  match CHAÎNE EXPREG      identique à CHAÎNE: EXPREG\n"
"  substr CHAÎNE POS LONG   sous-chaîne de CHAÎNE débutant à la POSition\n"
"                           (comptée à partir de 1) et ayant une LONGueur\n"
"  index CHAÎNE CAR         valeur de la position du CARactère retrouvé\n"
"                           dans la CHAÎNE, sinon 0\n"
"  length CHAÎNE            longueur de la CHAÎNE\n"
"  quote JETON              interpréter le JETON comme une chaîne, même si "
"c'est\n"
"                           un mot clé comme 'match' ou un opérateur comme "
"`/'\n"
"\n"
"  ( EXPRESSION )           valeur de l'EXPRESSION\n"

#: src/expr.c:149
msgid ""
"\n"
"Beware that many operators need to be escaped or quoted for shells.\n"
"Comparisons are arithmetic if both ARGs are numbers, else lexicographical.\n"
"Pattern matches return the string matched between \\( and \\) or null; if\n"
"\\( and \\) are not used, they return the number of characters matched or "
"0.\n"
msgstr ""
"\n"
"Portez attention au fait que plusieurs opérateurs peuvent être escamotés\n"
"ou commentés par certains shells.\n"
"Les comparaisons sont arithmétiques si les deux PARAMètres sont des "
"nombres,\n"
"autrement elles sont lexicographiques.\n"
"Les concordances de patrons retournent la chaîne retrouvée si elle est\n"
"encapsulée entre \\( et \\) ou nul; si \\( et \\) ne sont pas utilisés,\n"
"le nombre de caractères qui concordent est retourné sinon 0.\n"

#: src/expr.c:188 src/expr.c:491 src/expr.c:498 src/expr.c:504 src/expr.c:527
msgid "syntax error"
msgstr "Erreur de syntaxe"

#: src/expr.c:439
#, c-format
msgid ""
"warning: unportable BRE: `%s': using `^' as the first character\n"
"of the basic regular expression is not portable; it is being ignored"
msgstr ""
"AVERTISSEMENT: BRE non portable: `%s': l'utilisation de `^' comme premier\n"
"caractère d'une expression régulière de base n'est pas portable; ignoré."

#: src/factor.c:58
#, c-format
msgid ""
"Usage: %s [NUMBER]...\n"
"  or:  %s OPTION\n"
msgstr ""
"Usage: %s [NOMBRE]...\n"
"   ou: %s OPTION\n"

#: src/factor.c:63
msgid ""
"Print factors of each NUMBER; read standard input with no arguments.\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
"\n"
"  Print the prime factors of all specified integer NUMBERs.  If no "
"arguments\n"
"  are specified on the command line, they are read from standard input.\n"
msgstr ""
"Afficher les facteurs premiers de chaque NOMBRE.\n"
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"
"\n"
"Afficher les facteurs premiers d'un NOMBRE entier spécifique.\n"
"Si aucun paramètre n'est fourni, les nombres sont lus de l'entrée standard.\n"

#: src/factor.c:140
#, c-format
msgid "`%s' is not a valid positive integer"
msgstr "%s' n'est pas un entier positif valide."

#: src/false.c:16
#, fuzzy, c-format
msgid ""
"Usage: %s [ignored command line arguments]\n"
"  or:  %s OPTION\n"
"Exit with a status code indicating failure.\n"
"\n"
"These option names may not be abbreviated.\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
msgstr ""
"Usage: %s [NOM]\n"
"   ou: %s OPTION\n"
"Afficher le nom du poste (hostname) du système courant.\n"
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"

#: src/hostid.c:48
#, fuzzy, c-format
msgid "Usage: %s [-v]\n"
msgstr "Usage: %s [OPTION]\n"

#: src/hostid.c:49
#, fuzzy
msgid ""
"Print the numeric identifier (in hexadecimal) for the current host.\n"
"\n"
"      --help       display this help and exit\n"
"      --version    output version information and exit\n"
"\n"
msgstr ""
"Afficher le nom de l'usager courant.\n"
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"

#: src/hostname.c:66
#, c-format
msgid ""
"Usage: %s [NAME]\n"
"  or:  %s OPTION\n"
"Print the hostname of the current system.\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
msgstr ""
"Usage: %s [NOM]\n"
"   ou: %s OPTION\n"
"Afficher le nom du poste (hostname) du système courant.\n"
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"

#: src/hostname.c:101
#, c-format
msgid "cannot set hostname to `%s'"
msgstr "Ne peut fixer le nom du poste (hostname) à `%s'"

#: src/hostname.c:107
msgid "cannot set hostname; this system lacks the functionality"
msgstr ""
"Ne peut nommer le poste (hostname); le système ne supporte pas cette fonction"

#: src/hostname.c:114
msgid "cannot determine hostname"
msgstr "Ne peut déterminer le nom du poste (hostname)"

#: src/id.c:98
#, c-format
msgid "Usage: %s [OPTION]... [USERNAME]\n"
msgstr "Usage: %s [OPTION]... [USAGER]\n"

#: src/id.c:99
msgid ""
"Print information for USERNAME, or the current user.\n"
"\n"
"  -a              ignore, for compatibility with other versions\n"
"  -g, --group     print only the group ID\n"
"  -G, --groups    print only the supplementary groups\n"
"  -n, --name      print a name instead of a number, for -ugG\n"
"  -r, --real      print the real ID instead of effective ID, for -ugG\n"
"  -u, --user      print only the user ID\n"
"      --help      display this help and exit\n"
"      --version   output version information and exit\n"
"\n"
"Without any OPTION, print some useful set of identified information.\n"
msgstr ""
"Afficher les informations concernant un USAGER, ou de l'usager courant.\n"
"\n"
"  -a              ignorée, par compatibilité avec les autres version\n"
"  -g, --group     afficher les IDentificateurs de groupes\n"
"  -G, --groups    afficher seulement les groupes supplémentaires\n"
"  -n, --name      afficher le nom au lieu du nombre, avec -ugG\n"
"  -r, --real      afficher l'IDentificateur réel au lieu de\n"
"                  l'effectif, avec -ugG\n"
"  -u, --user      afficher seulement l'IDentificateur de l'usager\n"
"      --help      afficher l'aide-mémoire\n"
"      --version   afficher le nom et la version du logiciel\n"
"\n"
"Sans aucune OPTION, afficher les informations utiles d'identification.\n"

#: src/id.c:160
msgid "cannot print only user and only group"
msgstr "Ne peut afficher seulement l'usager ou seulement le groupe"

#: src/id.c:163
msgid "cannot print only names or real IDs in default format"
msgstr ""
"Ne peut afficher seulement les noms ou les IDentificateurs réels\n"
"dans le format par défaut."

#: src/id.c:172
#, c-format
msgid "%s: No such user"
msgstr "%s: usager inexistant."

#: src/id.c:264
msgid "cannot get supplemental group list"
msgstr "Ne peut trouver la liste de groupes supplémentaires."

#: src/id.c:374
msgid " groups="
msgstr " groupes="

#: src/logname.c:47 src/tty.c:62 src/uname.c:97 src/whoami.c:51
#, c-format
msgid "Usage: %s [OPTION]...\n"
msgstr "Usage: %s [OPTION]...\n"

#: src/logname.c:48
msgid ""
"Print the name of the current user.\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
msgstr ""
"Afficher le nom de l'usager courant.\n"
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"

#. POSIX.2 prohibits using a fallback technique.
#: src/logname.c:96
#, c-format
msgid "%s: no login name\n"
msgstr "%s: pas de compte d'accès (login name).\n"

#: src/nice.c:66
#, c-format
msgid "Usage: %s [OPTION]... [COMMAND [ARG]...]\n"
msgstr "Usage: %s [OPTION]... [COMMANDE [PARAMÈTRE]...]\n"

#: src/nice.c:67
msgid ""
"Run COMMAND with an adjusted scheduling priority.\n"
"With no COMMAND, print the current scheduling priority.  ADJUST is 10\n"
"by default.  Range goes from -20 (highest priority) to 19 (lowest).\n"
"\n"
"  -ADJUST                   increment priority by ADJUST first\n"
"  -n, --adjustment=ADJUST   same as -ADJUST\n"
"      --help                display this help and exit\n"
"      --version             output version information and exit\n"
msgstr ""
"Exécuter la COMMANDE avec un horaire ajusté de priorité.\n"
"Sans aucune COMMANDE, afficher la priorité courante.  AJUSTement est de 10\n"
"par défaut.  La plage s'étend de -20 (priorité élevé) à 19 (la plus basse).\n"
"\n"
"  -AJUST                   incrémenter d'abord la priorité selon "
"l'AJUSTement\n"
"  -n, --adjustment=AJUST   identique à -AJUST\n"
"      --help               afficher l'aide-mémoire\n"
"      --version            afficher le nom et la version du logiciel\n"

#: src/nice.c:105 src/nice.c:119
#, c-format
msgid "invalid option `%s'"
msgstr "Option invalide `%s'"

#: src/nice.c:145
#, c-format
msgid "invalid priority `%s'"
msgstr "Priorité invalide `%s'"

#: src/nice.c:171
msgid "a command must be given with an adjustment"
msgstr "Une commande doit être soumise avec un ajustement."

#: src/nice.c:178 src/nice.c:187
msgid "cannot get priority"
msgstr "Ne peut trouver la priorité."

#: src/nice.c:192
msgid "cannot set priority"
msgstr "Ne peut initialiser la priorité."

#: src/pathchk.c:118
#, c-format
msgid "Usage: %s [OPTION]... NAME...\n"
msgstr "Usage: %s [OPTION]... NOM...\n"

#: src/pathchk.c:119
msgid ""
"Diagnose unportable constructs in NAME.\n"
"\n"
"  -p, --portability   check for all POSIX systems, not only this one\n"
"      --help          display this help and exit\n"
"      --version       output version information and exit\n"
msgstr ""
"Diagnostiquer les construits non portables du NOM.\n"
"\n"
" -p,  --portability   vérifier pour tous les systèmes POSIX,\n"
"                      non seulement pour le système courant\n"
"      --help          afficher l'aide-mémoire\n"
"      --version       afficher le nom et la version du logiciel\n"

#: src/pathchk.c:207
#, c-format
msgid "path `%s' contains nonportable character `%c'"
msgstr "Le chemin `%s' contient le caractère non portable `%c'"

#: src/pathchk.c:227
#, c-format
msgid "`%s' is not a directory"
msgstr "%s' n'est pas un répertoire."

#: src/pathchk.c:238
#, c-format
msgid "directory `%s' is not searchable"
msgstr "Le répertoire `%s' n'est pas accessible."

#: src/pathchk.c:330
#, c-format
msgid "name `%s' has length %d; exceeds limit of %d"
msgstr "Le nom `%s' a une longueur de %d; excédant la limite %d"

#: src/pathchk.c:356
#, c-format
msgid "path `%s' has length %d; exceeds limit of %d"
msgstr "Le chemin`%s' a une longueur de %d; excédant la limite %d"

#: src/pinky.c:289
msgid "Login name: "
msgstr "Nom du compte: "

#: src/pinky.c:292
msgid "In real life: "
msgstr "En réalité: "

#: src/pinky.c:295
msgid "???\n"
msgstr "???\n"

#: src/pinky.c:315
msgid "Directory: "
msgstr "Répertoire: "

#: src/pinky.c:317
msgid "Shell: "
msgstr "Shell: "

#: src/pinky.c:338
msgid "Project: "
msgstr "Projet: "

#: src/pinky.c:364
msgid "Plan:\n"
msgstr "Plan:\n"

#: src/pinky.c:383
msgid "Login"
msgstr "Login"

#: src/pinky.c:385
msgid "   Name"
msgstr "    Nom"

#: src/pinky.c:386
msgid "TTY"
msgstr "TTY"

#: src/pinky.c:388
msgid "Idle"
msgstr "Inactivité"

#: src/pinky.c:389
msgid "When"
msgstr "Quand"

#: src/pinky.c:392
msgid "Where"
msgstr "Où"

#: src/pinky.c:466
#, c-format
msgid "Usage: %s [OPTION]... [USER]...\n"
msgstr "Usage: %s [OPTION]... [USAGER]...\n"

#: src/pinky.c:467
#, c-format
msgid ""
"\n"
"  -l              do long format output\n"
"  -b              omit the user's home directory and shell in long format\n"
"  -h              omit the user's project file in long format\n"
"  -p              omit the user's plan file in long format\n"
"  -s              do short format output, this is the default\n"
"  -f              omit the line of column headings in short format\n"
"  -w              omit the user's full name in short format\n"
"  -i              omit the user's full name and remote host in short format\n"
"  -q              omit the user's full name, remote host and idle time\n"
"                  in short format\n"
"      --help      display this help and exit\n"
"      --version   output version information and exit\n"
"\n"
"A lightweight `finger' program;  print user information.\n"
"The utmp file will be %s.\n"
msgstr ""
"\n"
"  -l              afficher en format long\n"
"  -b              omettre le répertoire d'attache de l'usager\n"
"                  et son shell en format long\n"
"  -h              omettre le fichier de projet de l'usager en\n"
"                  format long\n"
"  -p              omettre le fichier de plan de l'usager en\n"
"                  format long\n"
"  -s              afficher en format court (par défaut)\n"
"  -f              omettre la ligne de l'en-tête des colonnes\n"
"                  en format court\n"
"  -w              omettre le nom complet de l'usager en format court\n"
"  -i              omettre le nom complet de l'usager et le nom de l'hôte\n"
"                  en format court\n"
"  -q              omettre le nom complet de l'usager, le nom de l'hôte\n"
"                  et le temps d'inactivité en format court\n"
"      --help      afficher l'aide-mémoire\n"
"      --version   afficher le nom et la version du logiciel\n"
"\n"
"Une version allégée du programme `finger'; afficher les informations d'un "
"usager.\n"
"Le fichier utmp sera %s.\n"

#: src/printenv.c:63
#, c-format
msgid "Usage: %s [OPTION]... [VARIABLE]...\n"
msgstr "Usage: %s [OPTION]... [VARIABLE]...\n"

#: src/printenv.c:64
msgid ""
"If no environment VARIABLE specified, print them all.\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
msgstr ""
"Si aucune VARIABLE d'environnement n'est spécifiée, les afficher toutes.\n"
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"

#: src/printf.c:81
#, c-format
msgid ""
"warning: %s: character(s) following character constant have been ignored"
msgstr ""
"AVERTISSEMENT: %s: caractère(s) suivant le caractère de constante ignoré(s)"

#: src/printf.c:94
#, c-format
msgid ""
"Usage: %s FORMAT [ARGUMENT]...\n"
"  or:  %s OPTION\n"
msgstr ""
"Usage: %s FORMAT [PARAMÈTRE]...\n"
"   ou: %s OPTION\n"

#: src/printf.c:99
msgid ""
"Print ARGUMENT(s) according to FORMAT.\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
"\n"
"FORMAT controls the output as in C printf.  Interpreted sequences are:\n"
"\n"
"  \\\"      double quote\n"
"  \\0NNN   character with octal value NNN (0 to 3 digits)\n"
"  \\\\      backslash\n"
"  \\a      alert (BEL)\n"
"  \\b      backspace\n"
"  \\c      produce no further output\n"
"  \\f      form feed\n"
"  \\n      new line\n"
"  \\r      carriage return\n"
"  \\t      horizontal tab\n"
"  \\v      vertical tab\n"
"  \\xNNN   character with hexadecimal value NNN (1 to 3 digits)\n"
"\n"
"  %%%%      a single %%\n"
"  %%b      ARGUMENT as a string with `\\' escapes interpreted\n"
"\n"
"and all C format specifications ending with one of diouxXfeEgGcs, with\n"
"ARGUMENTs converted to proper type first.  Variable widths are handled.\n"
msgstr ""
"Afficher PARAMÈTRE(s) selon le FORMAT.\n"
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"
"\n"
"Le FORMAT contrôle la sortie comme la fonction printf() en C.\n"
"Les séquences interprétées sont:\n"
"\n"
"  \\\"      guillemets\n"
"  \\0NNN   caractère ayant la valeur octale NNN (0 à 3 chiffres)\n"
"  \\\\      barre oblique inverse\n"
"  \\a      bip sonore d'alerte\n"
"  \\b      retour arrière\n"
"  \\c      ne pas afficher d'autres informations sur la sortie\n"
"  \\f      saut de page\n"
"  \\n      saut de ligne\n"
"  \\r      retour de chariot\n"
"  \\t      tabulation horizontale\n"
"  \\v      tabulation verticale\n"
"  \\xNNN   caractère ayant la valeur hexadécimale NNN (1 à 3 chiffres)\n"
"\n"
"  %%%%      le caractère %%\n"
"  %%b      PARAMÈTRES comme une chaîne avec `\\' d'échappement interprétés\n"
"\n"
"ainsi que toutes les spécifications de format en C se terminant par une des\n"
"options suivantes iouxXfeEgGcs, avec un PARAMÈTRE\n"
"converti au premier type approprié.\n"
"Les largeurs variables de champ sont supportées.\n"

#: src/printf.c:142
#, c-format
msgid "%s: expected a numeric value"
msgstr "%s: valeur numérique attendue."

#: src/printf.c:144
#, c-format
msgid "%s: value not completely converted"
msgstr "%s: valeur pas complètement convertie."

#: src/printf.c:236
msgid "missing hexadecimal number in escape"
msgstr "Nombre hexadécimal manquant dans l'échappement."

#: src/printf.c:250
#, c-format
msgid "\\%c: invalid escape"
msgstr "\\%c: échappement invalide."

#: src/printf.c:458
msgid "%%%c: invalid directive"
msgstr "%%%c: directive invalide."

#: src/printf.c:505
#, c-format
msgid "Usage: %s format [argument...]\n"
msgstr "Usage: %s format [paramètre...]\n"

#: src/printf.c:522
msgid "warning: excess arguments have been ignored"
msgstr "AVERTISSEMENT:  les paramètres en excès ont été ignoré."

#: src/pwd.c:46
#, c-format
msgid "Usage: %s [OPTION]\n"
msgstr "Usage: %s [OPTION]\n"

#: src/pwd.c:47
msgid ""
"Print the full filename of the current working directory.\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
msgstr ""
"Afficher le nom complet du répertoire courant de travail.\n"
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"

#: src/pwd.c:72
msgid "ignoring non-option arguments"
msgstr "Les options non reconnues sont ignorées."

#: src/pwd.c:76
msgid "cannot get current directory"
msgstr "Ne peut repérer le répertoire courant."

#: src/seq.c:88
#, c-format
msgid ""
"Usage: %s [OPTION]... LAST\n"
"  or:  %s [OPTION]... FIRST LAST\n"
"  or:  %s [OPTION]... FIRST INCREMENT LAST\n"
msgstr ""
"Usage: %s [OPTION]... DERNIER\n"
"  ou:  %s [OPTION]... PREMIER DERNIER\n"
"  ou:  %s [OPTION]... PREMIER PAS DERNIER\n"

#: src/seq.c:93
msgid ""
"Print numbers from FIRST to LAST, in steps of INCREMENT.\n"
"\n"
"  -f, --format FORMAT      use printf(3) style FORMAT (default: %%g)\n"
"  -s, --separator STRING   use STRING to separate numbers (default: \\n)\n"
"  -w, --equal-width        equalize width by padding with leading zeroes\n"
"      --help               display this help and exit\n"
"      --version            output version information and exit\n"
"\n"
"If FIRST or INCREMENT is omitted, it defaults to 1.\n"
"FIRST, INCREMENT, and LAST are interpreted as floating point values.\n"
"INCREMENT should be positive if FIRST is smaller than LAST, and negative\n"
"otherwise.  When given, the FORMAT argument must contain exactly one of\n"
"the printf-style, floating point output formats %%e, %%f, or %%g.\n"
msgstr ""
"Afficher les nombres du PREMIER jusqu'au DERNIER,\n"
"selon le PAS d'incrémentation.\n"
"\n"
"  -f, --format FORMAT      utiliser le style de FORMAT de printf(3)\n"
"                           (par défaut: %%g)\n"
"  -s, --separator CHAÎNE   utiliser la CHAÎNE pour séparer les nombres\n"
"                           (par défaut: \\n)\n"
"  -w, --equal-width        équilibrer les largeurs en remplissant\n"
"                           par des zéros de tête\n"
"      --help               afficher l'aide-mémoire\n"
"      --version            afficher le nom et la version du logiciel\n"
"\n"
"Si PREMIER ou PAS sont omis, ils prennent la valeur 1 par défaut.\n"
"PREMIER, PAS, DERNIER sont interprétés en notation flottante.\n"
"PAS doit être > 0 si\n"
"PREMIER doit être positif si PREMIER est plus petit que 1  et\n"
"négatif autrement.  Lorsque fourni, le paramètre\n"
"FORMAT doit contenir exactement un format de sortie en notation\n"
"flottante %%e, %%f, or %%g.\n"

#: src/seq.c:216
msgid "format string may not be specified when printing equal width strings"
msgstr ""
"La chaîne de format ne doit pas être spécifiée lors de l'affichage\n"
"de chaînes de longueurs identiques."

#: src/seq.c:230
#, c-format
msgid "invalid format string: `%s'"
msgstr "Chaîne de format invalide: `%s'"

#: src/seq.c:258
#, c-format
msgid "invalid floating point argument: %s"
msgstr "Paramètre de notation flottante invalide: %s"

#: src/seq.c:421
msgid ""
"when the starting value is larger than the limit,\n"
"the increment must be negative"
msgstr ""
"lorsque la valeur de départ est plus grande que la limite,\n"
"l'incrément doit être négatif."

#: src/seq.c:446
msgid ""
"when the starting value is smaller than the limit,\n"
"the increment must be positive"
msgstr ""
"lorsque la valeur de départ est plus petite que la limite,\n"
"l'incrément doit être positif."

#: src/sleep.c:50
#, c-format
msgid "Usage: %s [OPTION]... NUMBER[SUFFIX]\n"
msgstr "Usage: %s [OPTION]... NOMBRE[SUFFIXE]\n"

#: src/sleep.c:51
msgid ""
"Pause for NUMBER seconds.\n"
"SUFFIX may be s to keep seconds, m for minutes, h for hours or d for days.\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
msgstr ""
"Effectuer une pause d'un NOMBRE d'unité de temps (en secondes par défaut).\n"
"Le SUFFIXE peut être: s en secondes, m en minutes, h en heures ou d en "
"jours.\n"
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"

#: src/sleep.c:132
#, c-format
msgid "invalid time interval `%s'"
msgstr "Intervalle de temps invalide `%s'"

#: src/stty.c:492
#, c-format
msgid ""
"Usage: %s [-F device] [--file=device] [SETTING]...\n"
"  or:  %s [-F device] [--file=device] [-a|--all]\n"
"  or:  %s [-F device] [--file=device] [-g|--save]\n"
msgstr ""
"Usage: %s [-F périphérique] [--file=périphérique] [SÉLECTION]...\n"
"  ou:  %s [-F périphérique] [--file=périphérique] [-a|--all]\n"
"  ou:  %s [-F périphérique] [--file=périphérique] [-g|--save]\n"

#: src/stty.c:498
msgid ""
"Print or change terminal characteristics.\n"
"\n"
"  -a, --all       print all current settings in human-readable form\n"
"  -g, --save      print all current settings in a stty-readable form\n"
"  -F, --file      open and use the specified device instead of stdin\n"
"      --help      display this help and exit\n"
"      --version   output version information and exit\n"
"\n"
"Optional - before SETTING indicates negation.  An * marks non-POSIX\n"
"settings.  The underlying system defines which settings are available.\n"
msgstr ""
"Afficher ou modifier les caractéristiques du terminal.\n"
"\n"
"  -a, --all       afficher toutes les caractéristiques courantes dans\n"
"                  un format humainement lisible\n"
"  -g, --save      afficher toutes les caractéristiques dans un format\n"
"                  lisible par 'stty'\n"
"  -F, --file      ouvrir et utiliser le périphérique spécifié au lieu de "
"stdin\n"
"      --help      afficher l'aide-mémoire\n"
"      --version   afficher le nom et la version du logiciel\n"
"\n"
"Un '-' optionnel avant SÉLECTION indique une négation.  Un * indique une\n"
"SÉLECTION non-POSIX.  Le système détermine les options applicables.\n"

#: src/stty.c:510
msgid ""
"\n"
"Special characters:\n"
"* dsusp CHAR    CHAR will send a terminal stop signal once input flushed\n"
"  eof CHAR      CHAR will send an end of file (terminate the input)\n"
"  eol CHAR      CHAR will end the line\n"
"* eol2 CHAR     alternate CHAR for ending the line\n"
"  erase CHAR    CHAR will erase the last character typed\n"
"  intr CHAR     CHAR will send an interrupt signal\n"
"  kill CHAR     CHAR will erase the current line\n"
"* lnext CHAR    CHAR will enter the next character quoted\n"
"  quit CHAR     CHAR will send a quit signal\n"
"* rprnt CHAR    CHAR will redraw the current line\n"
"  start CHAR    CHAR will restart the output after stopping it\n"
"  stop CHAR     CHAR will stop the output\n"
"  susp CHAR     CHAR will send a terminal stop signal\n"
"* swtch CHAR    CHAR will switch to a different shell layer\n"
"* werase CHAR   CHAR will erase the last word typed\n"
msgstr ""
"\n"
"Caractères spéciaux:\n"
"* dsusp CAR     CAR émettra un signal d'arrêt de terminal une\n"
"                    fois le tampon d'entrée vidé\n"
"  eof CAR       CAR transmettra une fin de fichier\n"
"                    (pour stopper l'ingestion à l'entrée)\n"
"  eol CAR       CAR terminera la ligne\n"
"* eol2 CAR      CAR servira de caractère alternatif de fin de ligne\n"
"  erase CAR     CAR servira de touche d'effacement sur le dernier\n"
"                    caractère entrée\n"
"  intr CAR      CAR transmettra un signal d'interruption\n"
"  kill CAR      CAR effacera la ligne courante\n"
"* lnext CAR     CAR entrera le prochain caractère entre guillemets\n"
"  quit CAR      CAR transmettra un signal de fin\n"
"* rprnt CAR     CAR servira à ré-afficher la dernière ligne\n"
"  start CAR     CAR permettra la poursuite de l'affichage de\n"
"                    sortie après avoir été stoppé\n"
"  stop CAR      CAR stoppera l'affichage de sortie\n"
"  susp CAR      CAR transmettra un signal d'arrêt de terminal\n"
"* swtch CAR     CAR permettra de passer à une couche différente de shell\n"
"* werase CAR    CAR effacera le dernier mot tapé\n"

#: src/stty.c:529
msgid ""
"\n"
"Special settings:\n"
"  N             set the input and output speeds to N bauds\n"
"* cols N        tell the kernel that the terminal has N columns\n"
"* columns N     same as cols N\n"
"  ispeed N      set the input speed to N\n"
"* line N        use line discipline N\n"
"  min N         with -icanon, set N characters minimum for a completed read\n"
"  ospeed N      set the output speed to N\n"
"* rows N        tell the kernel that the terminal has N rows\n"
"* size          print the number of rows and columns according to the "
"kernel\n"
"  speed         print the terminal speed\n"
"  time N        with -icanon, set read timeout of N tenths of a second\n"
msgstr ""
"\n"
"Configurations spéciales:\n"
"  N             initialiser les vitesses d'entrée et de sortie à N bauds\n"
"* cols N        indiquer au kernel que le terminal a N colonnes\n"
"* columns N     identique à cols N\n"
"  ispeed N      initialiser la vitesse d'entrée à N\n"
"* line N        utiliser le conditionnement propre de la ligne N\n"
"  min N         avec -icanon, initialiser à N le nombre de caractères\n"
"                nécessaires pour obtenir une lecture complète\n"
"  ospeed N      initialiser la vitesse de sortie à N\n"
"* rows N        indiquer au kernel que le terminal a N lignes\n"
"* size          afficher le nombre de lignes et de colonnes\n"
"                selon les paramètres du kernel\n"
"  speed         afficher la vitesse du terminal\n"
"  time N        avec -icanon, initialiser le délai\n"
"                d'inactivité de lecture à N dizièmes de seconde\n"

#: src/stty.c:544
msgid ""
"\n"
"Control settings:\n"
"  [-]clocal     disable modem control signals\n"
"  [-]cread      allow input to be received\n"
"* [-]crtscts    enable RTS/CTS handshaking\n"
"  csN           set character size to N bits, N in [5..8]\n"
"  [-]cstopb     use two stop bits per character (one with `-')\n"
"  [-]hup        send a hangup signal when the last process closes the tty\n"
"  [-]hupcl      same as [-]hup\n"
"  [-]parenb     generate parity bit in output and expect parity bit in "
"input\n"
"  [-]parodd     set odd parity (even with `-')\n"
msgstr ""
"\n"
"Configurations de contrôle:\n"
"  [-]clocal     inhiber les signaux de contrôle du modem\n"
"  [-]cread      autoriser la réception sur l'entrée\n"
"* [-]crtscts    autoriser RTS/CTS handshaking\n"
"  csN           initialiser la taille des caractères à N bits,\n"
"                N variant entre [5..8]\n"
"  [-]cstopb     utiliser 2 bits d'arrêt par caractère (un avec `-')\n"
"  [-]hup        transmettre un signal de raccrochement quand le\n"
"                dernier processus ferme le lien tty\n"
"  [-]hupcl      identique à [-]hup\n"
"  [-]parenb     génèrer le bit de parité pour la sortie et\n"
"                traiter l'entrée avec un bit de parité implicite\n"
"  [-]parodd     utiliser une parité impaire (paire avec `-')\n"

#: src/stty.c:557
msgid ""
"\n"
"Input settings:\n"
"  [-]brkint     breaks cause an interrupt signal\n"
"  [-]icrnl      translate carriage return to newline\n"
"  [-]ignbrk     ignore break characters\n"
"  [-]igncr      ignore carriage return\n"
"  [-]ignpar     ignore characters with parity errors\n"
"* [-]imaxbel    beep and do not flush a full input buffer on a character\n"
"  [-]inlcr      translate newline to carriage return\n"
"  [-]inpck      enable input parity checking\n"
"  [-]istrip     clear high (8th) bit of input characters\n"
"* [-]iuclc      translate uppercase characters to lowercase\n"
"* [-]ixany      let any character restart output, not only start character\n"
"  [-]ixoff      enable sending of start/stop characters\n"
"  [-]ixon       enable XON/XOFF flow control\n"
"  [-]parmrk     mark parity errors (with a 255-0-character sequence)\n"
"  [-]tandem     same as [-]ixoff\n"
msgstr ""
"\n"
"Configurations d'entrée:\n"
"  [-]brkint     le 'break' provoque un signal d'interruption\n"
"  [-]icrnl      traduire le retour de chariot en saut de ligne\n"
"  [-]ignbrk     ignorer le caractère break\n"
"  [-]igncr      ignorer le retour de chariot\n"
"  [-]ignpar     ignorer les caractères ayant des erreurs de parité\n"
"* [-]imaxbel    indiquer par un bip sonore et ne pas vider le tampon\n"
"                d'entrée lors de l'arrivée d'un caractère\n"
"  [-]inlcr      traduire le saut de ligne en retour de chariot\n"
"  [-]inpck      autoriser la vérification de la parité à l'entrée\n"
"  [-]istrip     mettre à zéro le bit du haut (8e) d'un caractère de "
"l'entrée\n"
"* [-]iuclc      traduire les majuscles en minuscules\n"
"* [-]ixany      permettre à n'importe quel caractère de relancer "
"l'affichage\n"
"                sur la sortie, pas uniquement le caractère de redémarrage\n"
"  [-]ixoff      autoriser l'envoie d'un caractère d'arrêt/départ\n"
"  [-]ixon       autoriser le contrôle de flux XON/XOFF\n"
"  [-]parmrk     indiquer les erreur de parité par une séquence\n"
"                de caractères (255-0)\n"
"  [-]tandem     identique à [-]ixoff\n"

#: src/stty.c:576
msgid ""
"\n"
"Output settings:\n"
"* bsN           backspace delay style, N in [0..1]\n"
"* crN           carriage return delay style, N in [0..3]\n"
"* ffN           form feed delay style, N in [0..1]\n"
"* nlN           newline delay style, N in [0..1]\n"
"* [-]ocrnl      translate carriage return to newline\n"
"* [-]ofdel      use delete characters for fill instead of null characters\n"
"* [-]ofill      use fill (padding) characters instead of timing for delays\n"
"* [-]olcuc      translate lowercase characters to uppercase\n"
"* [-]onlcr      translate newline to carriage return-newline\n"
"* [-]onlret     newline performs a carriage return\n"
"* [-]onocr      do not print carriage returns in the first column\n"
"  [-]opost      postprocess output\n"
"* tabN          horizontal tab delay style, N in [0..3]\n"
"* tabs          same as tab0\n"
"* -tabs         same as tab3\n"
"* vtN           vertical tab delay style, N in [0..1]\n"
msgstr ""
"\n"
"Configurations de sortie:\n"
"* bsN           style du délai de retour arrière, N parmi [0..1]\n"
"* crN           style du délai du retour de chariot, N parmi [0..3]\n"
"* ffN           style du délai du saut de page, N parmi [0..1]\n"
"* nlN           style du délai du saut de ligne, N parmi [0..1]\n"
"* [-]ocrnl      traduire un retour de chariot par un saut de ligne\n"
"* [-]ofdel      utiliser des caractères d'effacement comme caractère\n"
"                de remplissage au lieu de caractères nuls\n"
"* [-]ofill      utiliser le remplissage de caractères au lieu du délai\n"
"                par minuterie\n"
"* [-]olcuc      traduire les minuscules en majuscules\n"
"* [-]onlcr      traduire le saut de ligne en retour de chariot-saut de "
"ligne\n"
"* [-]onlret     le saut de ligne provoque un retour de chariot\n"
"* [-]onocr      ne pas afficher un retour de chariot en première colonne\n"
"  [-]opost      exécuter un post-traitement de sortie\n"
"* tabN          style du délai de tabulation horizontale, N parmi [0..3]\n"
"* tabs          identique à tab0\n"
"* -tabs         identique à tab3\n"
"* vtN           style du délai de tabulation verticale, N parmi [0..1]\n"

#: src/stty.c:596
msgid ""
"\n"
"Local settings:\n"
"  [-]crterase   echo erase characters as backspace-space-backspace\n"
"* crtkill       kill all line by obeying the echoprt and echoe settings\n"
"* -crtkill      kill all line by obeying the echoctl and echok settings\n"
"* [-]ctlecho    echo control characters in hat notation (`^c')\n"
"  [-]echo       echo input characters\n"
"* [-]echoctl    same as [-]ctlecho\n"
"  [-]echoe      same as [-]crterase\n"
"  [-]echok      echo a newline after a kill character\n"
"* [-]echoke     same as [-]crtkill\n"
"  [-]echonl     echo newline even if not echoing other characters\n"
"* [-]echoprt    echo erased characters backward, between `\\' and '/'\n"
"  [-]icanon     enable erase, kill, werase, and rprnt special characters\n"
"  [-]iexten     enable non-POSIX special characters\n"
"  [-]isig       enable interrupt, quit, and suspend special characters\n"
"  [-]noflsh     disable flushing after interrupt and quit special "
"characters\n"
"* [-]prterase   same as [-]echoprt\n"
"* [-]tostop     stop background jobs that try to write to the terminal\n"
"* [-]xcase      with icanon, escape with `\\' for uppercase characters\n"
msgstr ""
"\n"
"Configurations locales:\n"
"  [-]crterase   faire l'écho du caractère 'erase' selon la séquence\n"
"                retour arrière-espace-retour arrière\n"
"* crtkill       annuler les ligne respectant la configuration\n"
"                'echoprt' et 'echoe'\n"
"* -crtkill      annuler les lignes respectant la configuration\n"
"                'echoctl' et 'echok'\n"
"* [-]ctlecho    faire l'écho des caractères de contrôle par une notation\n"
"                en chapeau (`^c')\n"
"  [-]echo       faire l'écho des caractères à l'entrée\n"
"* [-]echoctl    identique à [-]ctlecho\n"
"  [-]echoe      identique à [-]crterase\n"
"  [-]echok      faire l'écho d'un saut de ligne après un caractère "
"d'annulation\n"
"* [-]echoke     identique à [-]crtkill\n"
"  [-]echonl     faire l'écho d'un saut de ligne même s'il n'y pas\n"
"                d'écho des autres caractères\n"
"* [-]echoprt    faire l'écho des caractères d'effacement par retour "
"arrière,\n"
"                entre `\\' et '/'\n"
"  [-]icanon     autoriser les caractères spéciaux\n"
"                'erase', 'kill', 'werase', et 'rprnt'\n"
"  [-]iexten     autoriser les caractères spéciaux non-POSIX\n"
"  [-]isig       autoriser les caractères spéciaux\n"
"                'interrupt', 'quit', et 'suspend'\n"
"  [-]noflsh     inhiber la vidange après réception des caractères\n"
"                'interrupt' et 'quit'\n"
"* [-]prterase   identique à [-]echoprt\n"
"* [-]tostop     stopper les tâches d'arrière plan qui essaient d'écrire\n"
"                sur le terminal\n"
"* [-]xcase      avec 'icanon', faire l'échappement avec `\\'\n"
"                pour les majuscules\n"

#: src/stty.c:618
msgid ""
"\n"
"Combination settings:\n"
"* [-]LCASE      same as [-]lcase\n"
"  cbreak        same as -icanon\n"
"  -cbreak       same as icanon\n"
"  cooked        same as brkint ignpar istrip icrnl ixon opost isig\n"
"                icanon, eof and eol characters to their default values\n"
"  -cooked       same as raw\n"
"  crt           same as echoe echoctl echoke\n"
"  dec           same as echoe echoctl echoke -ixany intr ^c erase 0177\n"
"                kill ^u\n"
"* [-]decctlq    same as [-]ixany\n"
"  ek            erase and kill characters to their default values\n"
"  evenp         same as parenb -parodd cs7\n"
"  -evenp        same as -parenb cs8\n"
"* [-]lcase      same as xcase iuclc olcuc\n"
"  litout        same as -parenb -istrip -opost cs8\n"
"  -litout       same as parenb istrip opost cs7\n"
"  nl            same as -icrnl -onlcr\n"
"  -nl           same as icrnl -inlcr -igncr onlcr -ocrnl -onlret\n"
"  oddp          same as parenb parodd cs7\n"
"  -oddp         same as -parenb cs8\n"
"  [-]parity     same as [-]evenp\n"
"  pass8         same as -parenb -istrip cs8\n"
"  -pass8        same as parenb istrip cs7\n"
"  raw           same as -ignbrk -brkint -ignpar -parmrk -inpck -istrip\n"
"                -inlcr -igncr -icrnl  -ixon  -ixoff  -iuclc  -ixany\n"
"                -imaxbel -opost -isig -icanon -xcase min 1 time 0\n"
"  -raw          same as cooked\n"
"  sane          same as cread -ignbrk brkint -inlcr -igncr icrnl\n"
"                -ixoff -iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr\n"
"                -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0\n"
"                isig icanon iexten echo echoe echok -echonl -noflsh\n"
"                -xcase -tostop -echoprt echoctl echoke, all special\n"
"                characters to their default values.\n"
msgstr ""
"\n"
"Configuration par combinaison:\n"
"* [-]LCASE      identique à [-]lcase\n"
"  cbreak        identique à -icanon\n"
"  -cbreak       identique à icanon\n"
"  cooked        identique à brkint ignpar istrip icrnl ixon opost isig\n"
"                icanon, eof et eol selon leur valeur par défaut\n"
"  -cooked       identique à raw\n"
"  crt           identique à echoe echoctl echoke\n"
"  dec           identique à echoe echoctl echoke -ixany intr ^c erase 0177\n"
"                kill ^u\n"
"* [-]decctlq    identique à [-]ixany\n"
"  ek            réinitialiser les caractères erase et kill à leur valeur\n"
"                par défaut\n"
"  evenp         identique à parenb -parodd cs7\n"
"  -evenp        identique à -parenb cs8\n"
"* [-]lcase      identique à xcase iuclc olcuc\n"
"  litout        identique à -parenb -istrip -opost cs8\n"
"  -litout       identique à parenb istrip opost cs7\n"
"  nl            identique à -icrnl -onlcr\n"
"  -nl           identique à icrnl -inlcr -igncr onlcr -ocrnl -onlret\n"
"  oddp          identique à parenb parodd cs7\n"
"  -oddp         identique à -parenb cs8\n"
"  [-]parity     identique à [-]evenp\n"
"  pass8         identique à -parenb -istrip cs8\n"
"  -pass8        identique à parenb istrip cs7\n"
"  raw           identique à -ignbrk -brkint -ignpar -parmrk -inpck -istrip\n"
"                -inlcr -igncr -icrnl  -ixon  -ixoff  -iuclc  -ixany\n"
"                -imaxbel -opost -isig -icanon -xcase min 1 fois 0\n"
"  -raw          identique à cooked\n"
"  sane          identique à cread -ignbrk brkint -inlcr -igncr icrnl\n"
"                -ixoff -iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr\n"
"                -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0\n"
"                isig icanon iexten echo echoe echok -echonl -noflsh\n"
"                -xcase -tostop -echoprt echoctl echoke, et tous les "
"caractères\n"
"                spéciaux à leur valeur par défaut.\n"

#: src/stty.c:655
msgid ""
"\n"
"Handle the tty line connected to standard input.  Without arguments,\n"
"prints baud rate, line discipline, and deviations from stty sane.  In\n"
"settings, CHAR is taken literally, or coded as in ^c, 0x37, 0177 or\n"
"127; special values ^- or undef used to disable special characters.\n"
msgstr ""
"\n"
"Prendre en charge la ligne 'tty' reliée à l'entrée standard.  Sans "
"paramètre,\n"
"afficher la vitesse, le conditionnement de ligne et les modifications "
"appliquées\n"
"par 'stty sane'.  Dans les configurations,\n"
"CARactère est pris littéralement, ou codé comme ^c, 0x37, 0177 ou 127;\n"
"les valeurs spéciales comme ^- ou indéfinies sont utilisées pour inhiber\n"
"les caractères spéciaux.\n"

#: src/stty.c:739
msgid "only one device may be specified"
msgstr "un seul périphérique peut être spécifié"

#: src/stty.c:834
msgid ""
"the options for verbose and stty-readable output styles are\n"
"mutually exclusive"
msgstr ""
"Les options du mode bavard et de styles de sortie 'stty-readable' sont\n"
"mutuellement exclusives."

#: src/stty.c:839
msgid "when specifying an output style, modes may not be set"
msgstr ""
"Lors de la spécification d'un style de sortie, \n"
"les mode peuvent ne pas être initialisés."

#: src/stty.c:855
#, c-format
msgid "%s: couldn't reset non-blocking mode"
msgstr "%s: n'a pu réinitialiser en mode non par bloc"

#: src/stty.c:909 src/stty.c:1016
#, c-format
msgid "invalid argument `%s'"
msgstr "Le paramètre `%s' est invalide."

#: src/stty.c:920 src/stty.c:937 src/stty.c:949 src/stty.c:962 src/stty.c:974
#: src/stty.c:993
#, c-format
msgid "missing argument to `%s'"
msgstr "Paramètre manquant pour `%s'"

#: src/stty.c:1069
#, c-format
msgid "%s: unable to perform all requested operations"
msgstr "%s: incapable d'exécuter toutes les opérations demandées."

#: src/stty.c:1074
msgid "new_mode: mode\n"
msgstr "new_mode: mode\n"

#: src/stty.c:1413
#, c-format
msgid "%s: no size information for this device"
msgstr "%s: aucune information sur la taille pour ce périphérique."

#: src/stty.c:1804
msgid "<undef>"
msgstr "<indéfini>"

#: src/stty.c:1855
#, c-format
msgid "invalid integer argument `%s'"
msgstr "Paramètre de valeur entière invalide `%s'"

#: src/su.c:187
msgid "virtual memory exhausted"
msgstr "Mémoire virtuelle épuisée."

#: src/su.c:290
msgid "Password:"
msgstr "Mot de passe:"

#: src/su.c:293
msgid "getpass: cannot open /dev/tty"
msgstr "getpass(): ne peut ouvrir /dev/tty"

#: src/su.c:351
msgid "cannot set groups"
msgstr "Ne peut initialiser les groupes."

#: src/su.c:355
msgid "cannot set group id"
msgstr "Ne peut initialiser l'identificateur de groupe."

#: src/su.c:357
msgid "cannot set user id"
msgstr "Ne peut initialiser l'identificateur d'usager."

#: src/su.c:401
#, c-format
msgid "cannot run %s"
msgstr "Ne peut exécuter %s"

#: src/su.c:433
#, c-format
msgid "Usage: %s [OPTION]... [-] [USER [ARG]...]\n"
msgstr "Usage: %s [OPTION]... [-] [USAGER [PARAMÈTRE]...]\n"

#: src/su.c:434
msgid ""
"Change the effective user id and group id to that of USER.\n"
"\n"
"  -, -l, --login               make the shell a login shell\n"
"  -c, --commmand=COMMAND       pass a single COMMAND to the shell with -c\n"
"  -f, --fast                   pass -f to the shell (for csh or tcsh)\n"
"  -m, --preserve-environment   do not reset environment variables\n"
"  -p                           same as -m\n"
"  -s, --shell=SHELL            run SHELL if /etc/shells allows it\n"
"      --help                   display this help and exit\n"
"      --version                output version information and exit\n"
"\n"
"A mere - implies -l.   If USER not given, assume root.\n"
msgstr ""
"Modifier les identificateurs effectifs de l'usager et de groupe comme\n"
"étant ceux de l'USAGER.\n"
"\n"
"  -, -l, --login               utiliser ce shell comme étant celui de\n"
"                               la session de travail\n"
"  -c, --commmand=COMMANDE      passer la COMMANDE au shell avec -c\n"
"  -f, --fast                   passer -f au shell (valable pour csh ou "
"tcsh)\n"
"  -m, --preserve-environment   ne pas réinitialiser les variables\n"
"                               d'environnement\n"
"  -p                           identique à -m\n"
"  -s, --shell=SHELL            lancer le SHELL si /etc/shells le permet\n"
"      --help                   afficher l'aide-mémoire\n"
"      --version                afficher le nom et la version du logiciel\n"
"\n"
"Un tiret - implique -l.   Si le paramètre USAGER n'est pas fourni,\n"
"l'usager 'root' est utilisé.\n"

#: src/su.c:522
#, c-format
msgid "user %s does not exist"
msgstr "L'usager %s n'existe pas."

#: src/su.c:545
msgid "incorrect password"
msgstr "Mot de passe incorrect."

#. The user being su'd to has a nonstandard shell, and so is
#. probably a uucp account or has restricted access.  Don't
#. compromise the account by allowing access with a standard
#. shell.
#: src/su.c:562
#, c-format
msgid "using restricted shell %s"
msgstr "Utilisation du shell %s restreint."

#: src/su.c:573
#, c-format
msgid "warning: cannot change directory to %s"
msgstr "AVERTISSEMENT: ne peut changer pour le répertoire %s"

#: src/tee.c:65
#, c-format
msgid "Usage: %s [OPTION]... [FILE]...\n"
msgstr "Usage: %s [OPTION]... [FICHIER]...\n"

#: src/tee.c:66
msgid ""
"Copy standard input to each FILE, and also to standard output.\n"
"\n"
"  -a, --append              append to the given FILEs, do not overwrite\n"
"  -i, --ignore-interrupts   ignore interrupt signals\n"
"      --help                display this help and exit\n"
"      --version             output version information and exit\n"
msgstr ""
"Copier de l'entrée standard vers chaque FICHIER, \n"
"et également vers la sortie standard.\n"
"\n"
"  -a, --append              accoler la sortie au(x) FICHIER(s),\n"
"                            sans les écraser\n"
"  -i, --ignore-interrupts   ignorer les signaux d'interruption\n"
"      --help                afficher l'aide-mémoire\n"
"      --version             afficher le nom et la version du logiciel\n"

#: src/tee.c:181
msgid "standard output"
msgstr "sortie standard"

#: src/tee.c:219
msgid "read error"
msgstr "Erreur de lecture."

#: src/test.c:232
msgid "argument expected\n"
msgstr "Paramètre attendu.\n"

#: src/test.c:240
#, c-format
msgid "integer expression expected %s\n"
msgstr "Expression en valeur entière attendue %s\n"

#: src/test.c:362
msgid "')' expected\n"
msgstr "')' attendu\n"

#: src/test.c:365
#, c-format
msgid "')' expected, found %s\n"
msgstr "attendait ')', mais a trouvé %s\n"

#: src/test.c:381 src/test.c:907
#, c-format
msgid "%s: unary operator expected\n"
msgstr "%s: opérateur unaire attendu.\n"

#: src/test.c:408 src/test.c:933
#, c-format
msgid "%s: binary operator expected\n"
msgstr "%s: opérateur binaire attendu.\n"

#: src/test.c:443
msgid "before -lt"
msgstr "avant -lt"

#: src/test.c:451
msgid "after -lt"
msgstr "après -lt"

#: src/test.c:465
msgid "before -le"
msgstr "avant -le"

#: src/test.c:472
msgid "after -le"
msgstr "après -le"

#: src/test.c:488
msgid "before -gt"
msgstr "avant -gt"

#: src/test.c:495
msgid "after -gt"
msgstr "après -gt"

#: src/test.c:509
msgid "before -ge"
msgstr "avant -ge"

#: src/test.c:516
msgid "after -ge"
msgstr "après -ge"

#: src/test.c:529 src/test.c:602
msgid "-nt does not accept -l\n"
msgstr "-nt ne permet pas -l\n"

#: src/test.c:544
msgid "before -ne"
msgstr "avant -ne"

#: src/test.c:551
msgid "after -ne"
msgstr "après -ne"

#: src/test.c:567
msgid "before -eq"
msgstr "avant -eq"

#: src/test.c:574
msgid "after -eq"
msgstr "après -eq"

#: src/test.c:585
msgid "-ef does not accept -l\n"
msgstr "-ef ne permet pas -l\n"

#: src/test.c:609
msgid "unknown binary operator"
msgstr "Opérateur binaire inconnu."

#: src/test.c:795
msgid "after -t"
msgstr "après -t"

#: src/test.c:991
#, c-format
msgid ""
"Usage: %s EXPRESSION\n"
"  or:  [ EXPRESSION ]\n"
"  or:  %s OPTION\n"
msgstr ""
"Usage: %s EXPRESSION\n"
"   ou: [ EXPRESSION ]\n"
"   ou: %s OPTION\n"

#: src/test.c:997
msgid ""
"Exit with the status determined by EXPRESSION.\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
"\n"
"EXPRESSION is true or false and sets exit status.  It is one of:\n"
msgstr ""
"Terminer avec le statut de fin d'exécution déterminé par l'EXPRESSION.\n"
"\n"
"   --help     afficher l'aide-mémoire\n"
"   --version  afficher le nom et la version du logiciel\n"
"\n"
"EXPRESSION peut être 'true' ou 'false' et donne le statut de fin "
"d'exécution.\n"
"Selon les possibilitées suivantes:\n"

#: src/test.c:1005
msgid ""
"\n"
"  ( EXPRESSION )               EXPRESSION is true\n"
"  ! EXPRESSION                 EXPRESSION is false\n"
"  EXPRESSION1 -a EXPRESSION2   both EXPRESSION1 and EXPRESSION2 are true\n"
"  EXPRESSION1 -o EXPRESSION2   either EXPRESSION1 or EXPRESSION2 is true\n"
"\n"
"  [-n] STRING          the length of STRING is nonzero\n"
"  -z STRING            the length of STRING is zero\n"
"  STRING1 = STRING2    the strings are equal\n"
"  STRING1 != STRING2   the strings are not equal\n"
"\n"
"  INTEGER1 -eq INTEGER2   INTEGER1 is equal to INTEGER2\n"
"  INTEGER1 -ge INTEGER2   INTEGER1 is greater than or equal to INTEGER2\n"
"  INTEGER1 -gt INTEGER2   INTEGER1 is greater than INTEGER2\n"
"  INTEGER1 -le INTEGER2   INTEGER1 is less than or equal to INTEGER2\n"
"  INTEGER1 -lt INTEGER2   INTEGER1 is less than INTEGER2\n"
"  INTEGER1 -ne INTEGER2   INTEGER1 is not equal to INTEGER2\n"
msgstr ""
"\n"
"  ( EXPRESSION )               EXPRESSION est vraie\n"
"  ! EXPRESSION                 EXPRESSION est fausse\n"
"  EXPRESSION1 -a EXPRESSION2   si les deux EXPRESSION1 et EXPRESSION2\n"
"                               sont vraies\n"
"  EXPRESSION1 -o EXPRESSION2   si l'une ou l'autre des expressions:\n"
"                               EXPRESSION1 ou EXPRESSION2 est vraie\n"
"\n"
"  [-n] CHAÎNE             si la longueur de la CHAÎNE n'est pas nulle\n"
"  -z CHAÎNE               si la longueur de la CHAÎNE est nulle\n"
"  CHAÎNE1 = CHAÎNE2       si les chaînes sont identiques\n"
"  CHAÎNE1 != CHAÎNE2      si les chaînes sont différentes\n"
"\n"
"  ENTIER1 -eq ENTIER2     si ENTIER1 est égal à ENTIER2\n"
"  ENTIER1 -ge ENTIER2     si ENTIER1 est plus grand ou égal à ENTIER2\n"
"  ENTIER1 -gt ENTIER2     si ENTIER1 est plus grand que ENTIER2\n"
"  ENTIER1 -le ENTIER2     si ENTIER1 est plus petit ou égal à ENTIER2\n"
"  ENTIER1 -lt ENTIER2     si ENTIER1 est plus petit que ENTIER2\n"
"  ENTIER1 -ne ENTIER2     si ENTIER1 n'est pas égal à ENTIER2\n"

#: src/test.c:1024
msgid ""
"\n"
"  FILE1 -ef FILE2   FILE1 and FILE2 have the same device and inode numbers\n"
"  FILE1 -nt FILE2   FILE1 is newer (modification date) than FILE2\n"
"  FILE1 -ot FILE2   FILE1 is older than FILE2\n"
"\n"
"  -b FILE     FILE exists and is block special\n"
"  -c FILE     FILE exists and is character special\n"
"  -d FILE     FILE exists and is a directory\n"
"  -e FILE     FILE exists\n"
"  -f FILE     FILE exists and is a regular file\n"
"  -g FILE     FILE exists and is set-group-ID\n"
"  -G FILE     FILE exists and is owned by the effective group ID\n"
"  -k FILE     FILE exists and has its sticky bit set\n"
"  -L FILE     FILE exists and is a symbolic link\n"
"  -O FILE     FILE exists and is owned by the effective user ID\n"
"  -p FILE     FILE exists and is a named pipe\n"
"  -r FILE     FILE exists and is readable\n"
"  -s FILE     FILE exists and has a size greater than zero\n"
"  -S FILE     FILE exists and is a socket\n"
"  -t [FD]     file descriptor FD (stdout by default) is opened on a "
"terminal\n"
"  -u FILE     FILE exists and its set-user-ID bit is set\n"
"  -w FILE     FILE exists and is writable\n"
"  -x FILE     FILE exists and is executable\n"
msgstr ""
"\n"
"  FICHIER1 -ef FICHIER2   FICHIER1 et FICHIER2 ont les mêmes numéros\n"
"                          de périphérique et d'inode\n"
"  FICHIER1 -nt FICHIER2   FICHIER1 est plus récent (date de modification)\n"
"                          que FICHIER2\n"
"  FICHIER1 -ot FICHIER2   FICHIER1 est plus vieux que FICHIER2\n"
"\n"
"  -b FICHIER     FICHIER existe et est de type à blocage spécial\n"
"  -c FICHIER     FICHIER existe et est de type caractère spécial\n"
"  -d FICHIER     FICHIER existe et est un répertoire\n"
"  -e FICHIER     FICHIER existe\n"
"  -f FICHIER     FICHIER existe et est de type régulier\n"
"  -g FICHIER     FICHIER existe et le bit 'set-group-ID' est initialisé\n"
"  -G FICHIER     FICHIER existe et appartient au groupe effectif ID\n"
"  -k FICHIER     FICHIER existe et le bit 'sticky' est initialisé\n"
"  -L FICHIER     FICHIER existe et est un lien symbolique\n"
"  -O FICHIER     FICHIER existe et appartient à l'usager effectif ID\n"
"  -p FICHIER     FICHIER existe et est un relais nommé (named pipe)\n"
"  -r FICHIER     FICHIER existe et est lisible\n"
"  -s FICHIER     FICHIER existe et a une taille non nulle\n"
"  -S FICHIER     FICHIER existe et est de type 'socket'\n"
"  -t [DF]        descripteur de fichier DF (sortie standard par défaut)\n"
"                 est ouvert sur le terminal\n"
"  -u FICHIER     FICHIER existe et le bit 'set-user-ID' est initialisé\n"
"  -w FICHIER     FICHIER existe et l'écriture y est permise\n"
"  -x FICHIER     FICHIER existe et exécutable\n"

#: src/test.c:1049
msgid ""
"\n"
"Beware that parentheses need to be escaped (e.g., by backslashes) for "
"shells.\n"
"INTEGER may also be -l STRING, which evaluates to the length of STRING.\n"
msgstr ""
"\n"
"Portez attention au fait que les parenthèses doivent être précédées par des\n"
"barres obliques inverses (pour éviter l'échappement vers un shell).\n"
"Un ENTIER peut être évalué par la notation -l CHAÎNE, laquelle\n"
"évalue alors la longueur de la chaîne.\n"

#: src/test.c:1106
msgid "missing `]'\n"
msgstr "`]' manquant\n"

#: src/test.c:1120
msgid "too many arguments\n"
msgstr "Trop de paramètres.\n"

#: src/true.c:16
#, fuzzy, c-format
msgid ""
"Usage: %s [ignored command line arguments]\n"
"  or:  %s OPTION\n"
"Exit with a status code indicating success.\n"
"\n"
"These option names may not be abbreviated.\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
msgstr ""
"Usage: %s [NOM]\n"
"   ou: %s OPTION\n"
"Afficher le nom du poste (hostname) du système courant.\n"
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"

#: src/tty.c:63
msgid ""
"Print the file name of the terminal connected to standard input.\n"
"\n"
"  -s, --silent, --quiet   print nothing, only return an exit status\n"
"      --help              display this help and exit\n"
"      --version           output version information and exit\n"
msgstr ""
"Afficher le nom de fichier du terminal relié à l'entrée standard.\n"
"\n"
"  -s, --silent, --quiet   ne rien afficher, retourner seulement un\n"
"                          statut de fin d'exécution\n"
"      --help              afficher l'aide-mémoire\n"
"      --version           afficher le nom et la version du logiciel\n"

#: src/tty.c:117
msgid "not a tty"
msgstr "N'est pas un 'tty'"

#: src/uname.c:98
msgid ""
"Print certain system information.  With no OPTION, same as -s.\n"
"\n"
"  -a, --all        print all information\n"
"  -m, --machine    print the machine (hardware) type\n"
"  -n, --nodename   print the machine's network node hostname\n"
"  -r, --release    print the operating system release\n"
"  -s, --sysname    print the operating system name\n"
"  -p, --processor  print the host processor type\n"
"  -v               print the operating system version\n"
"      --help       display this help and exit\n"
"      --version    output version information and exit\n"
msgstr ""
"Afficher certaines informations identifiant le système.\n"
"Sans OPTION, identique à -s.\n"
"\n"
"  -a, --all        afficher toutes les informations\n"
"  -m, --machine    afficher le type de configuration matérielle\n"
"  -n, --nodename   afficher le nom du noeud réseau du poste (hostname)\n"
"  -r, --release    afficher la révision de la version du\n"
"                   système d'exploitation\n"
"  -s, --sysname    afficher le nom du système d'exploitation\n"
"  -p, --processor  afficher le type de processeur\n"
"  -v               afficher la version du système d'exploitation\n"
"      --help       afficher l'aide-mémoire\n"
"      --version    afficher le nom et la version du logiciel\n"

#: src/uname.c:181
msgid "cannot get system name"
msgstr "Ne peut trouver le nom du système."

#: src/uname.c:185
msgid "cannot get processor type"
msgstr "Ne peut trouver le type de processeur."

#: src/uptime.c:107
msgid "couldn't get boot time"
msgstr "n'a pu obtenir la date du réamorçage"

#: src/uptime.c:114
#, c-format
msgid " %2d:%02d%s  up "
msgstr " %2d:%02d%s  up "

#. FIXME: use strftime, not am, pm.  Uli reports that
#. the german translation is meaningless.
#: src/uptime.c:118
msgid "am"
msgstr "am"

#: src/uptime.c:118
msgid "pm"
msgstr "pm"

#: src/uptime.c:120
msgid "day"
msgstr "jour"

#: src/uptime.c:120
msgid "days"
msgstr "jours"

#: src/uptime.c:122
msgid "user"
msgstr "usager"

#: src/uptime.c:122
msgid "users"
msgstr "usager"

#: src/uptime.c:135
#, c-format
msgid ",  load average: %.2f"
msgstr ",  charge moyenne: %.2f"

#: src/uptime.c:169 src/users.c:115
#, c-format
msgid "Usage: %s [OPTION]... [ FILE ]\n"
msgstr "Usage: %s [OPTION]... [ FICHIER]\n"

#: src/uptime.c:170
#, c-format
msgid ""
"Print the current time, the length of time the system has been up,\n"
"the number of users on the system, and the average number of jobs\n"
"in the run queue over the last 1, 5 and 15 minutes.\n"
"If FILE is not specified, use %s.  %s as FILE is common.\n"
"\n"
"      --help        display this help and exit\n"
"      --version     output version information and exit\n"
msgstr ""
"Afficher la date courante, la durée de temps depuis lequel le système\n"
"a été amorcé, le nombre d'usagers sur le système, et le nombre moyen\n"
"de tâches dans la file d'exécution depuis les dernières 1, 5 et 15 minutes.\n"
"Si FICHIER n'est pas utilisé, utiliser %s. %s comme FICHIER est d'usager "
"courant.\n"
"\n"
"      --help        afficher l'aide-mémoire\n"
"      --version     afficher le nom et la version du logiciel\n"

#: src/users.c:116
#, c-format
msgid ""
"Output who is currently logged in according to FILE.\n"
"If FILE is not specified, use %s.  %s as FILE is common.\n"
"\n"
"      --help        display this help and exit\n"
"      --version     output version information and exit\n"
msgstr ""
"Afficher la liste des usagers actifs selon la liste contenue dans\n"
"le FICHIER.   Si le FICHIER n'est pas spécifié, utiliser %s.\n"
"L'utilisation de %s comme FICHIER est d'usage courant.\n"
"\n"
"      --help        afficher l'aide-mémoire\n"
"      --version     afficher le nom et la version du logiciel\n"

#: src/who.c:112
msgid " old "
msgstr "vieux"

#: src/who.c:235
#, c-format
msgid ""
"\n"
"# users=%u\n"
msgstr ""
"\n"
"# usager=%u\n"

#: src/who.c:241
msgid "USER"
msgstr "USAGER"

#: src/who.c:243
msgid "MESG "
msgstr "MESG "

#: src/who.c:244
msgid "LINE"
msgstr "LIGNE"

#: src/who.c:245
msgid "LOGIN-TIME   "
msgstr "SESSION      "

#: src/who.c:247
msgid "IDLE  "
msgstr "OISIF "

#: src/who.c:248
msgid "FROM\n"
msgstr "DE\n"

#: src/who.c:358
#, c-format
msgid "Usage: %s [OPTION]... [ FILE | ARG1 ARG2 ]\n"
msgstr "Usage: %s [OPTION]... [ FICHIER| PARAM1 PARAM2 ]\n"

#: src/who.c:359
#, c-format
msgid ""
"\n"
"  -H, --heading     print line of column headings\n"
"  -i, -u, --idle    add user idle time as HOURS:MINUTES, . or old\n"
"  -l, --lookup      attempt to canonicalize hostnames via DNS\n"
"  -m                only hostname and user associated with stdin\n"
"  -q, --count       all login names and number of users logged on\n"
"  -s                (ignored)\n"
"  -T, -w, --mesg    add user's message status as +, - or ?\n"
"      --message     same as -T\n"
"      --writable    same as -T\n"
"      --help        display this help and exit\n"
"      --version     output version information and exit\n"
"\n"
"If FILE is not specified, use %s.  %s as FILE is common.\n"
"If ARG1 ARG2 given, -m presumed: `am i' or `mom likes' are usual.\n"
msgstr ""
"\n"
"  -H, --heading     afficher les en-têtes de colonnes\n"
"  -i, -u, --idle    ajouter le temps d'inactivité de l'usager en\n"
"                    selon le format HEURE:MINUTES, . ou 'vieux'\n"
"  -l, --lookup      utiliser la forme canonique des noms des hôtes\n"
"                    via le DNS\n"
"  -m                seulement du poste (hostname) et\n"
"                    de l'usager associé à 'stdin'\n"
"  -q, --count       afficher tous les comptes actifs et le nombre d'usagers\n"
"                    présents sur le système\n"
"  -s                (ignorée)\n"
"  -T, -w, --mesg    ajouter le statut du message usager avec +, - ou ?\n"
"      --message     identique à -T\n"
"      --writeable   identique à -T\n"
"      --help        afficher l'aide-mémoire\n"
"      --version     afficher le nom et la version du logiciel\n"
"\n"
"Si FICHIER n'est pas spécifié, utiliser %s.  %s comme FICHIER\n"
"est d'usage courant.  Si PARAM1 et PARAM2 sont fournis, -m est assumé:\n"
"`am i' ou `mom likes' sont d'usage courant.\n"

#: src/whoami.c:52
msgid ""
"Print the user name associated with the current effective user id.\n"
"Same as id -un.\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
msgstr ""
"Afficher le nom de l'usager associé à l'identificateur effectif\n"
"courant de l'usager.  Identique à: id -un.\n"
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"

#: src/whoami.c:100
#, c-format
msgid "%s: cannot find username for UID %u\n"
msgstr "%s: ne trouve pas le nom de l'usager ayant le 'UID' %u\n"

#: src/yes.c:45
msgid ""
"Repeatedly output a line with all specified STRING(s), or `y'.\n"
"\n"
"  --help      display this help and exit\n"
"  --version   output version information and exit\n"
msgstr ""
"Afficher à répétition une ligne de caractères telle que spécifiée\n"
"par CHAÎNE, ou par `y'.\n"
"\n"
"  --help      afficher l'aide-mémoire\n"
"  --version   afficher le nom et la version du logiciel\n"

#~ msgid "invalid date ` %s'"
#~ msgstr "Date invalide `%s'"

#~ msgid ""
#~ "Usage: %s [SETTING]...\n"
#~ "  or:  %s OPTION\n"
#~ msgstr ""
#~ "Usage: %s [SÉLECTION]...\n"
#~ "   ou: %s OPTION\n"
