Home | History | Annotate | Line # | Download | only in sysinst
msg.pm.fr revision 1.1
      1  1.1  martin /*	$NetBSD: msg.pm.fr,v 1.1 2019/06/12 06:20:18 martin Exp $	*/
      2  1.1  martin 
      3  1.1  martin /*
      4  1.1  martin  * Copyright 1997 Piermont Information Systems Inc.
      5  1.1  martin  * All rights reserved.
      6  1.1  martin  *
      7  1.1  martin  * Written by Philip A. Nelson for Piermont Information Systems Inc.
      8  1.1  martin  *
      9  1.1  martin  * Redistribution and use in source and binary forms, with or without
     10  1.1  martin  * modification, are permitted provided that the following conditions
     11  1.1  martin  * are met:
     12  1.1  martin  * 1. Redistributions of source code must retain the above copyright
     13  1.1  martin  *    notice, this list of conditions and the following disclaimer.
     14  1.1  martin  * 2. Redistributions in binary form must reproduce the above copyright
     15  1.1  martin  *    notice, this list of conditions and the following disclaimer in the
     16  1.1  martin  *    documentation and/or other materials provided with the distribution.
     17  1.1  martin  * 3. The name of Piermont Information Systems Inc. may not be used to endorse
     18  1.1  martin  *    or promote products derived from this software without specific prior
     19  1.1  martin  *    written permission.
     20  1.1  martin  *
     21  1.1  martin  * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
     22  1.1  martin  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     23  1.1  martin  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     24  1.1  martin  * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
     25  1.1  martin  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     26  1.1  martin  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     27  1.1  martin  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     28  1.1  martin  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     29  1.1  martin  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     30  1.1  martin  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
     31  1.1  martin  * THE POSSIBILITY OF SUCH DAMAGE.
     32  1.1  martin  *
     33  1.1  martin  */
     34  1.1  martin 
     35  1.1  martin /* extended partition manager message catalog -- French, machine independent */
     36  1.1  martin 
     37  1.1  martin message fillzeros {Remplir de zros}
     38  1.1  martin message fillrandom {Remplissez par des donnes alatoires}
     39  1.1  martin message fillcrypto {Remplissez par crypto donnes}
     40  1.1  martin message raid0 {0 - Pas de parit, l'entrelacement seulement simple.}
     41  1.1  martin message raid1 {1 - Mirroring. La parit est le miroir.}
     42  1.1  martin message raid4 {4 - Entrelacement avec parit stockes sur le dernier composant. component.}
     43  1.1  martin message raid5 {5 - Entrelacement avec parit  tous les composants. components.}
     44  1.1  martin 
     45  1.1  martin message wannaunblock {L'appareil est bloqu. Voulez-vous forcer le dbloquer et continuer? unblock it and continue?}
     46  1.1  martin message wannatry {Voulez-vous essayer?}
     47  1.1  martin message create_cgd {Le volume cryptographique Crer (CGD)}
     48  1.1  martin message create_cnd {Crer une image de disque virtuel (VND)}
     49  1.1  martin message create_vg {Crer un groupe de volumes LVM (VG)}
     50  1.1  martin message create_lv {Crer un volume logique}
     51  1.1  martin message create_raid {Crer un RAID logiciel}
     52  1.1  martin message updpmlist {Mettre  jour la liste des dispositifs}
     53  1.1  martin message savepm {Enregistrer les modifications}
     54  1.1  martin message pmblocked {BLOQUE}
     55  1.1  martin message pmunchanged {INCHANG}
     56  1.1  martin message pmsetboot {BOOT}
     57  1.1  martin message pmused {UTILIS}
     58  1.1  martin message pmmounted {(mont)}
     59  1.1  martin message pmunused {(non utilis)}
     60  1.1  martin message pmgptdisk {Disque avec GPT}
     61  1.1  martin 
     62  1.1  martin message finishpm {Terminer le partitionnement}
     63  1.1  martin message limitcount {Limite pour le nombre de dispositifs a t atteint!}
     64  1.1  martin message invaliddev {Blancs appareil!}
     65  1.1  martin message avdisks {Disques disponibles:}
     66  1.1  martin message nofreedev {Impossible d'allouer noeud de priphrique!}
     67  1.1  martin message partman_header
     68  1.1  martin {Gestionnaire de partition. Tous les disques, les partitions et etc affich.
     69  1.1  martin Si vous souhaitez utiliser RAID, LVM ou DMC, procdez comme suit:
     70  1.1  martin 1) Crer les partitions de type de besoin; 2) Crer un systme RAID /
     71  1.1  martin LVM VG / DMC utilisation de ces partitions; 3) la sauver;
     72  1.1  martin 4) Crer des partitions pour les volumes RAID / DMC ou logique par LVM.}
     73  1.1  martin 
     74  1.1  martin /* used to form strings like: "vnd0 on /var/tmp/disk1.img" */
     75  1.1  martin message        pm_menu_on {sur}
     76  1.1  martin /* Called with: 			Example
     77  1.1  martin  *  $0 = device name			raid0
     78  1.1  martin  *  $1 = raid level		       1
     79  1.1  martin  */
     80  1.1  martin message raid_menufmt {$0 (niveau $1)}
     81  1.1  martin message raid_err_menufmt {RAID VIDE!}
     82  1.1  martin message raid_disks_fmt {Disques}
     83  1.1  martin message raid_spares_fmt {Pices de rechange}
     84  1.1  martin message raid_level_fmt {Niveau RAID}
     85  1.1  martin message raid_numrow_fmt {numRow}
     86  1.1  martin message raid_numcol_fmt {numCol}
     87  1.1  martin message raid_numspare_fmt {numSpare}
     88  1.1  martin message raid_sectpersu_fmt {sectPerSU}
     89  1.1  martin message raid_superpar_fmt {SUsPerParityUnit}
     90  1.1  martin message raid_superrec_fmt {SUsPerReconUnit}
     91  1.1  martin message raid_nomultidim {Tableaux multi-dimensionnels sont pas pris en charge!}
     92  1.1  martin message raid_numrow_ask {numRow?}
     93  1.1  martin message raid_numcol_ask {numCol?}
     94  1.1  martin message raid_numspare_ask {numSpare?}
     95  1.1  martin message raid_sectpersu_ask {sectPerSU?}
     96  1.1  martin message raid_superpar_ask {SUsPerParityUnit?}
     97  1.1  martin message raid_superrec_ask {SUsPerReconUnit?}
     98  1.1  martin message raid_disks {Disques en RAID}
     99  1.1  martin message vnd_err_menufmt {PATH NOT DEFINED!}
    100  1.1  martin message vnd_assign {ASSIGN}
    101  1.1  martin message vnd_path_fmt {Chemin du fichier}
    102  1.1  martin message vnd_assign_fmt {Create new image}
    103  1.1  martin message vnd_size_fmt {Taille}
    104  1.1  martin message vnd_ro_fmt {Read-only}
    105  1.1  martin message vnd_geom_fmt {Dfinir la gomtrie  la main}
    106  1.1  martin message vnd_bps_fmt {Octets par secteur}
    107  1.1  martin message vnd_spt_fmt {Secteurs par piste}
    108  1.1  martin message vnd_tpc_fmt {Pistes par cylindre}
    109  1.1  martin message vnd_cyl_fmt {Cylindres}
    110  1.1  martin message vnd_path_ask {Chemin du fichier?}
    111  1.1  martin message vnd_size_ask {Taille (MB)?}
    112  1.1  martin message vnd_bps_ask {Octets par secteur?}
    113  1.1  martin message vnd_spt_ask {Secteurs par piste?}
    114  1.1  martin message vnd_tpc_ask {Pistes par cylindre?}
    115  1.1  martin message vnd_cyl_ask {Cylindres}
    116  1.1  martin message cgd_err_menufmt {DISQUE NON DEFINI!}
    117  1.1  martin message cgd_dev_fmt {Dispositif de base}
    118  1.1  martin message cgd_enc_fmt {Chiffrage}
    119  1.1  martin message cgd_key_fmt {Taille de la cl}
    120  1.1  martin message cgd_iv_fmt {Algorithme IV}
    121  1.1  martin message cgd_keygen_fmt {La gnration des cls}
    122  1.1  martin message cgd_verif_fmt {Mthode de vrification}
    123  1.1  martin message lvm_disks {Disques  VG}
    124  1.1  martin message lvm_err_menufmt {VIDER VG!}
    125  1.1  martin message lvm_disks_fmt {PV's}
    126  1.1  martin message lvm_name_fmt {Nom}
    127  1.1  martin message lvm_maxlv_fmt {MaxLogicalVolumes}
    128  1.1  martin message lvm_maxpv_fmt {MaxPhysicalVolumes}
    129  1.1  martin message lvm_extsiz_fmt {PhysicalExtentSize}
    130  1.1  martin message lvm_name_ask {Nom?}
    131  1.1  martin message lvm_maxlv_ask {MaxLogicalVolumes?}
    132  1.1  martin message lvm_maxpv_ask {MaxPhysicalVolumes?}
    133  1.1  martin message lvm_extsiz_ask {PhysicalExtentSize (MB)?}
    134  1.1  martin message lvmlv_menufmt {Logique volume}
    135  1.1  martin message lvmlv_name_fmt {Nom}
    136  1.1  martin message lvmlv_size_fmt {Taille}
    137  1.1  martin message lvmlv_ro_fmt {Read-only}
    138  1.1  martin message lvmlv_cont_fmt {Contigu}
    139  1.1  martin message lvmlv_extnum_fmt {LogicalExtentsNumber}
    140  1.1  martin message lvmlv_minor_fmt {Nombre mineur}
    141  1.1  martin message lvmlv_mirrors_fmt {Miroirs}
    142  1.1  martin message lvmlv_regsiz_fmt {MirrorLogRegionSize}
    143  1.1  martin message lvmlv_pers_fmt {Persistante numro mineur}
    144  1.1  martin message lvmlv_readahsect_fmt {ReadAheadSectors}
    145  1.1  martin message lvmlv_stripes_fmt {Rayures}
    146  1.1  martin message lvmlv_stripesiz_fmt {Stripesize}
    147  1.1  martin message lvmlv_zero_fmt {Remise  zro de la KB d'abord}
    148  1.1  martin message lvmlv_name_ask {Nom?}
    149  1.1  martin message lvmlv_size_ask {Taille (MB)?}
    150  1.1  martin message lvmlv_extnum_ask {LogicalExtentsNumber?}
    151  1.1  martin message lvmlv_minor_ask {Numro mineur?}
    152  1.1  martin message lvmlv_mirrors_ask {Miroirs?}
    153  1.1  martin message lvmlv_regsiz_ask {MirrorLogRegionSize?}
    154  1.1  martin message lvmlv_readahsect_ask {ReadAheadSectors?}
    155  1.1  martin message lvmlv_stripes_ask {Stripes?}
    156  1.1  martin 
    157