-
Notifications
You must be signed in to change notification settings - Fork 4
/
lang_fr.h
274 lines (245 loc) · 20.7 KB
/
lang_fr.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
/*
MS-DOS Player for Win32 console
Author : Takeda.Toshiya
Date : 2024.07.14-
*/
#ifndef _LANG_FR_H_
#define _LANG_FR_H_
/* ----------------------------------------------------------------------------
French messages (850: DOS Latin 1)
---------------------------------------------------------------------------- */
// Invalid function
const BYTE standard_error_french_01[] = {0x46,0x6F,0x6E,0x63,0x74,0x69,0x6F,0x6E,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// File not found
const BYTE standard_error_french_02[] = {0x46,0x69,0x63,0x68,0x69,0x65,0x72,0x20,0x6E,0x6F,0x6E,0x20,0x74,0x72,0x6F,0x75,0x76,0x82,0x00};
// Path not found
const BYTE standard_error_french_03[] = {0x43,0x68,0x65,0x6D,0x69,0x6E,0x20,0x6E,0x6F,0x6E,0x20,0x74,0x72,0x6F,0x75,0x76,0x82,0x00};
// Too many open files
const BYTE standard_error_french_04[] = {0x54,0x72,0x6F,0x70,0x20,0x64,0x65,0x20,0x66,0x69,0x63,0x68,0x69,0x65,0x72,0x73,0x20,0x6F,0x75,0x76,0x65,0x72,0x74,0x73,0x00};
// Access denied
const BYTE standard_error_french_05[] = {0x41,0x63,0x63,0x8A,0x73,0x20,0x72,0x65,0x66,0x75,0x73,0x82,0x00};
// Invalid handle
const BYTE standard_error_french_06[] = {0x44,0x65,0x73,0x63,0x72,0x69,0x70,0x74,0x65,0x75,0x72,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Memory control blocks destroyed
const BYTE standard_error_french_07[] = {0x42,0x6C,0x6F,0x63,0x73,0x20,0x64,0x65,0x20,0x63,0x6F,0x6E,0x74,0x72,0x93,0x6C,0x65,0x20,0x6D,0x82,0x6D,0x6F,0x69,0x72,0x65,0x20,0x64,0x82,0x74,0x72,0x75,0x69,0x74,0x73,0x00};
// Insufficient memory
const BYTE standard_error_french_08[] = {0x4D,0x82,0x6D,0x6F,0x69,0x72,0x65,0x20,0x69,0x6E,0x73,0x75,0x66,0x66,0x69,0x73,0x61,0x6E,0x74,0x65,0x00};
// Invalid memory block address
const BYTE standard_error_french_09[] = {0x41,0x64,0x72,0x65,0x73,0x73,0x65,0x20,0x64,0x65,0x20,0x62,0x6C,0x6F,0x63,0x20,0x6D,0x82,0x6D,0x6F,0x69,0x72,0x65,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Invalid Environment
const BYTE standard_error_french_0A[] = {0x45,0x6E,0x76,0x69,0x72,0x6F,0x6E,0x6E,0x65,0x6D,0x65,0x6E,0x74,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Invalid format
const BYTE standard_error_french_0B[] = {0x46,0x6F,0x72,0x6D,0x61,0x74,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Invalid function parameter
const BYTE standard_error_french_0C[] = {0x50,0x61,0x72,0x61,0x6D,0x8A,0x74,0x72,0x65,0x20,0x64,0x65,0x20,0x66,0x6F,0x6E,0x63,0x74,0x69,0x6F,0x6E,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Invalid data
const BYTE standard_error_french_0D[] = {0x44,0x6F,0x6E,0x6E,0x82,0x65,0x73,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x73,0x00};
// Invalid drive specification
const BYTE standard_error_french_0F[] = {0x53,0x70,0x82,0x63,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6F,0x6E,0x20,0x64,0x75,0x20,0x6C,0x65,0x63,0x74,0x65,0x75,0x72,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Attempt to remove current directory
const BYTE standard_error_french_10[] = {0x54,0x65,0x6E,0x74,0x61,0x74,0x69,0x76,0x65,0x20,0x64,0x65,0x20,0x73,0x75,0x70,0x70,0x72,0x65,0x73,0x73,0x69,0x6F,0x6E,0x20,0x64,0x75,0x20,0x72,0x82,0x70,0x65,0x72,0x74,0x6F,0x69,0x72,0x65,0x20,0x65,0x6E,0x20,0x63,0x6F,0x75,0x72,0x73,0x00};
// Not same device
const BYTE standard_error_french_11[] = {0x50,0x61,0x73,0x20,0x6C,0x65,0x20,0x6D,0x88,0x6D,0x65,0x20,0x70,0x82,0x72,0x69,0x70,0x68,0x82,0x72,0x69,0x71,0x75,0x65,0x00};
// No more files
const BYTE standard_error_french_12[] = {0x50,0x6C,0x75,0x73,0x20,0x64,0x65,0x20,0x66,0x69,0x63,0x68,0x69,0x65,0x72,0x00};
// Write protect error
const BYTE critical_error_french_00[] = {0x45,0x72,0x72,0x65,0x75,0x72,0x20,0x64,0x65,0x20,0x70,0x72,0x6F,0x74,0x65,0x63,0x74,0x69,0x6F,0x6E,0x20,0x65,0x6E,0x20,0x82,0x63,0x72,0x69,0x74,0x75,0x72,0x65,0x00};
// Invalid unit
const BYTE critical_error_french_01[] = {0x4C,0x65,0x63,0x74,0x65,0x75,0x72,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Not ready
const BYTE critical_error_french_02[] = {0x4E,0x6F,0x6E,0x20,0x70,0x72,0x88,0x74,0x00};
// Invalid device request
const BYTE critical_error_french_03[] = {0x52,0x65,0x71,0x75,0x88,0x74,0x65,0x20,0x70,0x82,0x72,0x69,0x70,0x68,0x82,0x72,0x69,0x71,0x75,0x65,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Data error
const BYTE critical_error_french_04[] = {0x45,0x72,0x72,0x65,0x75,0x72,0x20,0x64,0x65,0x20,0x64,0x6F,0x6E,0x6E,0x82,0x65,0x73,0x00};
// Invalid device request parameters
const BYTE critical_error_french_05[] = {0x50,0x61,0x72,0x61,0x6D,0x8A,0x74,0x72,0x65,0x73,0x20,0x64,0x65,0x20,0x72,0x65,0x71,0x75,0x88,0x74,0x65,0x20,0x70,0x82,0x72,0x69,0x70,0x68,0x82,0x72,0x69,0x71,0x75,0x65,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x73,0x00};
// Seek error
const BYTE critical_error_french_06[] = {0x45,0x72,0x72,0x65,0x75,0x72,0x20,0x64,0x65,0x20,0x70,0x6F,0x73,0x69,0x74,0x69,0x6F,0x6E,0x6E,0x65,0x6D,0x65,0x6E,0x74,0x20,0x64,0x65,0x20,0x6C,0x61,0x20,0x74,0x88,0x74,0x65,0x00};
// Invalid media type
const BYTE critical_error_french_07[] = {0x54,0x79,0x70,0x65,0x20,0x64,0x65,0x20,0x73,0x75,0x70,0x70,0x6F,0x72,0x74,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Sector not found
const BYTE critical_error_french_08[] = {0x53,0x65,0x63,0x74,0x65,0x75,0x72,0x20,0x6E,0x6F,0x6E,0x20,0x74,0x72,0x6F,0x75,0x76,0x82,0x00};
// Printer out of paper error
const BYTE critical_error_french_09[] = {0x41,0x74,0x74,0x65,0x6E,0x74,0x65,0x20,0x64,0x65,0x20,0x70,0x61,0x70,0x69,0x65,0x72,0x00};
// Write fault error
const BYTE critical_error_french_0A[] = {0x45,0x72,0x72,0x65,0x75,0x72,0x20,0x64,0x27,0x82,0x63,0x72,0x69,0x74,0x75,0x72,0x65,0x00};
// Read fault error
const BYTE critical_error_french_0B[] = {0x45,0x72,0x72,0x65,0x75,0x72,0x20,0x64,0x65,0x20,0x6C,0x65,0x63,0x74,0x75,0x72,0x65,0x00};
// General failure
const BYTE critical_error_french_0C[] = {0x45,0x63,0x68,0x65,0x63,0x20,0x67,0x82,0x6E,0x82,0x72,0x61,0x6C,0x00};
// Sharing violation
const BYTE critical_error_french_0D[] = {0x56,0x69,0x6F,0x6C,0x61,0x74,0x69,0x6F,0x6E,0x20,0x64,0x65,0x20,0x70,0x61,0x72,0x74,0x61,0x67,0x65,0x00};
// Lock violation
const BYTE critical_error_french_0E[] = {0x56,0x69,0x6F,0x6C,0x61,0x74,0x69,0x6F,0x6E,0x20,0x64,0x65,0x20,0x76,0x65,0x72,0x72,0x6F,0x75,0x69,0x6C,0x6C,0x61,0x67,0x65,0x00};
// Invalid disk change
const BYTE critical_error_french_0F[] = {0x43,0x68,0x61,0x6E,0x67,0x65,0x6D,0x65,0x6E,0x74,0x20,0x64,0x65,0x20,0x64,0x69,0x73,0x71,0x75,0x65,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// FCB unavailable
const BYTE critical_error_french_10[] = {0x46,0x43,0x42,0x20,0x6E,0x6F,0x6E,0x20,0x64,0x69,0x73,0x70,0x6F,0x6E,0x69,0x62,0x6C,0x65,0x00};
// System resource exhausted
const BYTE critical_error_french_11[] = {0x52,0x65,0x73,0x73,0x6F,0x75,0x72,0x63,0x65,0x73,0x20,0x64,0x75,0x20,0x73,0x79,0x73,0x74,0x8A,0x6D,0x65,0x20,0x82,0x70,0x75,0x69,0x73,0x82,0x65,0x73,0x00};
// Code page mismatch
const BYTE critical_error_french_12[] = {0x50,0x61,0x67,0x65,0x20,0x64,0x65,0x20,0x63,0x6F,0x64,0x65,0x73,0x20,0x6E,0x6F,0x6E,0x20,0x63,0x6F,0x63,0x6F,0x72,0x64,0x61,0x6E,0x74,0x65,0x00};
// Out of input
const BYTE critical_error_french_13[] = {0x50,0x6C,0x75,0x73,0x20,0x64,0x65,0x20,0x64,0x6F,0x6E,0x6E,0x82,0x65,0x73,0x20,0x65,0x6E,0x20,0x65,0x6E,0x74,0x72,0x82,0x65,0x00};
// Insufficient disk space
const BYTE critical_error_french_14[] = {0x45,0x73,0x70,0x61,0x63,0x65,0x20,0x64,0x69,0x73,0x71,0x75,0x65,0x20,0x69,0x6E,0x73,0x75,0x66,0x66,0x69,0x73,0x61,0x6E,0x74,0x00};
// File exists
const BYTE standard_error_french_50[] = {0x4C,0x65,0x20,0x66,0x69,0x63,0x68,0x69,0x65,0x72,0x20,0x65,0x78,0x69,0x73,0x74,0x65,0x00};
// Cannot make directory entry
const BYTE standard_error_french_52[] = {0x49,0x6D,0x70,0x6F,0x73,0x73,0x69,0x62,0x6C,0x65,0x20,0x64,0x65,0x20,0x63,0x72,0x82,0x65,0x72,0x20,0x65,0x6E,0x74,0x72,0x82,0x65,0x20,0x64,0x61,0x6E,0x73,0x20,0x72,0x82,0x70,0x65,0x72,0x74,0x6F,0x69,0x72,0x65,0x00};
// Fail on INT 24
const BYTE standard_error_french_53[] = {0x45,0x63,0x68,0x65,0x63,0x20,0x64,0x61,0x6E,0x73,0x20,0x49,0x4E,0x54,0x20,0x32,0x34,0x00};
// Too many redirections
const BYTE standard_error_french_54[] = {0x54,0x72,0x6F,0x70,0x20,0x64,0x65,0x20,0x72,0x65,0x64,0x69,0x72,0x65,0x63,0x74,0x69,0x6F,0x6E,0x73,0x00};
// Duplicate redirection
const BYTE standard_error_french_55[] = {0x52,0x65,0x64,0x69,0x72,0x65,0x63,0x74,0x69,0x6F,0x6E,0x20,0x65,0x6E,0x20,0x64,0x6F,0x75,0x62,0x6C,0x65,0x00};
// Invalid password
const BYTE standard_error_french_56[] = {0x4D,0x6F,0x74,0x20,0x64,0x65,0x20,0x70,0x61,0x73,0x73,0x65,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Invalid parameter
const BYTE standard_error_french_57[] = {0x50,0x61,0x72,0x61,0x6D,0x8A,0x74,0x72,0x65,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Network data fault
const BYTE standard_error_french_58[] = {0x45,0x72,0x72,0x65,0x75,0x72,0x20,0x64,0x6F,0x6E,0x6E,0x82,0x65,0x73,0x20,0x72,0x82,0x73,0x65,0x61,0x75,0x00};
// Function not supported by network
const BYTE standard_error_french_59[] = {0x46,0x6F,0x6E,0x63,0x74,0x69,0x6F,0x6E,0x20,0x6E,0x6F,0x6E,0x20,0x67,0x82,0x72,0x82,0x65,0x20,0x70,0x61,0x72,0x20,0x6C,0x65,0x20,0x72,0x82,0x73,0x65,0x61,0x75,0x00};
// Required system component not installe
const BYTE standard_error_french_5A[] = {0x43,0x6F,0x6D,0x70,0x6F,0x73,0x61,0x6E,0x74,0x20,0x64,0x75,0x20,0x73,0x79,0x73,0x74,0x8A,0x6D,0x65,0x20,0x72,0x65,0x71,0x75,0x69,0x73,0x20,0x6D,0x61,0x69,0x73,0x20,0x6E,0x6F,0x6E,0x20,0x69,0x6E,0x73,0x74,0x61,0x6C,0x6C,0x82,0x00};
// Unknown error
const BYTE standard_error_french_64[] = {0x45,0x72,0x72,0x65,0x75,0x72,0x20,0x69,0x6E,0x63,0x6F,0x6E,0x6E,0x75,0x65,0x00};
// Not ready
const BYTE standard_error_french_65[] = {0x4E,0x6F,0x6E,0x20,0x70,0x72,0x88,0x74,0x00};
// EMS memory no longer valid
const BYTE standard_error_french_66[] = {0x4D,0x82,0x6D,0x6F,0x69,0x72,0x65,0x20,0x45,0x4D,0x53,0x20,0x70,0x6C,0x75,0x73,0x20,0x64,0x69,0x73,0x70,0x6F,0x6E,0x69,0x62,0x6C,0x65,0x00};
// CDROM not High Sierra or ISO-9660 format
const BYTE standard_error_french_67[] = {0x46,0x6F,0x72,0x6D,0x61,0x74,0x20,0x43,0x44,0x52,0x4F,0x4D,0x20,0x65,0x73,0x74,0x20,0x6E,0x6F,0x6E,0x20,0x48,0x69,0x67,0x68,0x20,0x53,0x69,0x65,0x72,0x72,0x61,0x20,0x6E,0x69,0x20,0x49,0x53,0x4F,0x2D,0x39,0x36,0x36,0x30,0x00};
// Door open
const BYTE standard_error_french_68[] = {0x50,0x6F,0x72,0x74,0x65,0x20,0x6F,0x75,0x76,0x65,0x72,0x74,0x65,0x00};
// Volume is not locked
const BYTE standard_error_french_B0[] = {0x56,0x6F,0x6C,0x75,0x6D,0x65,0x20,0x6E,0x27,0x65,0x73,0x74,0x20,0x70,0x61,0x73,0x20,0x76,0x65,0x72,0x72,0x6F,0x75,0x69,0x6C,0x6C,0x82,0x00};
// Volume is locked in drive
const BYTE standard_error_french_B1[] = {0x56,0x6F,0x6C,0x75,0x6D,0x65,0x20,0x65,0x73,0x74,0x20,0x76,0x65,0x72,0x72,0x6F,0x75,0x69,0x6C,0x6C,0x82,0x20,0x64,0x61,0x6E,0x73,0x20,0x6C,0x65,0x20,0x6C,0x65,0x63,0x74,0x65,0x75,0x72,0x00};
// Volume is not removable
const BYTE standard_error_french_B2[] = {0x56,0x6F,0x6C,0x75,0x6D,0x65,0x20,0x6E,0x27,0x65,0x73,0x74,0x20,0x70,0x61,0x73,0x20,0x61,0x6D,0x6F,0x76,0x69,0x62,0x6C,0x65,0x00};
// Lock count has been exceeded
const BYTE standard_error_french_B4[] = {0x4E,0x6F,0x6D,0x62,0x72,0x65,0x20,0x64,0x65,0x20,0x76,0x65,0x72,0x72,0x6F,0x75,0x73,0x20,0x61,0x20,0x82,0x74,0x82,0x20,0x64,0x82,0x70,0x61,0x73,0x73,0x82,0x00};
// A valid eject request failed
const BYTE standard_error_french_B5[] = {0x55,0x6E,0x65,0x20,0x64,0x65,0x6D,0x61,0x6E,0x64,0x65,0x20,0x64,0x27,0x82,0x6A,0x65,0x63,0x74,0x69,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x20,0x61,0x20,0x82,0x63,0x68,0x6F,0x75,0x82,0x00};
// Too many parameters
const BYTE param_error_french_01[] = {0x54,0x72,0x6F,0x70,0x20,0x64,0x65,0x20,0x70,0x61,0x72,0x61,0x6D,0x8A,0x74,0x72,0x65,0x73,0x00};
// Required parameter missing
const BYTE param_error_french_02[] = {0x50,0x61,0x72,0x61,0x6D,0x8A,0x74,0x72,0x65,0x20,0x72,0x65,0x71,0x75,0x69,0x73,0x20,0x6D,0x61,0x6E,0x71,0x75,0x61,0x6E,0x74,0x00};
// Invalid switch
const BYTE param_error_french_03[] = {0x43,0x6F,0x6D,0x6D,0x75,0x74,0x61,0x74,0x65,0x75,0x72,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Invalid keyword
const BYTE param_error_french_04[] = {0x4D,0x6F,0x74,0x2D,0x63,0x6C,0x82,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Parameter value not in allowed range
const BYTE param_error_french_06[] = {0x56,0x61,0x6C,0x65,0x75,0x72,0x20,0x64,0x75,0x20,0x70,0x61,0x72,0x61,0x6D,0x8A,0x74,0x72,0x65,0x20,0x68,0x6F,0x72,0x73,0x20,0x64,0x65,0x20,0x6C,0x27,0x69,0x6E,0x74,0x65,0x72,0x76,0x61,0x6C,0x6C,0x65,0x20,0x70,0x65,0x72,0x6D,0x69,0x73,0x00};
// Parameter value not allowed
const BYTE param_error_french_07[] = {0x56,0x61,0x6C,0x65,0x75,0x72,0x20,0x64,0x65,0x20,0x70,0x61,0x72,0x61,0x6D,0x8A,0x74,0x72,0x65,0x20,0x6E,0x6F,0x6E,0x20,0x70,0x65,0x72,0x6D,0x69,0x73,0x65,0x00};
// Parameter value not allowed
const BYTE param_error_french_08[] = {0x56,0x61,0x6C,0x65,0x75,0x72,0x20,0x64,0x65,0x20,0x70,0x61,0x72,0x61,0x6D,0x8A,0x74,0x72,0x65,0x20,0x6E,0x6F,0x6E,0x20,0x70,0x65,0x72,0x6D,0x69,0x73,0x65,0x00};
// Parameter format not correct
const BYTE param_error_french_09[] = {0x46,0x6F,0x72,0x6D,0x61,0x74,0x20,0x64,0x65,0x20,0x70,0x61,0x72,0x61,0x6D,0x8A,0x74,0x72,0x65,0x20,0x69,0x6E,0x63,0x6F,0x72,0x72,0x65,0x63,0x74,0x00};
// Invalid parameter
const BYTE param_error_french_0A[] = {0x50,0x61,0x72,0x61,0x6D,0x8A,0x74,0x72,0x65,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Invalid parameter combination
const BYTE param_error_french_0B[] = {0x43,0x6F,0x6D,0x62,0x69,0x6E,0x61,0x69,0x73,0x6F,0x6E,0x20,0x64,0x65,0x20,0x70,0x61,0x72,0x61,0x6D,0x8A,0x74,0x72,0x65,0x73,0x20,0x6E,0x6F,0x6E,0x20,0x76,0x61,0x6C,0x69,0x64,0x65,0x00};
// Unknown error
const BYTE unknown_error_french[] = {0x45,0x72,0x72,0x65,0x75,0x72,0x20,0x69,0x6E,0x63,0x6F,0x6E,0x6E,0x75,0x65,0x00};
// Critical error
const BYTE critical_error_french[] = {0x45,0x72,0x72,0x65,0x75,0x72,0x20,0x66,0x61,0x74,0x61,0x6C,0x65,0x00};
// writing drive
const BYTE writing_drive_french[] = {0x6C,0x65,0x63,0x74,0x75,0x72,0x65,0x20,0x73,0x75,0x72,0x20,0x6C,0x65,0x63,0x74,0x65,0x75,0x72,0x00};
// reading drive
const BYTE reading_drive_french[] = {0x82,0x63,0x72,0x69,0x74,0x75,0x72,0x65,0x20,0x73,0x75,0x72,0x20,0x6C,0x65,0x63,0x74,0x65,0x75,0x72,0x00};
// Abort (A)
const BYTE abort_french[] = {0x41,0x62,0x61,0x6E,0x64,0x6F,0x6E,0x20,0x28,0x41,0x29,0x00};
// Retry (R)
const BYTE retry_french[] = {0x52,0x65,0x70,0x72,0x69,0x73,0x65,0x20,0x28,0x52,0x29,0x00};
// Igore (I)
const BYTE ignore_french[] = {0x49,0x67,0x6E,0x6F,0x72,0x65,0x72,0x20,0x28,0x49,0x29,0x00};
// Fail (F)
const BYTE fail_french[] = {0x45,0x63,0x68,0x65,0x63,0x20,0x28,0x46,0x29,0x00};
/*
Displays or sets a search path for executable files.
PATH [[drive:]path[;...]]
PATH ;
Type PATH ; to clear all search-path settings and direct MS-DOS to search
only in the current directory.
Type PATH without parameters to display the current path.
*/
const BYTE help_path_french[] = {
0x41,0x66,0x66,0x69,0x63,0x68,0x65,0x20,0x6F,0x75,0x20,0x64,0x82,0x66,0x69,0x6E,0x69,0x74,0x20,0x6C,0x65,0x20,0x63,0x68,0x65,0x6D,0x69,0x6E,0x20,0x64,0x65,0x20,0x72,0x65,0x63,0x68,0x65,0x72,0x63,0x68,0x65,0x20,0x64,0x65,0x73,0x20,0x66,0x69,0x63,0x68,0x69,0x65,0x72,0x73,0x20,0x65,0x78,0x82,0x63,0x75,0x74,0x61,0x62,0x6C,0x65,0x73,0x2E,0x0D,0x0A,
0x0D,0x0A,
0x50,0x41,0x54,0x48,0x20,0x5B,0x5B,0x6C,0x65,0x63,0x74,0x65,0x75,0x72,0x3A,0x5D,0x63,0x68,0x65,0x6D,0x5B,0x3B,0x2E,0x2E,0x2E,0x5D,0x5D,0x0D,0x0A,
0x50,0x41,0x54,0x48,0x20,0x3B,0x0D,0x0A,
0x0D,0x0A,
0x54,0x61,0x70,0x65,0x7A,0x20,0x50,0x41,0x54,0x48,0x20,0x3B,0x20,0x70,0x6F,0x75,0x72,0x20,0x65,0x66,0x66,0x61,0x63,0x65,0x72,0x20,0x6C,0x65,0x20,0x63,0x68,0x65,0x6D,0x69,0x6E,0x20,0x64,0x65,0x20,0x72,0x65,0x63,0x68,0x65,0x72,0x63,0x68,0x65,0x20,0x65,0x74,0x20,0x69,0x6E,0x64,0x69,0x71,0x75,0x65,0x72,0x0D,0x0A,
0x85,0x20,0x4D,0x53,0x2D,0x44,0x4F,0x53,0x20,0x64,0x65,0x20,0x6E,0x65,0x20,0x63,0x68,0x65,0x72,0x63,0x68,0x65,0x72,0x20,0x71,0x75,0x65,0x20,0x64,0x61,0x6E,0x73,0x20,0x6C,0x65,0x20,0x72,0x82,0x70,0x65,0x72,0x74,0x6F,0x69,0x72,0x65,0x20,0x65,0x6E,0x20,0x63,0x6F,0x75,0x72,0x73,0x2E,0x0D,0x0A,
0x50,0x41,0x54,0x48,0x20,0x73,0x61,0x6E,0x73,0x20,0x70,0x61,0x72,0x61,0x6D,0x8A,0x74,0x72,0x65,0x20,0x61,0x66,0x66,0x69,0x63,0x68,0x65,0x20,0x6C,0x65,0x20,0x63,0x68,0x65,0x6D,0x69,0x6E,0x20,0x64,0x65,0x20,0x72,0x65,0x63,0x68,0x65,0x72,0x63,0x68,0x65,0x20,0x65,0x6E,0x20,0x63,0x6F,0x75,0x72,0x73,0x2E,0x0D,0x0A
};
/*
Displays, sets, or removes MS-DOS environment variables.
SET [variable=[string]]
variable Specifies the environment-variable name.
string Specifies a series of characters to assign to the variable.
Type SET without parameters to display the current environment variables.
*/
const BYTE help_set_french[] = {
0x41,0x66,0x66,0x69,0x63,0x68,0x65,0x2C,0x20,0x64,0x82,0x66,0x69,0x6E,0x69,0x74,0x20,0x6F,0x75,0x20,0x73,0x75,0x70,0x70,0x72,0x69,0x6D,0x65,0x20,0x75,0x6E,0x65,0x20,0x76,0x61,0x72,0x69,0x61,0x62,0x6C,0x65,0x20,0x64,0x27,0x65,0x6E,0x76,0x69,0x72,0x6F,0x6E,0x6E,0x65,0x6D,0x65,0x6E,0x74,0x20,0x4D,0x53,0x2D,0x44,0x4F,0x53,0x2E,0x0D,0x0A,
0x0D,0x0A,
0x53,0x45,0x54,0x20,0x5B,0x76,0x61,0x72,0x69,0x61,0x62,0x6C,0x65,0x3D,0x5B,0x63,0x68,0x61,0x8C,0x6E,0x65,0x5D,0x5D,0x0D,0x0A,
0x0D,0x0A,
0x20,0x20,0x76,0x61,0x72,0x69,0x61,0x62,0x6C,0x65,0x20,0x20,0x4E,0x6F,0x6D,0x20,0x64,0x65,0x20,0x6C,0x61,0x20,0x76,0x61,0x72,0x69,0x61,0x62,0x6C,0x65,0x20,0x64,0x27,0x65,0x6E,0x76,0x69,0x72,0x6F,0x6E,0x6E,0x65,0x6D,0x65,0x6E,0x74,0x2E,0x0D,0x0A,
0x20,0x20,0x63,0x68,0x61,0x8C,0x6E,0x65,0x20,0x20,0x20,0x20,0x43,0x68,0x61,0x8C,0x6E,0x65,0x20,0x64,0x65,0x20,0x63,0x61,0x72,0x61,0x63,0x74,0x8A,0x72,0x65,0x73,0x20,0x85,0x20,0x61,0x66,0x66,0x65,0x63,0x74,0x65,0x72,0x20,0x85,0x20,0x6C,0x61,0x20,0x76,0x61,0x72,0x69,0x61,0x62,0x6C,0x65,0x2E,0x0D,0x0A,
0x0D,0x0A,
0x53,0x45,0x54,0x20,0x73,0x61,0x6E,0x73,0x20,0x70,0x61,0x72,0x61,0x6D,0x8A,0x74,0x72,0x65,0x20,0x61,0x66,0x66,0x69,0x63,0x68,0x65,0x20,0x6C,0x65,0x73,0x20,0x76,0x61,0x72,0x69,0x61,0x62,0x6C,0x65,0x73,0x20,0x64,0x27,0x65,0x6E,0x76,0x69,0x72,0x6F,0x6E,0x6E,0x65,0x6D,0x65,0x6E,0x74,0x20,0x64,0x82,0x66,0x69,0x6E,0x69,0x65,0x73,0x2E,0x0D,0x0A
};
/*
Displays the name of or changes the current directory.
CHDIR [drive:][path]
CHDIR[..]
CD [drive:][path]
CD[..]
.. Specifies that you want to change to the parent directory.
Type CD drive: to display the current directory in the specified drive.
Type CD without parameters to display the current drive and directory.
*/
const BYTE help_chdir_french[] = {
0x43,0x68,0x61,0x6E,0x67,0x65,0x20,0x6C,0x65,0x20,0x72,0x82,0x70,0x65,0x72,0x74,0x6F,0x69,0x72,0x65,0x20,0x65,0x6E,0x20,0x63,0x6F,0x75,0x72,0x73,0x20,0x6F,0x75,0x20,0x61,0x66,0x66,0x69,0x63,0x68,0x65,0x20,0x73,0x6F,0x6E,0x20,0x6E,0x6F,0x6D,0x2E,0x0D,0x0A,
0x0D,0x0A,
0x43,0x48,0x44,0x49,0x52,0x20,0x5B,0x6C,0x65,0x63,0x74,0x65,0x75,0x72,0x3A,0x5D,0x5B,0x63,0x68,0x65,0x6D,0x5D,0x0D,0x0A,
0x43,0x48,0x44,0x49,0x52,0x5B,0x2E,0x2E,0x5D,0x0D,0x0A,
0x43,0x44,0x20,0x5B,0x6C,0x65,0x63,0x74,0x65,0x75,0x72,0x3A,0x5D,0x5B,0x63,0x68,0x65,0x6D,0x5D,0x0D,0x0A,
0x43,0x44,0x5B,0x2E,0x2E,0x5D,0x0D,0x0A,
0x0D,0x0A,
0x20,0x20,0x2E,0x2E,0x20,0x20,0x20,0x49,0x6E,0x64,0x69,0x71,0x75,0x65,0x20,0x71,0x75,0x65,0x20,0x76,0x6F,0x75,0x73,0x20,0x76,0x6F,0x75,0x6C,0x65,0x7A,0x20,0x72,0x65,0x6D,0x6F,0x6E,0x74,0x65,0x72,0x20,0x61,0x75,0x20,0x72,0x82,0x70,0x65,0x72,0x74,0x6F,0x69,0x72,0x65,0x20,0x70,0x61,0x72,0x65,0x6E,0x74,0x2E,0x0D,0x0A,
0x0D,0x0A,
0x43,0x44,0x20,0x6C,0x65,0x63,0x74,0x65,0x75,0x72,0x3A,0x20,0x61,0x66,0x66,0x69,0x63,0x68,0x65,0x20,0x6C,0x65,0x20,0x72,0x82,0x70,0x65,0x72,0x74,0x6F,0x69,0x72,0x65,0x20,0x65,0x6E,0x20,0x63,0x6F,0x75,0x72,0x73,0x20,0x73,0x75,0x72,0x20,0x6C,0x65,0x20,0x6C,0x65,0x63,0x74,0x65,0x75,0x72,0x20,0x73,0x70,0x82,0x63,0x69,0x66,0x69,0x82,0x2E,0x0D,0x0A,
0x43,0x44,0x20,0x73,0x61,0x6E,0x73,0x20,0x70,0x61,0x72,0x61,0x6D,0x8A,0x74,0x72,0x65,0x20,0x61,0x66,0x66,0x69,0x63,0x68,0x65,0x20,0x6C,0x65,0x20,0x6C,0x65,0x63,0x74,0x65,0x75,0x72,0x20,0x65,0x74,0x20,0x6C,0x65,0x20,0x72,0x82,0x70,0x65,0x72,0x74,0x6F,0x69,0x72,0x65,0x20,0x65,0x6E,0x20,0x63,0x6F,0x75,0x72,0x73,0x2E,0x0D,0x0A
};
/*
Displays the contents of text files.
TYPE [drive:][path]filename
*/
const BYTE help_type_french[] = {
0x41,0x66,0x66,0x69,0x63,0x68,0x65,0x20,0x6C,0x65,0x20,0x63,0x6F,0x6E,0x74,0x65,0x6E,0x75,0x20,0x64,0x27,0x75,0x6E,0x20,0x66,0x69,0x63,0x68,0x69,0x65,0x72,0x20,0x74,0x65,0x78,0x74,0x65,0x2E,0x0D,0x0A,
0x0D,0x0A,
0x54,0x59,0x50,0x45,0x20,0x5B,0x6C,0x65,0x63,0x74,0x65,0x75,0x72,0x3A,0x5D,0x5B,0x63,0x68,0x65,0x6D,0x5D,0x66,0x69,0x63,0x68,0x69,0x65,0x72,0x0D,0x0A
};
/*
Displays the MS-DOS Version.
VER
*/
const BYTE help_ver_french[] = {
0x41,0x66,0x66,0x69,0x63,0x68,0x65,0x20,0x6C,0x65,0x20,0x6E,0x75,0x6D,0x82,0x72,0x6F,0x20,0x64,0x65,0x20,0x76,0x65,0x72,0x73,0x69,0x6F,0x6E,0x20,0x64,0x65,0x20,0x4D,0x53,0x2D,0x44,0x4F,0x53,0x2E,0x0D,0x0A,
0x0D,0x0A,
0x56,0x45,0x52,0x0D,0x0A
};
/*
Reserved command name
*/
const BYTE help_reserved_french[] = {
0x4E,0x6F,0x6D,0x20,0x64,0x65,0x20,0x63,0x6F,0x6D,0x6D,0x61,0x6E,0x64,0x65,0x20,0x72,0x82,0x73,0x65,0x72,0x76,0x82,0x0D,0x0A
};
#endif