1/*	$NetBSD: msg.mbr.fr,v 1.6 2019/06/12 06:20:17 martin Exp $	*/
2
3/*
4 * Copyright 1997 Piermont Information Systems Inc.
5 * All rights reserved.
6 *
7 * Written by Philip A. Nelson for Piermont Information Systems Inc.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions
11 * are met:
12 * 1. Redistributions of source code must retain the above copyright
13 *    notice, this list of conditions and the following disclaimer.
14 * 2. Redistributions in binary form must reproduce the above copyright
15 *    notice, this list of conditions and the following disclaimer in the
16 *    documentation and/or other materials provided with the distribution.
17 * 3. The name of Piermont Information Systems Inc. may not be used to endorse
18 *    or promote products derived from this software without specific prior
19 *    written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
22 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
25 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
31 * THE POSSIBILITY OF SUCH DAMAGE.
32 *
33 */
34
35/* MD Message catalog -- french, i386 version */
36
37message mbr_part_header_1	{Type}
38message mbr_part_header_2	{Mount}
39.if BOOTSEL
40message mbr_part_header_3	{Menu}
41.endif
42
43message noactivepart
44{Vous n'avez pas choisi de partition active.
45Cela peut emp�cher votre syst�me de d�marrer correctement.}
46
47message fixactivepart
48{
49Dois-je marquer la partition NetBSD comme active ?}
50
51message setbiosgeom
52{
53La g�om�trie du disque doit �tre pr�cis�e.
54Veuillez entrer le nombre de secteurs par piste (maximum 63) et le nombre de
55t�tes (maximum 256) que le BIOS utilise pour acc�der au disque.
56Le nombre de cylindres sera d�duit de la taille du disque.
57
58}
59
60message nobiosgeom
61{Sysinst n'a pas pu d�terminer automatiquement la g�om�trie utilis�e par le
62BIOS pour votre disque. 
63La g�om�trie physique est %d cylindres %d secteurs %d t�tes\n}
64
65message biosguess
66{En utilisant les informations d�j� pr�sentes sur le disque, il semble que
67la g�om�trie utilis�e par le BIOS soit de %d cylindres, %d secteurs et %d t�tes\n}
68
69message realgeom
70{ g�om r�elle : %d cylindres, %d t�tes, %d secteurs (pour information)\n}
71
72message biosgeom
73{ g�om fdisk :  %d cylindres, %d t�tes, %d secteurs \n}
74
75message ptn_active
76{active}
77.if BOOTSEL
78message bootmenu
79{menu de d�marrage}
80message boot_dflt
81{d�faut}
82.endif
83
84message mbr_get_ptn_id {Type de partition (0..255)}
85message Only_one_extended_ptn {Il ne peut y avoir qu'une seule partition �tendue}
86
87message mbr_flags	{ad}
88message mbr_flag_desc
89.if BOOTSEL
90{, (Ac)tive partition, bootselect (d)efault}
91.else
92{, (A)ctive partition}
93.endif
94
95/* Called with:				Example
96 *  $0 = device name			wd0
97 *  $1 = outer partitioning name	Master Boot Record (MBR)
98 *  $2 = short version of $1		MBR
99 */
100message dofdisk
101{Configuration de la table de partition $2...
102}
103
104message wmbrfail
105{L'�criture du MBR a �chou�. Nous ne pouvons continuer.}
106
107message mbr_inside_ext
108{The partition needs to start within the Extended Partition}
109
110message mbr_ext_nofit
111{The Extended Partition must be able to hold all contained partitions}
112
113message mbr_ext_not_empty
114{Can not delete a non-empty extended partition!}
115
116message mbr_no_free_primary_have_ext
117{This partition is not inside the extended partition
118and there is no free slot in the primary boot record}
119
120message mbr_no_free_primary_no_ext
121{No space in the primary boot block.
122You may consider deleting one partition, creating an extended partition
123and then re-adding the deleted one}
124
125.if 0
126.if BOOTSEL
127message Set_timeout_value
128{Modifier le temps d'attente}
129
130message bootseltimeout
131{Temps d'attente : %d\n}
132
133.endif
134.endif
135
136message parttype_mbr {Master Boot Record (MBR)}
137message parttype_mbr_short {MBR}
138
139message mbr_type_invalid	{Invalid partition type (0 .. 255)}
140