msg.mbr.fr revision 1.6 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
37 message mbr_part_header_1 {Type}
38 message mbr_part_header_2 {Mount}
39 .if BOOTSEL
40 message mbr_part_header_3 {Menu}
41 .endif
42
43 message noactivepart
44 {Vous n'avez pas choisi de partition active.
45 Cela peut empcher votre systme de dmarrer correctement.}
46
47 message fixactivepart
48 {
49 Dois-je marquer la partition NetBSD comme active ?}
50
51 message setbiosgeom
52 {
53 La gomtrie du disque doit tre prcise.
54 Veuillez entrer le nombre de secteurs par piste (maximum 63) et le nombre de
55 ttes (maximum 256) que le BIOS utilise pour accder au disque.
56 Le nombre de cylindres sera dduit de la taille du disque.
57
58 }
59
60 message nobiosgeom
61 {Sysinst n'a pas pu dterminer automatiquement la gomtrie utilise par le
62 BIOS pour votre disque.
63 La gomtrie physique est %d cylindres %d secteurs %d ttes\n}
64
65 message biosguess
66 {En utilisant les informations dj prsentes sur le disque, il semble que
67 la gomtrie utilise par le BIOS soit de %d cylindres, %d secteurs et %d ttes\n}
68
69 message realgeom
70 { gom relle : %d cylindres, %d ttes, %d secteurs (pour information)\n}
71
72 message biosgeom
73 { gom fdisk : %d cylindres, %d ttes, %d secteurs \n}
74
75 message ptn_active
76 {active}
77 .if BOOTSEL
78 message bootmenu
79 {menu de dmarrage}
80 message boot_dflt
81 {dfaut}
82 .endif
83
84 message mbr_get_ptn_id {Type de partition (0..255)}
85 message Only_one_extended_ptn {Il ne peut y avoir qu'une seule partition tendue}
86
87 message mbr_flags {ad}
88 message 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 */
100 message dofdisk
101 {Configuration de la table de partition $2...
102 }
103
104 message wmbrfail
105 {L'criture du MBR a chou. Nous ne pouvons continuer.}
106
107 message mbr_inside_ext
108 {The partition needs to start within the Extended Partition}
109
110 message mbr_ext_nofit
111 {The Extended Partition must be able to hold all contained partitions}
112
113 message mbr_ext_not_empty
114 {Can not delete a non-empty extended partition!}
115
116 message mbr_no_free_primary_have_ext
117 {This partition is not inside the extended partition
118 and there is no free slot in the primary boot record}
119
120 message mbr_no_free_primary_no_ext
121 {No space in the primary boot block.
122 You may consider deleting one partition, creating an extended partition
123 and then re-adding the deleted one}
124
125 .if 0
126 .if BOOTSEL
127 message Set_timeout_value
128 {Modifier le temps d'attente}
129
130 message bootseltimeout
131 {Temps d'attente : %d\n}
132
133 .endif
134 .endif
135
136 message parttype_mbr {Master Boot Record (MBR)}
137 message parttype_mbr_short {MBR}
138
139 message mbr_type_invalid {Invalid partition type (0 .. 255)}
140