# Messages français pour util-linux-ng. # Copyright © 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the util-linux-ng package. # Michel Robitaille , traducteur depuis/since 1996. # Nicolas Provost , 2009. # # Permission is granted to freely copy and distribute # this file and modified versions, provided that this # header is not removed and modified versions are marked as such. # # relecture des lignes 0-5000 faite le 27-09-2008 N. Provost # msgid "" msgstr "" "Project-Id-Version: util-linux-ng 2.16-rc2\n" "Report-Msgid-Bugs-To: Karel Zak \n" "POT-Creation-Date: 2009-07-15 23:23+0200\n" "PO-Revision-Date: 2009-07-05 22:36+0100\n" "Last-Translator: Nicolas Provost \n" "Language-Team: French \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: disk-utils/blockdev.c:37 msgid "set read-only" msgstr "initialise le mode lecture-seule" #: disk-utils/blockdev.c:38 msgid "set read-write" msgstr "initialise le mode lecture-écriture" #: disk-utils/blockdev.c:39 msgid "get read-only" msgstr "savoir si le statut du périphérique est en mode lecture-seule" #: disk-utils/blockdev.c:40 msgid "get sectorsize" msgstr "obtenir la taille des secteurs" #: disk-utils/blockdev.c:41 msgid "get blocksize" msgstr "obtenir la taille des blocs" #: disk-utils/blockdev.c:42 msgid "set blocksize" msgstr "initialise la taille des blocs" #: disk-utils/blockdev.c:43 msgid "get 32-bit sector count" msgstr "obtenir le compteur de secteurs 32 bits" #: disk-utils/blockdev.c:44 msgid "get size in bytes" msgstr "obtenir la taille en octets" #: disk-utils/blockdev.c:45 msgid "set readahead" msgstr "spécifie le cache en lecture" #: disk-utils/blockdev.c:46 msgid "get readahead" msgstr "retourne l'état du cache en lecture" #: disk-utils/blockdev.c:47 msgid "set filesystem readahead" msgstr "spécifie le cache en lecture du syst. de fichiers" #: disk-utils/blockdev.c:48 msgid "get filesystem readahead" msgstr "retourne l'état du cache en lecture du syst. de fichiers" #: disk-utils/blockdev.c:49 msgid "flush buffers" msgstr "vide les tampons" #: disk-utils/blockdev.c:51 msgid "reread partition table" msgstr "relit la table de partition" #: disk-utils/blockdev.c:60 #, c-format msgid "Usage:\n" msgstr "Utilisation :\n" #: disk-utils/blockdev.c:62 #, c-format msgid " %s --report [devices]\n" msgstr " %s --report [périphériques]\n" #: disk-utils/blockdev.c:63 #, c-format msgid " %s [-v|-q] commands devices\n" msgstr " %s [-V] [-v|-q] commandes périphériques\n" #: disk-utils/blockdev.c:66 #, c-format msgid "Available commands:\n" msgstr "Commandes disponibles :\n" #: disk-utils/blockdev.c:68 msgid "get size in 512-byte sectors" msgstr "obtenir la taille secteurs de 512 octets" #: disk-utils/blockdev.c:201 #, c-format msgid "%s: Unknown command: %s\n" msgstr "%s: commande inconnue : %s\n" #: disk-utils/blockdev.c:213 disk-utils/blockdev.c:222 #, c-format msgid "%s requires an argument\n" msgstr "%s requiert un argument\n" #: disk-utils/blockdev.c:255 #, c-format msgid "%s failed.\n" msgstr "%s a échoué.\n" #: disk-utils/blockdev.c:292 #, c-format msgid "%s succeeded.\n" msgstr "%s a réussi.\n" #: disk-utils/blockdev.c:310 disk-utils/blockdev.c:338 #, c-format msgid "%s: cannot open %s\n" msgstr "%s: impossible d'ouvrir %s\n" #: disk-utils/blockdev.c:355 #, c-format msgid "%s: ioctl error on %s\n" msgstr "%s: erreur ioctl() sur %s\n" #: disk-utils/blockdev.c:364 #, c-format msgid "RO RA SSZ BSZ StartSec Size Device\n" msgstr "RO RA SSZ BSZ Sect.Début Taille Périphérique\n" #: disk-utils/elvtune.c:48 #, c-format msgid "usage:\n" msgstr "Utilisation :\n" #: disk-utils/elvtune.c:53 #, c-format msgid "\tNOTE: elvtune only works with 2.4 kernels\n" msgstr "\tNOTE : elvtune ne fonctionne qu'avec les noyaux 2.4\n" #: disk-utils/elvtune.c:104 #, c-format msgid "parse error\n" msgstr "erreur d'analyse\n" #: disk-utils/elvtune.c:110 #, c-format msgid "missing blockdevice, use -h for help\n" msgstr "périphérique par bloc manquant, utiliser -h pour l'aide\n" #: disk-utils/elvtune.c:131 #, c-format msgid "" "\n" "elvtune is only useful on older kernels;\n" "for 2.6 use IO scheduler sysfs tunables instead..\n" msgstr "" "\n" "elvtune est utile uniquement avec les anciens noyaux;\n" "pour les noyaux 2.6 utiliser l'ordonnanceur sysfs..\n" #: disk-utils/fdformat.c:31 #, c-format msgid "Formatting ... " msgstr "Formattage en cours ... " #: disk-utils/fdformat.c:49 disk-utils/fdformat.c:84 #, c-format msgid "done\n" msgstr "complété\n" #: disk-utils/fdformat.c:60 #, c-format msgid "Verifying ... " msgstr "Vérification en cours ... " #: disk-utils/fdformat.c:71 msgid "Read: " msgstr "Lecture: " #: disk-utils/fdformat.c:73 #, c-format msgid "Problem reading cylinder %d, expected %d, read %d\n" msgstr "Problème de lecture du cylindre %d, %d attendu, lu %d\n" #: disk-utils/fdformat.c:79 #, c-format msgid "" "bad data in cyl %d\n" "Continuing ... " msgstr "" "données corrompues au cylindre %d\n" "Poursuite du traitement ... " #: disk-utils/fdformat.c:94 #, c-format msgid "usage: %s [ -n ] device\n" msgstr "Utilisation : %s [ -n ] périphérique\n" #: disk-utils/fdformat.c:116 disk-utils/fsck.minix.c:1282 #: disk-utils/isosize.c:181 disk-utils/mkfs.bfs.c:115 disk-utils/mkfs.c:52 #: disk-utils/mkfs.cramfs.c:813 disk-utils/mkfs.minix.c:571 #: disk-utils/mkswap.c:458 misc-utils/ddate.c:179 misc-utils/rename.c:79 #: misc-utils/script.c:147 sys-utils/readprofile.c:197 #, c-format msgid "%s (%s)\n" msgstr "%s (%s)\n" #: disk-utils/fdformat.c:130 #, c-format msgid "%s: not a block device\n" msgstr "%s: n'est pas un périphérique de bloc\n" #: disk-utils/fdformat.c:140 msgid "Could not determine current format type" msgstr "Impossible de déterminer le type de format courant" #: disk-utils/fdformat.c:141 #, c-format msgid "%s-sided, %d tracks, %d sec/track. Total capacity %d kB.\n" msgstr "%s-face, %d pistes, %d secteurs/piste. Capacité totale %d kB.\n" #: disk-utils/fdformat.c:142 msgid "Double" msgstr "Double" #: disk-utils/fdformat.c:142 msgid "Single" msgstr "Simple" #: disk-utils/fsck.cramfs.c:118 #, c-format msgid "" "usage: %s [-hv] [-x dir] file\n" " -h print this help\n" " -x dir extract into dir\n" " -v be more verbose\n" " file file to test\n" msgstr "" "Utilisation : %s [-hv] [-x dir] fichier\n" " -h afficher l'aide\n" " -x dir extraire dans le répertoire\n" " -v travailler en mode bavard\n" " fichier fichier à tester\n" #: disk-utils/fsck.cramfs.c:164 #, c-format msgid "stat failed: %s" msgstr "échec de \"stat\" : %s" #: disk-utils/fsck.cramfs.c:168 disk-utils/fsck.cramfs.c:552 #, c-format msgid "open failed: %s" msgstr "échec d'ouverture : %s" #: disk-utils/fsck.cramfs.c:173 #, c-format msgid "ioctl failed: unable to determine device size: %s" msgstr "" "échec de \"ioctl\" : impossible de trouver la taille du périphérique : %s" #: disk-utils/fsck.cramfs.c:181 #, c-format msgid "not a block device or file: %s" msgstr "%s n'est pas un périphérique par blocs ou un fichier" #: disk-utils/fsck.cramfs.c:185 disk-utils/fsck.cramfs.c:227 msgid "file length too short" msgstr "nom de fichier trop court" #: disk-utils/fsck.cramfs.c:190 disk-utils/fsck.cramfs.c:198 #: disk-utils/fsck.cramfs.c:259 disk-utils/fsck.cramfs.c:279 #, c-format msgid "read failed: %s" msgstr "échec de lecture : %s" #: disk-utils/fsck.cramfs.c:208 msgid "superblock magic not found" msgstr "nombre magique du super-bloc non trouvé" #: disk-utils/fsck.cramfs.c:217 msgid "unsupported filesystem features" msgstr "caractéristiques de système de fichiers non supportées" #: disk-utils/fsck.cramfs.c:220 #, c-format msgid "superblock size (%d) too small" msgstr "taille de super-bloc trop petite (%d)" #: disk-utils/fsck.cramfs.c:224 msgid "zero file count" msgstr "nombre de fichiers nul" #: disk-utils/fsck.cramfs.c:230 #, c-format msgid "warning: file extends past end of filesystem\n" msgstr "" "Attention : le fichier se termine après la fin du système de fichiers\n" #: disk-utils/fsck.cramfs.c:234 #, c-format msgid "warning: old cramfs format\n" msgstr "ATTENTION : ancien format \"cramfs\"\n" #: disk-utils/fsck.cramfs.c:247 msgid "unable to test CRC: old cramfs format" msgstr "impossible de tester la somme de contrôle CRC : format cramfs ancien" #: disk-utils/fsck.cramfs.c:273 disk-utils/fsck.cramfs.c:340 #: disk-utils/fsck.cramfs.c:478 login-utils/chfn.c:529 login-utils/chsh.c:439 #: sys-utils/cytune.c:321 msgid "malloc failed" msgstr "échec de malloc()" #: disk-utils/fsck.cramfs.c:298 msgid "crc error" msgstr "erreur de CRC" #: disk-utils/fsck.cramfs.c:365 msgid "root inode is not directory" msgstr "l'inode racine n'est pas un répertoire" #: disk-utils/fsck.cramfs.c:370 #, c-format msgid "bad root offset (%lu)" msgstr "mauvais index de racine (%lu)" #: disk-utils/fsck.cramfs.c:388 msgid "data block too large" msgstr "bloc de données trop grand" #: disk-utils/fsck.cramfs.c:392 #, c-format msgid "decompression error %p(%d): %s" msgstr "erreur de décompression %p(%d) : %s" #: disk-utils/fsck.cramfs.c:416 #, c-format msgid " hole at %ld (%zd)\n" msgstr " trou à %ld (%zd)\n" #: disk-utils/fsck.cramfs.c:424 disk-utils/fsck.cramfs.c:596 #, c-format msgid " uncompressing block at %ld to %ld (%ld)\n" msgstr " décompression du bloc à %ld vers %ld (%ld)\n" #: disk-utils/fsck.cramfs.c:430 #, c-format msgid "non-block (%ld) bytes" msgstr "octets (%ld) de type non-bloc" #: disk-utils/fsck.cramfs.c:434 #, c-format msgid "non-size (%ld vs %ld) bytes" msgstr "octets non associés à une taille (%ld vs %ld) " #: disk-utils/fsck.cramfs.c:440 #, c-format msgid "write failed: %s" msgstr "échec d'écriture : %s" #: disk-utils/fsck.cramfs.c:453 #, c-format msgid "lchown failed: %s" msgstr "échec de la fonction \"lchown\" : %s" #: disk-utils/fsck.cramfs.c:459 #, c-format msgid "chown failed: %s" msgstr "échec de la fonction \"chown\" : %s" #: disk-utils/fsck.cramfs.c:466 #, c-format msgid "utime failed: %s" msgstr "échec de la fonction \"utime\" : %s" #: disk-utils/fsck.cramfs.c:481 #, c-format msgid "directory inode has zero offset and non-zero size: %s" msgstr "l'inode du répertoire a un index nul et une taille non nulle : %s" #: disk-utils/fsck.cramfs.c:495 #, c-format msgid "mkdir failed: %s" msgstr "échec de la fonction \"mkdir\" : %s" #: disk-utils/fsck.cramfs.c:512 msgid "filename length is zero" msgstr "le nom de fichier a une longueur nulle" #: disk-utils/fsck.cramfs.c:515 msgid "bad filename length" msgstr "mauvaise longueur de nom de fichier" #: disk-utils/fsck.cramfs.c:522 msgid "bad inode offset" msgstr "mauvais index d'inode" #: disk-utils/fsck.cramfs.c:538 msgid "file inode has zero offset and non-zero size" msgstr "l'inode du fichier a un index nul et une taille non nulle" #: disk-utils/fsck.cramfs.c:541 msgid "file inode has zero size and non-zero offset" msgstr "l'inode du fichier a une taille nulle et un index non nul" #: disk-utils/fsck.cramfs.c:572 msgid "symbolic link has zero offset" msgstr "lien symbolique d'index nul" #: disk-utils/fsck.cramfs.c:575 msgid "symbolic link has zero size" msgstr "lien symbolique de taille nulle" #: disk-utils/fsck.cramfs.c:587 #, c-format msgid "size error in symlink: %s" msgstr "erreur de taille dans le lien symétrique : %s" # disk-utils/mkswap.c:623 #: disk-utils/fsck.cramfs.c:602 #, c-format msgid "symlink failed: %s" msgstr "échec de fonction \"symlink\" : %s" #: disk-utils/fsck.cramfs.c:614 #, c-format msgid "special file has non-zero offset: %s" msgstr "le fichier spécial a un index non nul : %s" #: disk-utils/fsck.cramfs.c:626 #, c-format msgid "fifo has non-zero size: %s" msgstr "la pile \"fifo\" a une taille non nulle : %s" #: disk-utils/fsck.cramfs.c:632 #, c-format msgid "socket has non-zero size: %s" msgstr "socket ayant une taille non nulle : %s" #: disk-utils/fsck.cramfs.c:637 #, c-format msgid "bogus mode: %s (%o)" msgstr "mode hasardeux (\"bogus\") : \"%s\" (%o)" #: disk-utils/fsck.cramfs.c:647 #, c-format msgid "mknod failed: %s" msgstr "échec de la fonction \"mknod\" : %s" #: disk-utils/fsck.cramfs.c:683 #, c-format msgid "directory data start (%ld) < sizeof(struct cramfs_super) + start (%ld)" msgstr "" "départ des données du répertoire (%ld) < taille de (struct cramfs_super) + " "début (%ld)" #: disk-utils/fsck.cramfs.c:686 #, c-format msgid "directory data end (%ld) != file data start (%ld)" msgstr "fin des données répertoire (%ld) != début données fichier (%ld)" #: disk-utils/fsck.cramfs.c:691 msgid "invalid file data offset" msgstr "index de données du fichier non valide" #: disk-utils/fsck.cramfs.c:715 msgid "failed to allocate outbuffer" msgstr "impossible d'allouer le tampon de sortie" #: disk-utils/fsck.cramfs.c:728 msgid "compiled without -x support" msgstr "compilé sans support pour -x" #: disk-utils/fsck.minix.c:210 #, c-format msgid "Usage: %s [-larvsmf] /dev/name\n" msgstr "Utilisation : %s [-larvsmf] /dev/nom\n" #: disk-utils/fsck.minix.c:326 #, c-format msgid "%s is mounted.\t " msgstr "%s est monté.\t " #: disk-utils/fsck.minix.c:328 msgid "Do you really want to continue" msgstr "Désirez-vous réellement continuer?" #: disk-utils/fsck.minix.c:332 #, c-format msgid "check aborted.\n" msgstr "vérification stoppée.\n" #: disk-utils/fsck.minix.c:351 disk-utils/fsck.minix.c:374 #, c-format msgid "Zone nr < FIRSTZONE in file `%s'." msgstr "Zone nr < valeur de PREMIERE_ZONE dans le fichier \"%s\"." #: disk-utils/fsck.minix.c:355 disk-utils/fsck.minix.c:378 #, c-format msgid "Zone nr >= ZONES in file `%s'." msgstr "Zone nr >= valeur de ZONES dans le fichier \"%s\"." #: disk-utils/fsck.minix.c:360 disk-utils/fsck.minix.c:383 msgid "Remove block" msgstr "Enlève le bloc" #: disk-utils/fsck.minix.c:401 #, c-format msgid "Read error: unable to seek to block in file '%s'\n" msgstr "" "Erreur en lecture: impossible de se positionner sur un bloc du fichier \"%s" "\"\n" #: disk-utils/fsck.minix.c:407 #, c-format msgid "Read error: bad block in file '%s'\n" msgstr "Erreur de lecture: bloc corrompu dans le fichier \"%s\"\n" #: disk-utils/fsck.minix.c:422 #, c-format msgid "" "Internal error: trying to write bad block\n" "Write request ignored\n" msgstr "" "Erreur interne: tentative d'écriture d'un bloc corrompu\n" "Requête d'écriture ignorée\n" #: disk-utils/fsck.minix.c:428 disk-utils/mkfs.minix.c:209 msgid "seek failed in write_block" msgstr "échec de positionnement dans write_block (écriture de bloc)" #: disk-utils/fsck.minix.c:431 #, c-format msgid "Write error: bad block in file '%s'\n" msgstr "Erreur d'écriture: bloc corrompu dans le fichier \"%s\"\n" #: disk-utils/fsck.minix.c:547 msgid "seek failed in write_super_block" msgstr "" "échec de positionnement durant l'écriture du super bloc (write_super_block)" #: disk-utils/fsck.minix.c:549 disk-utils/mkfs.minix.c:196 msgid "unable to write super-block" msgstr "impossible d'écrire le super bloc" #: disk-utils/fsck.minix.c:559 msgid "Unable to write inode map" msgstr "Impossible d'écrire la table des inodes" #: disk-utils/fsck.minix.c:561 msgid "Unable to write zone map" msgstr "Impossible d'écrire la table des zones" #: disk-utils/fsck.minix.c:563 msgid "Unable to write inodes" msgstr "Impossible d'écrire des inodes" #: disk-utils/fsck.minix.c:590 msgid "seek failed" msgstr "échec de positionnement" #: disk-utils/fsck.minix.c:592 msgid "unable to read super block" msgstr "Impossible de lire le super bloc" #: disk-utils/fsck.minix.c:610 msgid "bad magic number in super-block" msgstr "nombre magique corrompu dans le super bloc" #: disk-utils/fsck.minix.c:612 msgid "Only 1k blocks/zones supported" msgstr "Blocs de 1ko/zones seuls supportés" #: disk-utils/fsck.minix.c:614 msgid "bad s_imap_blocks field in super-block" msgstr "champ s_imap_blocks corrompu dans le super bloc" #: disk-utils/fsck.minix.c:616 msgid "bad s_zmap_blocks field in super-block" msgstr "champ s_zmap_blocks corrompu dans le super bloc" #: disk-utils/fsck.minix.c:623 msgid "Unable to allocate buffer for inode map" msgstr "Impossible d'allouer un tampon pour la table des inodes" #: disk-utils/fsck.minix.c:626 msgid "Unable to allocate buffer for zone map" msgstr "Impossible d'allouer un tampon pour la table de zones" #: disk-utils/fsck.minix.c:631 msgid "Unable to allocate buffer for inodes" msgstr "Impossible d'allouer un tampon pour des inodes" #: disk-utils/fsck.minix.c:634 msgid "Unable to allocate buffer for inode count" msgstr "Impossible d'allouer un tampon pour le compteur d'inodes" #: disk-utils/fsck.minix.c:637 msgid "Unable to allocate buffer for zone count" msgstr "Impossible d'allouer un tampon pour le compteur de zones" #: disk-utils/fsck.minix.c:639 msgid "Unable to read inode map" msgstr "Impossible de lire la table des inodes" #: disk-utils/fsck.minix.c:641 msgid "Unable to read zone map" msgstr "Impossible de lire la table de zones" #: disk-utils/fsck.minix.c:643 msgid "Unable to read inodes" msgstr "Impossible de lire les inodes" #: disk-utils/fsck.minix.c:645 #, c-format msgid "Warning: Firstzone != Norm_firstzone\n" msgstr "AVERTISSEMENT: Firstzone != Norm_firstzone\n" #: disk-utils/fsck.minix.c:650 disk-utils/mkfs.minix.c:450 #, c-format msgid "%ld inodes\n" msgstr "%ld inodes\n" #: disk-utils/fsck.minix.c:651 disk-utils/mkfs.minix.c:451 #, c-format msgid "%ld blocks\n" msgstr "%ld blocs\n" #: disk-utils/fsck.minix.c:652 disk-utils/mkfs.minix.c:452 #, c-format msgid "Firstdatazone=%ld (%ld)\n" msgstr "Firstdatazone=%ld (%ld)\n" #: disk-utils/fsck.minix.c:653 disk-utils/mkfs.minix.c:453 #, c-format msgid "Zonesize=%d\n" msgstr "Taille_zone=%d\n" #: disk-utils/fsck.minix.c:654 #, c-format msgid "Maxsize=%ld\n" msgstr "Taille_maximale=%ld\n" #: disk-utils/fsck.minix.c:655 #, c-format msgid "Filesystem state=%d\n" msgstr "État du système de fichiers=%d\n" #: disk-utils/fsck.minix.c:656 #, c-format msgid "" "namelen=%d\n" "\n" msgstr "" "longueur_noms=%d\n" "\n" #: disk-utils/fsck.minix.c:671 disk-utils/fsck.minix.c:722 #, c-format msgid "Inode %d marked unused, but used for file '%s'\n" msgstr "Inode %d marqué comme libre, mais utilisé pour le fichier « %s »\n" #: disk-utils/fsck.minix.c:675 disk-utils/fsck.minix.c:726 msgid "Mark in use" msgstr "Marquer comme utilisé" #: disk-utils/fsck.minix.c:697 disk-utils/fsck.minix.c:746 #, c-format msgid "The file `%s' has mode %05o\n" msgstr "Le fichier « %s » a pour mode %05o\n" #: disk-utils/fsck.minix.c:704 disk-utils/fsck.minix.c:752 #, c-format msgid "Warning: inode count too big.\n" msgstr "AVERTISSEMENT: compte d'inodes trop grand.\n" #: disk-utils/fsck.minix.c:764 disk-utils/fsck.minix.c:772 msgid "root inode isn't a directory" msgstr "l'inode de la racine n'est pas un répertoire" #: disk-utils/fsck.minix.c:786 disk-utils/fsck.minix.c:819 #, c-format msgid "Block has been used before. Now in file `%s'." msgstr "Bloc utilisé auparavant. Maintenant inclus dans le fichier « %s »." #: disk-utils/fsck.minix.c:788 disk-utils/fsck.minix.c:821 #: disk-utils/fsck.minix.c:1144 disk-utils/fsck.minix.c:1153 #: disk-utils/fsck.minix.c:1199 disk-utils/fsck.minix.c:1208 msgid "Clear" msgstr "Libre" #: disk-utils/fsck.minix.c:798 disk-utils/fsck.minix.c:831 #, c-format msgid "Block %d in file `%s' is marked not in use." msgstr "Bloc %d dans le fichier « %s » marqué comme non utilisé." #: disk-utils/fsck.minix.c:800 disk-utils/fsck.minix.c:833 msgid "Correct" msgstr "Correct" #: disk-utils/fsck.minix.c:972 disk-utils/fsck.minix.c:1039 #, c-format msgid "The directory '%s' contains a bad inode number for file '%.*s'." msgstr "" "Le répertoire \"%s\" contient un numéro d'inode corrompu pour le fichier '%." "*s'." #: disk-utils/fsck.minix.c:975 disk-utils/fsck.minix.c:1042 msgid " Remove" msgstr " Enlever" #: disk-utils/fsck.minix.c:989 disk-utils/fsck.minix.c:1056 #, c-format msgid "%s: bad directory: '.' isn't first\n" msgstr "%s: répertoire corrompu: « . » n'apparaît pas en premier\n" #: disk-utils/fsck.minix.c:997 disk-utils/fsck.minix.c:1065 #, c-format msgid "%s: bad directory: '..' isn't second\n" msgstr "%s: répertoire corrompu: « .. » n'apparaît pas en second\n" #: disk-utils/fsck.minix.c:1099 disk-utils/fsck.minix.c:1117 msgid "internal error" msgstr "erreur interne" #: disk-utils/fsck.minix.c:1102 disk-utils/fsck.minix.c:1120 #, c-format msgid "%s: bad directory: size < 32" msgstr "%s: répertoire corrompu: taille < 32" #: disk-utils/fsck.minix.c:1133 msgid "seek failed in bad_zone" msgstr "échec de positionnement dans bad_zone" #: disk-utils/fsck.minix.c:1143 disk-utils/fsck.minix.c:1198 #, c-format msgid "Inode %d mode not cleared." msgstr "Mode %d du inode non réinitialisé." #: disk-utils/fsck.minix.c:1152 disk-utils/fsck.minix.c:1207 #, c-format msgid "Inode %d not used, marked used in the bitmap." msgstr "Inode %d non utilisé, marqué utilisé dans la table." #: disk-utils/fsck.minix.c:1158 disk-utils/fsck.minix.c:1213 #, c-format msgid "Inode %d used, marked unused in the bitmap." msgstr "Inode %d utilisé, marqué inutilisé dans la table." #: disk-utils/fsck.minix.c:1160 disk-utils/fsck.minix.c:1214 msgid "Set" msgstr "Initialisé" #: disk-utils/fsck.minix.c:1164 disk-utils/fsck.minix.c:1218 #, c-format msgid "Inode %d (mode = %07o), i_nlinks=%d, counted=%d." msgstr "Inode %d (mode = %07o), i_nlinks=%d, décompte=%d." #: disk-utils/fsck.minix.c:1166 disk-utils/fsck.minix.c:1220 msgid "Set i_nlinks to count" msgstr "Initilisation de i_nlinks pour décompte" #: disk-utils/fsck.minix.c:1178 disk-utils/fsck.minix.c:1232 #, c-format msgid "Zone %d: marked in use, no file uses it." msgstr "Zone %d: marquée utilisée, aucun fichier ne l'utilise." #: disk-utils/fsck.minix.c:1179 disk-utils/fsck.minix.c:1234 msgid "Unmark" msgstr "Non marqué" #: disk-utils/fsck.minix.c:1184 disk-utils/fsck.minix.c:1239 #, c-format msgid "Zone %d: in use, counted=%d\n" msgstr "Zone %d: utilisée, décompte=%d\n" #: disk-utils/fsck.minix.c:1187 disk-utils/fsck.minix.c:1242 #, c-format msgid "Zone %d: not in use, counted=%d\n" msgstr "Zone %d: non utilisée, décompte=%d\n" #: disk-utils/fsck.minix.c:1287 disk-utils/mkfs.minix.c:576 #: disk-utils/mkfs.minix.c:578 msgid "bad inode size" msgstr "taille d'inode corrompue" #: disk-utils/fsck.minix.c:1289 msgid "bad v2 inode size" msgstr "taille d'inode v2 corrompue" #: disk-utils/fsck.minix.c:1315 msgid "need terminal for interactive repairs" msgstr "" "il est nécessaire d'utiliser un terminal pour des réparations en mode " "interactif" #: disk-utils/fsck.minix.c:1319 #, c-format msgid "unable to open '%s': %s" msgstr "impossible d'ouvrir « %s » : %s" #: disk-utils/fsck.minix.c:1334 #, c-format msgid "%s is clean, no check.\n" msgstr "%s est propre, aucune vérification.\n" #: disk-utils/fsck.minix.c:1338 #, c-format msgid "Forcing filesystem check on %s.\n" msgstr "Vérification forcée du système de fichiers sur %s.\n" #: disk-utils/fsck.minix.c:1340 #, c-format msgid "Filesystem on %s is dirty, needs checking.\n" msgstr "" "Le système de fichiers de %s est corrompu, une vérification est nécessaire.\n" #: disk-utils/fsck.minix.c:1373 #, c-format msgid "" "\n" "%6ld inodes used (%ld%%)\n" msgstr "" "\n" "%6ld inodes utilisés (%ld%%)\n" #: disk-utils/fsck.minix.c:1378 #, c-format msgid "%6ld zones used (%ld%%)\n" msgstr "%6ld zones utilisées (%ld%%)\n" #: disk-utils/fsck.minix.c:1380 #, c-format msgid "" "\n" "%6d regular files\n" "%6d directories\n" "%6d character device files\n" "%6d block device files\n" "%6d links\n" "%6d symbolic links\n" "------\n" "%6d files\n" msgstr "" "\n" "%6d fichiers réguliers\n" "%6d répertoires\n" "%6d fichiers-caractères périphériques\n" "%6d fichiers de périphériques type bloc\n" "%6d liens\n" "%6d liens symboliques\n" "------\n" "%6d fichiers\n" #: disk-utils/fsck.minix.c:1393 #, c-format msgid "" "----------------------------\n" "FILE SYSTEM HAS BEEN CHANGED\n" "----------------------------\n" msgstr "" "----------------------------\n" "SYSTÈME DE FICHIERS MODIFIÉ\n" "----------------------------\n" #: disk-utils/isosize.c:129 #, c-format msgid "%s: failed to open: %s\n" msgstr "%s: échec d'ouverture: %s\n" #: disk-utils/isosize.c:135 #, c-format msgid "%s: seek error on %s\n" msgstr "%s: erreur de positionnement sur %s\n" #: disk-utils/isosize.c:141 #, c-format msgid "%s: read error on %s\n" msgstr "%s: erreur de lecture sur %s\n" #: disk-utils/isosize.c:150 #, c-format msgid "sector count: %d, sector size: %d\n" msgstr "décompte des secteurs: %d, taille de secteur: %d\n" #: disk-utils/isosize.c:200 #, c-format msgid "%s: option parse error\n" msgstr "%s: erreur d'analyse syntaxique d'une option\n" #: disk-utils/isosize.c:208 #, c-format msgid "Usage: %s [-x] [-d ] iso9660-image\n" msgstr "Utilisation : %s [-x] [-d ] image-iso9660\n" #: disk-utils/mkfs.bfs.c:84 #, c-format msgid "" "Usage: %s [-v] [-N nr-of-inodes] [-V volume-name]\n" " [-F fsname] device [block-count]\n" msgstr "" "Utilisation : %s [-v] [-N nb-inodes] [-V nom-du-volume]\n" " [-F nom-système-de-fichiers] périphérique [taille-en-blocs]\n" #: disk-utils/mkfs.bfs.c:131 msgid "volume name too long" msgstr "nom de volume trop long" #: disk-utils/mkfs.bfs.c:138 msgid "fsname name too long" msgstr "nom de système de fichiers trop long" #: disk-utils/mkfs.bfs.c:163 #, c-format msgid "cannot stat device %s" msgstr "impossible d'évaluer par stat() le périphique %s" #: disk-utils/mkfs.bfs.c:167 #, c-format msgid "%s is not a block special device" msgstr "%s n'est pas un périphérique spécial de blocs" #: disk-utils/mkfs.bfs.c:172 sys-utils/ldattach.c:205 #, c-format msgid "cannot open %s" msgstr "impossible d'ouvrir %s" #: disk-utils/mkfs.bfs.c:183 #, c-format msgid "cannot get size of %s" msgstr "impossible d'obtenir la taille de %s" #: disk-utils/mkfs.bfs.c:188 #, c-format msgid "blocks argument too large, max is %llu" msgstr "argument de blocs trop grand, le maximum est %llu" #: disk-utils/mkfs.bfs.c:203 msgid "too many inodes - max is 512" msgstr "trop d'inodes - le maximum est 512" #: disk-utils/mkfs.bfs.c:212 #, c-format msgid "not enough space, need at least %llu blocks" msgstr "pas assez d'espace, %llu blocs nécessaires au moins" #: disk-utils/mkfs.bfs.c:224 fdisk/fdisk.c:2345 #, c-format msgid "Device: %s\n" msgstr "Périphérique: %s\n" #: disk-utils/mkfs.bfs.c:225 #, c-format msgid "Volume: <%-6s>\n" msgstr "Volume: <%-6s>\n" #: disk-utils/mkfs.bfs.c:226 #, c-format msgid "FSname: <%-6s>\n" msgstr "Nom du système de fichiers: <%-6s>\n" #: disk-utils/mkfs.bfs.c:227 #, c-format msgid "BlockSize: %d\n" msgstr "Taille de bloc: %d\n" #: disk-utils/mkfs.bfs.c:229 #, c-format msgid "Inodes: %d (in 1 block)\n" msgstr "Inodes: %d (dans 1 bloc)\n" #: disk-utils/mkfs.bfs.c:232 #, c-format msgid "Inodes: %d (in %lld blocks)\n" msgstr "Inodes : %d (dans %lld blocs)\n" #: disk-utils/mkfs.bfs.c:234 #, c-format msgid "Blocks: %lld\n" msgstr "Blocs : %lld\n" #: disk-utils/mkfs.bfs.c:235 #, c-format msgid "Inode end: %d, Data end: %d\n" msgstr "Fin d'inode: %d, Fin des données: %d\n" #: disk-utils/mkfs.bfs.c:240 msgid "error writing superblock" msgstr "erreur d'écriture du super bloc" #: disk-utils/mkfs.bfs.c:260 msgid "error writing root inode" msgstr "erreur d'écriture de l'inode de la racine" #: disk-utils/mkfs.bfs.c:265 msgid "error writing inode" msgstr "erreur d'écriture d'inode" #: disk-utils/mkfs.bfs.c:268 msgid "seek error" msgstr "erreur de positionnement" #: disk-utils/mkfs.bfs.c:274 msgid "error writing . entry" msgstr "erreur d'écriture de l'entrée « . »" #: disk-utils/mkfs.bfs.c:278 msgid "error writing .. entry" msgstr "erreur d'écriture de l'entrée « .. »" #: disk-utils/mkfs.bfs.c:282 #, c-format msgid "error closing %s" msgstr "erreur de fermeture %s" #: disk-utils/mkfs.c:73 #, c-format msgid "Usage: mkfs [-V] [-t fstype] [fs-options] device [size]\n" msgstr "" "Utilisation : mkfs [-V] [-t type-système-de-fichiers] [options] périphérique " "[taille]\n" #: disk-utils/mkfs.c:88 disk-utils/mkfs.c:96 fdisk/cfdisk.c:351 #: getopt/getopt.c:86 getopt/getopt.c:96 login-utils/wall.c:246 #, c-format msgid "%s: Out of memory!\n" msgstr "%s: mémoire épuisée!\n" #: disk-utils/mkfs.c:103 #, c-format msgid "mkfs (%s)\n" msgstr "mkfs (%s)\n" #: disk-utils/mkfs.cramfs.c:126 #, c-format msgid "" "usage: %s [-h] [-v] [-b blksize] [-e edition] [-N endian] [-i file] [-n " "name] dirname outfile\n" " -h print this help\n" " -v be verbose\n" " -E make all warnings errors (non-zero exit status)\n" " -b blksize use this blocksize, must equal page size\n" " -e edition set edition number (part of fsid)\n" " -N endian set cramfs endianness (big|little|host), default host\n" " -i file insert a file image into the filesystem (requires >= 2.4.0)\n" " -n name set name of cramfs filesystem\n" " -p pad by %d bytes for boot code\n" " -s sort directory entries (old option, ignored)\n" " -z make explicit holes (requires >= 2.3.39)\n" " dirname root of the filesystem to be compressed\n" " outfile output file\n" msgstr "" "Utilisation : %s [-h] [-v] [-b taille_bloc] [-e édition] [-N mode endian] [-" "i fichier] [-n nom] répertoire fichier-sortie\n" " -h afficher l'aide\n" " -v travailler en mode bavard\n" " -E transformer les avertissements en erreurs (statut non zéro en " "fin d'exécution)\n" " -b taille_bloc utiliser cette taille de bloc, doit être égal à la taille de " "page\n" " -e édition spécifier le numéro d'édition (partie de fsid)\n" " -N endian fixe le type d'endian de cramfs (big|little|host), \"host\" par " "défaut\n" " -i fichier insérer un fichier image dans le système de fichiers " "(requiert >= 2.4.0)\n" " -n nom spécifier le nom du système de fichiers cramfs\n" " -p remplir par %d octets le code d'amorçage\n" " -s trier les entrées de répertoire (option obsolète, ignorée)\n" " -z faire des trous explicites (requiert >= 2.3.39)\n" " répertoire racine du système de fichiers à compresser\n" " fichier-sortie fichier de sortie\n" #: disk-utils/mkfs.cramfs.c:340 #, c-format msgid "" "Very long (%zu bytes) filename `%s' found.\n" " Please increase MAX_INPUT_NAMELEN in mkcramfs.c and recompile. Exiting.\n" msgstr "" "Très long (%zu octets) nom de fichier « %s » repéré.\n" "SVP augmenter MAX_INPUT_NAMELEN dans mkcramfs.c et recompiler. Fin " "d'exécution.\n" #: disk-utils/mkfs.cramfs.c:472 #, c-format msgid "filesystem too big. Exiting.\n" msgstr "système de fichiers trop gros. Fin d'exécution.\n" #: disk-utils/mkfs.cramfs.c:637 #, c-format msgid "AIEEE: block \"compressed\" to > 2*blocklength (%ld)\n" msgstr "Houla ! bloc \"compressé\" de taille > 2*longueur-de-bloc (%ld)\n" #: disk-utils/mkfs.cramfs.c:656 #, c-format msgid "%6.2f%% (%+ld bytes)\t%s\n" msgstr "%6.2f%% (%+ld octets)\t%s\n" #: disk-utils/mkfs.cramfs.c:854 #, c-format msgid "" "warning: guestimate of required size (upper bound) is %lldMB, but maximum " "image size is %uMB. We might die prematurely.\n" msgstr "" "AVERTISSEMENT: taille estimée requise (limite supérieure) de %lldMB, mais " "taille maximum de l'image à %uMB. Arrêt prématuré probable.\n" #: disk-utils/mkfs.cramfs.c:881 msgid "ROM image map" msgstr "plan image ROM" #: disk-utils/mkfs.cramfs.c:895 #, c-format msgid "Including: %s\n" msgstr "Inclusion: %s\n" #: disk-utils/mkfs.cramfs.c:901 #, c-format msgid "Directory data: %zd bytes\n" msgstr "Répertoire données : %zd octets\n" #: disk-utils/mkfs.cramfs.c:909 #, c-format msgid "Everything: %zd kilobytes\n" msgstr "Tout : %zd kiloctets\n" #: disk-utils/mkfs.cramfs.c:914 #, c-format msgid "Super block: %zd bytes\n" msgstr "Super bloc: %zd octets\n" #: disk-utils/mkfs.cramfs.c:921 #, c-format msgid "CRC: %x\n" msgstr "CRC: %x\n" #: disk-utils/mkfs.cramfs.c:926 #, c-format msgid "not enough space allocated for ROM image (%lld allocated, %zu used)\n" msgstr "" "pas assez d'espace alloué pour l'image ROM (%lld alloués, %zu utilisés)\n" #: disk-utils/mkfs.cramfs.c:934 msgid "ROM image" msgstr "image ROM" #: disk-utils/mkfs.cramfs.c:938 #, c-format msgid "ROM image write failed (%zd %zd)\n" msgstr "Échec de l'écriture de l'image dans la ROM (%zd %zd)\n" #: disk-utils/mkfs.cramfs.c:947 #, c-format msgid "warning: filenames truncated to 255 bytes.\n" msgstr "AVERTISSEMENT: noms de fichiers tronqués à 255 octets.\n" #: disk-utils/mkfs.cramfs.c:950 #, c-format msgid "warning: files were skipped due to errors.\n" msgstr "AVERTISSEMENT: fichiers ignorés en raison d'erreurs.\n" #: disk-utils/mkfs.cramfs.c:953 #, c-format msgid "warning: file sizes truncated to %luMB (minus 1 byte).\n" msgstr "AVERTISSEMENT: taille des fichiers tronquée à %luMo (moins 1 octet).\n" #: disk-utils/mkfs.cramfs.c:958 #, c-format msgid "" "warning: uids truncated to %u bits. (This may be a security concern.)\n" msgstr "" "AVERTISSEMENT: uids tronqués à %u bits. (Ceci peut créer un problème de " "sécurité.)\n" #: disk-utils/mkfs.cramfs.c:963 #, c-format msgid "" "warning: gids truncated to %u bits. (This may be a security concern.)\n" msgstr "" "AVERTISSEMENT: gids tronqués à %u bits. (Ceci peut créer un problème de " "sécurité.)\n" #: disk-utils/mkfs.cramfs.c:968 #, c-format msgid "" "WARNING: device numbers truncated to %u bits. This almost certainly means\n" "that some device files will be wrong.\n" msgstr "" "AVERTISSEMENT: numéros de périphériques tronqués à %u bits. Cela signifie " "que\n" "certains fichiers de périphériques seront certainement erronés.\n" #: disk-utils/mkfs.minix.c:156 #, c-format msgid "Usage: %s [-c | -l filename] [-nXX] [-iXX] /dev/name [blocks]\n" msgstr "" "Utilisation : %s [-c | -l nom-de-fichier] [-nXX] [-iXX] /dev/nom [blocs]\n" #: disk-utils/mkfs.minix.c:180 #, c-format msgid "%s is mounted; will not make a filesystem here!" msgstr "%s est monté; impossible de créer un système de fichier ici!" #: disk-utils/mkfs.minix.c:190 msgid "seek to boot block failed in write_tables" msgstr "échec de positionnement sur le bloc d'amorçage dans write_tables" #: disk-utils/mkfs.minix.c:192 msgid "unable to clear boot sector" msgstr "impossible de vider le secteur d'amorçage" #: disk-utils/mkfs.minix.c:194 msgid "seek failed in write_tables" msgstr "échec de positionnement dans write_tables" #: disk-utils/mkfs.minix.c:198 msgid "unable to write inode map" msgstr "impossible d'écrire la table des inodes" #: disk-utils/mkfs.minix.c:200 msgid "unable to write zone map" msgstr "impossible d'écrire la table des zones" #: disk-utils/mkfs.minix.c:202 msgid "unable to write inodes" msgstr "impossible d'écrire les inodes" #: disk-utils/mkfs.minix.c:211 msgid "write failed in write_block" msgstr "échec d'écriture dans write_block" #: disk-utils/mkfs.minix.c:219 disk-utils/mkfs.minix.c:293 #: disk-utils/mkfs.minix.c:342 msgid "too many bad blocks" msgstr "trop de blocs corrompus" #: disk-utils/mkfs.minix.c:227 msgid "not enough good blocks" msgstr "pas assez de blocs valides" #: disk-utils/mkfs.minix.c:439 msgid "unable to allocate buffers for maps" msgstr "Impossible d'allouer des tampons pour les tables" #: disk-utils/mkfs.minix.c:448 msgid "unable to allocate buffer for inodes" msgstr "Impossible d'allouer un tampons pour les inodes" #: disk-utils/mkfs.minix.c:454 #, c-format msgid "" "Maxsize=%ld\n" "\n" msgstr "" "Taille maximum=%ld\n" "\n" #: disk-utils/mkfs.minix.c:468 msgid "seek failed during testing of blocks" msgstr "échec de positionnement durant le test des blocs" #: disk-utils/mkfs.minix.c:476 #, c-format msgid "Weird values in do_check: probably bugs\n" msgstr "Valeurs étranges dans do_check: probablement un bug\n" #: disk-utils/mkfs.minix.c:507 disk-utils/mkswap.c:310 msgid "seek failed in check_blocks" msgstr "échec de positionnement dans check_blocks" #: disk-utils/mkfs.minix.c:516 msgid "bad blocks before data-area: cannot make fs" msgstr "" "blocs corrompus avant la zone de données: syst. de fichiers inconstructible" #: disk-utils/mkfs.minix.c:522 disk-utils/mkfs.minix.c:547 #, c-format msgid "%d bad blocks\n" msgstr "%d blocs corrompus\n" #: disk-utils/mkfs.minix.c:524 disk-utils/mkfs.minix.c:549 #, c-format msgid "one bad block\n" msgstr "un bloc corrompu\n" #: disk-utils/mkfs.minix.c:534 msgid "can't open file of bad blocks" msgstr "impossible d'ouvrir le fichier de blocs corrompus" #: disk-utils/mkfs.minix.c:538 #, c-format msgid "badblock number input error on line %d\n" msgstr "n° de bloc corrompu erroné en entrée à la ligne %d\n" #: disk-utils/mkfs.minix.c:539 msgid "cannot read badblocks file" msgstr "impossible de lire le fichier de blocs corrompus" #: disk-utils/mkfs.minix.c:619 #, c-format msgid "strtol error: number of blocks not specified" msgstr "erreur strtol(): nombre de blocs non spécifié" #: disk-utils/mkfs.minix.c:638 #, c-format msgid "unable to stat %s" msgstr "Impossible d'évaluer par stat() %s" #: disk-utils/mkfs.minix.c:644 #, c-format msgid "unable to open %s" msgstr "Impossible d'ouvrir %s" #: disk-utils/mkfs.minix.c:649 #, c-format msgid "cannot determine sector size for %s" msgstr "impossible de trouver la taille d'un secteur pour %s" #: disk-utils/mkfs.minix.c:651 #, c-format msgid "block size smaller than physical sector size of %s" msgstr "taille de bloc plus petite que la taille du secteur physique %s" #: disk-utils/mkfs.minix.c:654 #, c-format msgid "cannot determine size of %s" msgstr "impossible d'obtenir la taille de %s" #: disk-utils/mkfs.minix.c:662 #, c-format msgid "will not try to make filesystem on '%s'" msgstr "abandon de la création d'un système de fichiers sur « %s »" #: disk-utils/mkfs.minix.c:664 msgid "number of blocks too small" msgstr "nombre de blocs trop petit" #: disk-utils/mkswap.c:155 #, c-format msgid "Bad user-specified page size %d\n" msgstr "Taille de page spécifiée par l'utilisateur erronée %d\n" #: disk-utils/mkswap.c:163 #, c-format msgid "Using user-specified page size %d, instead of the system value %d\n" msgstr "" "Utilise la taille de page spécifiée par l'usager %d, au lieu de la valeur " "système %d\n" #: disk-utils/mkswap.c:187 #, c-format msgid "Bad swap header size, no label written.\n" msgstr "Taille erronée d'entête de swap, aucune étiquette n'a été écrite.\n" #: disk-utils/mkswap.c:197 #, c-format msgid "Label was truncated.\n" msgstr "L'étiquette a été tronquée.\n" #: disk-utils/mkswap.c:203 #, c-format msgid "no label, " msgstr "pas d'étiquette, " #: disk-utils/mkswap.c:211 #, c-format msgid "no uuid\n" msgstr "pas d'uuid\n" #: disk-utils/mkswap.c:276 #, c-format msgid "Usage: %s [-c] [-pPAGESZ] [-L label] [-U UUID] /dev/name [blocks]\n" msgstr "Usage : %s [-c] [-pPAGESZ] [-L label] [-U UUID] /dev/name [blocs]\n" #: disk-utils/mkswap.c:290 msgid "too many bad pages" msgstr "trop de pages corrompues" #: disk-utils/mkswap.c:303 misc-utils/look.c:182 misc-utils/setterm.c:1183 #: text-utils/more.c:1982 text-utils/more.c:1993 msgid "Out of memory" msgstr "Mémoire épuisée" #: disk-utils/mkswap.c:317 #, c-format msgid "one bad page\n" msgstr "une page corrompue\n" #: disk-utils/mkswap.c:319 #, c-format msgid "%lu bad pages\n" msgstr "%lu pages corrompues\n" # disk-utils/mkswap.c:612 #: disk-utils/mkswap.c:396 disk-utils/mkswap.c:412 disk-utils/mkswap.c:629 msgid "unable to rewind swap-device" msgstr "Impossible de réinitialiser le périphérique d'échange" #: disk-utils/mkswap.c:416 msgid "unable to erase bootbits sectors" msgstr "impossible d'effacer le secteur d'amorçage" #: disk-utils/mkswap.c:420 #, c-format msgid "%s: %s: warning: don't erase bootbits sectors\n" msgstr "%s : %s : attention, ne pas effacer les secteurs de démarrage\n" #: disk-utils/mkswap.c:423 #, c-format msgid " (%s partition table detected). " msgstr " (%s table de partitions détectée). " #: disk-utils/mkswap.c:425 #, c-format msgid " on whole disk. " msgstr " tout le disque." #: disk-utils/mkswap.c:495 #, c-format msgid "%1$s: warning: ignore -U (UUIDs are unsupported by %1$s)\n" msgstr "" "%1$s: attention: option -U ignorée (les UUID ne sont pas supportés par %1" "$s)\n" #: disk-utils/mkswap.c:511 #, c-format msgid "%s: does not support swapspace version %d.\n" msgstr "%s : ne supporte pas cette version d'espace d'échange %d.\n" #: disk-utils/mkswap.c:519 msgid "error: UUID parsing failed" msgstr "erreur : échec d'analyse de l'UUID" #: disk-utils/mkswap.c:529 #, c-format msgid "%s: error: Nowhere to set up swap on?\n" msgstr "%s: erreur: aucun endroit pour définir un espace d'échange ?\n" #: disk-utils/mkswap.c:547 #, c-format msgid "%s: error: size %llu KiB is larger than device size %llu KiB\n" msgstr "" "%s : erreur : taille %llu Ko supérieure à la taille du périphérique %llu Ko\n" #: disk-utils/mkswap.c:556 #, c-format msgid "%s: error: swap area needs to be at least %ld KiB\n" msgstr "" "%s: erreur : la zone d'échange (swap) doit être au moins de taille %ld Ko\n" #: disk-utils/mkswap.c:573 #, c-format msgid "%s: warning: truncating swap area to %llu KiB\n" msgstr "%s: AVERTISSEMENT : troncage de la zone d'échange (swap) à %llu Ko\n" # disk-utils/mkswap.c:566 #: disk-utils/mkswap.c:596 #, c-format msgid "%s: error: will not try to make swapdevice on '%s'\n" msgstr "%s: impossible de créer une zone d'échange sur \"%s\"\n" #: disk-utils/mkswap.c:602 #, c-format msgid "%s: error: %s is mounted; will not make swapspace.\n" msgstr "" "%s: erreur - %s est monté ; impossible de créer une zone d'échange ici.\n" # disk-utils/mkswap.c:605 #: disk-utils/mkswap.c:618 msgid "Unable to set up swap-space: unreadable" msgstr "Impossible d'initialiser l'espace d'échange : illisible" # disk-utils/mkswap.c:606 #: disk-utils/mkswap.c:621 #, c-format msgid "Setting up swapspace version 1, size = %llu KiB\n" msgstr "Configure l'espace d'échange (swap) en version 1, taille = %llu Ko\n" #: disk-utils/mkswap.c:632 #, c-format msgid "%s: %s: unable to write signature page: %s" msgstr "%s : %s : impossible d'écrire la page de signature %s" # disk-utils/mkswap.c:623 #: disk-utils/mkswap.c:643 msgid "fsync failed" msgstr "Échec de la synchronisation du système de fichiers par fsync" #: disk-utils/mkswap.c:654 #, c-format msgid "%s: %s: unable to obtain selinux file label: %s\n" msgstr "%s: %s: impossible d'obtenir l'étiquette du fichier selinux : %s\n" #: disk-utils/mkswap.c:660 msgid "unable to matchpathcon()" msgstr "matchpathcon() inutilisable" #: disk-utils/mkswap.c:663 msgid "unable to create new selinux context" msgstr "impossible de créer un nouveau contexte selinux" #: disk-utils/mkswap.c:665 msgid "couldn't compute selinux context" msgstr "impossible d'évaluer le contexte selinux" #: disk-utils/mkswap.c:671 #, c-format msgid "%s: unable to relabel %s to %s: %s\n" msgstr "%s: impossible d'étiqueter de %s en %s: %s\n" #: disk-utils/raw.c:50 #, c-format msgid "" "Usage:\n" " %s " msgstr "" "Usage :\n" " %s " #: disk-utils/raw.c:125 #, c-format msgid "" "Device '%s' is control raw dev (use raw where is greater than zero)\n" msgstr "" "Le périph. '%s' est un périph. de contrôle physique (utiliser raw où N " "est plus grand que zéro)\n" #: disk-utils/raw.c:145 #, c-format msgid "Cannot locate block device '%s' (%s)\n" msgstr "Impossible de localiser le périphérique par blocs '%s' (%s)\n" #: disk-utils/raw.c:151 #, c-format msgid "Device '%s' is not a block dev\n" msgstr "'%s' n'est pas un périphérique par blocs\n" #: disk-utils/raw.c:186 #, c-format msgid "Cannot open master raw device '" msgstr "Impossible d'ouvrir le périph. physique maître '" #: disk-utils/raw.c:205 #, c-format msgid "Cannot locate raw device '%s' (%s)\n" msgstr "Impossible de localiser le périphérique physique '%s' (%s)\n" #: disk-utils/raw.c:211 #, c-format msgid "Raw device '%s' is not a character dev\n" msgstr "" "Le périphérique physique '%s' n'est pas un périphérique de caractères\n" #: disk-utils/raw.c:216 #, c-format msgid "Device '%s' is not a raw dev\n" msgstr "'%s' n'est pas un périphérique physique\n" #: disk-utils/raw.c:231 #, c-format msgid "Error querying raw device (%s)\n" msgstr "Erreur d'interrogation du périphérique physique (%s)\n" #: disk-utils/raw.c:241 disk-utils/raw.c:261 #, c-format msgid "raw%d:\tbound to major %d, minor %d\n" msgstr "périph. phys. %d :\t associé à n° majeur %d, n° mineur %d\n" #: disk-utils/raw.c:257 #, c-format msgid "Error setting raw device (%s)\n" msgstr "Erreur de configuration du périph. physique (%s)\n" #: fdisk/cfdisk.c:376 fdisk/cfdisk.c:2080 msgid "Unusable" msgstr "Inutilisable" #: fdisk/cfdisk.c:378 fdisk/cfdisk.c:2082 msgid "Free Space" msgstr "Espace libre" #: fdisk/cfdisk.c:381 msgid "Linux ext2" msgstr "Linux ext2" #: fdisk/cfdisk.c:383 msgid "Linux ext3" msgstr "Linux ext3" #: fdisk/cfdisk.c:385 msgid "Linux XFS" msgstr "Linux XFS" #: fdisk/cfdisk.c:387 msgid "Linux JFS" msgstr "Linux JFS" #: fdisk/cfdisk.c:389 msgid "Linux ReiserFS" msgstr "Linux ReiserFS" #: fdisk/cfdisk.c:391 fdisk/i386_sys_types.c:57 msgid "Linux" msgstr "Linux" #: fdisk/cfdisk.c:394 msgid "OS/2 HPFS" msgstr "OS/2 HPFS" #: fdisk/cfdisk.c:396 msgid "OS/2 IFS" msgstr "OS/2 IFS" #: fdisk/cfdisk.c:400 msgid "NTFS" msgstr "NTFS" #: fdisk/cfdisk.c:411 #, c-format msgid "Disk has been changed.\n" msgstr "Le disque a été changé.\n" #: fdisk/cfdisk.c:413 #, c-format msgid "Reboot the system to ensure the partition table is correctly updated.\n" msgstr "" "Redémarrer le système pour s'assurer que la table de partition soit " "correctement mise à jour.\n" #: fdisk/cfdisk.c:417 #, c-format msgid "" "\n" "WARNING: If you have created or modified any\n" "DOS 6.x partitions, please see the cfdisk manual\n" "page for additional information.\n" msgstr "" "\n" "AVERTISSEMENT: si vous avez créé ou modifié une\n" "partition DOS 6.x, svp consulter les pages du manuel\n" "de cfdisk pour de plus amples informations.\n" #: fdisk/cfdisk.c:512 msgid "FATAL ERROR" msgstr "ERREUR FATALE" #: fdisk/cfdisk.c:513 msgid "Press any key to exit cfdisk" msgstr "Appuyer sur n'importe quelle touche pour quitter cfdisk" #: fdisk/cfdisk.c:560 fdisk/cfdisk.c:568 msgid "Cannot seek on disk drive" msgstr "Impossible de se positionner sur le disque" #: fdisk/cfdisk.c:562 msgid "Cannot read disk drive" msgstr "Impossible de lire sur le disque" #: fdisk/cfdisk.c:570 msgid "Cannot write disk drive" msgstr "Impossible d'écrire sur le disque" #: fdisk/cfdisk.c:913 msgid "Too many partitions" msgstr "Trop de partitions" #: fdisk/cfdisk.c:918 msgid "Partition begins before sector 0" msgstr "La partition débute avant le secteur 0" #: fdisk/cfdisk.c:923 msgid "Partition ends before sector 0" msgstr "La partition se termine avant le secteur 0" #: fdisk/cfdisk.c:928 msgid "Partition begins after end-of-disk" msgstr "La partition débute après la fin du disque" #: fdisk/cfdisk.c:933 msgid "Partition ends after end-of-disk" msgstr "La partition se termine après la fin du disque" #: fdisk/cfdisk.c:938 msgid "Partition ends in the final partial cylinder" msgstr "La partition se termine dans le cylindre final partiel" #: fdisk/cfdisk.c:962 msgid "logical partitions not in disk order" msgstr "partitions logiques non ordonnées suivant le disque" #: fdisk/cfdisk.c:965 msgid "logical partitions overlap" msgstr "chevauchement de partitions logiques" #: fdisk/cfdisk.c:969 msgid "enlarged logical partitions overlap" msgstr "chevauchement des partitions logiques agrandies" #: fdisk/cfdisk.c:999 msgid "" "!!!! Internal error creating logical drive with no extended partition !!!!" msgstr "Erreur interne en créant un disque logique sans partition étendue !!!!" #: fdisk/cfdisk.c:1010 fdisk/cfdisk.c:1022 msgid "" "Cannot create logical drive here -- would create two extended partitions" msgstr "" "Impossible de créer un disque logique ici -- cela créerait 2 partitions " "étendues" #: fdisk/cfdisk.c:1164 msgid "Menu item too long. Menu may look odd." msgstr "Item de menu trop long. Le menu pourrait paraître erroné." #: fdisk/cfdisk.c:1220 msgid "Menu without direction. Defaulting to horizontal." msgstr "Menu sans direction. Horizontal par défaut." #: fdisk/cfdisk.c:1351 msgid "Illegal key" msgstr "Touche non valable" #: fdisk/cfdisk.c:1374 msgid "Press a key to continue" msgstr "Appuyer sur une touche pour continuer" #: fdisk/cfdisk.c:1421 fdisk/cfdisk.c:2051 fdisk/cfdisk.c:2583 #: fdisk/cfdisk.c:2585 msgid "Primary" msgstr "Primaire" #: fdisk/cfdisk.c:1421 msgid "Create a new primary partition" msgstr "Crée une nouvelle partition primaire" #: fdisk/cfdisk.c:1422 fdisk/cfdisk.c:2051 fdisk/cfdisk.c:2582 #: fdisk/cfdisk.c:2585 msgid "Logical" msgstr "Logique" #: fdisk/cfdisk.c:1422 msgid "Create a new logical partition" msgstr "Crée une nouvelle partition logique" #: fdisk/cfdisk.c:1423 fdisk/cfdisk.c:1478 fdisk/cfdisk.c:2256 msgid "Cancel" msgstr "Annuler" #: fdisk/cfdisk.c:1423 fdisk/cfdisk.c:1478 msgid "Don't create a partition" msgstr "Ne pas créer une partition" #: fdisk/cfdisk.c:1439 msgid "!!! Internal error !!!" msgstr "!!! Erreur interne !!!" #: fdisk/cfdisk.c:1442 msgid "Size (in MB): " msgstr "Taille (en Mo): " #: fdisk/cfdisk.c:1476 msgid "Beginning" msgstr "Début" #: fdisk/cfdisk.c:1476 msgid "Add partition at beginning of free space" msgstr "Ajoute une partition au début de l'espace libre" #: fdisk/cfdisk.c:1477 msgid "End" msgstr "Fin" #: fdisk/cfdisk.c:1477 msgid "Add partition at end of free space" msgstr "Ajoute une partition à la fin de l'espace libre" #: fdisk/cfdisk.c:1495 msgid "No room to create the extended partition" msgstr "Pas d'espace pour créer une partition étendue" #: fdisk/cfdisk.c:1569 msgid "No partition table.\n" msgstr "Aucune table de partitions.\n" #: fdisk/cfdisk.c:1573 msgid "No partition table. Starting with zero table." msgstr "Aucune table de partitions. Démarrage avec une table vierge." #: fdisk/cfdisk.c:1583 msgid "Bad signature on partition table" msgstr "Signature erronée dans la table de partitions" #: fdisk/cfdisk.c:1587 msgid "Unknown partition table type" msgstr "Type inconnu de table de partitions" #: fdisk/cfdisk.c:1589 msgid "Do you wish to start with a zero table [y/N] ?" msgstr "Voulez-vous démarrer avec une table vierge [y (pour oui)/N] ?" #: fdisk/cfdisk.c:1637 msgid "You specified more cylinders than fit on disk" msgstr "Vous avez spécifié plus de cylindres que le disque n'en contient" #: fdisk/cfdisk.c:1669 msgid "Cannot open disk drive" msgstr "Impossible d'ouvrir l'unité de disque" #: fdisk/cfdisk.c:1671 fdisk/cfdisk.c:1860 msgid "Opened disk read-only - you have no permission to write" msgstr "Disque ouvert en mode lecture seule - aucune permission d'écriture" #: fdisk/cfdisk.c:1682 msgid "" "Warning!! Unsupported GPT (GUID Partition Table) detected. Use GNU Parted." msgstr "" "Attention!! Identifiant GPT (GUID) de table de partitions non supporté " "détecté. Utilisez GNU Parted." #: fdisk/cfdisk.c:1701 msgid "Cannot get disk size" msgstr "Impossible d'obtenir la taille du disque" #: fdisk/cfdisk.c:1727 msgid "Bad primary partition" msgstr "Partition primaire erronée" #: fdisk/cfdisk.c:1757 msgid "Bad logical partition" msgstr "Partition logique erronée" #: fdisk/cfdisk.c:1872 msgid "Warning!! This may destroy data on your disk!" msgstr "AVERTISSEMENT!! Cela pourrait détruire les données sur votre disque!" #: fdisk/cfdisk.c:1876 msgid "" "Are you sure you want to write the partition table to disk? (yes or no): " msgstr "" "Êtes-vous sûr de vouloir écrire la table de partitions sur le disque? (oui/" "non)" #: fdisk/cfdisk.c:1882 msgid "no" msgstr "non" #: fdisk/cfdisk.c:1884 msgid "Did not write partition table to disk" msgstr "Table de partitions non écrite sur le disque" #: fdisk/cfdisk.c:1886 msgid "yes" msgstr "oui" #: fdisk/cfdisk.c:1890 msgid "Please enter `yes' or `no'" msgstr "SVP répondre « oui » ou « non »" #: fdisk/cfdisk.c:1894 msgid "Writing partition table to disk..." msgstr "Écriture de la table de partitions sur le disque..." #: fdisk/cfdisk.c:1921 fdisk/cfdisk.c:1925 msgid "Wrote partition table to disk" msgstr "Table de partitions écrite sur le disque" #: fdisk/cfdisk.c:1923 msgid "" "Wrote partition table, but re-read table failed. Run partprobe(8), kpartx" "(8) or reboot to update table." msgstr "" "Table de partitions écrite, mais échec de la relecture. Exécuter partprobe" "(8), kpartx(8) ou redémarrer pour mettre à jour la table." #: fdisk/cfdisk.c:1933 msgid "No primary partitions are marked bootable. DOS MBR cannot boot this." msgstr "" "Aucune partition primaire marquée comme amorçable. DOS MBR ne pourra pas " "amorcer." #: fdisk/cfdisk.c:1935 msgid "" "More than one primary partition is marked bootable. DOS MBR cannot boot this." msgstr "" "Plus d'une partition primaire marquée comme amorçable. DOS MBR ne pourra pas " "amorcer." #: fdisk/cfdisk.c:1993 fdisk/cfdisk.c:2112 fdisk/cfdisk.c:2196 msgid "Enter filename or press RETURN to display on screen: " msgstr "" "Entrer le nom du fichier ou appuyer « RETURN » pour affichage à l'écran:" #: fdisk/cfdisk.c:2002 fdisk/cfdisk.c:2120 fdisk/cfdisk.c:2204 #, c-format msgid "Cannot open file '%s'" msgstr "Impossible d'ouvrir le fichier « %s »" #: fdisk/cfdisk.c:2013 #, c-format msgid "Disk Drive: %s\n" msgstr "Unité de disque: %s\n" #: fdisk/cfdisk.c:2015 msgid "Sector 0:\n" msgstr "Secteur 0:\n" #: fdisk/cfdisk.c:2022 #, c-format msgid "Sector %d:\n" msgstr "Secteur %d:\n" #: fdisk/cfdisk.c:2042 msgid " None " msgstr " Aucun " #: fdisk/cfdisk.c:2044 msgid " Pri/Log" msgstr " Pri/Log" #: fdisk/cfdisk.c:2046 msgid " Primary" msgstr " Primaire" #: fdisk/cfdisk.c:2048 msgid " Logical" msgstr " Logique" #: fdisk/cfdisk.c:2086 fdisk/fdisk.c:1534 fdisk/fdisk.c:1855 #: fdisk/fdisksgilabel.c:240 fdisk/fdisksunlabel.c:621 fdisk/sfdisk.c:653 msgid "Unknown" msgstr "Inconnu" #: fdisk/cfdisk.c:2092 fdisk/cfdisk.c:2560 fdisk/fdisksunlabel.c:44 msgid "Boot" msgstr "Amorce" #: fdisk/cfdisk.c:2094 #, c-format msgid "(%02X)" msgstr "(%02X)" #: fdisk/cfdisk.c:2096 msgid "None" msgstr "Aucun" #: fdisk/cfdisk.c:2131 fdisk/cfdisk.c:2215 #, c-format msgid "Partition Table for %s\n" msgstr "Table de partitions de %s\n" #: fdisk/cfdisk.c:2133 msgid " First Last\n" msgstr " Premier Dernier\n" # fdisk/cfdisk.c:1969 #: fdisk/cfdisk.c:2134 msgid "" " # Type Sector Sector Offset Length Filesystem Type (ID) " "Flag\n" msgstr "" " # Type Secteur Secteur Décalage Longueur Syst.Fich. Type (ID) " "Fanions\n" #: fdisk/cfdisk.c:2135 msgid "" "-- ------- ----------- ----------- ------ ----------- -------------------- " "----\n" msgstr "" "-- ------- ----------- ----------- ------ ----------- -------------------- " "----\n" #: fdisk/cfdisk.c:2218 msgid " ---Starting---- ----Ending----- Start Number of\n" msgstr " --- Début --- ---- Fin ---- Premier Nbre de\n" #: fdisk/cfdisk.c:2219 msgid " # Flags Head Sect Cyl ID Head Sect Cyl Sector Sectors\n" msgstr " # Fan. Tête Sect Cyl ID Tête Sect Cyl Secteur Secteurs\n" #: fdisk/cfdisk.c:2220 msgid "-- ----- ---- ---- ----- ---- ---- ---- ----- ----------- -----------\n" msgstr "" "-- ----- ---- ---- ----- ---- ---- ---- ----- ----------- -----------\n" #: fdisk/cfdisk.c:2253 msgid "Raw" msgstr "Brut(e)" #: fdisk/cfdisk.c:2253 msgid "Print the table using raw data format" msgstr "Afficher le contenu de la table en format brut" #: fdisk/cfdisk.c:2254 fdisk/cfdisk.c:2357 msgid "Sectors" msgstr "Secteurs" #: fdisk/cfdisk.c:2254 msgid "Print the table ordered by sectors" msgstr "Affiche le contenu de la table ordonné par secteurs" #: fdisk/cfdisk.c:2255 msgid "Table" msgstr "Table" #: fdisk/cfdisk.c:2255 msgid "Just print the partition table" msgstr "Affiche juste la table de partitions" #: fdisk/cfdisk.c:2256 msgid "Don't print the table" msgstr "Ne pas afficher la table" #: fdisk/cfdisk.c:2284 msgid "Help Screen for cfdisk" msgstr "Écran d'aide pour cfdisk" #: fdisk/cfdisk.c:2286 msgid "This is cfdisk, a curses based disk partitioning program, which" msgstr "cfdisk est un programme de partionnement basé sur curses, qui" #: fdisk/cfdisk.c:2287 msgid "allows you to create, delete and modify partitions on your hard" msgstr "permet de créer, détruire et modifier les partitions de votre unité de" #: fdisk/cfdisk.c:2288 msgid "disk drive." msgstr "disque dur." #: fdisk/cfdisk.c:2290 msgid "Copyright (C) 1994-1999 Kevin E. Martin & aeb" msgstr "Copyright (C) 1994-1999 Kevin E. Martin & aeb" #: fdisk/cfdisk.c:2292 msgid "Command Meaning" msgstr "Commande Signification" #: fdisk/cfdisk.c:2293 msgid "------- -------" msgstr "------- -------" #: fdisk/cfdisk.c:2294 msgid " b Toggle bootable flag of the current partition" msgstr " b basculer le fanion d'amorce sur la partition courante" #: fdisk/cfdisk.c:2295 msgid " d Delete the current partition" msgstr " d détruire la partition courante" #: fdisk/cfdisk.c:2296 msgid " g Change cylinders, heads, sectors-per-track parameters" msgstr "" " g modifier les paramètres: cylindres, têtes, secteurs par piste" #: fdisk/cfdisk.c:2297 msgid " WARNING: This option should only be used by people who" msgstr " AVERTISSEMENT: cette option ne doit pas être utilisée par" #: fdisk/cfdisk.c:2298 msgid " know what they are doing." msgstr " des gens qui ne savent pas ce qu'ils font." #: fdisk/cfdisk.c:2299 msgid " h Print this screen" msgstr " h afficher cet écran d'aide" #: fdisk/cfdisk.c:2300 msgid " m Maximize disk usage of the current partition" msgstr "" " m maximiser l'utilisation du disque par la partition courante" #: fdisk/cfdisk.c:2301 msgid " Note: This may make the partition incompatible with" msgstr " Note: cela peut rendre la partition incompatible avec" #: fdisk/cfdisk.c:2302 msgid " DOS, OS/2, ..." msgstr " DOS, OS/2, ..." #: fdisk/cfdisk.c:2303 msgid " n Create new partition from free space" msgstr " n créer une nouvelle partition à partir de l'espace libre" #: fdisk/cfdisk.c:2304 msgid " p Print partition table to the screen or to a file" msgstr "" " p lister la table de partitions à l'écran ou dans un fichier" #: fdisk/cfdisk.c:2305 msgid " There are several different formats for the partition" msgstr " Il y a plusieurs formats différents pour la partition" #: fdisk/cfdisk.c:2306 msgid " that you can choose from:" msgstr " que vous pouvez choisir:" #: fdisk/cfdisk.c:2307 msgid " r - Raw data (exactly what would be written to disk)" msgstr "" " r - données brutes (exactement ce que vous écrivez sur le " "disque)" #: fdisk/cfdisk.c:2308 msgid " s - Table ordered by sectors" msgstr " s - table ordonnée par secteurs" #: fdisk/cfdisk.c:2309 msgid " t - Table in raw format" msgstr " t - table au format brut" #: fdisk/cfdisk.c:2310 msgid " q Quit program without writing partition table" msgstr " q quitter le programme sans écrire la table de partitions" #: fdisk/cfdisk.c:2311 msgid " t Change the filesystem type" msgstr " t modifier le type de système de fichiers" #: fdisk/cfdisk.c:2312 msgid " u Change units of the partition size display" msgstr "" " u modifier les unités d'affichage de la taille des partition" #: fdisk/cfdisk.c:2313 msgid " Rotates through MB, sectors and cylinders" msgstr " alterne Mo, secteurs et cylindres" #: fdisk/cfdisk.c:2314 msgid " W Write partition table to disk (must enter upper case W)" msgstr "" " W écrire la table de partitions sur le disque (taper W en " "majuscule)" #: fdisk/cfdisk.c:2315 msgid " Since this might destroy data on the disk, you must" msgstr "" " Vu que cela peut détruire des données sur le disque, vous devez" #: fdisk/cfdisk.c:2316 msgid " either confirm or deny the write by entering `yes' or" msgstr " confirmer ou annuler la commande par la réponse « oui » ou" #: fdisk/cfdisk.c:2317 msgid " `no'" msgstr " « non »" #: fdisk/cfdisk.c:2318 msgid "Up Arrow Move cursor to the previous partition" msgstr "Flèche-haut déplacer le curseur vers la partition précédente" #: fdisk/cfdisk.c:2319 msgid "Down Arrow Move cursor to the next partition" msgstr "Flèche-bas déplacer le curseur vers la partition suivante" #: fdisk/cfdisk.c:2320 msgid "CTRL-L Redraws the screen" msgstr "CTRL-L réafficher le contenu à l'écran" #: fdisk/cfdisk.c:2321 msgid " ? Print this screen" msgstr " ? afficher cet écran d'aide" #: fdisk/cfdisk.c:2323 msgid "Note: All of the commands can be entered with either upper or lower" msgstr "Note: toutes les commandes peuvent être saisies en lettres" #: fdisk/cfdisk.c:2324 msgid "case letters (except for Writes)." msgstr "majuscules ou minuscules (sauf pour les écritures)." #: fdisk/cfdisk.c:2355 fdisk/fdisksunlabel.c:237 msgid "Cylinders" msgstr "Cylindres" #: fdisk/cfdisk.c:2355 msgid "Change cylinder geometry" msgstr "Modifier la géométrie des cylindres" #: fdisk/cfdisk.c:2356 fdisk/fdisksunlabel.c:235 msgid "Heads" msgstr "Têtes" #: fdisk/cfdisk.c:2356 msgid "Change head geometry" msgstr "Modifier la géométrie des têtes" #: fdisk/cfdisk.c:2357 msgid "Change sector geometry" msgstr "Modifier la géométrie des secteurs" #: fdisk/cfdisk.c:2358 msgid "Done" msgstr "Complété" #: fdisk/cfdisk.c:2358 msgid "Done with changing geometry" msgstr "Modification de la géométrie complétée" #: fdisk/cfdisk.c:2371 msgid "Enter the number of cylinders: " msgstr "Entrer le nombre de cylindres: " #: fdisk/cfdisk.c:2382 fdisk/cfdisk.c:2953 msgid "Illegal cylinders value" msgstr "Valeur illégale pour les cylindres" #: fdisk/cfdisk.c:2388 msgid "Enter the number of heads: " msgstr "Entrer le nombre de têtes: " #: fdisk/cfdisk.c:2395 fdisk/cfdisk.c:2963 msgid "Illegal heads value" msgstr "Valeur illégale pour les têtes" #: fdisk/cfdisk.c:2401 msgid "Enter the number of sectors per track: " msgstr "Entrer le nombre de secteurs par piste: " #: fdisk/cfdisk.c:2408 fdisk/cfdisk.c:2970 msgid "Illegal sectors value" msgstr "Valeur illégale pour les secteurs" #: fdisk/cfdisk.c:2511 msgid "Enter filesystem type: " msgstr "Entrer le type de système de fichiers:" #: fdisk/cfdisk.c:2529 msgid "Cannot change FS Type to empty" msgstr "Impossible de modifier le type de syst. de fichiers (valeur nulle)" #: fdisk/cfdisk.c:2531 msgid "Cannot change FS Type to extended" msgstr "Impossible de modifier le type de syst. de fichiers à \"étendu\"" #: fdisk/cfdisk.c:2562 #, c-format msgid "Unk(%02X)" msgstr "Inc(%02X)" #: fdisk/cfdisk.c:2565 fdisk/cfdisk.c:2568 msgid ", NC" msgstr ", NC" #: fdisk/cfdisk.c:2573 fdisk/cfdisk.c:2576 msgid "NC" msgstr "NC" #: fdisk/cfdisk.c:2584 msgid "Pri/Log" msgstr "Pri/Log" #: fdisk/cfdisk.c:2591 #, c-format msgid "Unknown (%02X)" msgstr "Inconnu (%02X)" #: fdisk/cfdisk.c:2660 #, c-format msgid "Disk Drive: %s" msgstr "Unité disque: %s" #: fdisk/cfdisk.c:2667 #, c-format msgid "Size: %lld bytes, %lld MB" msgstr "Taille: %lld octets, %lld Mo" #: fdisk/cfdisk.c:2670 #, c-format msgid "Size: %lld bytes, %lld.%lld GB" msgstr "Taille: %lld octets, %lld.%lld Go" #: fdisk/cfdisk.c:2674 #, c-format msgid "Heads: %d Sectors per Track: %d Cylinders: %lld" msgstr "Têtes: %d Secteurs par piste: %d Cylindres: %lld" #: fdisk/cfdisk.c:2678 login-utils/chfn.c:377 msgid "Name" msgstr "Nom" #: fdisk/cfdisk.c:2679 msgid "Flags" msgstr "Fanions" #: fdisk/cfdisk.c:2680 msgid "Part Type" msgstr "Part Type" #: fdisk/cfdisk.c:2681 msgid "FS Type" msgstr "Type Sys.Fic" #: fdisk/cfdisk.c:2682 msgid "[Label]" msgstr "[Étiq.]" #: fdisk/cfdisk.c:2684 msgid " Sectors" msgstr " Secteurs" #: fdisk/cfdisk.c:2686 msgid " Cylinders" msgstr " Cylindres" #: fdisk/cfdisk.c:2688 msgid " Size (MB)" msgstr " Taille (Mo)" #: fdisk/cfdisk.c:2690 msgid " Size (GB)" msgstr " Taille (Go)" #: fdisk/cfdisk.c:2744 msgid "Bootable" msgstr "Amorçable" #: fdisk/cfdisk.c:2744 msgid "Toggle bootable flag of the current partition" msgstr "Basculer le fanion d'amorce pour la partition courante" #: fdisk/cfdisk.c:2745 msgid "Delete" msgstr "Détruire" #: fdisk/cfdisk.c:2745 msgid "Delete the current partition" msgstr "Détruire la partition courante" #: fdisk/cfdisk.c:2746 msgid "Geometry" msgstr "Géométrie" #: fdisk/cfdisk.c:2746 msgid "Change disk geometry (experts only)" msgstr "Modifier la géométrie du disque (pour expert seulement)" #: fdisk/cfdisk.c:2747 msgid "Help" msgstr "Aide" #: fdisk/cfdisk.c:2747 msgid "Print help screen" msgstr "Afficher l'écran d'aide" #: fdisk/cfdisk.c:2748 msgid "Maximize" msgstr "Maximiser" #: fdisk/cfdisk.c:2748 msgid "Maximize disk usage of the current partition (experts only)" msgstr "" "Maximiser l'usage du disque par la partition courante (experts seulement)" #: fdisk/cfdisk.c:2749 msgid "New" msgstr "Nouvelle" #: fdisk/cfdisk.c:2749 msgid "Create new partition from free space" msgstr "Créer une nouvelle partition à partir de l'espace libre" #: fdisk/cfdisk.c:2750 msgid "Print" msgstr "Afficher" #: fdisk/cfdisk.c:2750 msgid "Print partition table to the screen or to a file" msgstr "" "Afficher le contenu de la table de partitions à l'écran (ou dans un fichier)" #: fdisk/cfdisk.c:2751 msgid "Quit" msgstr "Quitter" #: fdisk/cfdisk.c:2751 msgid "Quit program without writing partition table" msgstr "Quitter le programme sans écrire la table de partitions" #: fdisk/cfdisk.c:2752 msgid "Type" msgstr "Type" #: fdisk/cfdisk.c:2752 msgid "Change the filesystem type (DOS, Linux, OS/2 and so on)" msgstr "Modifier le type de système de fichier (DOS, Linux, OS/2, etc)" #: fdisk/cfdisk.c:2753 msgid "Units" msgstr "Unités" #: fdisk/cfdisk.c:2753 msgid "Change units of the partition size display (MB, sect, cyl)" msgstr "" "Mofifier les unités d'affichage des taille des partitions (Mo, sect, cyl)" #: fdisk/cfdisk.c:2754 msgid "Write" msgstr "Ecrire" #: fdisk/cfdisk.c:2754 msgid "Write partition table to disk (this might destroy data)" msgstr "" "Ecrire la table de partitions sur le dsique (cela peut détruire les données)" #: fdisk/cfdisk.c:2800 msgid "Cannot make this partition bootable" msgstr "Impossible de rendre cette partition amorçable" #: fdisk/cfdisk.c:2810 msgid "Cannot delete an empty partition" msgstr "Impossible de détruire une partition vide" #: fdisk/cfdisk.c:2830 fdisk/cfdisk.c:2832 msgid "Cannot maximize this partition" msgstr "Impossible de maximiser cette partition" #: fdisk/cfdisk.c:2840 msgid "This partition is unusable" msgstr "Cette partition est inutilisable" #: fdisk/cfdisk.c:2842 msgid "This partition is already in use" msgstr "Cette partition est en cours d'utilisation" #: fdisk/cfdisk.c:2859 msgid "Cannot change the type of an empty partition" msgstr "Impossible de changer le type d'une partition vide" #: fdisk/cfdisk.c:2886 fdisk/cfdisk.c:2892 msgid "No more partitions" msgstr "Pas de partition supplémentaire" #: fdisk/cfdisk.c:2899 msgid "Illegal command" msgstr "Commande illégale" #: fdisk/cfdisk.c:2909 #, c-format msgid "Copyright (C) 1994-2002 Kevin E. Martin & aeb\n" msgstr "Copyright © 1994-2002 Kevin E. Martin & aeb\n" #: fdisk/cfdisk.c:2916 #, c-format msgid "" "\n" "Usage:\n" "Print version:\n" " %s -v\n" "Print partition table:\n" " %s -P {r|s|t} [options] device\n" "Interactive use:\n" " %s [options] device\n" "\n" "Options:\n" "-a: Use arrow instead of highlighting;\n" "-z: Start with a zero partition table, instead of reading the pt from disk;\n" "-c C -h H -s S: Override the kernel's idea of the number of cylinders,\n" " the number of heads and the number of sectors/track.\n" "\n" msgstr "" "\n" "Utilisation :\n" "Afficher le numéro de version:\n" " %s -v\n" "Afficher la table de partition:\n" " %s -P {r|s|t} [options] périphérique\n" "Utilisation intéractive:\n" " %s [options] périphérique\n" "\n" "Options:\n" "-a: utiliser les touches fléchées au lieu de la surbrillance;\n" "-z: débuter avec une table de partitions vierge, au lieu de la lire sur le " "disque;\n" "-c C -h H -s S: écraser les paramètres connus du noyau: nombre de " "cylindres,\n" " nombre de têtes et nombre de secteurs par piste.\n" "\n" #: fdisk/fdiskaixlabel.c:27 msgid "" "\n" "\tThere is a valid AIX label on this disk.\n" "\tUnfortunately Linux cannot handle these\n" "\tdisks at the moment. Nevertheless some\n" "\tadvice:\n" "\t1. fdisk will destroy its contents on write.\n" "\t2. Be sure that this disk is NOT a still vital\n" "\t part of a volume group. (Otherwise you may\n" "\t erase the other disks as well, if unmirrored.)\n" "\t3. Before deleting this physical volume be sure\n" "\t to remove the disk logically from your AIX\n" "\t machine. (Otherwise you become an AIXpert)." msgstr "" "\n" "\tIl y a une étiquette AIX valide sur ce disque.\n" "\tMalheureusement Linux ne gère pas ce type de\n" "\tdisque pour le moment. Néammoins voici quelques\n" "\tconseils:\n" "\t1. fdisk détruira son contenu lors d'une écriture.\n" "\t2. Soyez sûr que le disque ne consitue PAS une\n" "\t partie vitale d'un groupe de volumes. (Sinon, vous pourriez\n" "\t effacer les autres disques aussi, si pas de miroir.)\n" "\t3. Avant de détruire physiquement ce volume physique, soyez\n" "\t sûr de retirer le disque logique du syst. AIX\n" "\t (A moins d'être un expert AIX)." #: fdisk/fdiskbsdlabel.c:122 #, c-format msgid "" "\n" "BSD label for device: %s\n" msgstr "" "\n" "Étiquette BSD sur le périphérique: %s\n" #: fdisk/fdiskbsdlabel.c:129 fdisk/fdisk.c:386 fdisk/fdisk.c:405 #: fdisk/fdisk.c:423 fdisk/fdisk.c:430 fdisk/fdisk.c:453 fdisk/fdisk.c:471 #: fdisk/fdisk.c:487 fdisk/fdisk.c:503 msgid "Command action" msgstr "Commande d'action" #: fdisk/fdiskbsdlabel.c:130 msgid " d delete a BSD partition" msgstr " d détruire une partition BSD" #: fdisk/fdiskbsdlabel.c:131 msgid " e edit drive data" msgstr " e éditer les données du périphérique" #: fdisk/fdiskbsdlabel.c:132 msgid " i install bootstrap" msgstr " i installer une amorce" #: fdisk/fdiskbsdlabel.c:133 msgid " l list known filesystem types" msgstr " l lister les types de système de fichiers connus" #: fdisk/fdiskbsdlabel.c:134 fdisk/fdisk.c:392 fdisk/fdisk.c:411 #: fdisk/fdisk.c:424 fdisk/fdisk.c:436 fdisk/fdisk.c:461 fdisk/fdisk.c:478 #: fdisk/fdisk.c:494 fdisk/fdisk.c:512 msgid " m print this menu" msgstr " m afficher ce menu" #: fdisk/fdiskbsdlabel.c:135 msgid " n add a new BSD partition" msgstr " n ajouter une nouvelle partition BSD" #: fdisk/fdiskbsdlabel.c:136 msgid " p print BSD partition table" msgstr " p afficher la table de partitions BSD" #: fdisk/fdiskbsdlabel.c:137 fdisk/fdisk.c:396 fdisk/fdisk.c:415 #: fdisk/fdisk.c:426 fdisk/fdisk.c:440 fdisk/fdisk.c:463 fdisk/fdisk.c:480 #: fdisk/fdisk.c:496 fdisk/fdisk.c:514 msgid " q quit without saving changes" msgstr " q quitter sans enregistrer les changements" #: fdisk/fdiskbsdlabel.c:138 fdisk/fdisk.c:464 fdisk/fdisk.c:481 #: fdisk/fdisk.c:497 fdisk/fdisk.c:515 msgid " r return to main menu" msgstr " r retourner au menu principal" #: fdisk/fdiskbsdlabel.c:139 msgid " s show complete disklabel" msgstr " s montrer l'étiquette complète du disque" #: fdisk/fdiskbsdlabel.c:140 msgid " t change a partition's filesystem id" msgstr " t modifier l'id de système de fichiers de la partition" #: fdisk/fdiskbsdlabel.c:141 msgid " u change units (cylinders/sectors)" msgstr " u changer les unités (cylindres/secteurs)" #: fdisk/fdiskbsdlabel.c:142 msgid " w write disklabel to disk" msgstr " w écrire l'étiquette sur le disque" #: fdisk/fdiskbsdlabel.c:144 msgid " x link BSD partition to non-BSD partition" msgstr " x lier la partition BSD à une partition qui n'est pas de type BSD" #: fdisk/fdiskbsdlabel.c:176 #, c-format msgid "Partition %s has invalid starting sector 0.\n" msgstr "La partition %s a un secteur 0 de départ non valide.\n" #: fdisk/fdiskbsdlabel.c:180 #, c-format msgid "Reading disklabel of %s at sector %d.\n" msgstr "Lecture de l'étiquette du disque %s au secteur %d.\n" #: fdisk/fdiskbsdlabel.c:190 #, c-format msgid "There is no *BSD partition on %s.\n" msgstr "Il n'y a pas de partition *BSD sur %s.\n" #: fdisk/fdiskbsdlabel.c:204 msgid "BSD disklabel command (m for help): " msgstr "Commande d'étiquetage BSD (m pour de l'aide): " #: fdisk/fdiskbsdlabel.c:284 fdisk/fdisk.c:2052 fdisk/fdisksgilabel.c:651 #: fdisk/fdisksunlabel.c:431 #, c-format msgid "First %s" msgstr "Premier %s" #: fdisk/fdiskbsdlabel.c:291 fdisk/fdisksunlabel.c:488 #, c-format msgid "Last %s or +size or +sizeM or +sizeK" msgstr "Dernier %s ou +taille or +tailleM ou +tailleK" #: fdisk/fdiskbsdlabel.c:318 #, c-format msgid "type: %s\n" msgstr "type: %s\n" #: fdisk/fdiskbsdlabel.c:320 #, c-format msgid "type: %d\n" msgstr "type: %d\n" #: fdisk/fdiskbsdlabel.c:321 #, c-format msgid "disk: %.*s\n" msgstr "disque: %.*s\n" #: fdisk/fdiskbsdlabel.c:322 #, c-format msgid "label: %.*s\n" msgstr "étiquette: %.*s\n" #: fdisk/fdiskbsdlabel.c:323 #, c-format msgid "flags:" msgstr "fanions:" #: fdisk/fdiskbsdlabel.c:325 #, c-format msgid " removable" msgstr " extractible" #: fdisk/fdiskbsdlabel.c:327 #, c-format msgid " ecc" msgstr " ecc" #: fdisk/fdiskbsdlabel.c:329 #, c-format msgid " badsect" msgstr " mauvais secteur" #: fdisk/fdiskbsdlabel.c:333 #, c-format msgid "bytes/sector: %ld\n" msgstr "octets/secteur: %ld\n" #: fdisk/fdiskbsdlabel.c:334 #, c-format msgid "sectors/track: %ld\n" msgstr "secteurs/piste: %ld\n" #: fdisk/fdiskbsdlabel.c:335 #, c-format msgid "tracks/cylinder: %ld\n" msgstr "pistes/cylindre: %ld\n" #: fdisk/fdiskbsdlabel.c:336 #, c-format msgid "sectors/cylinder: %ld\n" msgstr "secteurs/cylindre: %ld\n" #: fdisk/fdiskbsdlabel.c:337 #, c-format msgid "cylinders: %ld\n" msgstr "cylindres: %ld\n" #: fdisk/fdiskbsdlabel.c:338 #, c-format msgid "rpm: %d\n" msgstr "tours/mn: %d\n" #: fdisk/fdiskbsdlabel.c:339 #, c-format msgid "interleave: %d\n" msgstr "interleave: %d\n" #: fdisk/fdiskbsdlabel.c:340 #, c-format msgid "trackskew: %d\n" msgstr "décalage-piste: %d\n" #: fdisk/fdiskbsdlabel.c:341 #, c-format msgid "cylinderskew: %d\n" msgstr "décalage-cylindre: %d\n" #: fdisk/fdiskbsdlabel.c:342 #, c-format msgid "headswitch: %ld\t\t# milliseconds\n" msgstr "commutation-têtes: %ld\t\t#millisecondes\n" #: fdisk/fdiskbsdlabel.c:344 #, c-format msgid "track-to-track seek: %ld\t# milliseconds\n" msgstr "positionnement-piste-à-piste: %ld\t# millisecondes\n" #: fdisk/fdiskbsdlabel.c:346 #, c-format msgid "drivedata: " msgstr "données-disque: " #: fdisk/fdiskbsdlabel.c:355 #, c-format msgid "" "\n" "%d partitions:\n" msgstr "" "\n" "%d partitions:\n" #: fdisk/fdiskbsdlabel.c:356 #, c-format msgid "# start end size fstype [fsize bsize cpg]\n" msgstr "" "# début fin taille type sys.fic [fsize bsize cpg]\n" #: fdisk/fdiskbsdlabel.c:405 fdisk/fdiskbsdlabel.c:408 #, c-format msgid "Writing disklabel to %s.\n" msgstr "Écriture de l'étiquette de disque sur %s.\n" #: fdisk/fdiskbsdlabel.c:420 fdisk/fdiskbsdlabel.c:422 #, c-format msgid "%s contains no disklabel.\n" msgstr "%s ne contient pas d'étiquette.\n" #: fdisk/fdiskbsdlabel.c:427 msgid "Do you want to create a disklabel? (y/n) " msgstr "Voulez-vous créer une étiquette de disque? (y pour oui/n) " #: fdisk/fdiskbsdlabel.c:467 msgid "bytes/sector" msgstr "octets/secteur" #: fdisk/fdiskbsdlabel.c:468 msgid "sectors/track" msgstr "secteurs/piste" #: fdisk/fdiskbsdlabel.c:469 msgid "tracks/cylinder" msgstr "pistes/cylindre" #: fdisk/fdiskbsdlabel.c:470 fdisk/fdisk.c:648 fdisk/fdisk.c:1357 #: fdisk/sfdisk.c:945 msgid "cylinders" msgstr "cylindres" #: fdisk/fdiskbsdlabel.c:477 msgid "sectors/cylinder" msgstr "secteurs/cylindre" #: fdisk/fdiskbsdlabel.c:481 #, c-format msgid "Must be <= sectors/track * tracks/cylinder (default).\n" msgstr "Doit être <= secteurs/piste * pistes/cylindre (par défaut).\n" #: fdisk/fdiskbsdlabel.c:483 msgid "rpm" msgstr "tours/mn" #: fdisk/fdiskbsdlabel.c:484 msgid "interleave" msgstr "interleave" #: fdisk/fdiskbsdlabel.c:485 msgid "trackskew" msgstr "décalage-pistes" #: fdisk/fdiskbsdlabel.c:486 msgid "cylinderskew" msgstr "décalage-cylindres" #: fdisk/fdiskbsdlabel.c:487 msgid "headswitch" msgstr "commutation-têtes" #: fdisk/fdiskbsdlabel.c:488 msgid "track-to-track seek" msgstr "positionnement-piste-à-piste" #: fdisk/fdiskbsdlabel.c:529 #, c-format msgid "Bootstrap: %sboot -> boot%s (%s): " msgstr "Amorce: %sboot -> boot%s (%s): " #: fdisk/fdiskbsdlabel.c:554 #, c-format msgid "Bootstrap overlaps with disk label!\n" msgstr "L'amorce chevauche l'étiquette du disque!\n" #: fdisk/fdiskbsdlabel.c:575 fdisk/fdiskbsdlabel.c:577 #, c-format msgid "Bootstrap installed on %s.\n" msgstr "Amorce installée sur %s.\n" #: fdisk/fdiskbsdlabel.c:599 #, c-format msgid "Partition (a-%c): " msgstr "Partition (a-%c): " #: fdisk/fdiskbsdlabel.c:618 fdisk/fdisk.c:2199 #, c-format msgid "The maximum number of partitions has been created\n" msgstr "Le nombre maximum de partitions a été créé\n" #: fdisk/fdiskbsdlabel.c:630 #, c-format msgid "This partition already exists.\n" msgstr "Cette partition existe déjà.\n" #: fdisk/fdiskbsdlabel.c:756 #, c-format msgid "Warning: too many partitions (%d, maximum is %d).\n" msgstr "AVERTISSEMENT: trop de partitions (%d, maxi %d).\n" #: fdisk/fdiskbsdlabel.c:804 #, c-format msgid "" "\n" "Syncing disks.\n" msgstr "" "\n" "Synchronisation des disques.\n" #: fdisk/fdisk.c:244 msgid "" "Usage: fdisk [-b SSZ] [-u] DISK Change partition table\n" " fdisk -l [-b SSZ] [-u] DISK List partition table(s)\n" " fdisk -s PARTITION Give partition size(s) in blocks\n" " fdisk -v Give fdisk version\n" "Here DISK is something like /dev/hdb or /dev/sda\n" "and PARTITION is something like /dev/hda7\n" "-u: give Start and End in sector (instead of cylinder) units\n" "-b 2048: (for certain MO disks) use 2048-byte sectors\n" msgstr "" "Utilisation : fdisk [-b TAILLE] [-u] DISQUE modifier la table de " "partitions\n" " fdisk -l [-b TAILLE] [-u] DISQUE lister les tables de partitions\n" " fdisk -s PARTITION donner la taille de partition " "en blocs\n" " fdisk -v afficher la version de " "fdisk\n" "Où DISQUE est quelque chose du genre: /dev/hdb ou /dev/sda\n" "et PARTITION est quelque chose du genre: /dev/hda7\n" "-u: donne le Début et la Fin en unités de secteurs (au lieu de cylindres)\n" "-b 2048: (pour certains disques optiques) spécifie 2048 octets par secteur\n" #: fdisk/fdisk.c:256 msgid "" "Usage: fdisk [-l] [-b SSZ] [-u] device\n" "E.g.: fdisk /dev/hda (for the first IDE disk)\n" " or: fdisk /dev/sdc (for the third SCSI disk)\n" " or: fdisk /dev/eda (for the first PS/2 ESDI drive)\n" " or: fdisk /dev/rd/c0d0 or: fdisk /dev/ida/c0d0 (for RAID devices)\n" " ...\n" msgstr "" "Utilisation : fdisk [-l] [-b TAILLE] [-u] périphérique\n" "i.e.: fdisk /dev/hda (pour le premier disque IDE)\n" " ou: fdisk /dev/sdc (pour le 3e disque SCSI)\n" " ou: fdisk /dev/eda (pour le 1er disque PS/2 ESDI)\n" " ou: fdisk /dev/rd/c0d0 ou: fdisk /dev/ida/c0d0 (pour des périphériques " "RAID)\n" " ...\n" #: fdisk/fdisk.c:265 #, c-format msgid "Unable to open %s\n" msgstr "Impossible d'ouvrir %s\n" #: fdisk/fdisk.c:269 #, c-format msgid "Unable to read %s\n" msgstr "Impossible de lire %s\n" #: fdisk/fdisk.c:273 #, c-format msgid "Unable to seek on %s\n" msgstr "Impossible de se positionner sur %s\n" #: fdisk/fdisk.c:277 #, c-format msgid "Unable to write %s\n" msgstr "Impossible d'écrire %s\n" #: fdisk/fdisk.c:281 #, c-format msgid "BLKGETSIZE ioctl failed on %s\n" msgstr "échec de BLKGETSIZE ioctl sur %s\n" #: fdisk/fdisk.c:285 msgid "Unable to allocate any more memory\n" msgstr "Impossible d'allouer plus de mémoire\n" #: fdisk/fdisk.c:288 msgid "Fatal error\n" msgstr "ERREUR FATALE\n" #: fdisk/fdisk.c:387 msgid " a toggle a read only flag" msgstr " a basculer le fanion de lecture seule" #: fdisk/fdisk.c:388 fdisk/fdisk.c:432 msgid " b edit bsd disklabel" msgstr " b éditer l'étiquette BSD du disque" #: fdisk/fdisk.c:389 msgid " c toggle the mountable flag" msgstr " c basculer le fanion \"montable\"" #: fdisk/fdisk.c:390 fdisk/fdisk.c:409 fdisk/fdisk.c:434 msgid " d delete a partition" msgstr " d supprimer la partition" #: fdisk/fdisk.c:391 fdisk/fdisk.c:410 fdisk/fdisk.c:435 msgid " l list known partition types" msgstr " l lister les types de partitions connues" #: fdisk/fdisk.c:393 fdisk/fdisk.c:412 fdisk/fdisk.c:437 msgid " n add a new partition" msgstr " n ajouter une nouvelle partition" #: fdisk/fdisk.c:394 fdisk/fdisk.c:413 fdisk/fdisk.c:425 fdisk/fdisk.c:438 msgid " o create a new empty DOS partition table" msgstr " o créer une nouvelle table vide de partitions DOS" #: fdisk/fdisk.c:395 fdisk/fdisk.c:414 fdisk/fdisk.c:439 fdisk/fdisk.c:462 #: fdisk/fdisk.c:479 fdisk/fdisk.c:495 fdisk/fdisk.c:513 msgid " p print the partition table" msgstr " p afficher la table de partitions" #: fdisk/fdisk.c:397 fdisk/fdisk.c:416 fdisk/fdisk.c:427 fdisk/fdisk.c:441 msgid " s create a new empty Sun disklabel" msgstr " s créer une nouvelle étiquette vide pour disque de type Sun" #: fdisk/fdisk.c:398 fdisk/fdisk.c:417 fdisk/fdisk.c:442 msgid " t change a partition's system id" msgstr " t modifier l'id de système de fichiers d'une partition" #: fdisk/fdisk.c:399 fdisk/fdisk.c:418 fdisk/fdisk.c:443 msgid " u change display/entry units" msgstr " u modifier les unités d'affichage/saisie" #: fdisk/fdisk.c:400 fdisk/fdisk.c:419 fdisk/fdisk.c:444 fdisk/fdisk.c:466 #: fdisk/fdisk.c:483 fdisk/fdisk.c:499 fdisk/fdisk.c:517 msgid " v verify the partition table" msgstr " v vérifier la table de partitions" #: fdisk/fdisk.c:401 fdisk/fdisk.c:420 fdisk/fdisk.c:445 fdisk/fdisk.c:467 #: fdisk/fdisk.c:484 fdisk/fdisk.c:500 fdisk/fdisk.c:518 msgid " w write table to disk and exit" msgstr " w écrire la table sur le disque et quitter" #: fdisk/fdisk.c:402 fdisk/fdisk.c:446 msgid " x extra functionality (experts only)" msgstr " x fonctions avancées (pour experts seulement)" #: fdisk/fdisk.c:406 msgid " a select bootable partition" msgstr " a sélectionner une partition amorçable" #: fdisk/fdisk.c:407 msgid " b edit bootfile entry" msgstr " b éditier l'entrée du fichier d'amorce" #: fdisk/fdisk.c:408 msgid " c select sgi swap partition" msgstr " c sélectionner une partition d'échange pour SGI" #: fdisk/fdisk.c:431 msgid " a toggle a bootable flag" msgstr " a bascule le fanion d'amorce" #: fdisk/fdisk.c:433 msgid " c toggle the dos compatibility flag" msgstr " c basculer le fanion de compatibilité DOS" #: fdisk/fdisk.c:454 msgid " a change number of alternate cylinders" msgstr " a modifier le nombre de cylindres alternatifs" #: fdisk/fdisk.c:455 fdisk/fdisk.c:473 fdisk/fdisk.c:489 fdisk/fdisk.c:505 msgid " c change number of cylinders" msgstr " c modifier le nombre de cylindres" #: fdisk/fdisk.c:456 fdisk/fdisk.c:474 fdisk/fdisk.c:490 fdisk/fdisk.c:506 msgid " d print the raw data in the partition table" msgstr " d afficher les données brutes de la table de partition" #: fdisk/fdisk.c:457 msgid " e change number of extra sectors per cylinder" msgstr " e modifier le nombre de secteurs additionnels par cylindre" #: fdisk/fdisk.c:458 fdisk/fdisk.c:477 fdisk/fdisk.c:493 fdisk/fdisk.c:510 msgid " h change number of heads" msgstr " h modifier le nombre de têtes" #: fdisk/fdisk.c:459 msgid " i change interleave factor" msgstr " i changer le facteur \"interleave\"" #: fdisk/fdisk.c:460 msgid " o change rotation speed (rpm)" msgstr " o modifier la vitesse de rotation en tours par minute (rpm)" #: fdisk/fdisk.c:465 fdisk/fdisk.c:482 fdisk/fdisk.c:498 fdisk/fdisk.c:516 msgid " s change number of sectors/track" msgstr " s modifier le nombre de secteurs par piste" #: fdisk/fdisk.c:468 msgid " y change number of physical cylinders" msgstr " y modifier le nombre de cylindres physiques" #: fdisk/fdisk.c:472 fdisk/fdisk.c:488 fdisk/fdisk.c:504 msgid " b move beginning of data in a partition" msgstr " b déplacer le début des données dans une partition" #: fdisk/fdisk.c:475 fdisk/fdisk.c:491 fdisk/fdisk.c:507 msgid " e list extended partitions" msgstr " e lister les partitions étendues" #: fdisk/fdisk.c:476 fdisk/fdisk.c:492 fdisk/fdisk.c:509 msgid " g create an IRIX (SGI) partition table" msgstr " g créer une table de partitions de type IRIX (SGI)" #: fdisk/fdisk.c:508 msgid " f fix partition order" msgstr " f corriger l'ordre des partitions" #: fdisk/fdisk.c:511 msgid " i change the disk identifier" msgstr " i modifier l'identifiant de disque" #: fdisk/fdisk.c:627 #, c-format msgid "You must set" msgstr "Vous devez initialiser" #: fdisk/fdisk.c:644 msgid "heads" msgstr "têtes" #: fdisk/fdisk.c:646 fdisk/fdisk.c:1357 fdisk/sfdisk.c:945 msgid "sectors" msgstr "secteurs" #: fdisk/fdisk.c:652 #, c-format msgid "" "%s%s.\n" "You can do this from the extra functions menu.\n" msgstr "" "%s%s.\n" "Vous pouvez faire cela depuis le menu des fonctions avancées.\n" #: fdisk/fdisk.c:653 msgid " and " msgstr " et " #: fdisk/fdisk.c:670 #, c-format msgid "" "\n" "The number of cylinders for this disk is set to %d.\n" "There is nothing wrong with that, but this is larger than 1024,\n" "and could in certain setups cause problems with:\n" "1) software that runs at boot time (e.g., old versions of LILO)\n" "2) booting and partitioning software from other OSs\n" " (e.g., DOS FDISK, OS/2 FDISK)\n" msgstr "" "\n" "Le nombre de cylindres pour ce disque est fixé à %d.\n" "Il n'y a rien d''incorrect avec cela, mais c'est plus grand que 1024,\n" "et cela pourrait causer des problèmes pour certaines installations:\n" "1) logiciels qui sont exécutés à l'amorçage (i.e., vieilles versions de " "LILO)\n" "2) logiciels d'amorçage et de partitionnement pour d'autres OS\n" " (i.e., DOS FDISK, OS/2 FDISK)\n" #: fdisk/fdisk.c:683 #, c-format msgid "" "\n" "WARNING: The size of this disk is %d.%d TB (%llu bytes).\n" "DOS partition table format can not be used on drives for volumes\n" "larger than (%llu bytes) for %d-byte sectors. Use parted(1) and GUID \n" "partition table format (GPT).\n" "\n" msgstr "" "\n" "ATTENTION : la taille du disque est %d.%d TB (%llu octets).\n" "Ce format de table de partitions DOS ne peut pas être utilisé\n" "sur des disques pour des volumes plus grand (%llu octets) et\n" "secteurs de %d octets. Utiliser parted(1) et le format de table\n" "de partitions à GUID (GPT).\n" "\n" #: fdisk/fdisk.c:708 #, c-format msgid "Bad offset in primary extended partition\n" msgstr "Décalage erroné dans la partition primaire étendue\n" #: fdisk/fdisk.c:722 #, c-format msgid "" "Warning: omitting partitions after #%d.\n" "They will be deleted if you save this partition table.\n" msgstr "" "AVERTISSEMENT: omission des partitions après n°%d.\n" "Elles seront détruites si vous sauvegardez cette table de partition.\n" #: fdisk/fdisk.c:741 #, c-format msgid "Warning: extra link pointer in partition table %d\n" msgstr "AVERTISSEMENT: pointeur additionnel dans la table de partitions %d\n" #: fdisk/fdisk.c:749 #, c-format msgid "Warning: ignoring extra data in partition table %d\n" msgstr "" "AVERTISSEMENT: données surperflues ignorées dans la table de partition %d\n" #: fdisk/fdisk.c:782 #, c-format msgid "omitting empty partition (%d)\n" msgstr "partition vide ignorée (%d)\n" #: fdisk/fdisk.c:801 #, c-format msgid "Disk identifier: 0x%08x\n" msgstr "Identifiant de disque : 0x%08x\n" #: fdisk/fdisk.c:810 #, c-format msgid "New disk identifier (current 0x%08x): " msgstr "Nouvel identifiant de disque (actuellement 0x%08x) : " #: fdisk/fdisk.c:829 #, c-format msgid "" "Building a new DOS disklabel with disk identifier 0x%08x.\n" "Changes will remain in memory only, until you decide to write them.\n" "After that, of course, the previous content won't be recoverable.\n" "\n" msgstr "" "Création d'une nouvelle étiquette DOS avec id de disque 0x%08x.\n" "Les modifications restent en mémoire jusqu'à ce que vous les écriviez.\n" "Après quoi, bien sûr, le contenu précédent sera irrécupérable.\n" "\n" #: fdisk/fdisk.c:861 #, c-format msgid "Note: sector size is %d (not %d)\n" msgstr "Note: taille de secteur %d (et non pas %d)\n" #: fdisk/fdisk.c:990 #, c-format msgid "You will not be able to write the partition table.\n" msgstr "Il sera impossible d'écrire la table de partitions.\n" #: fdisk/fdisk.c:1022 #, c-format msgid "" "This disk has both DOS and BSD magic.\n" "Give the 'b' command to go to BSD mode.\n" msgstr "" "Ce disque a des nombres magiques à la fois DOS et BSD.\n" "Exécuter la commande 'b' pour passer en mode BSD.\n" #: fdisk/fdisk.c:1032 #, c-format msgid "" "Device contains neither a valid DOS partition table, nor Sun, SGI or OSF " "disklabel\n" msgstr "" "Le périphérique ne contient pas une table de partitions DOS ou Sun, SGI, OSF " "valide\n" #: fdisk/fdisk.c:1049 #, c-format msgid "Internal error\n" msgstr "Erreur interne\n" #: fdisk/fdisk.c:1062 #, c-format msgid "Ignoring extra extended partition %d\n" msgstr "Partition étendue supplémentaire ignorée %d\n" #: fdisk/fdisk.c:1074 #, c-format msgid "" "Warning: invalid flag 0x%04x of partition table %d will be corrected by w" "(rite)\n" msgstr "" "AVERTISSEMENT: fanion 0x%04x non valide dans la table de partitions %d, sera " "corrigé par w(écriture)\n" #: fdisk/fdisk.c:1096 #, c-format msgid "" "\n" "got EOF thrice - exiting..\n" msgstr "" "\n" "EOF (fin de fichier) obtenue 3 fois - fin du programme...\n" #: fdisk/fdisk.c:1135 msgid "Hex code (type L to list codes): " msgstr "Code Hexa (taper L pour lister les codes): " #: fdisk/fdisk.c:1175 #, c-format msgid "%s (%u-%u, default %u): " msgstr "%s (%u-%u, par défaut %u): " #: fdisk/fdisk.c:1242 #, c-format msgid "Unsupported suffix: '%s'.\n" msgstr "Suffixe non supporté : '%s'.\n" #: fdisk/fdisk.c:1243 #, c-format msgid "" "Supported: 10^N: KB (KiloByte), MB (MegaByte), GB (GigaByte)\n" " 2^N: K (KibiByte), M (MebiByte), G (GibiByte)\n" msgstr "" "Admis : 10^N: Ko (KiloOctets), Mo (MegaOctets), Go (GigaOctets)\n" " 2^N: K (KibiOctets), M (MebiOctets), G (GibiOctets)\n" #: fdisk/fdisk.c:1269 #, c-format msgid "Using default value %u\n" msgstr "Utilisation de la valeur par défaut %u\n" #: fdisk/fdisk.c:1273 #, c-format msgid "Value out of range.\n" msgstr "Valeur hors limites.\n" #: fdisk/fdisk.c:1283 msgid "Partition number" msgstr "Numéro de partition" #: fdisk/fdisk.c:1294 #, c-format msgid "Warning: partition %d has empty type\n" msgstr "AVERTISSEMENT: partition %d a un type vide\n" #: fdisk/fdisk.c:1316 fdisk/fdisk.c:1342 #, c-format msgid "Selected partition %d\n" msgstr "Partition sélectionnée %d\n" #: fdisk/fdisk.c:1319 #, c-format msgid "No partition is defined yet!\n" msgstr "Aucune partition n'est définie pour l'instant!\n" #: fdisk/fdisk.c:1345 #, c-format msgid "All primary partitions have been defined already!\n" msgstr "Toutes les partitions primaires ont déjà été définies!\n" #: fdisk/fdisk.c:1355 msgid "cylinder" msgstr "cylindre" #: fdisk/fdisk.c:1355 msgid "sector" msgstr "secteur" #: fdisk/fdisk.c:1364 #, c-format msgid "Changing display/entry units to %s\n" msgstr "Modification des unités d'affichage/saisie à %s\n" #: fdisk/fdisk.c:1375 #, c-format msgid "WARNING: Partition %d is an extended partition\n" msgstr "AVERTISSEMENT: la partition %d est une partition étendue\n" #: fdisk/fdisk.c:1386 #, c-format msgid "DOS Compatibility flag is set\n" msgstr "Fanion de compatibilité DOS positionné\n" #: fdisk/fdisk.c:1390 #, c-format msgid "DOS Compatibility flag is not set\n" msgstr "Fanion de compatibilité DOS non positionné\n" #: fdisk/fdisk.c:1490 #, c-format msgid "Partition %d does not exist yet!\n" msgstr "La partition %d n'existe pas encore!\n" #: fdisk/fdisk.c:1495 #, c-format msgid "" "Type 0 means free space to many systems\n" "(but not to Linux). Having partitions of\n" "type 0 is probably unwise. You can delete\n" "a partition using the `d' command.\n" msgstr "" "Type 0 signifie libérer l'espace sur plusieurs systèmes\n" "(mais pas pour Linux). Avoir des partitions de\n" "type 0 n'est pas recommandé. Vous pouvez détruire\n" "la partition en utilisant la commande « d ».\n" #: fdisk/fdisk.c:1504 #, c-format msgid "" "You cannot change a partition into an extended one or vice versa\n" "Delete it first.\n" msgstr "" "Vous ne pouvez pas transformer une partition en partition étendue ou vice " "versa.\n" "Vous devez la détruire d'abord.\n" #: fdisk/fdisk.c:1513 #, c-format msgid "" "Consider leaving partition 3 as Whole disk (5),\n" "as SunOS/Solaris expects it and even Linux likes it.\n" "\n" msgstr "" "Considérer de laisser la partition 3 comme un disque entier (5),\n" "tel que SunOS/Solaris l'exige et aussi ce qui est préférable pour Linux.\n" "\n" #: fdisk/fdisk.c:1519 #, c-format msgid "" "Consider leaving partition 9 as volume header (0),\n" "and partition 11 as entire volume (6), as IRIX expects it.\n" "\n" msgstr "" "Considérer de laisser la partition 9 comme un volume entête (0),\n" "et la partition 11 comme un volume entier (6) tel que IRIX l'exige.\n" "\n" #: fdisk/fdisk.c:1536 #, c-format msgid "Changed system type of partition %d to %x (%s)\n" msgstr "Type système de partition modifié de %d à %x (%s)\n" #: fdisk/fdisk.c:1539 #, c-format msgid "System type of partition %d is unchanged: %x (%s)\n" msgstr "Type système de partition %d non modifié : %x (%s)\n" #: fdisk/fdisk.c:1591 #, c-format msgid "Partition %d has different physical/logical beginnings (non-Linux?):\n" msgstr "" "La partition %d a des débuts physique/logique différents (non Linux?):\n" #: fdisk/fdisk.c:1593 fdisk/fdisk.c:1601 fdisk/fdisk.c:1610 fdisk/fdisk.c:1620 #, c-format msgid " phys=(%d, %d, %d) " msgstr " phys=(%d, %d, %d) " #: fdisk/fdisk.c:1594 fdisk/fdisk.c:1602 #, c-format msgid "logical=(%d, %d, %d)\n" msgstr "logique=(%d, %d, %d)\n" #: fdisk/fdisk.c:1599 #, c-format msgid "Partition %d has different physical/logical endings:\n" msgstr "La partition %d a des fins physique/logique différentes:\n" #: fdisk/fdisk.c:1608 #, c-format msgid "Partition %i does not start on cylinder boundary:\n" msgstr "La partition %i ne débute pas sur une frontière de cylindre:\n" #: fdisk/fdisk.c:1611 #, c-format msgid "should be (%d, %d, 1)\n" msgstr "devrait être (%d, %d, 1)\n" #: fdisk/fdisk.c:1617 #, c-format msgid "Partition %i does not end on cylinder boundary.\n" msgstr "La partition %i ne se termine pas sur une frontière de cylindre.\n" #: fdisk/fdisk.c:1621 #, c-format msgid "should be (%d, %d, %d)\n" msgstr "devrait être (%d, %d, %d)\n" #: fdisk/fdisk.c:1633 #, c-format msgid "" "\n" "Disk %s: %ld MB, %lld bytes\n" msgstr "" "\n" "Disque %s: %ld Mo, %lld octets\n" #: fdisk/fdisk.c:1637 #, c-format msgid "" "\n" "Disk %s: %ld.%ld GB, %lld bytes\n" msgstr "" "\n" "Disque %s: %ld.%ld Go, %lld octets\n" #: fdisk/fdisk.c:1640 #, c-format msgid "%d heads, %llu sectors/track, %d cylinders" msgstr "%d têtes, %llu secteurs/piste, %d cylindres" #: fdisk/fdisk.c:1643 #, c-format msgid ", total %llu sectors" msgstr ", total %llu secteurs" #: fdisk/fdisk.c:1646 #, c-format msgid "Units = %s of %d * %d = %d bytes\n" msgstr "Unités = %s de %d * %d = %d octets\n" #: fdisk/fdisk.c:1757 #, c-format msgid "" "Nothing to do. Ordering is correct already.\n" "\n" msgstr "" "Rien à faire. L'ordre est déjà correct.\n" "\n" #: fdisk/fdisk.c:1785 #, c-format msgid "Done.\n" msgstr "Effectué.\n" #: fdisk/fdisk.c:1813 #, c-format msgid "" "This doesn't look like a partition table\n" "Probably you selected the wrong device.\n" "\n" msgstr "" "Cela ne ressemble pas à une table de partition.\n" "Vous avez probablement sélectionné le mauvais périphérique.\n" "\n" #: fdisk/fdisk.c:1826 #, c-format msgid "%*s Boot Start End Blocks Id System\n" msgstr "%*s Amorce Début Fin Blocs Id Système\n" #: fdisk/fdisk.c:1827 fdisk/fdisksgilabel.c:223 fdisk/fdisksunlabel.c:603 msgid "Device" msgstr "Périphérique" #: fdisk/fdisk.c:1864 #, c-format msgid "" "\n" "Partition table entries are not in disk order\n" msgstr "" "\n" "Les entrées de la table de partitions ne sont pas dans l'ordre du disque\n" #: fdisk/fdisk.c:1874 #, c-format msgid "" "\n" "Disk %s: %d heads, %llu sectors, %d cylinders\n" "\n" msgstr "" "\n" "Disque %s: %d têtes, %llu secteurs, %d cylindres\n" "\n" #: fdisk/fdisk.c:1876 #, c-format msgid "Nr AF Hd Sec Cyl Hd Sec Cyl Start Size ID\n" msgstr "Nr AF Hd Sec Cyl Hd Sec Cyl Début Taille ID\n" #: fdisk/fdisk.c:1922 #, c-format msgid "Warning: partition %d contains sector 0\n" msgstr "AVERTISSEMENT: la partition %d contient un secteur 0\n" #: fdisk/fdisk.c:1925 #, c-format msgid "Partition %d: head %d greater than maximum %d\n" msgstr "Partition %d: tête %d plus grand que le maximum %d\n" #: fdisk/fdisk.c:1928 #, c-format msgid "Partition %d: sector %d greater than maximum %llu\n" msgstr "Partition %d : secteur %d supérieur au maximum %llu\n" #: fdisk/fdisk.c:1931 #, c-format msgid "Partitions %d: cylinder %d greater than maximum %d\n" msgstr "Partitions %d: cylindre %d plus grand que le maximum %d\n" #: fdisk/fdisk.c:1935 #, c-format msgid "Partition %d: previous sectors %d disagrees with total %d\n" msgstr "" "Partition %d : secteurs précédents %d ne concordent pas avec le total %d\n" #: fdisk/fdisk.c:1968 #, c-format msgid "Warning: bad start-of-data in partition %d\n" msgstr "AVERTISSEMENT: start-of-data erroné dans la partition %d\n" #: fdisk/fdisk.c:1976 #, c-format msgid "Warning: partition %d overlaps partition %d.\n" msgstr "AVERTISSEMENT: la partition %d chevauche la partition %d.\n" #: fdisk/fdisk.c:1996 #, c-format msgid "Warning: partition %d is empty\n" msgstr "AVERTISSEMENT: la partition %d est vide\n" #: fdisk/fdisk.c:2001 #, c-format msgid "Logical partition %d not entirely in partition %d\n" msgstr "La partition logique %d n'est pas entièrement dans la partition %d\n" #: fdisk/fdisk.c:2007 #, c-format msgid "Total allocated sectors %llu greater than the maximum %llu\n" msgstr "Total de secteurs alloués %llu supérieur au maximum %llu\n" #: fdisk/fdisk.c:2010 #, c-format msgid "%lld unallocated %d-byte sectors\n" msgstr "%lld secteurs de %d octets non alloués\n" #: fdisk/fdisk.c:2025 fdisk/fdisksgilabel.c:633 fdisk/fdisksunlabel.c:416 #, c-format msgid "Partition %d is already defined. Delete it before re-adding it.\n" msgstr "La partition %d est déjà définie. La détruire avant de l'ajouter.\n" #: fdisk/fdisk.c:2067 #, c-format msgid "Sector %llu is already allocated\n" msgstr "Le secteur %llu est déjà alloué\n" #: fdisk/fdisk.c:2103 #, c-format msgid "No free sectors available\n" msgstr "Aucun secteur disponible\n" #: fdisk/fdisk.c:2112 #, c-format msgid "Last %1$s, +%2$s or +size{K,M,G}" msgstr "Dernier %1$s, +%2$s or +taille{K,M,G}" #: fdisk/fdisk.c:2178 #, c-format msgid "" "\tSorry - this fdisk cannot handle AIX disk labels.\n" "\tIf you want to add DOS-type partitions, create\n" "\ta new empty DOS partition table first. (Use o.)\n" "\tWARNING: This will destroy the present disk contents.\n" msgstr "" "\tDésolé - cette version de fdisk ne peut gérer les étiquettes de disques " "AIX.\n" "\tSi vous désirez ajouter des partitions de type DOS, créer d'abord\n" "\tune nouvelle table de partitions DOS vide. (Utiliser o.)\n" "\tAVERTISSEMENT: cela va détruire le contenu du présent disque.\n" #: fdisk/fdisk.c:2187 #, c-format msgid "" "\tSorry - this fdisk cannot handle Mac disk labels.\n" "\tIf you want to add DOS-type partitions, create\n" "\ta new empty DOS partition table first. (Use o.)\n" "\tWARNING: This will destroy the present disk contents.\n" msgstr "" "\tDésolé - cette version de fdisk ne gère pas les disques Mac.\n" "\tSi vous désirez ajouter des partitions de type DOS, créez\n" "\tune nouvelle table de partition DOS vide. (Utiliser o.)\n" "\tAVERTISSEMENT : cela détruira le contenu actuel du disque.\n" #: fdisk/fdisk.c:2207 #, c-format msgid "You must delete some partition and add an extended partition first\n" msgstr "" "Vous devez détruire une partition et ajouter une partition étendue d'abord\n" #: fdisk/fdisk.c:2210 #, c-format msgid "All logical partitions are in use\n" msgstr "Toutes les partitions logiques sont utilisées\n" #: fdisk/fdisk.c:2211 #, c-format msgid "Adding a primary partition\n" msgstr "Ajout d'une partition primaire\n" #: fdisk/fdisk.c:2216 #, c-format msgid "" "Command action\n" " %s\n" " p primary partition (1-4)\n" msgstr "" "Commande d'action\n" " %s\n" " p partition primaire (1-4)\n" #: fdisk/fdisk.c:2218 msgid "l logical (5 or over)" msgstr "l logique (5 ou plus)" #: fdisk/fdisk.c:2218 msgid "e extended" msgstr "e étendue" #: fdisk/fdisk.c:2237 #, c-format msgid "Invalid partition number for type `%c'\n" msgstr "Numéro de partition non valide pour le type « %c »\n" #: fdisk/fdisk.c:2273 #, c-format msgid "" "The partition table has been altered!\n" "\n" msgstr "" "La table de partitions a été altérée!\n" "\n" #: fdisk/fdisk.c:2287 #, c-format msgid "Calling ioctl() to re-read partition table.\n" msgstr "Appel de ioctl() pour relire la table de partitions.\n" #: fdisk/fdisk.c:2296 #, c-format msgid "" "\n" "WARNING: Re-reading the partition table failed with error %d: %s.\n" "The kernel still uses the old table. The new table will be used at\n" "the next reboot or after you run partprobe(8) or kpartx(8)\n" msgstr "" "\n" "ATTENTION : la table de partitions n'a pas pu être relue : erreur %d : %s.\n" "Le noyau continue à utiliser l'ancienne table. La nouvelle sera utilisée\n" "lors du prochain démarrage ou après avoir exécuté partprobe(8) ou kpartx" "(8).\n" #: fdisk/fdisk.c:2304 #, c-format msgid "" "\n" "WARNING: If you have created or modified any DOS 6.x\n" "partitions, please see the fdisk manual page for additional\n" "information.\n" msgstr "" "\n" "AVERTISSEMENT: si vous avez créé ou modifié une partition DOS 6.x, \n" "svp consulter les pages du manuel de fdisk pour des informations\n" "complémentaires.\n" #: fdisk/fdisk.c:2310 #, c-format msgid "" "\n" "Error closing file\n" msgstr "" "\n" "Erreur de fermeture du fichier\n" #: fdisk/fdisk.c:2314 #, c-format msgid "Syncing disks.\n" msgstr "Synchronisation des disques.\n" #: fdisk/fdisk.c:2361 #, c-format msgid "Partition %d has no data area\n" msgstr "La partition %d n'a pas de zone de données\n" #: fdisk/fdisk.c:2366 msgid "New beginning of data" msgstr "Nouveau début de données" #: fdisk/fdisk.c:2382 msgid "Expert command (m for help): " msgstr "Commande pour experts (m pour de l'aide): " #: fdisk/fdisk.c:2395 msgid "Number of cylinders" msgstr "Nombre de cylindres" #: fdisk/fdisk.c:2422 msgid "Number of heads" msgstr "Nombre de têtes" #: fdisk/fdisk.c:2449 msgid "Number of sectors" msgstr "Nombre de secteurs" #: fdisk/fdisk.c:2452 #, c-format msgid "Warning: setting sector offset for DOS compatiblity\n" msgstr "" "AVERTISSEMENT: initialisation du décalage de secteur pour compatibilité DOS\n" #: fdisk/fdisk.c:2511 #, c-format msgid "" "\n" "WARNING: GPT (GUID Partition Table) detected on '%s'! The util fdisk doesn't " "support GPT. Use GNU Parted.\n" "\n" msgstr "" "\n" "ATTENTION : identifiant de table de partitions GPT (GUID) detecté sur \"%s" "\" ! L'utilitaire fdisk ne supporte pas GPT. Utilisez GNU Parted.\n" "\n" #: fdisk/fdisk.c:2533 #, c-format msgid "Disk %s doesn't contain a valid partition table\n" msgstr "Le disque %s ne contient pas une table de partition valide\n" #: fdisk/fdisk.c:2544 #, c-format msgid "Cannot open %s\n" msgstr "Impossible d'ouvrir %s\n" #: fdisk/fdisk.c:2563 fdisk/sfdisk.c:2618 #, c-format msgid "cannot open %s\n" msgstr "impossible d'ouvrir %s\n" #: fdisk/fdisk.c:2583 #, c-format msgid "%c: unknown command\n" msgstr "%c: commande inconnue\n" #: fdisk/fdisk.c:2653 #, c-format msgid "This kernel finds the sector size itself - -b option ignored\n" msgstr "Ce noyau trouve lui-même la taille des secteurs - option -b ignorée\n" #: fdisk/fdisk.c:2657 #, c-format msgid "" "Warning: the -b (set sector size) option should be used with one specified " "device\n" msgstr "" "AVERTISSEMENT: l'option -b (initialiser la taille de secteur) doit être " "utilisée avec un périphérique spécifié\n" #: fdisk/fdisk.c:2717 #, c-format msgid "Detected an OSF/1 disklabel on %s, entering disklabel mode.\n" msgstr "" "Détection d'une étiquette de disque OSF/1 sur %s, passage en mode d'édition " "d'étiquette.\n" #: fdisk/fdisk.c:2727 msgid "Command (m for help): " msgstr "Commande (m pour l'aide): " #: fdisk/fdisk.c:2743 #, c-format msgid "" "\n" "The current boot file is: %s\n" msgstr "" "\n" "Le fichier courant d'amorçage est: %s\n" #: fdisk/fdisk.c:2745 msgid "Please enter the name of the new boot file: " msgstr "SVP entrer le nom du nouveau fichier d'amorçage: " #: fdisk/fdisk.c:2747 #, c-format msgid "Boot file unchanged\n" msgstr "Fichier d'amorçage non modifié\n" #: fdisk/fdisk.c:2820 #, c-format msgid "" "\n" "\tSorry, no experts menu for SGI partition tables available.\n" "\n" msgstr "" "\n" "\tDésolé, il n'y a pas de menu pour experts pour les tables de partitions " "SGI.\n" "\n" #: fdisk/fdiskmaclabel.c:30 msgid "" "\n" "\tThere is a valid Mac label on this disk.\n" "\tUnfortunately fdisk(1) cannot handle these disks.\n" "\tUse either pdisk or parted to modify the partition table.\n" "\tNevertheless some advice:\n" "\t1. fdisk will destroy its contents on write.\n" "\t2. Be sure that this disk is NOT a still vital\n" "\t part of a volume group. (Otherwise you may\n" "\t erase the other disks as well, if unmirrored.)\n" msgstr "" "\n" "\tIl y a une étiquette Mac valide sur ce disque,\n" "\thélas fdisk(1) ne gère pas ce type de disque.\n" "\tUtilisez \"pdisk\" ou \"parted\" pour modifier la\n" "\ttable de partitions. Quelques conseils :\n" "\t1. fdisk détruira le contenu lors de l'écriture.\n" "\t2. soyez sûr que le disque ne constitue pas\n" "\t une partie VITALE d'un groupe de volumes.\n" "\t (Si tel était le cas, vous pourriez effacer aussi\n" "\t les autres disques n'ayant pas de miroirs.)\n" #: fdisk/fdisksgilabel.c:81 msgid "SGI volhdr" msgstr "SGI volhdr" #: fdisk/fdisksgilabel.c:82 msgid "SGI trkrepl" msgstr "SGI trkrepl" #: fdisk/fdisksgilabel.c:83 msgid "SGI secrepl" msgstr "SGI secrepl" #: fdisk/fdisksgilabel.c:84 msgid "SGI raw" msgstr "SGI raw" #: fdisk/fdisksgilabel.c:85 msgid "SGI bsd" msgstr "SGI bsd" #: fdisk/fdisksgilabel.c:86 msgid "SGI sysv" msgstr "SGI sysv" #: fdisk/fdisksgilabel.c:87 msgid "SGI volume" msgstr "SGI volume" #: fdisk/fdisksgilabel.c:88 msgid "SGI efs" msgstr "SGI efs" #: fdisk/fdisksgilabel.c:89 msgid "SGI lvol" msgstr "SGI lvol" #: fdisk/fdisksgilabel.c:90 msgid "SGI rlvol" msgstr "SGI rlvol" #: fdisk/fdisksgilabel.c:91 msgid "SGI xfs" msgstr "SGI xfs" #: fdisk/fdisksgilabel.c:92 msgid "SGI xfslog" msgstr "SGI xfslog" #: fdisk/fdisksgilabel.c:93 msgid "SGI xlv" msgstr "SGI xlv" #: fdisk/fdisksgilabel.c:94 msgid "SGI xvm" msgstr "SGI xvm" #: fdisk/fdisksgilabel.c:95 fdisk/fdisksunlabel.c:55 msgid "Linux swap" msgstr "Linux swap" #: fdisk/fdisksgilabel.c:96 fdisk/fdisksunlabel.c:56 msgid "Linux native" msgstr "Linux native" #: fdisk/fdisksgilabel.c:97 fdisk/fdisksunlabel.c:57 fdisk/i386_sys_types.c:63 msgid "Linux LVM" msgstr "Linux LVM" #: fdisk/fdisksgilabel.c:98 msgid "Linux RAID" msgstr "Linux RAID" #: fdisk/fdisksgilabel.c:164 #, c-format msgid "" "According to MIPS Computer Systems, Inc the Label must not contain more than " "512 bytes\n" msgstr "" "Selon la MIPS Computer Systems Inc, l'étiquette ne doit pas contenir plus de " "512 octets\n" #: fdisk/fdisksgilabel.c:183 #, c-format msgid "Detected sgi disklabel with wrong checksum.\n" msgstr "Étiquette de disque SGI détectée avec une somme de contrôle erronée.\n" # fdisk/fdisksgilabel.c:202 #: fdisk/fdisksgilabel.c:201 #, c-format msgid "" "\n" "Disk %s (SGI disk label): %d heads, %llu sectors\n" "%d cylinders, %d physical cylinders\n" "%d extra sects/cyl, interleave %d:1\n" "%s\n" "Units = %s of %d * %d bytes\n" "\n" msgstr "" "\n" "Disque %s (étiquette de disque SGI) : %d têtes, %llu secteurs\n" "%d cylindres, %d cylindres physiques\n" "%d secteurs/cyl additionnels, interleave %d:1\n" "%s\n" "Unités = %s of %d * %d octets\n" "\n" #: fdisk/fdisksgilabel.c:214 #, c-format msgid "" "\n" "Disk %s (SGI disk label): %d heads, %llu sectors, %d cylinders\n" "Units = %s of %d * %d bytes\n" "\n" msgstr "" "\n" "Disque %s (étiquette de disque SGI) : %d têtes, %llu secteurs, %d cylindres\n" "Unités = %s de %d * %d octets\n" "\n" #: fdisk/fdisksgilabel.c:221 #, c-format msgid "" "----- partitions -----\n" "Pt# %*s Info Start End Sectors Id System\n" msgstr "" "----- partitions -----\n" "Pt# %*s Info Début Fin Secteurs Id Système\n" #: fdisk/fdisksgilabel.c:243 #, c-format msgid "" "----- Bootinfo -----\n" "Bootfile: %s\n" "----- Directory Entries -----\n" msgstr "" "----- Info d'amorçage -----\n" "Fichier d'amorce: %s\n" "----- Entrées de répertoire -----\n" #: fdisk/fdisksgilabel.c:251 #, c-format msgid "%2d: %-10s sector%5u size%8u\n" msgstr "%2d: %-10s secteur%5u taille%8u\n" #: fdisk/fdisksgilabel.c:305 #, c-format msgid "" "\n" "Invalid Bootfile!\n" "\tThe bootfile must be an absolute non-zero pathname,\n" "\te.g. \"/unix\" or \"/unix.save\".\n" msgstr "" "\n" "Fichier d'amorce non valide!\n" "\tLe fichier d'amorce doit avoir un chemin d'accès absolu non nul,\n" "\te.g. \"/unix\" ou \"/unix.save\".\n" #: fdisk/fdisksgilabel.c:311 #, c-format msgid "" "\n" "\tName of Bootfile too long: 16 bytes maximum.\n" msgstr "" "\n" "\tNom du fichier d'amorce trop long: 16 octets au maximum.\n" #: fdisk/fdisksgilabel.c:316 #, c-format msgid "" "\n" "\tBootfile must have a fully qualified pathname.\n" msgstr "" "\n" "\tLe fichier d'amorce doit avoir un chemin d'accès complètement qualifié.\n" #: fdisk/fdisksgilabel.c:323 #, c-format msgid "" "\n" "\tBe aware, that the bootfile is not checked for existence.\n" "\tSGI's default is \"/unix\" and for backup \"/unix.save\".\n" msgstr "" "\n" "\tAttention, l'existence du fichier d'amorce n'est pas vérifiée.\n" "\tPar défaut pour SGI, c'est « /unix » et pour la sauvegarde « /unix.save ».\n" #: fdisk/fdisksgilabel.c:349 #, c-format msgid "" "\n" "\tBootfile is changed to \"%s\".\n" msgstr "" "\n" "\tLe fichier d'amorce a été modifié en « %s ».\n" #: fdisk/fdisksgilabel.c:439 #, c-format msgid "More than one entire disk entry present.\n" msgstr "Plus d'une entrée de disque entier présente.\n" #: fdisk/fdisksgilabel.c:446 fdisk/fdisksunlabel.c:388 #, c-format msgid "No partitions defined\n" msgstr "Aucune partition définie\n" #: fdisk/fdisksgilabel.c:452 #, c-format msgid "IRIX likes when Partition 11 covers the entire disk.\n" msgstr "" "Pour IRIX il est recommandé que la partition 11 couvre entièrement le " "disque.\n" #: fdisk/fdisksgilabel.c:454 #, c-format msgid "" "The entire disk partition should start at block 0,\n" "not at diskblock %d.\n" msgstr "" "La partition d'un disque entier devrait débuter au bloc 0,\n" "pas au bloc %d.\n" #: fdisk/fdisksgilabel.c:460 #, c-format msgid "" "The entire disk partition is only %d diskblock large,\n" "but the disk is %d diskblocks long.\n" msgstr "" "La partition entière du disque est seulement de %d blocs de largeur,\n" "alors que le disque contient %d blocs de disque.\n" #: fdisk/fdisksgilabel.c:466 #, c-format msgid "One Partition (#11) should cover the entire disk.\n" msgstr "La partition n°11 devrait couvrir le disque en entier.\n" #: fdisk/fdisksgilabel.c:476 #, c-format msgid "Partition %d does not start on cylinder boundary.\n" msgstr "La partition %d ne débute pas sur une frontière de cylindre.\n" #: fdisk/fdisksgilabel.c:482 #, c-format msgid "Partition %d does not end on cylinder boundary.\n" msgstr "La partition %d ne se termine pas sur une frontière de cylindre.\n" #: fdisk/fdisksgilabel.c:489 #, c-format msgid "The Partition %d and %d overlap by %d sectors.\n" msgstr "Les partitions %d et %d se chevauchent sur %d secteurs.\n" #: fdisk/fdisksgilabel.c:497 fdisk/fdisksgilabel.c:515 #, c-format msgid "Unused gap of %8u sectors - sectors %8u-%u\n" msgstr "Espace inutilisé de %8u secteurs - secteurs %8u-%u\n" #: fdisk/fdisksgilabel.c:526 #, c-format msgid "" "\n" "The boot partition does not exist.\n" msgstr "" "\n" "La partition d'amorce n'existe pas.\n" #: fdisk/fdisksgilabel.c:529 #, c-format msgid "" "\n" "The swap partition does not exist.\n" msgstr "" "\n" "La partition d'échange n'existe pas.\n" #: fdisk/fdisksgilabel.c:533 #, c-format msgid "" "\n" "The swap partition has no swap type.\n" msgstr "" "\n" "La partition d'échange n'est pas de type \"swap\".\n" #: fdisk/fdisksgilabel.c:536 #, c-format msgid "\tYou have chosen an unusual boot file name.\n" msgstr "\tVous avez choisi un nom de fichier d'amorce inhabituel.\n" #: fdisk/fdisksgilabel.c:545 #, c-format msgid "Sorry You may change the Tag of non-empty partitions.\n" msgstr "Désolé, vous devriez modifier l'étiquette des partitions non vides.\n" #: fdisk/fdisksgilabel.c:551 msgid "" "It is highly recommended that the partition at offset 0\n" "is of type \"SGI volhdr\", the IRIX system will rely on it to\n" "retrieve from its directory standalone tools like sash and fx.\n" "Only the \"SGI volume\" entire disk section may violate this.\n" "Type YES if you are sure about tagging this partition differently.\n" msgstr "" "Il est fortement recommandé que la partition au décalage 0\n" "soit de type \"SGI volhdr\", le système IRIX s'en sert\n" "pour récupérer de ses répertoires des outils indépendants\n" "comme sash et fx. Seul le volume \"SGI\" couvrant la section entière\n" "du disque peut enfreindre cette règle.\n" "Taper OUI si vous êtes certain de l'étiquetage différent de cette " "partition.\n" #: fdisk/fdisksgilabel.c:556 fdisk/fdisksunlabel.c:554 msgid "YES\n" msgstr "OUI\n" #: fdisk/fdisksgilabel.c:581 #, c-format msgid "Do You know, You got a partition overlap on the disk?\n" msgstr "" "Saviez-vous que vous avez un chevauchement de partitions sur le disque?\n" #: fdisk/fdisksgilabel.c:639 #, c-format msgid "Attempting to generate entire disk entry automatically.\n" msgstr "" "Essai de génération d'une entrée pour le disque entier automatiquement.\n" #: fdisk/fdisksgilabel.c:644 #, c-format msgid "The entire disk is already covered with partitions.\n" msgstr "Le disque entier est déjà recouvert par les partitions.\n" #: fdisk/fdisksgilabel.c:648 #, c-format msgid "You got a partition overlap on the disk. Fix it first!\n" msgstr "Il y a un chevauchement de partition sur le disque. SVP corrigez!\n" #: fdisk/fdisksgilabel.c:657 fdisk/fdisksgilabel.c:686 #, c-format msgid "" "It is highly recommended that eleventh partition\n" "covers the entire disk and is of type `SGI volume'\n" msgstr "" "Il est fortement recommandé que la partition n°11\n" "couvre le disque en entier pour ce type « SGI volume »\n" #: fdisk/fdisksgilabel.c:673 #, c-format msgid "You will get a partition overlap on the disk. Fix it first!\n" msgstr "" "Vous allez obtenir un chevauchement de partition sur ce disque. SVP " "corrigez!\n" #: fdisk/fdisksgilabel.c:678 #, c-format msgid " Last %s" msgstr " Dernier(e) %s" #: fdisk/fdisksgilabel.c:708 #, c-format msgid "" "Building a new SGI disklabel. Changes will remain in memory only,\n" "until you decide to write them. After that, of course, the previous\n" "content will be unrecoverably lost.\n" "\n" msgstr "" "Construction d'une nouvelle étiquette de disque SGI. Les modifications vont " "rester\n" "en mémoire jusqu'à ce que vous décidiez de les écrire. Par la suite\n" "bien sûr, le contenu précédent sera perdu de façon définitivement.\n" "\n" #: fdisk/fdisksgilabel.c:731 fdisk/fdisksunlabel.c:227 #, c-format msgid "" "Warning: BLKGETSIZE ioctl failed on %s. Using geometry cylinder value of %" "d.\n" "This value may be truncated for devices > 33.8 GB.\n" msgstr "" "AVERTISSEMENT: BLKGETSIZE ioctl a échoué sur %s. La valeur %d de géométrie " "du cylindre\n" "sera utilisée. Cette valeur peut être réduite pour les périphériques de plus " "de 33.8 Go.\n" #: fdisk/fdisksgilabel.c:745 #, c-format msgid "Trying to keep parameters of partition %d.\n" msgstr "Tentative de conservation des paramètres de la partition %d.\n" #: fdisk/fdisksgilabel.c:747 #, c-format msgid "ID=%02x\tSTART=%d\tLENGTH=%d\n" msgstr "ID=%02x\tDEBUT=%d\tLONGUEUR=%d\n" #: fdisk/fdisksunlabel.c:43 msgid "Unassigned" msgstr "Non-assigné" #: fdisk/fdisksunlabel.c:45 msgid "SunOS root" msgstr "SunOS root" #: fdisk/fdisksunlabel.c:46 msgid "SunOS swap" msgstr "SunOS swap" #: fdisk/fdisksunlabel.c:47 msgid "SunOS usr" msgstr "SunOS usr" #: fdisk/fdisksunlabel.c:48 msgid "Whole disk" msgstr "Disque entier" #: fdisk/fdisksunlabel.c:49 msgid "SunOS stand" msgstr "SunOS stand" #: fdisk/fdisksunlabel.c:50 msgid "SunOS var" msgstr "SunOS var" #: fdisk/fdisksunlabel.c:51 msgid "SunOS home" msgstr "SunOS home" #: fdisk/fdisksunlabel.c:52 msgid "SunOS alt sectors" msgstr "SunOS secteurs alt." #: fdisk/fdisksunlabel.c:53 msgid "SunOS cachefs" msgstr "SunOS cachefs" #: fdisk/fdisksunlabel.c:54 msgid "SunOS reserved" msgstr "SunOS réservé" #: fdisk/fdisksunlabel.c:58 fdisk/i386_sys_types.c:103 msgid "Linux raid autodetect" msgstr "Linux raid autodetect" # fdisk/fdisksunlabel.c:132 #: fdisk/fdisksunlabel.c:141 #, c-format msgid "" "Detected sun disklabel with wrong checksum.\n" "Probably you'll have to set all the values,\n" "e.g. heads, sectors, cylinders and partitions\n" "or force a fresh label (s command in main menu)\n" msgstr "" "Détection d'une étiquette de disque Sun avec une somme de contrôle erronée.\n" "Vous devrez probablement spécifier les valeurs,\n" "i.e. têtes, secteurs, cylindres et partitions\n" "ou imposez une nouvelle étiquette (commande \"s\")\n" #: fdisk/fdisksunlabel.c:153 #, c-format msgid "Detected sun disklabel with wrong version [0x%08x].\n" msgstr "Étiquette de disque Sun détectée avec version erronée [0x%08x].\n" #: fdisk/fdisksunlabel.c:158 #, c-format msgid "Detected sun disklabel with wrong sanity [0x%08x].\n" msgstr "" "Étiquette de disque Sun détectée avec mauvais état de contrôle [0x%08x].\n" #: fdisk/fdisksunlabel.c:163 #, c-format msgid "Detected sun disklabel with wrong num_partitions [%u].\n" msgstr "Étiquette de disque Sun détectée avec erreur num_partitions [%u].\n" #: fdisk/fdisksunlabel.c:168 #, c-format msgid "" "Warning: Wrong values need to be fixed up and will be corrected by w(rite)\n" msgstr "" "AVERTISSEMENT: des valeurs erronées devront être corrigées par la commande w " "(écriture)\n" #: fdisk/fdisksunlabel.c:198 #, c-format msgid "" "Building a new sun disklabel. Changes will remain in memory only,\n" "until you decide to write them. After that, of course, the previous\n" "content won't be recoverable.\n" "\n" msgstr "" "Construction d'une nouvelle étiquette Sun pour disque. Les modifications " "resteront\n" "en mémoire jusqu'à écriture. Après quoi, bien sûr, le précédent contenu\n" "sera irrécupérable.\n" "\n" #: fdisk/fdisksunlabel.c:236 msgid "Sectors/track" msgstr "Secteurs/piste" #: fdisk/fdisksunlabel.c:351 #, c-format msgid "Partition %d doesn't end on cylinder boundary\n" msgstr "La partition %d ne se termine pas sur une frontière de cylindre\n" #: fdisk/fdisksunlabel.c:371 #, c-format msgid "Partition %d overlaps with others in sectors %d-%d\n" msgstr "La partition %d en chevauche d'autres dans les secteurs %d-%d\n" #: fdisk/fdisksunlabel.c:393 #, c-format msgid "Unused gap - sectors 0-%d\n" msgstr "Espace intermédiaire inutilisé - secteurs 0-%d\n" #: fdisk/fdisksunlabel.c:395 fdisk/fdisksunlabel.c:401 #, c-format msgid "Unused gap - sectors %d-%d\n" msgstr "Espace intermédiaire inutilisé - secteurs %d-%d\n" #: fdisk/fdisksunlabel.c:426 #, c-format msgid "" "Other partitions already cover the whole disk.\n" "Delete some/shrink them before retry.\n" msgstr "" "D'autres partitions couvrent déjà le disque entier.\n" "En détruire/réduire quelques unes avant de réessayer.\n" #: fdisk/fdisksunlabel.c:449 #, c-format msgid "" "It is highly recommended that the third partition covers the whole disk\n" "and is of type `Whole disk'\n" msgstr "" "Il est fortement recommandé que la troisième partition couvre le\n" "disque en entier et soit de type \"Tout le disque\"\n" #: fdisk/fdisksunlabel.c:477 #, c-format msgid "Sector %d is already allocated\n" msgstr "Le secteur %d est déjà alloué\n" #: fdisk/fdisksunlabel.c:507 #, c-format msgid "" "You haven't covered the whole disk with the 3rd partition, but your value\n" "%d %s covers some other partition. Your entry has been changed\n" "to %d %s\n" msgstr "" "Vous n'avez pas recouvert le disque entier avec la 3ème partition,\n" "mais la valeur %d %s en couvre d'autres. Votre entrée a été modifiée\n" "à %d %s\n" #: fdisk/fdisksunlabel.c:534 #, c-format msgid "" "If you want to maintain SunOS/Solaris compatibility, consider leaving this\n" "partition as Whole disk (5), starting at 0, with %u sectors\n" msgstr "" "Si vous désirez maintenir une compatibilité SunOS/Solaris, considérer de " "laisser cette\n" "partition comme disque entier (5), débutant à 0, avec %u secteurs\n" #: fdisk/fdisksunlabel.c:549 msgid "" "It is highly recommended that the partition at offset 0\n" "is UFS, EXT2FS filesystem or SunOS swap. Putting Linux swap\n" "there may destroy your partition table and bootblock.\n" "Type YES if you're very sure you would like that partition\n" "tagged with 82 (Linux swap): " msgstr "" "Il est fortement recommandé que la partition au décalage 0\n" "soit un système de fichiers UFS, EXT2FS ou SunOS swap. Utiliser Linux swap\n" "pourrait détruire votre table de partitions et le bloc d'amorçage.\n" "Taper OUI si vous êtes certain que vous voulez que cette partition\n" "soit étiquetée 82 (Linux swap): " # fdisk/fdisksunlabel.c:656 #: fdisk/fdisksunlabel.c:581 #, c-format msgid "" "\n" "Disk %s (Sun disk label): %d heads, %llu sectors, %d rpm\n" "%d cylinders, %d alternate cylinders, %d physical cylinders\n" "%d extra sects/cyl, interleave %d:1\n" "Label ID: %s\n" "Volume ID: %s\n" "Units = %s of %d * 512 bytes\n" "\n" msgstr "" "\n" "Disque %s (étiquette de disque Sun): %d têtes, %llu secteurs, %d tours/mn\n" "%d cylindres, %d cylindres alt., %d cylindres physiques\n" "%d secteurs/cyl additionnels, interleave %d:1\n" "ID étiquette : %s\n" "ID volume : %s\n" "Unités = %s de %d * 512 octets\n" "\n" #: fdisk/fdisksunlabel.c:597 #, c-format msgid "" "\n" "Disk %s (Sun disk label): %d heads, %llu sectors, %d cylinders\n" "Units = %s of %d * 512 bytes\n" "\n" msgstr "" "\n" "Disque %s (étiquette de disque Sun) : %d têtes, %llu secteurs, %d cylindres\n" "Unités = %s de %d * 512 octets\n" "\n" #: fdisk/fdisksunlabel.c:602 #, c-format msgid "%*s Flag Start End Blocks Id System\n" msgstr "%*s Fanions Début Fin Blocs Id Système\n" #: fdisk/fdisksunlabel.c:630 msgid "Number of alternate cylinders" msgstr "Nombre de cylindres alternatifs" #: fdisk/fdisksunlabel.c:642 msgid "Extra sectors per cylinder" msgstr "Secteurs additionnels par cylindre" #: fdisk/fdisksunlabel.c:649 msgid "Interleave factor" msgstr "Facteur \"interleave\"" #: fdisk/fdisksunlabel.c:656 msgid "Rotation speed (rpm)" msgstr "Vitesse de rotation (rpm)" #: fdisk/fdisksunlabel.c:663 msgid "Number of physical cylinders" msgstr "Nombre de cylindres physiques" #: fdisk/i386_sys_types.c:6 msgid "Empty" msgstr "Vide" #: fdisk/i386_sys_types.c:7 msgid "FAT12" msgstr "FAT12" #: fdisk/i386_sys_types.c:8 msgid "XENIX root" msgstr "XENIX root" #: fdisk/i386_sys_types.c:9 msgid "XENIX usr" msgstr "XENIX usr" #: fdisk/i386_sys_types.c:10 msgid "FAT16 <32M" msgstr "FAT16 <32M" #: fdisk/i386_sys_types.c:11 msgid "Extended" msgstr "Etendue" #: fdisk/i386_sys_types.c:12 msgid "FAT16" msgstr "FAT16" #: fdisk/i386_sys_types.c:13 msgid "HPFS/NTFS" msgstr "HPFS/NTFS" #: fdisk/i386_sys_types.c:14 msgid "AIX" msgstr "AIX" #: fdisk/i386_sys_types.c:15 msgid "AIX bootable" msgstr "AIX amorçable" #: fdisk/i386_sys_types.c:16 msgid "OS/2 Boot Manager" msgstr "OS/2 Boot Manager" #: fdisk/i386_sys_types.c:17 msgid "W95 FAT32" msgstr "W95 FAT32" #: fdisk/i386_sys_types.c:18 msgid "W95 FAT32 (LBA)" msgstr "W95 FAT32 (LBA)" #: fdisk/i386_sys_types.c:19 msgid "W95 FAT16 (LBA)" msgstr "W95 FAT16 (LBA)" #: fdisk/i386_sys_types.c:20 msgid "W95 Ext'd (LBA)" msgstr "W95 Etendue (LBA)" #: fdisk/i386_sys_types.c:21 msgid "OPUS" msgstr "OPUS" #: fdisk/i386_sys_types.c:22 msgid "Hidden FAT12" msgstr "Cachée FAT12" #: fdisk/i386_sys_types.c:23 msgid "Compaq diagnostics" msgstr "Compaq diagnostics" #: fdisk/i386_sys_types.c:24 msgid "Hidden FAT16 <32M" msgstr "Cachée FAT16 <32M" #: fdisk/i386_sys_types.c:25 msgid "Hidden FAT16" msgstr "Cachée FAT16" #: fdisk/i386_sys_types.c:26 msgid "Hidden HPFS/NTFS" msgstr "Cachée HPFS/NTFS" #: fdisk/i386_sys_types.c:27 msgid "AST SmartSleep" msgstr "AST SmartSleep" #: fdisk/i386_sys_types.c:28 msgid "Hidden W95 FAT32" msgstr "Cachée W95 FAT32" #: fdisk/i386_sys_types.c:29 msgid "Hidden W95 FAT32 (LBA)" msgstr "Cachée W95 FAT32 (LBA)" #: fdisk/i386_sys_types.c:30 msgid "Hidden W95 FAT16 (LBA)" msgstr "Cachée W95 FAT16 (LBA)" #: fdisk/i386_sys_types.c:31 msgid "NEC DOS" msgstr "NEC DOS" #: fdisk/i386_sys_types.c:32 msgid "Plan 9" msgstr "Plan 9" #: fdisk/i386_sys_types.c:33 msgid "PartitionMagic recovery" msgstr "PartitionMagic recovery" #: fdisk/i386_sys_types.c:34 msgid "Venix 80286" msgstr "Venix 80286" #: fdisk/i386_sys_types.c:35 msgid "PPC PReP Boot" msgstr "PPC PReP Boot" #: fdisk/i386_sys_types.c:36 msgid "SFS" msgstr "SFS" #: fdisk/i386_sys_types.c:37 msgid "QNX4.x" msgstr "QNX4.x" #: fdisk/i386_sys_types.c:38 msgid "QNX4.x 2nd part" msgstr "QNX4.x 2nd part" #: fdisk/i386_sys_types.c:39 msgid "QNX4.x 3rd part" msgstr "QNX4.x 3rd part" #: fdisk/i386_sys_types.c:40 msgid "OnTrack DM" msgstr "OnTrack DM" #: fdisk/i386_sys_types.c:41 msgid "OnTrack DM6 Aux1" msgstr "OnTrack DM6 Aux1" #: fdisk/i386_sys_types.c:42 msgid "CP/M" msgstr "CP/M" #: fdisk/i386_sys_types.c:43 msgid "OnTrack DM6 Aux3" msgstr "OnTrack DM6 Aux3" #: fdisk/i386_sys_types.c:44 msgid "OnTrackDM6" msgstr "OnTrackDM6" #: fdisk/i386_sys_types.c:45 msgid "EZ-Drive" msgstr "EZ-Drive" #: fdisk/i386_sys_types.c:46 msgid "Golden Bow" msgstr "Golden Bow" #: fdisk/i386_sys_types.c:47 msgid "Priam Edisk" msgstr "Priam Edisk" #: fdisk/i386_sys_types.c:48 fdisk/i386_sys_types.c:92 #: fdisk/i386_sys_types.c:98 fdisk/i386_sys_types.c:99 msgid "SpeedStor" msgstr "SpeedStor" #: fdisk/i386_sys_types.c:49 msgid "GNU HURD or SysV" msgstr "GNU HURD or SysV" #: fdisk/i386_sys_types.c:50 msgid "Novell Netware 286" msgstr "Novell Netware 286" #: fdisk/i386_sys_types.c:51 msgid "Novell Netware 386" msgstr "Novell Netware 386" #: fdisk/i386_sys_types.c:52 msgid "DiskSecure Multi-Boot" msgstr "DiskSecure Multi-Boot" #: fdisk/i386_sys_types.c:53 msgid "PC/IX" msgstr "PC/IX" #: fdisk/i386_sys_types.c:54 msgid "Old Minix" msgstr "Minix ancienne" #: fdisk/i386_sys_types.c:55 msgid "Minix / old Linux" msgstr "Minix / Linux ancienne" #: fdisk/i386_sys_types.c:56 msgid "Linux swap / Solaris" msgstr "Linux swap / Solaris" #: fdisk/i386_sys_types.c:58 msgid "OS/2 hidden C: drive" msgstr "OS/2 cachée disque C:" #: fdisk/i386_sys_types.c:59 msgid "Linux extended" msgstr "Linux étendue" #: fdisk/i386_sys_types.c:60 fdisk/i386_sys_types.c:61 msgid "NTFS volume set" msgstr "NTFS volume set" #: fdisk/i386_sys_types.c:62 msgid "Linux plaintext" msgstr "Linux plaintext" #: fdisk/i386_sys_types.c:64 msgid "Amoeba" msgstr "Amoeba" #: fdisk/i386_sys_types.c:65 msgid "Amoeba BBT" msgstr "Amoeba BBT" #: fdisk/i386_sys_types.c:66 msgid "BSD/OS" msgstr "BSD/OS" #: fdisk/i386_sys_types.c:67 msgid "IBM Thinkpad hibernation" msgstr "IBM Thinkpad hibernation" #: fdisk/i386_sys_types.c:68 msgid "FreeBSD" msgstr "FreeBSD" #: fdisk/i386_sys_types.c:69 msgid "OpenBSD" msgstr "OpenBSD" #: fdisk/i386_sys_types.c:70 msgid "NeXTSTEP" msgstr "NeXTSTEP" #: fdisk/i386_sys_types.c:71 msgid "Darwin UFS" msgstr "UFS Darwin" #: fdisk/i386_sys_types.c:72 msgid "NetBSD" msgstr "NetBSD" #: fdisk/i386_sys_types.c:73 msgid "Darwin boot" msgstr "Amorce Darwin" #: fdisk/i386_sys_types.c:74 msgid "HFS / HFS+" msgstr "HFS / HFS+" #: fdisk/i386_sys_types.c:75 msgid "BSDI fs" msgstr "BSDI fs" #: fdisk/i386_sys_types.c:76 msgid "BSDI swap" msgstr "BSDI swap" #: fdisk/i386_sys_types.c:77 msgid "Boot Wizard hidden" msgstr "Boot Wizard hidden" #: fdisk/i386_sys_types.c:78 msgid "Solaris boot" msgstr "Amorce Solaris" #: fdisk/i386_sys_types.c:79 msgid "Solaris" msgstr "Solaris" #: fdisk/i386_sys_types.c:80 msgid "DRDOS/sec (FAT-12)" msgstr "DRDOS/sec (FAT-12)" #: fdisk/i386_sys_types.c:81 msgid "DRDOS/sec (FAT-16 < 32M)" msgstr "DRDOS/sec (FAT-16 < 32M)" #: fdisk/i386_sys_types.c:82 msgid "DRDOS/sec (FAT-16)" msgstr "DRDOS/sec (FAT-16)" #: fdisk/i386_sys_types.c:83 msgid "Syrinx" msgstr "Syrinx" #: fdisk/i386_sys_types.c:84 msgid "Non-FS data" msgstr "Non-FS data" #: fdisk/i386_sys_types.c:85 msgid "CP/M / CTOS / ..." msgstr "CP/M / CTOS / ..." #: fdisk/i386_sys_types.c:87 msgid "Dell Utility" msgstr "Dell Utility" #: fdisk/i386_sys_types.c:88 msgid "BootIt" msgstr "BootIt" #: fdisk/i386_sys_types.c:89 msgid "DOS access" msgstr "DOS access" #: fdisk/i386_sys_types.c:91 msgid "DOS R/O" msgstr "DOS R/O" #: fdisk/i386_sys_types.c:94 msgid "BeOS fs" msgstr "BeOS fs" #: fdisk/i386_sys_types.c:95 msgid "GPT" msgstr "GPT" #: fdisk/i386_sys_types.c:96 msgid "EFI (FAT-12/16/32)" msgstr "EFI (FAT-12/16/32)" #: fdisk/i386_sys_types.c:97 msgid "Linux/PA-RISC boot" msgstr "Linux/PA-RISC boot" #: fdisk/i386_sys_types.c:100 msgid "DOS secondary" msgstr "DOS secondaire" #: fdisk/i386_sys_types.c:101 msgid "VMware VMFS" msgstr "VMware VMFS" #: fdisk/i386_sys_types.c:102 msgid "VMware VMKCORE" msgstr "VMware VMKCORE" #: fdisk/i386_sys_types.c:106 msgid "LANstep" msgstr "LANstep" #: fdisk/i386_sys_types.c:107 msgid "BBT" msgstr "BBT" #: fdisk/sfdisk.c:179 #, c-format msgid "seek error on %s - cannot seek to %lu\n" msgstr "erreur de positionnement sur %s - ne peut repérer %lu\n" #: fdisk/sfdisk.c:184 #, c-format msgid "seek error: wanted 0x%08x%08x, got 0x%08x%08x\n" msgstr "erreur de positionnement: désiré 0x%08x%08x, obtenu 0x%08x%08x\n" #: fdisk/sfdisk.c:230 msgid "out of memory - giving up\n" msgstr "mémoire épuisée - abandon\n" #: fdisk/sfdisk.c:235 fdisk/sfdisk.c:318 #, c-format msgid "read error on %s - cannot read sector %lu\n" msgstr "erreur de lecture sur %s - impossible de lire le secteur %lu\n" #: fdisk/sfdisk.c:253 #, c-format msgid "ERROR: sector %lu does not have an msdos signature\n" msgstr "ERREUR: le secteur %lu n'a pas une signature MS-DOS\n" #: fdisk/sfdisk.c:268 #, c-format msgid "write error on %s - cannot write sector %lu\n" msgstr "Erreur d'écriture sur %s - impossible d'écrire le secteur %lu\n" #: fdisk/sfdisk.c:306 #, c-format msgid "cannot open partition sector save file (%s)\n" msgstr "" "Impossible d'ouvrir le fichier de sauvegarde de secteur de partition (%s)\n" #: fdisk/sfdisk.c:324 #, c-format msgid "write error on %s\n" msgstr "erreur d'écriture sur %s\n" #: fdisk/sfdisk.c:350 #, c-format msgid "cannot stat partition restore file (%s)\n" msgstr "" "impossible d'évaluer par stat() le fichier de restauration de partition (%" "s)\n" #: fdisk/sfdisk.c:355 msgid "partition restore file has wrong size - not restoring\n" msgstr "" "le fichier de recouvrement de partition a une taille erronée - pas de " "recouvrement\n" #: fdisk/sfdisk.c:359 msgid "out of memory?\n" msgstr "mémoire épuisée?\n" #: fdisk/sfdisk.c:365 #, c-format msgid "cannot open partition restore file (%s)\n" msgstr "ne peut ouvrir le fichier de recouvrement de partition (%s)\n" #: fdisk/sfdisk.c:371 #, c-format msgid "error reading %s\n" msgstr "erreur de lecture %s\n" #: fdisk/sfdisk.c:378 #, c-format msgid "cannot open device %s for writing\n" msgstr "ne peut ouvrir le périphérique %s pour écriture\n" #: fdisk/sfdisk.c:390 #, c-format msgid "error writing sector %lu on %s\n" msgstr "erreur d'écriture du secteur %lu sur %s\n" #: fdisk/sfdisk.c:455 #, c-format msgid "Disk %s: cannot get geometry\n" msgstr "Disque %s : impossible d'obtenir la géométrie\n" #: fdisk/sfdisk.c:472 #, c-format msgid "Disk %s: cannot get size\n" msgstr "Disque %s: impossible d'obtenir sa taille\n" #: fdisk/sfdisk.c:505 #, c-format msgid "" "Warning: start=%lu - this looks like a partition rather than\n" "the entire disk. Using fdisk on it is probably meaningless.\n" "[Use the --force option if you really want this]\n" msgstr "" "Attention : début=%lu - cela ressemble à une partition plus qu'à\n" "un disque entier. Utiliser fdisk n'aurait probablement pas de sens.\n" "[Utiliser l'option --force si vous désirez faire cela]\n" #: fdisk/sfdisk.c:512 #, c-format msgid "Warning: HDIO_GETGEO says that there are %lu heads\n" msgstr "Attention : HDIO_GETGEO indique qu'il a %lu têtes\n" #: fdisk/sfdisk.c:515 #, c-format msgid "Warning: HDIO_GETGEO says that there are %lu sectors\n" msgstr "Attention : HDIO_GETGEO indique qu'il y a %lu secteurs\n" #: fdisk/sfdisk.c:519 #, c-format msgid "Warning: BLKGETSIZE/HDIO_GETGEO says that there are %lu cylinders\n" msgstr "Attention : BLKGETSIZE/HDIO_GETGEO indique qu'il y a %lu cylindres\n" #: fdisk/sfdisk.c:524 #, c-format msgid "" "Warning: unlikely number of sectors (%lu) - usually at most 63\n" "This will give problems with all software that uses C/H/S addressing.\n" msgstr "" "Attention : le nombre de secteurs (%lu) - habituellement au plus de 63\n" "Cela créera des problèmes avec les logiciels qui utilisent un adressage C/H/" "S.\n" #: fdisk/sfdisk.c:528 #, c-format msgid "" "\n" "Disk %s: %lu cylinders, %lu heads, %lu sectors/track\n" msgstr "" "\n" "Disque %s : %lu cylindres, %lu têtes, %lu secteurs/piste\n" #: fdisk/sfdisk.c:610 #, c-format msgid "" "%s of partition %s has impossible value for head: %lu (should be in 0-%lu)\n" msgstr "" "%s de la partition %s a une valeur impossible pour la tête : %lu (devrait " "être 0-%lu)\n" #: fdisk/sfdisk.c:615 #, c-format msgid "" "%s of partition %s has impossible value for sector: %lu (should be in 1-%" "lu)\n" msgstr "" "%s de la partition %s a une valeur impossible pour le secteur : %lu (devrait " "être 1-%lu)\n" #: fdisk/sfdisk.c:620 #, c-format msgid "" "%s of partition %s has impossible value for cylinders: %lu (should be in 0-%" "lu)\n" msgstr "" "%s de la partition %s a une valeur impossible pour les cylindres : %lu " "(devrait être 0-%lu)\n" #: fdisk/sfdisk.c:660 #, c-format msgid "" "Id Name\n" "\n" msgstr "" "Id Nom\n" "\n" #: fdisk/sfdisk.c:821 #, c-format msgid "Re-reading the partition table ...\n" msgstr "Relecture de la table de partitions ...\n" #: fdisk/sfdisk.c:827 msgid "" "The command to re-read the partition table failed.\n" "Run partprobe(8), kpartx(8) or reboot your system now,\n" "before using mkfs\n" msgstr "" "La commande de relecture de la table de partitions a échoué.\n" "Exécutez partprobe(8), kpartx(8) ou redémarrez le système\n" "maintenant, avant d'utiliser mkfs\n" #: fdisk/sfdisk.c:833 #, c-format msgid "Error closing %s\n" msgstr "Erreur de fermeture %s\n" #: fdisk/sfdisk.c:871 #, c-format msgid "%s: no such partition\n" msgstr "%s: pas de telle partition\n" #: fdisk/sfdisk.c:894 msgid "unrecognized format - using sectors\n" msgstr "format non reconnu - utilisation des secteurs\n" #: fdisk/sfdisk.c:933 #, c-format msgid "# partition table of %s\n" msgstr "# table de partitions de %s\n" #: fdisk/sfdisk.c:934 #, c-format msgid "" "unit: sectors\n" "\n" msgstr "" "unité: secteurs\n" "\n" #: fdisk/sfdisk.c:944 #, c-format msgid "unimplemented format - using %s\n" msgstr "format non implanté - %s utilisé\n" #: fdisk/sfdisk.c:948 #, c-format msgid "" "Units = cylinders of %lu bytes, blocks of 1024 bytes, counting from %d\n" "\n" msgstr "" "Unités= cylindres de %lu octets, blocs de 1024 octets, décompte à partir de %" "d\n" "\n" #: fdisk/sfdisk.c:951 #, c-format msgid " Device Boot Start End #cyls #blocks Id System\n" msgstr " Périph Amor Début Fin #cyls #blocs Id Système\n" #: fdisk/sfdisk.c:956 #, c-format msgid "" "Units = sectors of 512 bytes, counting from %d\n" "\n" msgstr "" "Unités= secteurs de 512 octets, décompte à partir de %d\n" "\n" #: fdisk/sfdisk.c:958 #, c-format msgid " Device Boot Start End #sectors Id System\n" msgstr " Périph Amorce Début Fin #secteurs Id Système\n" #: fdisk/sfdisk.c:961 #, c-format msgid "" "Units = blocks of 1024 bytes, counting from %d\n" "\n" msgstr "" "Unités= blocs de 1024 octets, décompte à partir de %d\n" "\n" #: fdisk/sfdisk.c:963 #, c-format msgid " Device Boot Start End #blocks Id System\n" msgstr " Périph Amorce Début Fin #blocs Id Système\n" #: fdisk/sfdisk.c:966 #, c-format msgid "" "Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from %d\n" "\n" msgstr "" "Unités= mégaoctets de 1048576 octets, blocs de 1024 octets, décompte à " "partir de %d\n" "\n" #: fdisk/sfdisk.c:968 #, c-format msgid " Device Boot Start End MiB #blocks Id System\n" msgstr " Périph Amor Début Fin Mo #blocs Id Système\n" #: fdisk/sfdisk.c:1062 #, c-format msgid " start=%9lu" msgstr "début=%9lu" #: fdisk/sfdisk.c:1063 #, c-format msgid ", size=%9lu" msgstr ", taille=%9lu" #: fdisk/sfdisk.c:1067 #, c-format msgid ", bootable" msgstr ", amorçable" #: fdisk/sfdisk.c:1128 #, c-format msgid "\t\tstart: (c,h,s) expected (%ld,%ld,%ld) found (%ld,%ld,%ld)\n" msgstr "\t\tdébut: (c,h,s) attendu (%ld,%ld,%ld) trouvé (%ld,%ld,%ld)\n" #: fdisk/sfdisk.c:1135 #, c-format msgid "\t\tend: (c,h,s) expected (%ld,%ld,%ld) found (%ld,%ld,%ld)\n" msgstr "\t\tfin: (c,h,s) attendu (%ld,%ld,%ld) trouvé (%ld,%ld,%ld)\n" #: fdisk/sfdisk.c:1138 #, c-format msgid "partition ends on cylinder %ld, beyond the end of the disk\n" msgstr "la partition se termine sur le cylindre %ld, après la fin du disque\n" #: fdisk/sfdisk.c:1148 msgid "No partitions found\n" msgstr "Aucune partition repérée\n" #: fdisk/sfdisk.c:1152 #, c-format msgid "" "Warning: The partition table looks like it was made\n" " for C/H/S=*/%ld/%ld (instead of %ld/%ld/%ld).\n" "For this listing I'll assume that geometry.\n" msgstr "" "Attention : la table de partitions semble avoir été créée\n" " pour C/H/S=*/%ld/%ld (au lieu de %ld/%ld/%ld).\n" "Pour ce rapport, cette géométrie sera supposée telle.\n" #: fdisk/sfdisk.c:1201 msgid "no partition table present.\n" msgstr "aucune table de partitions présente.\n" #: fdisk/sfdisk.c:1203 #, c-format msgid "strange, only %d partitions defined.\n" msgstr "étrange, seulement %d partitions définies.\n" #: fdisk/sfdisk.c:1212 #, c-format msgid "Warning: partition %s has size 0 but is not marked Empty\n" msgstr "" "AVERTISSEMENT : partition %s de taille 0 mais non marquée vide (\"Empty\")\n" #: fdisk/sfdisk.c:1215 #, c-format msgid "Warning: partition %s has size 0 and is bootable\n" msgstr "AVERTISSEMENT : partition %s de taille 0 et amorçable\n" #: fdisk/sfdisk.c:1218 #, c-format msgid "Warning: partition %s has size 0 and nonzero start\n" msgstr "" "AVERTISSEMENT : partition %s de taille 0 avec une adresse de début non à " "zéro\n" #: fdisk/sfdisk.c:1229 #, c-format msgid "Warning: partition %s " msgstr "AVERTISSEMENT : partition %s " #: fdisk/sfdisk.c:1230 #, c-format msgid "is not contained in partition %s\n" msgstr "n'est pas contenu(e) dans la partition %s\n" #: fdisk/sfdisk.c:1241 #, c-format msgid "Warning: partitions %s " msgstr "AVERTISSEMENT: partitions %s " #: fdisk/sfdisk.c:1242 #, c-format msgid "and %s overlap\n" msgstr "et %s se chevauchent\n" #: fdisk/sfdisk.c:1253 #, c-format msgid "" "Warning: partition %s contains part of the partition table (sector %lu),\n" "and will destroy it when filled\n" msgstr "" "Attention : la partition %s contient une partie de la table de partitions\n" "(secteur %lu), et cela la détruira lorsqu'elle se remplira\n" #: fdisk/sfdisk.c:1265 #, c-format msgid "Warning: partition %s starts at sector 0\n" msgstr "Attention : la partition %s débute au secteur 0\n" #: fdisk/sfdisk.c:1269 #, c-format msgid "Warning: partition %s extends past end of disk\n" msgstr "Attention : la partition %s s'étend après la fin du disque\n" #: fdisk/sfdisk.c:1284 msgid "" "Among the primary partitions, at most one can be extended\n" " (although this is not a problem under Linux)\n" msgstr "" "Parmi les partitions primaires, au plus une seule peut être étendue\n" " (quoique cela ne soit pas un problème sous Linux)\n" #: fdisk/sfdisk.c:1302 #, c-format msgid "Warning: partition %s does not start at a cylinder boundary\n" msgstr "" "Attention : la partition %s ne débute pas sur une frontière de cylindre\n" #: fdisk/sfdisk.c:1308 #, c-format msgid "Warning: partition %s does not end at a cylinder boundary\n" msgstr "" "Attention : la partition %s ne se termine pas sur une frontière de cylindre\n" #: fdisk/sfdisk.c:1326 msgid "" "Warning: more than one primary partition is marked bootable (active)\n" "This does not matter for LILO, but the DOS MBR will not boot this disk.\n" msgstr "" "Attention : plus d'une partition primaire marquée amorçable (active)\n" "Cela n'est pas d'important pour LILO, mais DOS MBR n'amorcera pas sur ce " "disque.\n" #: fdisk/sfdisk.c:1333 msgid "" "Warning: usually one can boot from primary partitions only\n" "LILO disregards the `bootable' flag.\n" msgstr "" "Attention : habituellement on ne peut amorcer qu'à partir d'une\n" "partition primaire. LILO ne s'occupe pas du fanion d'amorçage.\n" #: fdisk/sfdisk.c:1339 msgid "" "Warning: no primary partition is marked bootable (active)\n" "This does not matter for LILO, but the DOS MBR will not boot this disk.\n" msgstr "" "Attnetion : aucune partition primaire marquée amorçable (active)\n" "Peu important pour LILO, mais DOS MBR n'amorcera pas ce disque.\n" #: fdisk/sfdisk.c:1353 msgid "start" msgstr "début" #: fdisk/sfdisk.c:1356 #, c-format msgid "" "partition %s: start: (c,h,s) expected (%ld,%ld,%ld) found (%ld,%ld,%ld)\n" msgstr "" "partition %s : début : (c,h,s) attendu (%ld,%ld,%ld) trouvé (%ld,%ld,%ld)\n" #: fdisk/sfdisk.c:1362 msgid "end" msgstr "fin" #: fdisk/sfdisk.c:1365 #, c-format msgid "partition %s: end: (c,h,s) expected (%ld,%ld,%ld) found (%ld,%ld,%ld)\n" msgstr "" "partition %s: fin: (c,h,s) attendu (%ld,%ld,%ld) trouvé (%ld,%ld,%ld)\n" #: fdisk/sfdisk.c:1368 #, c-format msgid "partition %s ends on cylinder %ld, beyond the end of the disk\n" msgstr "partition %s terminant sur le cylindre %ld, après la fin du disque\n" #: fdisk/sfdisk.c:1393 #, c-format msgid "" "Warning: shifted start of the extd partition from %ld to %ld\n" "(For listing purposes only. Do not change its contents.)\n" msgstr "" "Attention : décalage du début de partition étendue de %ld à %ld\n" "(pour fins d'affichage seulement. Ne modifie pas le contenu.)\n" #: fdisk/sfdisk.c:1399 msgid "" "Warning: extended partition does not start at a cylinder boundary.\n" "DOS and Linux will interpret the contents differently.\n" msgstr "" "Attention : la partition étendue ne débute pas sur une frontière de.\n" "cylindres. DOS et Linux interpréteront les contenus différemment.\n" #: fdisk/sfdisk.c:1417 fdisk/sfdisk.c:1494 #, c-format msgid "too many partitions - ignoring those past nr (%d)\n" msgstr "trop de partitions - celles au delà de nr (%d) sont ignorées\n" #: fdisk/sfdisk.c:1432 msgid "tree of partitions?\n" msgstr "arbre de partitions ?\n" #: fdisk/sfdisk.c:1540 msgid "detected Disk Manager - unable to handle that\n" msgstr "Gestionnaire de disque détecté - impossible de gérer cela\n" #: fdisk/sfdisk.c:1547 msgid "DM6 signature found - giving up\n" msgstr "signature DM6 repérée - abandon\n" #: fdisk/sfdisk.c:1567 msgid "strange..., an extended partition of size 0?\n" msgstr "étrange... une partition étendue de taille 0 ?\n" #: fdisk/sfdisk.c:1574 fdisk/sfdisk.c:1585 msgid "strange..., a BSD partition of size 0?\n" msgstr "étrange... une partition BSD de taille 0 ?\n" #: fdisk/sfdisk.c:1619 #, c-format msgid " %s: unrecognized partition table type\n" msgstr " %s : type non reconnu de table de partition\n" #: fdisk/sfdisk.c:1631 msgid "-n flag was given: Nothing changed\n" msgstr "option -n utilisée : rien n'a changé\n" #: fdisk/sfdisk.c:1647 msgid "Failed saving the old sectors - aborting\n" msgstr "Échec de sauvegarde des vieux secteurs - abandon\n" #: fdisk/sfdisk.c:1652 #, c-format msgid "Failed writing the partition on %s\n" msgstr "Échec de l'écriture de la partition sur %s\n" #: fdisk/sfdisk.c:1729 msgid "long or incomplete input line - quitting\n" msgstr "ligne d'entrée longue ou incomplète - abandon\n" #: fdisk/sfdisk.c:1765 #, c-format msgid "input error: `=' expected after %s field\n" msgstr "erreur d'entrée: « = » espéré après le champ %s\n" #: fdisk/sfdisk.c:1772 #, c-format msgid "input error: unexpected character %c after %s field\n" msgstr "erreur d'entrée: caractère inattendu %c après le champ %s\n" #: fdisk/sfdisk.c:1778 #, c-format msgid "unrecognized input: %s\n" msgstr "entrée non reconnu: %s\n" #: fdisk/sfdisk.c:1820 msgid "number too big\n" msgstr "numbre trop grand\n" #: fdisk/sfdisk.c:1824 msgid "trailing junk after number\n" msgstr "rebut après le nombre\n" #: fdisk/sfdisk.c:1948 msgid "no room for partition descriptor\n" msgstr "aucun espace pour le descripteur de partition\n" #: fdisk/sfdisk.c:1981 msgid "cannot build surrounding extended partition\n" msgstr "ne peut construire autour de la partition étendue\n" #: fdisk/sfdisk.c:2032 msgid "too many input fields\n" msgstr "trop de champs à l'entrée\n" #: fdisk/sfdisk.c:2066 msgid "No room for more\n" msgstr "Aucun espace pour en accepter d'avantage\n" #: fdisk/sfdisk.c:2085 msgid "Illegal type\n" msgstr "Type illégal\n" #: fdisk/sfdisk.c:2117 #, c-format msgid "Warning: given size (%lu) exceeds max allowable size (%lu)\n" msgstr "" "AVERTISSEMENT: la taille donnée (%lu) excède la taille maximale allouable (%" "lu)\n" #: fdisk/sfdisk.c:2123 msgid "Warning: empty partition\n" msgstr "AVERTISSEMENT: partition vide\n" #: fdisk/sfdisk.c:2137 #, c-format msgid "Warning: bad partition start (earliest %lu)\n" msgstr "AVERTISSEMENT: début de partition corrompu (auparavant %lu)\n" #: fdisk/sfdisk.c:2150 msgid "unrecognized bootable flag - choose - or *\n" msgstr "fanion d'amorçage non reconnu - choisir « - » ou « * »\n" #: fdisk/sfdisk.c:2167 fdisk/sfdisk.c:2180 msgid "partial c,h,s specification?\n" msgstr "spécification partielle c,h,s?\n" #: fdisk/sfdisk.c:2191 msgid "Extended partition not where expected\n" msgstr "Partition étendue par à l'endroit attendu\n" #: fdisk/sfdisk.c:2223 msgid "bad input\n" msgstr "entrée erronée\n" #: fdisk/sfdisk.c:2245 msgid "too many partitions\n" msgstr "trop de partitions\n" #: fdisk/sfdisk.c:2278 msgid "" "Input in the following format; absent fields get a default value.\n" " \n" "Usually you only need to specify and (and perhaps ).\n" msgstr "" "L'entrée utiliser un des formats suivants; les champs absents prennent\n" "la valeur par défaut:\n" " \n" "Habituellement vous n'avez besoin que de spécifier:\n" " et (et parfois ).\n" #: fdisk/sfdisk.c:2304 #, c-format msgid "Usage: %s [options] device ...\n" msgstr "Utilisation : %s [options] périphérique ...\n" #: fdisk/sfdisk.c:2305 msgid "device: something like /dev/hda or /dev/sda" msgstr "périphérique: quelque chose comme /dev/hda ou /dev/sda" #: fdisk/sfdisk.c:2306 msgid "useful options:" msgstr "options utiles:" #: fdisk/sfdisk.c:2307 msgid " -s [or --show-size]: list size of a partition" msgstr " -s [ou --show-size]: lister la taille d'une partition" #: fdisk/sfdisk.c:2308 msgid " -c [or --id]: print or change partition Id" msgstr "" " -c [ou --id]: afficher ou modifier l'identificateur de partition" #: fdisk/sfdisk.c:2309 msgid " -l [or --list]: list partitions of each device" msgstr " -l [ou --list]: lister les partitions de chaque périphérique" #: fdisk/sfdisk.c:2310 msgid " -d [or --dump]: idem, but in a format suitable for later input" msgstr "" " -d [ou --dump]: identique, mais dans un format utile pour une " "saisie ultérieure" #: fdisk/sfdisk.c:2311 msgid " -i [or --increment]: number cylinders etc. from 1 instead of from 0" msgstr " -i [ou --increment]: numbre de cylindres etc. de 1 au lieu de 0" #: fdisk/sfdisk.c:2312 msgid "" " -uS, -uB, -uC, -uM: accept/report in units of sectors/blocks/cylinders/" "MB" msgstr "" " -uS, -uB, -uC, -uM: accepter/reporter en unités de secteurs/blocs/" "cylindres/MB" #: fdisk/sfdisk.c:2313 msgid " -T [or --list-types]:list the known partition types" msgstr " -T [ou --list-types]:lister les types de partitions connus" #: fdisk/sfdisk.c:2314 msgid " -D [or --DOS]: for DOS-compatibility: waste a little space" msgstr "" " -D [ou --DOS]: pour la compatibilité DOS: perte d'un peu d'espace" #: fdisk/sfdisk.c:2315 msgid " -R [or --re-read]: make kernel reread partition table" msgstr "" " -R [ou --re-read]: forcer le kernel à relire la table de partitions" #: fdisk/sfdisk.c:2316 msgid " -N# : change only the partition with number #" msgstr "" " -N# : modifier seulement la partition ayant le numéro #" #: fdisk/sfdisk.c:2317 msgid " -n : do not actually write to disk" msgstr " -n : ne pas écrire sur le disque" #: fdisk/sfdisk.c:2318 msgid "" " -O file : save the sectors that will be overwritten to file" msgstr "" " -O fichier : sauvegarder les secteurs qui seront écrasés dans le " "fichier" #: fdisk/sfdisk.c:2319 msgid " -I file : restore these sectors again" msgstr " -I fichier : restaurer ces secteurs à nouveau" #: fdisk/sfdisk.c:2320 msgid " -v [or --version]: print version" msgstr " -v [ou --version]: afficher la version" #: fdisk/sfdisk.c:2321 msgid " -? [or --help]: print this message" msgstr " -? [ou --help]: afficher l'aide mémoire" #: fdisk/sfdisk.c:2322 msgid "dangerous options:" msgstr "options dangereuses:" #: fdisk/sfdisk.c:2323 msgid " -g [or --show-geometry]: print the kernel's idea of the geometry" msgstr "" " -g [ou --show-geometry]: afficher les données contenues dans le\n" " kernel de la géométrie" #: fdisk/sfdisk.c:2324 msgid "" " -G [or --show-pt-geometry]: print geometry guessed from the partition " "table" msgstr "" " -G [ou --show-pt-geometry]: afficher la géométrie estimée à partir de la " "table de partitions" #: fdisk/sfdisk.c:2325 msgid "" " -x [or --show-extended]: also list extended partitions on output\n" " or expect descriptors for them on input" msgstr "" " -x [ou --show-extended]: lister aussi les partitions étendues en sortie\n" " ou les descripteurs attendus à l'entrée pour " "ellest" #: fdisk/sfdisk.c:2327 msgid "" " -L [or --Linux]: do not complain about things irrelevant for Linux" msgstr "" " -L [ou --Linux]: ne pas afficher de message qui ne concerne pas " "Linux" #: fdisk/sfdisk.c:2328 msgid " -q [or --quiet]: suppress warning messages" msgstr " -q [ou --quiet]: supprimer tous les messages d'avertissement" #: fdisk/sfdisk.c:2329 msgid " You can override the detected geometry using:" msgstr " Vous pouvez écraser la géométrie en utilisant:" #: fdisk/sfdisk.c:2330 msgid " -C# [or --cylinders #]:set the number of cylinders to use" msgstr "" " -C# [ou --cylinders #]:initialiser le nombre de cylindres à utiliser" #: fdisk/sfdisk.c:2331 msgid " -H# [or --heads #]: set the number of heads to use" msgstr " -H# [ou --heads #]: initialiser le nombre de têtes à utiliser" #: fdisk/sfdisk.c:2332 msgid " -S# [or --sectors #]: set the number of sectors to use" msgstr "" " -S# [ou --sectors #]: initialiser le numbre de secteurs à utiliser" #: fdisk/sfdisk.c:2333 msgid "You can disable all consistency checking with:" msgstr "Vous pouvez désactiver toutes les vérifications de consistence avec:" #: fdisk/sfdisk.c:2334 msgid " -f [or --force]: do what I say, even if it is stupid" msgstr " -f [ou --force]: exécuter aveuglément la commande donnée" #: fdisk/sfdisk.c:2340 msgid "Usage:" msgstr "Utilisation :" #: fdisk/sfdisk.c:2341 #, c-format msgid "%s device\t\t list active partitions on device\n" msgstr "%s périphérique\t\t lister les partitions actives du périphérique\n" #: fdisk/sfdisk.c:2342 #, c-format msgid "%s device n1 n2 ... activate partitions n1 ..., inactivate the rest\n" msgstr "" "%s périphérique n1 n2 ... activer les partitions n1 ..., désactiver les " "autres\n" #: fdisk/sfdisk.c:2343 #, c-format msgid "%s -An device\t activate partition n, inactivate the other ones\n" msgstr "%s -An préiphérique\t activer la partition n, désactiver les autres\n" #: fdisk/sfdisk.c:2463 #, c-format msgid "" "\n" "WARNING: GPT (GUID Partition Table) detected on '%s'! The util sfdisk " "doesn't support GPT. Use GNU Parted.\n" "\n" msgstr "" "\n" "ATTENTION : identifiant de table de partitions GPT (GUID) detecté sur \"%s" "\" ! L'utilitaire sfdisk ne supporte pas GPT. Utilisez GNU Parted.\n" "\n" #: fdisk/sfdisk.c:2466 #, c-format msgid "Use the --force flag to overrule this check.\n" msgstr "Utiliser l'option --force pour ignorer ce contrôle.\n" #: fdisk/sfdisk.c:2505 msgid "no command?\n" msgstr "pas de commande?\n" #: fdisk/sfdisk.c:2637 #, c-format msgid "total: %llu blocks\n" msgstr "total: %llu blocs\n" #: fdisk/sfdisk.c:2680 msgid "usage: sfdisk --print-id device partition-number\n" msgstr "Utilisation : sfdisk --print-id périphérique numéro-de-partition\n" #: fdisk/sfdisk.c:2682 msgid "usage: sfdisk --change-id device partition-number Id\n" msgstr "Utilisation : sfdisk --change-id périphérique numéro-de-partition Id\n" #: fdisk/sfdisk.c:2684 msgid "usage: sfdisk --id device partition-number [Id]\n" msgstr "Utilisation : sfdisk --id périphérique numéro-de-partition [Id]\n" #: fdisk/sfdisk.c:2691 msgid "can specify only one device (except with -l or -s)\n" msgstr "" "vous ne pouvez spécifier seulement un périphérique (sauf avec -l ou -s)\n" #: fdisk/sfdisk.c:2717 #, c-format msgid "cannot open %s read-write\n" msgstr "ne peut ouvrir %s en lecture-écriture\n" #: fdisk/sfdisk.c:2719 #, c-format msgid "cannot open %s for reading\n" msgstr "ne peut ouvrir %s en lecture\n" #: fdisk/sfdisk.c:2744 #, c-format msgid "%s: OK\n" msgstr "%s: OK\n" #: fdisk/sfdisk.c:2763 fdisk/sfdisk.c:2796 #, c-format msgid "%s: %ld cylinders, %ld heads, %ld sectors/track\n" msgstr "%s: %ld cylindres, %ld têtes, %ld secteurs/piste\n" #: fdisk/sfdisk.c:2815 #, c-format msgid "Cannot get size of %s\n" msgstr "Ne peut obtenir la taille de %s\n" #: fdisk/sfdisk.c:2895 #, c-format msgid "bad active byte: 0x%x instead of 0x80\n" msgstr "octet actif erroné: 0x%x au lieu de 0x80\n" #: fdisk/sfdisk.c:2913 fdisk/sfdisk.c:2968 fdisk/sfdisk.c:3001 msgid "" "Done\n" "\n" msgstr "" "Complété\n" "\n" #: fdisk/sfdisk.c:2922 #, c-format msgid "" "You have %d active primary partitions. This does not matter for LILO,\n" "but the DOS MBR will only boot a disk with 1 active partition.\n" msgstr "" "Vous avez %d partitions primaires actives. Cela n'a aucun effet pour LILO,\n" "mais en a un pour DOS MBR qui ne pourra amorcer un disque qu'avec une seule " "partition active.\n" #: fdisk/sfdisk.c:2938 #, c-format msgid "partition %s has id %x and is not hidden\n" msgstr "partition %s a un identificateur %x qui n'est pas caché\n" #: fdisk/sfdisk.c:2997 #, c-format msgid "Bad Id %lx\n" msgstr "Identifcateur erroné %lx\n" #: fdisk/sfdisk.c:3014 msgid "This disk is currently in use.\n" msgstr "Le disque est présentement en usage.\n" #: fdisk/sfdisk.c:3033 #, c-format msgid "Fatal error: cannot find %s\n" msgstr "Erreur fatale: ne peut trouver %s\n" #: fdisk/sfdisk.c:3036 #, c-format msgid "Warning: %s is not a block device\n" msgstr "AVERTISSEMENT: %s n'est pas un périphérique fonctionnant par blocs\n" #: fdisk/sfdisk.c:3042 msgid "Checking that no-one is using this disk right now ...\n" msgstr "Vérification qu'aucun autre n'utilise le disque en ce moment ...\n" #: fdisk/sfdisk.c:3044 msgid "" "\n" "This disk is currently in use - repartitioning is probably a bad idea.\n" "Umount all file systems, and swapoff all swap partitions on this disk.\n" "Use the --no-reread flag to suppress this check.\n" msgstr "" "\n" "Le disque est présentement utilisé - le repartitionner est probablement une " "mauvaise idée.\n" "Démonter tous les systèmes de fichiers, et stopper le swap sur toutes les\n" "partitions swap sur ce disque.\n" "Utiliser le fanion --no-reread pour supprimer cette vérification.\n" #: fdisk/sfdisk.c:3048 msgid "Use the --force flag to overrule all checks.\n" msgstr "Utiliser l'option --force pour annuler toutes les vérifications.\n" #: fdisk/sfdisk.c:3052 msgid "OK\n" msgstr "OK\n" #: fdisk/sfdisk.c:3061 #, c-format msgid "Old situation:\n" msgstr "Vieille situation:\n" #: fdisk/sfdisk.c:3065 #, c-format msgid "Partition %d does not exist, cannot change it\n" msgstr "La partition %d n'existe pas, ne peut la modifer\n" #: fdisk/sfdisk.c:3073 #, c-format msgid "New situation:\n" msgstr "Nouvelle situation:\n" #: fdisk/sfdisk.c:3078 msgid "" "I don't like these partitions - nothing changed.\n" "(If you really want this, use the --force option.)\n" msgstr "" "Ces partitions sont questionnables -- rien n'a changé.\n" "(Si vous désirez cela, utiliser l'option --force.)\n" #: fdisk/sfdisk.c:3081 msgid "I don't like this - probably you should answer No\n" msgstr "" "Cette situation n'est pas recommandable -- vous devriez probablement " "répondre Non\n" #: fdisk/sfdisk.c:3086 #, c-format msgid "Are you satisfied with this? [ynq] " msgstr "Êtes-vous satisfait avec cela? [ynq] " #: fdisk/sfdisk.c:3088 #, c-format msgid "Do you want to write this to disk? [ynq] " msgstr "Voulez-vous écrire cela sur le disque? [ynq] " #: fdisk/sfdisk.c:3093 #, c-format msgid "" "\n" "sfdisk: premature end of input\n" msgstr "" "\n" "sfdisk: fin prématurée de l'entrée\n" #: fdisk/sfdisk.c:3095 msgid "Quitting - nothing changed\n" msgstr "Abandon - rien n'a changé\n" #: fdisk/sfdisk.c:3101 #, c-format msgid "Please answer one of y,n,q\n" msgstr "SVP fournir une réponse suivante: y,n,q\n" #: fdisk/sfdisk.c:3109 #, c-format msgid "" "Successfully wrote the new partition table\n" "\n" msgstr "" "Succès d'écriture de la nouvelle table de partitions\n" "\n" #: fdisk/sfdisk.c:3115 msgid "" "If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)\n" "to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1\n" "(See fdisk(8).)\n" msgstr "" "Si vous créez ou modifiez une partition DOS, /dev/foo7, par exemple, alors\n" "utiliser dd(1) pour mettre à zéro les premiers 512 octets: \n" "dd if=/dev/zero of=/dev/foo7 bs=512 count=1\n" "(Consulter fdisk(8).)\n" #: fsck/fsck.c:327 #, c-format msgid "WARNING: couldn't open %s: %s\n" msgstr "ATTENTION : impossible d'ouvrir %s : %s\n" #: fsck/fsck.c:337 #, c-format msgid "WARNING: bad format on line %d of %s\n" msgstr "ATTENTION : mauvais format à la ligne %d sur %s\n" #: fsck/fsck.c:353 msgid "" "WARNING: Your /etc/fstab does not contain the fsck passno\n" "\tfield. I will kludge around things for you, but you\n" "\tshould fix your /etc/fstab file as soon as you can.\n" "\n" msgstr "" "ATTENTION : le fichier /etc/fstab ne contient pas le champ\n" "fsck passno. La valeur va être extrapolée mais vous devriez\n" "corriger cela au plus tôt dans le fichier /etc/fstab.\n" "\n" #: fsck/fsck.c:461 #, c-format msgid "fsck: %s: not found\n" msgstr "fsck : %s : non trouvé\n" #: fsck/fsck.c:577 #, c-format msgid "%s: wait: No more child process?!?\n" msgstr "%s : wait : aucun processus enfant ?!?\n" #: fsck/fsck.c:599 #, c-format msgid "Warning... %s for device %s exited with signal %d.\n" msgstr "Attention... %s, périphérique %s, signal de fin %d.\n" #: fsck/fsck.c:605 #, c-format msgid "%s %s: status is %x, should never happen.\n" msgstr "%s %s : statut %x, cela ne devrait pas arriver.\n" #: fsck/fsck.c:644 #, c-format msgid "Finished with %s (exit status %d)\n" msgstr "Fin de %s (code de sortie %d)\n" #: fsck/fsck.c:704 #, c-format msgid "%s: Error %d while executing fsck.%s for %s\n" msgstr "%s : erreur %d lors de l'exécution de \"fsck\". %s pour %s\n" #: fsck/fsck.c:725 msgid "" "Either all or none of the filesystem types passed to -t must be prefixed\n" "with 'no' or '!'.\n" msgstr "" "Tous les types de systèmes de fichiers précisés par -t, ou bien aucun,\n" "doivent être préfixés par 'no' (non) ou '!'.\n" #: fsck/fsck.c:744 msgid "Couldn't allocate memory for filesystem types\n" msgstr "" "Impossible d'allouer la mémoire pour les types de systèmes de fichiers\n" #: fsck/fsck.c:867 #, c-format msgid "" "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass " "number\n" msgstr "" "%s : mauvaise ligne dans /etc/fstab ignorée : montage avec nombre de passes " "\"fsck\" non nul\n" #: fsck/fsck.c:894 #, c-format msgid "fsck: cannot check %s: fsck.%s not found\n" msgstr "fsck : impossible de contrôler %s, fsck.%s non trouvé\n" #: fsck/fsck.c:950 msgid "Checking all file systems.\n" msgstr "Contrôle de tous les systèmes de fichiers.\n" #: fsck/fsck.c:1041 #, c-format msgid "--waiting-- (pass %d)\n" msgstr "--en attente-- (passe %d)\n" #: fsck/fsck.c:1061 msgid "" "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n" msgstr "" "Usage : fsck [-AMNPRTV] [ -C [ fd ] ] [-t type_sysfic] [options_sysfic] " "[sys_fic ...]\n" #: fsck/fsck.c:1099 #, c-format msgid "%s: too many devices\n" msgstr "%s : périphériques trop nombreux\n" #: fsck/fsck.c:1110 #, c-format msgid "Couldn't open %s: %s\n" msgstr "Impossible d'ouvrir %s : %s\n" #: fsck/fsck.c:1112 #, c-format msgid "Is /proc mounted?\n" msgstr "/proc est-il monté ?\n" #: fsck/fsck.c:1121 #, c-format msgid "Must be root to scan for matching filesystems: %s\n" msgstr "" "Vous devez être \"root\" pour rechercher le type de systèmes de fichiers : %" "s\n" #: fsck/fsck.c:1124 #, c-format msgid "Couldn't find matching filesystem: %s\n" msgstr "Impossible de trouver un système de fichiers correspondant : %s\n" #: fsck/fsck.c:1132 fsck/fsck.c:1218 #, c-format msgid "%s: too many arguments\n" msgstr "%s : trop d'arguments\n" #: fsck/fsck.c:1252 #, c-format msgid "fsck from %s\n" msgstr "fsck de %s\n" #: fsck/fsck.c:1264 #, c-format msgid "%s: Unable to allocate memory for fsck_path\n" msgstr "%s : impossible d'allouer la mémoire pour fsck_path\n" #: getopt/getopt.c:229 msgid "Try `getopt --help' for more information.\n" msgstr "Essayer « getopt --help » pour plus d'informations.\n" #: getopt/getopt.c:295 msgid "empty long option after -l or --long argument" msgstr "option longue vide après l'argument -l ou --long" #: getopt/getopt.c:315 msgid "unknown shell after -s or --shell argument" msgstr "shell inconnu après l'argument -s ou --shell" #: getopt/getopt.c:320 msgid "Usage: getopt optstring parameters\n" msgstr "Utilisation : getopt chaîne-d-options paramètres\n" #: getopt/getopt.c:321 msgid " getopt [options] [--] optstring parameters\n" msgstr " getopt [options] [--] paramètres de la chaîne d'option\n" #: getopt/getopt.c:322 msgid " getopt [options] -o|--options optstring [options] [--]\n" msgstr " getopt [options] -o|--options chaine d'options [options] [--]\n" #: getopt/getopt.c:323 msgid " parameters\n" msgstr " paramètres\n" #: getopt/getopt.c:324 msgid "" " -a, --alternative Allow long options starting with single -\n" msgstr "" " -a, --alternative parmettre les options de forme longue avec un " "simple -\n" #: getopt/getopt.c:325 msgid " -h, --help This small usage guide\n" msgstr " -h, --help afficher l'aide mémoire\n" #: getopt/getopt.c:326 msgid " -l, --longoptions=longopts Long options to be recognized\n" msgstr "" " -l, --longoptions=opt-long reconnaîtres les options de forme longue\n" #: getopt/getopt.c:327 msgid "" " -n, --name=progname The name under which errors are reported\n" msgstr "" " -n, --name=nom-de-programme le nom sous lequel les erreurs sont " "rapportées\n" #: getopt/getopt.c:328 msgid " -o, --options=optstring Short options to be recognized\n" msgstr "" " -o, --options=chaîne-opt reconnaître les options de forme courte\n" #: getopt/getopt.c:329 msgid " -q, --quiet Disable error reporting by getopt(3)\n" msgstr "" " -q, --quiet désactiver les rapports d'erreur par getopt" "(3)\n" #: getopt/getopt.c:330 msgid " -Q, --quiet-output No normal output\n" msgstr " -Q, --quiet-output pas d'affichage normal\n" # getopt-1.1.2/getopt.c:335 #: getopt/getopt.c:331 msgid " -s, --shell=shell Set shell quoting conventions\n" msgstr "" " -s, --shell=shell initialiser la convention de commentaire du " "shell\n" #: getopt/getopt.c:332 msgid " -T, --test Test for getopt(1) version\n" msgstr " -T, --test afficher la version de getopt(1)\n" #: getopt/getopt.c:333 msgid " -u, --unqote Do not quote the output\n" msgstr "" " -u, --unqote ne pas commenter avec des guillemets la " "sortie\n" #: getopt/getopt.c:334 msgid " -V, --version Output version information\n" msgstr " -V, --version afficher la version\n" #: getopt/getopt.c:388 getopt/getopt.c:447 msgid "missing optstring argument" msgstr "la chaîne d'options de l'argument est manquante" #: getopt/getopt.c:435 #, c-format msgid "getopt (enhanced) 1.1.4\n" msgstr "getopt (amélioré) 1.1.4\n" #: getopt/getopt.c:441 msgid "internal error, contact the author." msgstr "erreur interne, contacter l'auteur." #: hwclock/cmos.c:176 #, c-format msgid "booted from MILO\n" msgstr "amorcé à partir de MILO\n" #: hwclock/cmos.c:185 #, c-format msgid "Ruffian BCD clock\n" msgstr "Horloge Ruffian BCD\n" #: hwclock/cmos.c:201 #, c-format msgid "clockport adjusted to 0x%x\n" msgstr "le port d'horloge a été ajusté à 0x%x\n" #: hwclock/cmos.c:213 #, c-format msgid "funky TOY!\n" msgstr "drôle de TOY!\n" #: hwclock/cmos.c:244 #, c-format msgid "%s: atomic %s failed for 1000 iterations!" msgstr "%s: atomic %s a échoué pour 1000 itérations!" #: hwclock/cmos.c:273 #, c-format msgid "cmos_read(): write to control address %X failed: %s\n" msgstr "" "cmos_read() : échec de lecture de la valeur de contrôle à l'adresse %X : %s\n" #: hwclock/cmos.c:276 #, c-format msgid "cmos_read(): read data address %X failed: %s\n" msgstr "cmos_read() : échec de lecture de données à l'adresse %X : %s\n" #: hwclock/cmos.c:307 #, c-format msgid "cmos_write(): write to control address %X failed: %s\n" msgstr "" "cmos_read() : échec d'écriture de la valeur de contrôle à l'adresse %X : %s\n" #: hwclock/cmos.c:311 #, c-format msgid "cmos_write(): write to data address %X failed: %s\n" msgstr "cmos_read() : échec d'écriture de données à l'adresse %X : %s\n" #: hwclock/cmos.c:574 #, c-format msgid "Cannot open /dev/port: %s" msgstr "Ne peut ouvrir le port /dev/port: %s" #: hwclock/cmos.c:581 #, c-format msgid "I failed to get permission because I didn't try.\n" msgstr "" "Échec d'obtention des permissions parce qu'aucun essai n'a été tenté.\n" #: hwclock/cmos.c:584 #, c-format msgid "%s is unable to get I/O port access: the iopl(3) call failed.\n" msgstr "" "%s incapable d'obtenir un port d'accès d'E/S : l'appel à iopl(3) a échoué.\n" #: hwclock/cmos.c:587 #, c-format msgid "Probably you need root privileges.\n" msgstr "Probablement que vous avez besoin des privilèges de root.\n" #: hwclock/hwclock.c:231 #, c-format msgid "Assuming hardware clock is kept in %s time.\n" msgstr "" "On assume que l'horloge matérielle est conservée dans le temps de %s.\n" #: hwclock/hwclock.c:232 hwclock/hwclock.c:327 msgid "UTC" msgstr "UTC" #: hwclock/hwclock.c:232 hwclock/hwclock.c:326 msgid "local" msgstr "locale" #: hwclock/hwclock.c:312 #, c-format msgid "%s: Warning: unrecognized third line in adjtime file\n" msgstr "" "%s: AVERTISSEMENT: 3e ligne non reconnue dans le fichier d'ajustement de " "l'heure\n" #: hwclock/hwclock.c:314 #, c-format msgid "(Expected: `UTC' or `LOCAL' or nothing.)\n" msgstr "(Attendu: « UTC » ou « LOCAL » ou nothing.)\n" #: hwclock/hwclock.c:321 #, c-format msgid "Last drift adjustment done at %ld seconds after 1969\n" msgstr "Le dernier ajustement de dérive a été fait %ld secondes après 1969\n" #: hwclock/hwclock.c:323 #, c-format msgid "Last calibration done at %ld seconds after 1969\n" msgstr "La dernière calibration a été faite %ld secondes après 1969\n" #: hwclock/hwclock.c:325 #, c-format msgid "Hardware clock is on %s time\n" msgstr "L'horloge matérielle fonctionne selon le temps %s\n" #: hwclock/hwclock.c:327 msgid "unknown" msgstr "inconnu" #: hwclock/hwclock.c:351 #, c-format msgid "Waiting for clock tick...\n" msgstr "En attente d'un tic d'horloge...\n" #: hwclock/hwclock.c:357 #, c-format msgid "...synchronization failed\n" msgstr "...échec de synchronisation\n" #: hwclock/hwclock.c:359 #, c-format msgid "...got clock tick\n" msgstr "...a obtenu un tic d'horloge\n" #: hwclock/hwclock.c:413 #, c-format msgid "Invalid values in hardware clock: %4d/%.2d/%.2d %.2d:%.2d:%.2d\n" msgstr "" "valeurs invalides dans l'horloge matérielle: %4d/%.2d/%.2d %.2d:%.2d:%.2d\n" #: hwclock/hwclock.c:421 #, c-format msgid "Hw clock time : %4d/%.2d/%.2d %.2d:%.2d:%.2d = %ld seconds since 1969\n" msgstr "" "Heure de l'horloge matérielle : %4d/%.2d/%.2d %.2d:%.2d:%.2d = %ld secondes " "depuis 1969\n" #: hwclock/hwclock.c:451 #, c-format msgid "Time read from Hardware Clock: %4d/%.2d/%.2d %02d:%02d:%02d\n" msgstr "Heure lu de l'horloge matérielle: %4d/%.2d/%.2d %02d:%02d:%02d\n" #: hwclock/hwclock.c:480 #, c-format msgid "Setting Hardware Clock to %.2d:%.2d:%.2d = %ld seconds since 1969\n" msgstr "" "Initialiser l'horloge matérielle à %.2d:%.2d:%.2d = %ld secondes depuis " "1969\n" #: hwclock/hwclock.c:486 #, c-format msgid "Clock not changed - testing only.\n" msgstr "Horloge n'est pas modifiée - test seulement.\n" #: hwclock/hwclock.c:536 #, c-format msgid "" "Time elapsed since reference time has been %.6f seconds.\n" "Delaying further to reach the new time.\n" msgstr "" "Temps écoulé depuis la référence temporelle : %.6f secondes.\n" "Délai en cours pour atteindre la nouvelle heure.\n" #: hwclock/hwclock.c:572 #, c-format msgid "" "The Hardware Clock registers contain values that are either invalid (e.g. " "50th day of month) or beyond the range we can handle (e.g. Year 2095).\n" msgstr "" "Les registres de l'horloge matérielle contiennent des valeurs qui sont\n" "soit invalides (i.e. 50e jour du mois) ou en dehors de la plage\n" "pouvant être traitée (i.e. année 2095).\n" #: hwclock/hwclock.c:582 #, c-format msgid "%s %.6f seconds\n" msgstr "%s %.6f secondes\n" #: hwclock/hwclock.c:616 #, c-format msgid "No --date option specified.\n" msgstr "Aucune option --date spécifié.\n" #: hwclock/hwclock.c:622 #, c-format msgid "--date argument too long\n" msgstr "--date argument trop long\n" #: hwclock/hwclock.c:629 #, c-format msgid "" "The value of the --date option is not a valid date.\n" "In particular, it contains quotation marks.\n" msgstr "" "La valeur de l'option --date n'est pas une date valide.\n" "En particulier, elle contient des guillemets.\n" #: hwclock/hwclock.c:637 #, c-format msgid "Issuing date command: %s\n" msgstr "Émission de la commande de date: %s\n" #: hwclock/hwclock.c:641 msgid "Unable to run 'date' program in /bin/sh shell. popen() failed" msgstr "" "Échec de popen(), incapable d'exécuter « date » à partir de /bin/sh shell" #: hwclock/hwclock.c:649 #, c-format msgid "response from date command = %s\n" msgstr "réponse de la commande date = %s\n" #: hwclock/hwclock.c:651 #, c-format msgid "" "The date command issued by %s returned unexpected results.\n" "The command was:\n" " %s\n" "The response was:\n" " %s\n" msgstr "" "La commande date soumise par %s a retourné des résultats inattendus.\n" "La commande était:\n" " %s\n" "Le résultat est:\n" " %s\n" #: hwclock/hwclock.c:663 #, c-format msgid "" "The date command issued by %s returned something other than an integer where " "the converted time value was expected.\n" "The command was:\n" " %s\n" "The response was:\n" " %s\n" msgstr "" "La commande date soumise par %s a retourné quelque chose d'autre qu'un\n" "entier alors que des valeurs de temps converties étaient attendues.\n" "La commande était:\n" " %s\n" "Le résultat est:\n" " %s\n" #: hwclock/hwclock.c:674 #, c-format msgid "date string %s equates to %ld seconds since 1969.\n" msgstr "la chaîne de date %s équivaut à %ld secondes depuis 1969.\n" #: hwclock/hwclock.c:706 #, c-format msgid "" "The Hardware Clock does not contain a valid time, so we cannot set the " "System Time from it.\n" msgstr "" "L'horloge matérielle ne contient de temps valide, aussi on ne peut pas " "initialisé l'heure du système à partir d'elle.\n" #: hwclock/hwclock.c:728 hwclock/hwclock.c:804 #, c-format msgid "Calling settimeofday:\n" msgstr "Appel de settimeofday:\n" #: hwclock/hwclock.c:729 hwclock/hwclock.c:806 #, c-format msgid "\ttv.tv_sec = %ld, tv.tv_usec = %ld\n" msgstr "\ttv.tv_sec = %ld, tv.tv_usec = %ld\n" #: hwclock/hwclock.c:731 hwclock/hwclock.c:808 #, c-format msgid "\ttz.tz_minuteswest = %d\n" msgstr "\ttz.tz_minuteswest = %d\n" #: hwclock/hwclock.c:734 hwclock/hwclock.c:811 #, c-format msgid "Not setting system clock because running in test mode.\n" msgstr "" "Ne peut initialiser l'horloge système parce que le programme tourne en mode " "test.\n" #: hwclock/hwclock.c:743 hwclock/hwclock.c:820 #, c-format msgid "Must be superuser to set system clock.\n" msgstr "Vous devez être le super-usager pour initialiser l'horloge système.\n" #: hwclock/hwclock.c:746 hwclock/hwclock.c:823 msgid "settimeofday() failed" msgstr "Échec de settimeofday()" #: hwclock/hwclock.c:782 #, c-format msgid "Current system time: %ld = %s\n" msgstr "Heure courante du système : %ld = %s\n" #: hwclock/hwclock.c:805 #, c-format msgid "\tUTC: %s\n" msgstr "\tUTC : %s\n" #: hwclock/hwclock.c:852 #, c-format msgid "" "Not adjusting drift factor because the Hardware Clock previously contained " "garbage.\n" msgstr "" "Pas d'ajustement du facteur de dérive parce l'horloge matérielle contient " "déjà des donnéez corrompues.\n" #: hwclock/hwclock.c:857 #, c-format msgid "" "Not adjusting drift factor because last calibration time is zero,\n" "so history is bad and calibration startover is necessary.\n" msgstr "" "Pas d'ajustement du facteur de dérive parce le dernier de temps de " "calibration indique zéro.\n" "L'hitorique étant erroné une recalibration est nécessaire.\n" #: hwclock/hwclock.c:863 #, c-format msgid "" "Not adjusting drift factor because it has been less than a day since the " "last calibration.\n" msgstr "" "Pas d'ajustement du facteur de dérive parce qu'elle est moins qu'un jour " "depuis la dernière calibration.\n" #: hwclock/hwclock.c:911 #, c-format msgid "" "Clock drifted %.1f seconds in the past %d seconds in spite of a drift factor " "of %f seconds/day.\n" "Adjusting drift factor by %f seconds/day\n" msgstr "" "L'horloge a dérivé de %.1f secondes durant les dernières %d secondes en " "dépit d'un facteur de dérive de %f secondes/jour.\n" "Ajustement du facteur de dérive de %f secondes/jour\n" #: hwclock/hwclock.c:961 #, c-format msgid "Time since last adjustment is %d seconds\n" msgstr "L'heure depuis le dernier ajustement est de %d secondes\n" #: hwclock/hwclock.c:963 #, c-format msgid "Need to insert %d seconds and refer time back %.6f seconds ago\n" msgstr "" "Besoin d'insérer %d secondes et de faire une référence arrière dans le temps " "de %.6f secondes\n" #: hwclock/hwclock.c:992 #, c-format msgid "Not updating adjtime file because of testing mode.\n" msgstr "" "Pas de mise à jour du fichier de temps d'ajustement en raison du mode test.\n" #: hwclock/hwclock.c:993 #, c-format msgid "" "Would have written the following to %s:\n" "%s" msgstr "" "Devrait avoir écrit ce qui suit dans %s:\n" "%s" #: hwclock/hwclock.c:1001 #, c-format msgid "" "Could not open file with the clock adjustment parameters in it (%s) for " "writing" msgstr "" "Impossible d'ouvrir le fichier en écriture en ajustant les paramètres " "d'heure (%s)" #: hwclock/hwclock.c:1006 hwclock/hwclock.c:1011 #, c-format msgid "Could not update file with the clock adjustment parameters (%s) in it" msgstr "" "Impossible de mettre à jour le fichier en ajustant les paramètres d'heure (%" "s)" #: hwclock/hwclock.c:1017 #, c-format msgid "Drift adjustment parameters not updated.\n" msgstr "Ajustement des paramètres de dérive n'ont pas été mis à jour.\n" #: hwclock/hwclock.c:1058 #, c-format msgid "" "The Hardware Clock does not contain a valid time, so we cannot adjust it.\n" msgstr "" "L'horloge matérielle ne contient pas une heure valide, on ne peut l'ajuster\n" #: hwclock/hwclock.c:1066 #, c-format msgid "" "Not setting clock because last adjustment time is zero, so history is bad." msgstr "" "Heure non modifiée car le dernier temps de calibration est zéro, donc " "mauvais historique." #: hwclock/hwclock.c:1089 #, c-format msgid "Needed adjustment is less than one second, so not setting clock.\n" msgstr "" "L'ajustement requis est inférieur à une seconde, pas d'initialisation de " "l'horloge.\n" #: hwclock/hwclock.c:1115 #, c-format msgid "Using %s.\n" msgstr "Utilisant %s.\n" #: hwclock/hwclock.c:1117 #, c-format msgid "No usable clock interface found.\n" msgstr "Aucune interface d'horloge utilisable n'a été repérée.\n" #: hwclock/hwclock.c:1219 hwclock/hwclock.c:1226 #, c-format msgid "Unable to set system clock.\n" msgstr "Impossible d'initialiser l'horloge système.\n" #: hwclock/hwclock.c:1230 #, c-format msgid "Clock in UTC, not changed.\n" msgstr "Horloge au format UTC, non modifiée.\n" #: hwclock/hwclock.c:1259 #, c-format msgid "" "The kernel keeps an epoch value for the Hardware Clock only on an Alpha " "machine.\n" "This copy of hwclock was built for a machine other than Alpha\n" "(and thus is presumably not running on an Alpha now). No action taken.\n" msgstr "" "Le kernel conserve une valeur d'époque pour l'horloge matérielle uniquement " "sur une machine Alpha.\n" "Cette copie de l'horloge matérielle a été prévue pour une autre d'un autre " "type que Alpha\n" "(et présumément ne tournant pas sur un Alpha maintenant). Aucune action n'a " "été exécutée.\n" #: hwclock/hwclock.c:1268 #, c-format msgid "Unable to get the epoch value from the kernel.\n" msgstr "Impossible d'obtenir la valeur d'époque à partir du kernel.\n" #: hwclock/hwclock.c:1270 #, c-format msgid "Kernel is assuming an epoch value of %lu\n" msgstr "Le kernel assume une valeur d'époque de %lu\n" #: hwclock/hwclock.c:1273 #, c-format msgid "" "To set the epoch value, you must use the 'epoch' option to tell to what " "value to set it.\n" msgstr "" "Pour initialiser la valeur d'époque, vous devez utiliser l'option « epoch » " "pour y mettre la valeur voulue.\n" #: hwclock/hwclock.c:1276 #, c-format msgid "Not setting the epoch to %d - testing only.\n" msgstr "" "La valeur d'époque %d n'est pas utilisée pour initialisation - test " "seulement.\n" #: hwclock/hwclock.c:1279 #, c-format msgid "Unable to set the epoch value in the kernel.\n" msgstr "Impossible d'initialiser la valeur d'époque dans le kernel.\n" #: hwclock/hwclock.c:1292 misc-utils/cal.c:341 misc-utils/kill.c:189 #, c-format msgid "%s from %s\n" msgstr "%s de %s\n" # hwclock/hwclock.c:1108 #: hwclock/hwclock.c:1313 #, c-format msgid "" "hwclock - query and set the hardware clock (RTC)\n" "\n" "Usage: hwclock [function] [options...]\n" "\n" "Functions:\n" " -h | --help show this help\n" " -r | --show read hardware clock and print result\n" " --set set the rtc to the time given with --date\n" " -s | --hctosys set the system time from the hardware clock\n" " -w | --systohc set the hardware clock to the current system time\n" " --systz set the system time based on the current timezone\n" " --adjust adjust the rtc to account for systematic drift since\n" " the clock was last set or adjusted\n" " --getepoch print out the kernel's hardware clock epoch value\n" " --setepoch set the kernel's hardware clock epoch value to the \n" " value given with --epoch\n" " -v | --version print out the version of hwclock to stdout\n" "\n" "Options: \n" " -u | --utc the hardware clock is kept in UTC\n" " --localtime the hardware clock is kept in local time\n" " -f | --rtc=path special /dev/... file to use instead of default\n" " --directisa access the ISA bus directly instead of %s\n" " --badyear ignore rtc's year because the bios is broken\n" " --date specifies the time to which to set the hardware clock\n" " --epoch=year specifies the year which is the beginning of the \n" " hardware clock's epoch value\n" " --noadjfile do not access /etc/adjtime. Requires the use of\n" " either --utc or --localtime\n" " --adjfile=path specifies the path to the adjust file (default is\n" " /etc/adjtime)\n" " --test do everything except actually updating the hardware\n" " clock or anything else\n" " -D | --debug debug mode\n" "\n" msgstr "" "hwclock - interroge et positionne l'horloge matérielle RTC\n" "\n" "Utilisation : hwclock [fonction] [options...]\n" "\n" "Fonctions :\n" " --help afficher l'aide mémoire\n" " -r | --show lire l'horloge et afficher les résultats\n" " --set régler l'horloge RTC à l'heure indiquée par --date\n" " -s | --hctosys régler l'heure système à partir de l'horloge " "matérielle\n" " -w | --systohc régler l'horloge matérielle à l'heure courante du " "système\n" " --systz fixe l'heure système basée sur la zone de temps " "courante\n" " --adjust ajuste l'horloge RTC en tenant compte de la dérive\n" " systématique depuis le dernier réglage\n" " --getepoch affiche la valeur \"epoch\" du noyau pour l'horloge " "RTC\n" " --setepoch positionne la valeur \"epoch\" du noyau pour l'horloge\n" " RTC à la valeur donnée par --epoch\n" " -v | --version affiche le numéro de version de hwclock\n" "\n" "Options : \n" " -u | --utc l'horloge RTC est conservée au format universel UTC\n" " --localtime l'horloge RTC est conservée au format local\n" " -f | --rtc=chemin utiliser le périph. spécial /dev/... au lieu du défaut\n" " --directisa accéder au bus ISA directement au lieu de %s\n" " --badyear ignorer l'année donnée par la RTC (Bios mal réglé)\n" " --date spécifier l'heure pour régler l'horloge matérielle\n" " --epoch=année spécifier l'année correspondant à la valeur \n" " de départ \"epoch\" de l'horloge matérielle\n" " --noadjfile ne pas accéder à /etc/adjtime. Requiert l'utilisation\n" " de --utc ou bien --localtime\n" " --adjfile=chemin spécifie le chemin du fichier de réglage\n" " (par défaut /etc/adjtime)\n" " --test exécute le tout sans modifier l'horloge RTC ou\n" " autre\n" " -D | --debug mode débogage\n" "\n" #: hwclock/hwclock.c:1348 #, c-format msgid "" " -J|--jensen, -A|--arc, -S|--srm, -F|--funky-toy\n" " tell hwclock the type of alpha you have (see hwclock(8))\n" "\n" msgstr "" " -J|--jensen, -A|--arc, -S|--srm, -F|--funky-toy\n" " indique à \"hwclock\" le type d'alpha utilisé (voir hwclock(8))\n" "\n" #: hwclock/hwclock.c:1435 #, c-format msgid "%s: Unable to connect to audit system\n" msgstr "%s: impossible de se connecter au système d'audit\n" #: hwclock/hwclock.c:1553 #, c-format msgid "%s takes no non-option arguments. You supplied %d.\n" msgstr "" "%s ne peut pas prendre des arguments d'options qui n'en sont pas. Vous avez " "fourni %d.\n" #: hwclock/hwclock.c:1560 #, c-format msgid "" "You have specified multiple functions.\n" "You can only perform one function at a time.\n" msgstr "" "Vous avez spécifé de multiples options de fonctions.\n" "Vous ne pouvez qu'en exécuter une à la fois.\n" #: hwclock/hwclock.c:1567 #, c-format msgid "" "%s: The --utc and --localtime options are mutually exclusive. You specified " "both.\n" msgstr "" "%s: les options --utc et --localtime sont mutuellement exclusives. Vous avez " "soumis les deux.\n" #: hwclock/hwclock.c:1574 #, c-format msgid "" "%s: The --adjust and --noadjfile options are mutually exclusive. You " "specified both.\n" msgstr "" "%s: les options --adjust et --noadjfile sont mutuellement exclusives. Vous " "avez soumis les deux.\n" #: hwclock/hwclock.c:1581 #, c-format msgid "" "%s: The --adjfile and --noadjfile options are mutually exclusive. You " "specified both.\n" msgstr "" "%s: les options --adjfile et --noadjfile sont mutuellement exclusives. Vous " "avez spécifié les deux.\n" #: hwclock/hwclock.c:1590 #, c-format msgid "%s: With --noadjfile, you must specify either --utc or --localtime\n" msgstr "%s: avec --noadjfile, vous devez spécifier soit --utc ou --localtime\n" #: hwclock/hwclock.c:1604 #, c-format msgid "No usable set-to time. Cannot set clock.\n" msgstr "" "Pas utilisable pour initialiser l'heure. Ne peut initialiser l'horloge.\n" #: hwclock/hwclock.c:1621 #, c-format msgid "Sorry, only the superuser can change the Hardware Clock.\n" msgstr "Désolé, seul le super usager peut modifier l'horloge matérielle.\n" #: hwclock/hwclock.c:1626 #, c-format msgid "Sorry, only the superuser can change the System Clock.\n" msgstr "Désolé, seul le super usager peut modifier l'horloge système.\n" #: hwclock/hwclock.c:1631 #, c-format msgid "" "Sorry, only the superuser can change the Hardware Clock epoch in the " "kernel.\n" msgstr "" "Désole, seul le super usager peut modifier l'époque de l'horloge matérielle " "dans le kernel.\n" #: hwclock/hwclock.c:1651 #, c-format msgid "Cannot access the Hardware Clock via any known method.\n" msgstr "" "Ne peut accéder l'horloge matérielle par le biais d'une méthode connue.\n" #: hwclock/hwclock.c:1655 #, c-format msgid "" "Use the --debug option to see the details of our search for an access " "method.\n" msgstr "" "Utiliser l'option --debug pour voir les détails de la recherche d'une " "méthode connue.\n" #: hwclock/kd.c:53 #, c-format msgid "Waiting in loop for time from KDGHWCLK to change\n" msgstr "Attente dans la boucle d'obtention d'un changement depuis KDGHWCLK\n" #: hwclock/kd.c:56 msgid "KDGHWCLK ioctl to read time failed" msgstr "Échec de KDGHWCLK ioctl pour la lecture de l'heure" #: hwclock/kd.c:77 hwclock/rtc.c:221 #, c-format msgid "Timed out waiting for time change.\n" msgstr "" "Expiration de la minuterie lors de l'attente du changement de l'heure.\n" #: hwclock/kd.c:81 msgid "KDGHWCLK ioctl to read time failed in loop" msgstr "KDGHWCLK ioctl pour la lecture de l'heure a échoué dans une boucle" #: hwclock/kd.c:103 #, c-format msgid "ioctl() failed to read time from %s" msgstr "Échec de ioctl() lors de la lecture de l'heure depuis %s" #: hwclock/kd.c:139 msgid "ioctl KDSHWCLK failed" msgstr "Échec de ioctl KDSHWCLK" #: hwclock/kd.c:175 msgid "Can't open /dev/tty1 or /dev/vc/1" msgstr "Ne peut ouvrir /dev/tty1 ou /dev/vc/1" #: hwclock/kd.c:179 msgid "KDGHWCLK ioctl failed" msgstr "Échec de KDGHWCLK ioctl" #: hwclock/rtc.c:147 hwclock/rtc.c:241 #, c-format msgid "open() of %s failed" msgstr "Échec de open() de %s" #: hwclock/rtc.c:181 #, c-format msgid "ioctl() to %s to read the time failed.\n" msgstr "Échec ioctl() vers %s lors de la lecture de l'heure\n" #: hwclock/rtc.c:203 #, c-format msgid "Waiting in loop for time from %s to change\n" msgstr "Attente dans un boucle pour que le temps %s se modifie\n" #: hwclock/rtc.c:259 #, c-format msgid "%s does not have interrupt functions. " msgstr "%s n'a pas de fonction d'interruption" #: hwclock/rtc.c:270 #, c-format msgid "read() to %s to wait for clock tick failed" msgstr "Échec de read() de %s durant l'attente d'un tic d'horloge" #: hwclock/rtc.c:288 #, c-format msgid "select() to %s to wait for clock tick failed" msgstr "select() de %s en attente d'un tic d'horloge a échoué" #: hwclock/rtc.c:291 #, c-format msgid "select() to %s to wait for clock tick timed out\n" msgstr "" "select() de %s dont l'attente d'un tic d'horloge a expiré le délai de la " "minuterie\n" #: hwclock/rtc.c:300 #, c-format msgid "ioctl() to %s to turn off update interrupts failed" msgstr "" "ioctl() de %s a échoué durant l'arrêt des mises à jour par interruption" #: hwclock/rtc.c:303 #, c-format msgid "ioctl() to %s to turn on update interrupts failed unexpectedly" msgstr "" "ioctl() de %s a échoué pour permettre les mises à jour par interruption de " "façon inattendue" #: hwclock/rtc.c:360 #, c-format msgid "ioctl() to %s to set the time failed.\n" msgstr "ioctl() de %s a échoué lors de l'initialisation de l'heure.\n" #: hwclock/rtc.c:366 #, c-format msgid "ioctl(%s) was successful.\n" msgstr "ioctl(%s) a réussi.\n" #: hwclock/rtc.c:392 #, c-format msgid "Open of %s failed" msgstr "Ouverture de %s a échoué" #: hwclock/rtc.c:410 hwclock/rtc.c:454 #, c-format msgid "" "To manipulate the epoch value in the kernel, we must access the Linux 'rtc' " "device driver via the device special file %s. This file does not exist on " "this system.\n" msgstr "" "Pour manipuler la valeur de l'époque dans le kernel, vous devez accéder le " "pilote Linux du périphérique 'rtc. par le biais du fichier spécial %s. Ce " "fichier n'existe pas sur ce système.\n" #: hwclock/rtc.c:415 hwclock/rtc.c:459 #, c-format msgid "Unable to open %s" msgstr "Impossible d'ouvrir %s" #: hwclock/rtc.c:422 #, c-format msgid "ioctl(RTC_EPOCH_READ) to %s failed" msgstr "ioctl(RTC_EPOCH_READ) de %s a échoué" #: hwclock/rtc.c:427 #, c-format msgid "we have read epoch %ld from %s with RTC_EPOCH_READ ioctl.\n" msgstr "" "l'époque %ld a été lu à partir de %s à l'aide de RTC_EPOCH_READ ioctl().\n" #: hwclock/rtc.c:446 #, c-format msgid "The epoch value may not be less than 1900. You requested %ld\n" msgstr "" "La valeur de l'époque ne peut pas être plus petite que 1900. Vous avez " "demandé %ld\n" #: hwclock/rtc.c:464 #, c-format msgid "setting epoch to %ld with RTC_EPOCH_SET ioctl to %s.\n" msgstr "" "initilisation de l'époque à %ld à l'aide de RTC_EPOCH_SET ioctl vers %s.\n" #: hwclock/rtc.c:469 #, c-format msgid "" "The kernel device driver for %s does not have the RTC_EPOCH_SET ioctl.\n" msgstr "" "Le pilote du périphérique dans le kernel pour %s n'a pas de fonction " "RTC_EPOCH_SET ioctl().\n" #: hwclock/rtc.c:472 #, c-format msgid "ioctl(RTC_EPOCH_SET) to %s failed" msgstr "Échec de ioctl(RTC_EPOCH_SET) vers %s" #: login-utils/agetty.c:361 #, c-format msgid "%s: can't exec %s: %m" msgstr "%s: ne peut exécuter %s: %m" #: login-utils/agetty.c:384 msgid "can't malloc initstring" msgstr "ne peut exécuter malloc() pour la chaîne d'initialisation" #: login-utils/agetty.c:449 #, c-format msgid "bad timeout value: %s" msgstr "valeur erronée d'expiration de la minuterie: %s" #: login-utils/agetty.c:526 #, c-format msgid "bad speed: %s" msgstr "vitesse erronée: %s" #: login-utils/agetty.c:528 msgid "too many alternate speeds" msgstr "trop de vitesses alternatives" #: login-utils/agetty.c:630 #, c-format msgid "/dev: chdir() failed: %m" msgstr "/dev: chdir() a échoué: %m" #: login-utils/agetty.c:634 #, c-format msgid "/dev/%s: not a character device" msgstr "/dev/%s: n'est pas périphérique pour caractères" #: login-utils/agetty.c:643 #, c-format msgid "/dev/%s: cannot open as standard input: %m" msgstr "/dev/%s: ne peut ouvrir en tant qu'entrées standard: %m" #: login-utils/agetty.c:653 #, c-format msgid "%s: not open for read/write" msgstr "%s: n,est pas ouvert pour lecture/écriture" #: login-utils/agetty.c:659 #, c-format msgid "%s: dup problem: %m" msgstr "%s: problème avec dup: %m" #: login-utils/agetty.c:946 #, c-format msgid "user" msgstr "usager" #: login-utils/agetty.c:946 #, c-format msgid "users" msgstr "usagers" #: login-utils/agetty.c:1031 #, c-format msgid "%s: read: %m" msgstr "%s: lu: %m" #: login-utils/agetty.c:1078 #, c-format msgid "%s: input overrun" msgstr "%s: dépassement du tampon d'entrée" #: login-utils/agetty.c:1207 #, c-format msgid "" "Usage: %s [-8hiLmUw] [-l login_program] [-t timeout] [-I initstring] [-H " "login_host] baud_rate,... line [termtype]\n" "or\t[-hiLmw] [-l login_program] [-t timeout] [-I initstring] [-H login_host] " "line baud_rate,... [termtype]\n" msgstr "" "Utilisation : %s [-8hiLmUw] [-l programme_login] [-t expiration] [-I " "chaîne_init] [-H hôte_login] vitesse_bauds,... ligne [type_terminal]\n" "or\t[-hiLmw] [-l programme_login] [-t expiration] [-I chaîne_init] [-H " "hôte_login] ligne vitesse_bauds,... [type_terminal]\n" #: login-utils/checktty.c:91 login-utils/checktty.c:112 #, c-format msgid "login: memory low, login may fail\n" msgstr "login: bas en espace mémoire, login peut échouer\n" #: login-utils/checktty.c:92 msgid "can't malloc for ttyclass" msgstr "ne peut exécuter malloc() pour ttyclass" #: login-utils/checktty.c:113 msgid "can't malloc for grplist" msgstr "ne peut exécuter malloc() pour grplist" #: login-utils/checktty.c:554 #, c-format msgid "Login on %s from %s denied by default.\n" msgstr "Login sur %s de %s n'est pas permis par défaut.\n" #: login-utils/checktty.c:565 #, c-format msgid "Login on %s from %s denied.\n" msgstr "Login sur %s de %s n'est pas permis.\n" #: login-utils/chfn.c:133 login-utils/chsh.c:119 #, c-format msgid "%s: you (user %d) don't exist.\n" msgstr "%s: vous (usager %d) n'existez pas.\n" #: login-utils/chfn.c:140 login-utils/chsh.c:126 #, c-format msgid "%s: user \"%s\" does not exist.\n" msgstr "%s: usager « %s » n'existe pas.\n" #: login-utils/chfn.c:145 login-utils/chsh.c:131 #, c-format msgid "%s: can only change local entries; use yp%s instead.\n" msgstr "" "%s: on ne peut changer que les entrées locales; utiliser yp%s à la place.\n" #: login-utils/chfn.c:156 login-utils/chsh.c:142 msgid "Unknown user context" msgstr "contexte usager inconnu" #: login-utils/chfn.c:157 #, c-format msgid "%s: %s is not authorized to change the finger info of %s\n" msgstr "" "%s: %s n'a pas l'autorisation pour modifier les infos de finger de %s\n" #: login-utils/chfn.c:164 login-utils/chsh.c:150 #, c-format msgid "%s: Can't set default context for /etc/passwd" msgstr "%s: ne peut initialiser le contexte par défaut pour /etc/passwd" #: login-utils/chfn.c:178 #, c-format msgid "Changing finger information for %s.\n" msgstr "Modification de l'information de finger pour %s.\n" #: login-utils/chfn.c:189 login-utils/chsh.c:188 login-utils/login.c:572 #, c-format msgid "%s: PAM failure, aborting: %s\n" msgstr "%s: échec de login PAM, fin d'exécution : %s\n" #: login-utils/chfn.c:212 login-utils/chsh.c:211 login-utils/login.c:823 #: login-utils/newgrp.c:85 login-utils/simpleinit.c:340 mount/lomount.c:744 #: mount/lomount.c:747 msgid "Password: " msgstr "Mot de passe: " #: login-utils/chfn.c:215 login-utils/chsh.c:214 msgid "Incorrect password." msgstr "Mot de passe incorrect." #: login-utils/chfn.c:226 #, c-format msgid "Finger information not changed.\n" msgstr "L'information de finger n'a pas changé.\n" #: login-utils/chfn.c:328 #, c-format msgid "Usage: %s [ -f full-name ] [ -o office ] " msgstr "Utilisation : %s [ -f nom-complet ] [ -o bureau ] " #: login-utils/chfn.c:329 #, c-format msgid "" "[ -p office-phone ]\n" "\t[ -h home-phone ] " msgstr "" "[ -p no-téléphone-au-bureau ]\n" "\t[ -h no-téléphone-à-la-maison ] " #: login-utils/chfn.c:330 #, c-format msgid "[ --help ] [ --version ]\n" msgstr "[ --help ] [ --version ]\n" #: login-utils/chfn.c:378 msgid "Office" msgstr "Bureau" #: login-utils/chfn.c:379 msgid "Office Phone" msgstr "Téléphone bureau" #: login-utils/chfn.c:380 msgid "Home Phone" msgstr "Téléphone domicile" #: login-utils/chfn.c:401 login-utils/chsh.c:321 #, c-format msgid "" "\n" "Aborted.\n" msgstr "" "\n" "Abandon.\n" #: login-utils/chfn.c:434 #, c-format msgid "field is too long.\n" msgstr "le champ est trop long.\n" #: login-utils/chfn.c:442 #, c-format msgid "'%c' is not allowed.\n" msgstr "« %c » n'est pas permis.\n" #: login-utils/chfn.c:447 #, c-format msgid "Control characters are not allowed.\n" msgstr "Caractères de contrôle ne sont pas permis.\n" #: login-utils/chfn.c:512 #, c-format msgid "Finger information *NOT* changed. Try again later.\n" msgstr "" "L'information de finger *N'A PAS* changé. Essayer à nouveau plus tard.\n" #: login-utils/chfn.c:515 #, c-format msgid "Finger information changed.\n" msgstr "L'information de finger a changé.\n" #: login-utils/chsh.c:143 #, c-format msgid "%s: %s is not authorized to change the shell of %s\n" msgstr "%s: %s n'a pas l'autorisation pour modifier le shell de %s\n" #: login-utils/chsh.c:164 #, c-format msgid "" "%s: Running UID doesn't match UID of user we're altering, shell change " "denied\n" msgstr "" "%s: exécuté en UID ne concorde pas avec le UID de l'usager que l'on altère, " "modification de shall refusée\n" #: login-utils/chsh.c:170 #, c-format msgid "%s: Your shell is not in /etc/shells, shell change denied\n" msgstr "" "%s: votre shell n'est pas dans /etc/shells, modification de shell interdite\n" #: login-utils/chsh.c:177 #, c-format msgid "Changing shell for %s.\n" msgstr "Modification du shell pour %s.\n" #: login-utils/chsh.c:222 msgid "New shell" msgstr "Nouveau shell" #: login-utils/chsh.c:229 #, c-format msgid "Shell not changed.\n" msgstr "Shell n'a pas été changé.\n" #: login-utils/chsh.c:235 #, c-format msgid "Shell *NOT* changed. Try again later.\n" msgstr "Shell *N'A PAS* changé. Essayer plus tard.\n" #: login-utils/chsh.c:238 #, c-format msgid "Shell changed.\n" msgstr "Shell a changé.\n" #: login-utils/chsh.c:303 #, c-format msgid "" "Usage: %s [ -s shell ] [ --list-shells ] [ --help ] [ --version ]\n" " [ username ]\n" msgstr "" "Utilisation : %s [ -s shell ] [ --list-shells ] [ --help ] [ --version ]\n" " [ nom-usager ]\n" #: login-utils/chsh.c:349 #, c-format msgid "%s: shell must be a full path name.\n" msgstr "%s: shell doit utiliser le nom du chemin d'accès complet.\n" #: login-utils/chsh.c:353 #, c-format msgid "%s: \"%s\" does not exist.\n" msgstr "%s: « %s » n'existe pas.\n" #: login-utils/chsh.c:357 #, c-format msgid "%s: \"%s\" is not executable.\n" msgstr "%s: « %s » n'est pas exécutable.\n" #: login-utils/chsh.c:364 #, c-format msgid "%s: '%c' is not allowed.\n" msgstr "%s: « %c » n'est pas permis.\n" #: login-utils/chsh.c:368 #, c-format msgid "%s: Control characters are not allowed.\n" msgstr "%s: les caractères de contrôle ne sont par permis.\n" #: login-utils/chsh.c:375 login-utils/chsh.c:385 #, c-format msgid "Warning: \"%s\" is not listed in /etc/shells.\n" msgstr "AVERTISSEMENT: « %s » n'apparaît pas dans /etc/shells.\n" #: login-utils/chsh.c:377 #, c-format msgid "%s: \"%s\" is not listed in /etc/shells.\n" msgstr "%s: « %s » n'apparaît pas dans /etc/shells.\n" #: login-utils/chsh.c:379 #, c-format msgid "%s: Use -l option to see list.\n" msgstr "%s: utiliser l'option -l option pour voir la liste.\n" #: login-utils/chsh.c:386 #, c-format msgid "Use %s -l to see list.\n" msgstr "Utiliser %s -l pour afficher la liste.\n" #: login-utils/chsh.c:406 #, c-format msgid "No known shells.\n" msgstr "Aucun shell connu.\n" #: login-utils/islocal.c:87 #, c-format msgid "Failed to open %s for reading, exiting." msgstr "Impossible d'ouvrir %s en lecture, fin d'exécution." #: login-utils/last.c:148 msgid "usage: last [-#] [-f file] [-t tty] [-h hostname] [user ...]\n" msgstr "" "Utilisation : last [-#] [-f fichier] [-t tty] [-h nom-de-l'hôte] " "[usager ...]\n" #: login-utils/last.c:284 msgid " still logged in" msgstr " encore loggé au système" #: login-utils/last.c:306 #, c-format msgid "" "\n" "wtmp begins %s" msgstr "" "\n" "wtmp débute %s" #: login-utils/last.c:362 login-utils/last.c:380 login-utils/last.c:431 msgid "last: malloc failure.\n" msgstr "last: échec de malloc().\n" #: login-utils/last.c:407 msgid "last: gethostname" msgstr "last: obtention du nom de l'hôte" #: login-utils/last.c:456 #, c-format msgid "" "\n" "interrupted %10.10s %5.5s \n" msgstr "" "\n" "interruption %10.10s %5.5s \n" #: login-utils/login.c:197 #, c-format msgid "FATAL: can't reopen tty: %s" msgstr "Erreur fatale: ne peut réouvrir tty: %s" #: login-utils/login.c:229 msgid "FATAL: bad tty" msgstr "Erreur fatale: tty erroné" #: login-utils/login.c:436 #, c-format msgid "login: -h for super-user only.\n" msgstr "login: -h pour le super usager seulement.\n" #: login-utils/login.c:479 #, c-format msgid "usage: login [-fp] [username]\n" msgstr "Utilisation : login [-fp] [nom-d-usager]\n" #: login-utils/login.c:574 #, c-format msgid "Couldn't initialize PAM: %s" msgstr "Ne peut initialiser PAM: %s" #: login-utils/login.c:591 msgid "login: " msgstr "login: " #: login-utils/login.c:635 #, c-format msgid "FAILED LOGIN %d FROM %s FOR %s, %s" msgstr "ÉCHEC DE LOGIN %d À PARTIR DE %s POUR %s, %s" #: login-utils/login.c:640 #, c-format msgid "" "Login incorrect\n" "\n" msgstr "" "Login incorrect\n" "\n" #: login-utils/login.c:649 #, c-format msgid "TOO MANY LOGIN TRIES (%d) FROM %s FOR %s, %s" msgstr "TROP DE TENTATIVES DE LOGIN (%d) DE %s POUR %s, %s" #: login-utils/login.c:653 #, c-format msgid "FAILED LOGIN SESSION FROM %s FOR %s, %s" msgstr "ÉCHEC DE LOGIN POUR UNE SESSION DE %s POUR %s, %s" #: login-utils/login.c:658 #, c-format msgid "" "\n" "Login incorrect\n" msgstr "" "\n" "Login incorrect\n" #: login-utils/login.c:686 login-utils/login.c:693 login-utils/login.c:727 #, c-format msgid "" "\n" "Session setup problem, abort.\n" msgstr "" "\n" "Problème d'initialisation de la session, abandon.\n" #: login-utils/login.c:687 #, c-format msgid "NULL user name in %s:%d. Abort." msgstr "Nom d'usager null dans %s:%d. Abandon." #: login-utils/login.c:694 #, c-format msgid "Invalid user name \"%s\" in %s:%d. Abort." msgstr "Nom d'usager invalide « %s » dans %s:%d. Abandon." #: login-utils/login.c:713 #, c-format msgid "login: Out of memory\n" msgstr "login: mémoire épuisée\n" #: login-utils/login.c:757 msgid "Illegal username" msgstr "Nom d'usager illégal" #: login-utils/login.c:800 #, c-format msgid "%s login refused on this terminal.\n" msgstr "%s login refusé sur ce terminal.\n" #: login-utils/login.c:805 #, c-format msgid "LOGIN %s REFUSED FROM %s ON TTY %s" msgstr "LOGIN %s REFUSÉ DE %s SUR TTY %s" #: login-utils/login.c:809 #, c-format msgid "LOGIN %s REFUSED ON TTY %s" msgstr "LOGIN %s REFUSÉ SUR TTY %s" #: login-utils/login.c:863 #, c-format msgid "Login incorrect\n" msgstr "Login incorrect\n" #: login-utils/login.c:1088 #, c-format msgid "DIALUP AT %s BY %s" msgstr "APPEL à %s fait par %s" #: login-utils/login.c:1095 #, c-format msgid "ROOT LOGIN ON %s FROM %s" msgstr "ROOT LOGIN DE %s À PARTIR DE %s" #: login-utils/login.c:1098 #, c-format msgid "ROOT LOGIN ON %s" msgstr "ROOT LOGIN SUR %s" #: login-utils/login.c:1101 #, c-format msgid "LOGIN ON %s BY %s FROM %s" msgstr "LOGIN SUR %s PAR %s À PARTIR DE %s" #: login-utils/login.c:1104 #, c-format msgid "LOGIN ON %s BY %s" msgstr "LOGIN SUR %s PAR %s" #: login-utils/login.c:1125 #, c-format msgid "You have new mail.\n" msgstr "Vous avez du courrier.\n" #: login-utils/login.c:1127 #, c-format msgid "You have mail.\n" msgstr "Vous avez du courrier.\n" # login-utils/login.c:1087too many bare linefeeds.\n" #: login-utils/login.c:1171 #, c-format msgid "login: failure forking: %s" msgstr "login: échec d'établissement de relais par fork(): %s " #: login-utils/login.c:1218 #, c-format msgid "TIOCSCTTY failed: %m" msgstr "Éched de TIOCSCTTY: %m" #: login-utils/login.c:1224 msgid "setuid() failed" msgstr "échec de setuid()" #: login-utils/login.c:1230 #, c-format msgid "No directory %s!\n" msgstr "Pas de répertoire %s!\n" #: login-utils/login.c:1234 #, c-format msgid "Logging in with home = \"/\".\n" msgstr "Login avec un répertoire home = « / ».\n" #: login-utils/login.c:1242 #, c-format msgid "login: no memory for shell script.\n" msgstr "login: mémoire épuisée pour le script du shell.\n" #: login-utils/login.c:1269 #, c-format msgid "login: couldn't exec shell script: %s.\n" msgstr "login: ne peut exécuter le script du shell: %s.\n" #: login-utils/login.c:1272 #, c-format msgid "login: no shell: %s.\n" msgstr "login: pas de shell: %s.\n" #: login-utils/login.c:1287 #, c-format msgid "" "\n" "%s login: " msgstr "" "\n" "%s login: " #: login-utils/login.c:1298 #, c-format msgid "login name much too long.\n" msgstr "nom du compte usager login trop long.\n" #: login-utils/login.c:1299 msgid "NAME too long" msgstr "NOM trop long" #: login-utils/login.c:1306 #, c-format msgid "login names may not start with '-'.\n" msgstr "noms de login ne peuvent débuter avec « - ».\n" #: login-utils/login.c:1316 #, c-format msgid "too many bare linefeeds.\n" msgstr "trop de sauts de page (linefeeds)\n" #: login-utils/login.c:1317 msgid "EXCESSIVE linefeeds" msgstr "Nombre escessif de sauts de page (linefeeds)" #: login-utils/login.c:1349 #, c-format msgid "Login timed out after %d seconds\n" msgstr "Expiration du délai de grâce lors du login après %d secondes\n" #: login-utils/login.c:1437 #, c-format msgid "Last login: %.*s " msgstr "Dernier login: %.*s " #: login-utils/login.c:1441 #, c-format msgid "from %.*s\n" msgstr "à partir de %.*s\n" #: login-utils/login.c:1444 #, c-format msgid "on %.*s\n" msgstr "sur %.*s\n" #: login-utils/login.c:1470 #, c-format msgid "LOGIN FAILURE FROM %s, %s" msgstr "Échec de login à partir de %s, %s" #: login-utils/login.c:1473 #, c-format msgid "LOGIN FAILURE ON %s, %s" msgstr "Échec de login à partir de %s, %s" #: login-utils/login.c:1477 #, c-format msgid "%d LOGIN FAILURES FROM %s, %s" msgstr "%d login en échec à partir de %s, %s" #: login-utils/login.c:1480 #, c-format msgid "%d LOGIN FAILURES ON %s, %s" msgstr "%d login en échec sur %s, %s" #: login-utils/mesg.c:89 #, c-format msgid "is y\n" msgstr "est y\n" #: login-utils/mesg.c:92 #, c-format msgid "is n\n" msgstr "est n\n" #: login-utils/mesg.c:112 #, c-format msgid "usage: mesg [y | n]\n" msgstr "Utilisation : mesg [y | n]\n" #: login-utils/newgrp.c:105 msgid "newgrp: Who are you?" msgstr "newgrp: Qui êtes-vous?" #: login-utils/newgrp.c:113 login-utils/newgrp.c:127 msgid "newgrp: setgid" msgstr "newgrp: setgid" #: login-utils/newgrp.c:120 login-utils/newgrp.c:122 msgid "newgrp: No such group." msgstr "newgrp: pas de tel groupe." #: login-utils/newgrp.c:131 msgid "newgrp: Permission denied" msgstr "newgrp: permission refusée" #: login-utils/newgrp.c:138 msgid "newgrp: setuid" msgstr "newgrp: setuid" #: login-utils/newgrp.c:144 msgid "No shell" msgstr "Pas de shell" #: login-utils/shutdown.c:115 #, c-format msgid "Usage: shutdown [-h|-r] [-fqs] [now|hh:ss|+mins]\n" msgstr "Utilisation : shutdown [-h|-r] [-fqs] [now|hh:ss|+mins]\n" #: login-utils/shutdown.c:133 msgid "Shutdown process aborted" msgstr "Processus d'arrêt avorté" #: login-utils/shutdown.c:164 #, c-format msgid "%s: Only root can shut a system down.\n" msgstr "%s: seul le super usager peut arrêter un système.\n" #: login-utils/shutdown.c:258 #, c-format msgid "That must be tomorrow, can't you wait till then?\n" msgstr "Ce doit être demain, ne pouvez-vous pas attendre jusque là?\n" #: login-utils/shutdown.c:309 msgid "for maintenance; bounce, bounce" msgstr "pour l'entretien; rebondit, rebondit (ie bounce)" #: login-utils/shutdown.c:338 msgid "The system is being shut down within 5 minutes" msgstr "Le système sera arrête d'ici 5 minutes" #: login-utils/shutdown.c:342 msgid "Login is therefore prohibited." msgstr "Les logins sont par conséquent interdits." #: login-utils/shutdown.c:364 #, c-format msgid "rebooted by %s: %s" msgstr "réamorçé par %s: %s" #: login-utils/shutdown.c:367 #, c-format msgid "halted by %s: %s" msgstr "stoppé par %s: %s" #: login-utils/shutdown.c:431 msgid "" "\n" "Why am I still alive after reboot?" msgstr "" "\n" "Pourquoi suis-je encore actif après un réamorçage?" #: login-utils/shutdown.c:433 msgid "" "\n" "Now you can turn off the power..." msgstr "" "\n" "Maintenant vous pouvez éteindre l'alimentation électrique..." #: login-utils/shutdown.c:449 #, c-format msgid "Calling kernel power-off facility...\n" msgstr "Appel du service de coupure de courant électrique du kernel...\n" #: login-utils/shutdown.c:452 #, c-format msgid "Error powering off\t%s\n" msgstr "Erreur lors de la coupure de courant\t%s\n" #: login-utils/shutdown.c:460 #, c-format msgid "Executing the program \"%s\" ...\n" msgstr "Exécution du programme « %s » ...\n" #: login-utils/shutdown.c:463 #, c-format msgid "Error executing\t%s\n" msgstr "Erreur d'exécution\t%s\n" #: login-utils/shutdown.c:490 #, c-format msgid "URGENT: broadcast message from %s:" msgstr "URGENT: diffusion de message de la part de %s:" #: login-utils/shutdown.c:496 #, c-format msgid "System going down in %d hours %d minutes" msgstr "Le système sera arrêté dans %d heures %d minutes" #: login-utils/shutdown.c:499 #, c-format msgid "System going down in 1 hour %d minutes" msgstr "Le système sera arrêté dans 1 heure %d minutes" #: login-utils/shutdown.c:502 #, c-format msgid "System going down in %d minutes\n" msgstr "Le système sera arrêté dans %d minutes\n" #: login-utils/shutdown.c:505 #, c-format msgid "System going down in 1 minute\n" msgstr "Le système sera arrêté dans 1 minute\n" #: login-utils/shutdown.c:507 #, c-format msgid "System going down IMMEDIATELY!\n" msgstr "Le système sera arrêté IMMÉDIATEMENT!\n" #: login-utils/shutdown.c:512 #, c-format msgid "\t... %s ...\n" msgstr "\t... %s ...\n" #: login-utils/shutdown.c:569 msgid "Cannot fork for swapoff. Shrug!" msgstr "Ne peut établir un relais pour swapoff." #: login-utils/shutdown.c:577 msgid "Cannot exec swapoff, hoping umount will do the trick." msgstr "Ne peut exécuter un swapoff, en espérant que umount fera le travail." #: login-utils/shutdown.c:596 msgid "Cannot fork for umount, trying manually." msgstr "Ne peut établir un relais fork() pour umount, essayer manuellement." #: login-utils/shutdown.c:605 #, c-format msgid "Cannot exec %s, trying umount.\n" msgstr "Ne peut exécuter %s, on tente un umount.\n" #: login-utils/shutdown.c:609 msgid "Cannot exec umount, giving up on umount." msgstr "Ne peut exécuter un umount, abandon sur le umount." #: login-utils/shutdown.c:614 msgid "Unmounting any remaining filesystems..." msgstr "Démonter tous les systèmes de fichiers restants..." #: login-utils/shutdown.c:661 #, c-format msgid "shutdown: Couldn't umount %s: %s\n" msgstr "arrêt système: ne peut démonter %s: %s\n" #: login-utils/simpleinit.c:132 msgid "Booting to single user mode.\n" msgstr "Amorçage en mode usager simple.\n" #: login-utils/simpleinit.c:136 msgid "exec of single user shell failed\n" msgstr "échec d'exécution du shell usager simple\n" #: login-utils/simpleinit.c:140 msgid "fork of single user shell failed\n" msgstr "échec du fork() du shell de l'usager simple\n" #: login-utils/simpleinit.c:208 msgid "error opening fifo\n" msgstr "erreur d'ouverture d'un fifo\n" #: login-utils/simpleinit.c:212 msgid "error setting close-on-exec on /dev/initctl" msgstr "erreur d'initialisaton close-on-exec sur /dev/initctl" #: login-utils/simpleinit.c:259 msgid "error running finalprog\n" msgstr "erreur d'exécution de finalprog\n" #: login-utils/simpleinit.c:263 msgid "error forking finalprog\n" msgstr "erreur de fork() de finalprog\n" #: login-utils/simpleinit.c:345 msgid "" "\n" "Wrong password.\n" msgstr "" "\n" "Mot de passe erroné.\n" #: login-utils/simpleinit.c:418 msgid "lstat of path failed\n" msgstr "échec d'évaluation par lstat() du chemin\n" #: login-utils/simpleinit.c:426 msgid "stat of path failed\n" msgstr "échec d'évaluation par stat du chemin\n" #: login-utils/simpleinit.c:434 msgid "open of directory failed\n" msgstr "échec d'ouverture du répertoire\n" #: login-utils/simpleinit.c:501 #, c-format msgid "respawning: \"%s\" too fast: quenching entry\n" msgstr "régénération : \"%s\" trop rapide : extinction de l'entrée\n" #: login-utils/simpleinit.c:509 msgid "fork failed\n" msgstr "échec de fork()\n" #: login-utils/simpleinit.c:540 text-utils/more.c:1629 msgid "exec failed\n" msgstr "échec de exec()\n" #: login-utils/simpleinit.c:564 msgid "cannot open inittab\n" msgstr "ne peut ouvrir inittab\n" #: login-utils/simpleinit.c:631 msgid "no TERM or cannot stat tty\n" msgstr "pas de TERM ou ne peut évaluer tty par stat()\n" #: login-utils/simpleinit.c:938 #, c-format msgid "error stopping service: \"%s\"\n" msgstr "erreur en arrêtant le service : \"%s\"\n" #: login-utils/simpleinit.c:950 #, c-format msgid "Stopped service: %s\n" msgstr "Service arrêté : %s\n" #: login-utils/simpleinit.c:1070 #, c-format msgid "error running programme: \"%s\"\n" msgstr "erreur d'exécution du programme : \"%s\"\n" #: login-utils/ttymsg.c:75 msgid "too many iov's (change code in wall/ttymsg.c)" msgstr "trop de iov (modifier le code dans wall/ttymsg.c)" #: login-utils/ttymsg.c:85 #, c-format msgid "excessively long line arg" msgstr "ligne d'arguments excessivement longue" #: login-utils/ttymsg.c:140 #, c-format msgid "cannot fork" msgstr "ne peut faire de relais fork()" #: login-utils/ttymsg.c:144 #, c-format msgid "fork: %s" msgstr "fork: %s" #: login-utils/ttymsg.c:174 #, c-format msgid "%s: BAD ERROR" msgstr "%s: MAUVAISE EEREUR" #: login-utils/vipw.c:143 #, c-format msgid "%s: the password file is busy.\n" msgstr "%s: le fichier de mots de passe est occupé.\n" #: login-utils/vipw.c:146 #, c-format msgid "%s: the group file is busy.\n" msgstr "%s: le fichier de groupes est occupé.\n" #: login-utils/vipw.c:162 #, c-format msgid "%s: the %s file is busy (%s present)\n" msgstr "%s: le fichier %s est occupé (%s présent)\n" #: login-utils/vipw.c:168 #, c-format msgid "%s: can't link %s: %s\n" msgstr "%s: ne peut faire un lien %s: %s\n" #: login-utils/vipw.c:202 #, c-format msgid "%s: Can't get context for %s" msgstr "%s: ne peut obtenir le contexte pour %s" #: login-utils/vipw.c:208 #, c-format msgid "%s: Can't set context for %s" msgstr "%s: ne peut initialiser le contexte pour %s" #: login-utils/vipw.c:217 #, c-format msgid "%s: can't unlock %s: %s (your changes are still in %s)\n" msgstr "" "%s: ne peut déverrouiller %s: %s (vos modifications sont encore dans %s)\n" #: login-utils/vipw.c:240 #, c-format msgid "%s: Cannot fork\n" msgstr "%s: ne peut faire un relais par fork()\n" #: login-utils/vipw.c:276 #, c-format msgid "%s: %s unchanged\n" msgstr "%s: %s n'a pas changé\n" #: login-utils/vipw.c:297 #, c-format msgid "%s: no changes made\n" msgstr "%s: aucun changement n'a été fait\n" #: login-utils/vipw.c:350 #, c-format msgid "You are using shadow groups on this system.\n" msgstr "Vous utilisez 'shadow groups» sur ce système.\n" #: login-utils/vipw.c:351 #, c-format msgid "You are using shadow passwords on this system.\n" msgstr "Vous utilisez 'shadow passwords» sur ce système.\n" #: login-utils/vipw.c:352 #, c-format msgid "Would you like to edit %s now [y/n]? " msgstr "Voulez-vous éditer %s maintenant [y/n]? " #: login-utils/wall.c:112 #, c-format msgid "usage: %s [file]\n" msgstr "Utilisation : %s [fichier]\n" #: login-utils/wall.c:167 #, c-format msgid "%s: can't open temporary file.\n" msgstr "%s: ne peut ouvrir un fichier temporaires.\n" #: login-utils/wall.c:194 #, c-format msgid "Broadcast Message from %s@%s" msgstr "Diffusion de message de %s@%s" #: login-utils/wall.c:212 #, c-format msgid "%s: will not read %s - use stdin.\n" msgstr "%s: ne lira pas %s - utiliser stdin.\n" #: login-utils/wall.c:217 #, c-format msgid "%s: can't read %s.\n" msgstr "%s: ne peut lire %s.\n" #: login-utils/wall.c:240 #, c-format msgid "%s: can't stat temporary file.\n" msgstr "%s: ne peut évaluer par stat() le fichier temporaire.\n" #: login-utils/wall.c:250 #, c-format msgid "%s: can't read temporary file.\n" msgstr "%s: ne peut lire du fichier temporaire.\n" #: misc-utils/cal.c:358 misc-utils/cal.c:370 #, c-format msgid "illegal day value: use 1-%d" msgstr "valeur de jour incorrecte : utiliser 1-%d" #: misc-utils/cal.c:362 msgid "illegal month value: use 1-12" msgstr "valeur de mois illégal: utiliser 1-12" #: misc-utils/cal.c:366 msgid "illegal year value: use 1-9999" msgstr "valeur d'année illégale: utiliser 1-9999" #: misc-utils/cal.c:460 #, c-format msgid "%s %d" msgstr "%s %d" #: misc-utils/cal.c:851 #, c-format msgid "usage: cal [-13smjyV] [[[day] month] year]\n" msgstr "Utilisation : cal [-13smjyV] [[[jour] mois] année]\n" #: misc-utils/ddate.c:203 #, c-format msgid "usage: %s [+format] [day month year]\n" msgstr "Utilisation : %s [+format] [jour mois année]\n" #: misc-utils/ddate.c:250 msgid "St. Tib's Day" msgstr "Jour de la St. Tib" #: misc-utils/findfs.c:24 #, c-format msgid "Usage: %s LABEL=