-
Notifications
You must be signed in to change notification settings - Fork 0
/
french.res
531 lines (530 loc) · 21.3 KB
/
french.res
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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
"*font: fixed",
"*borderColor: black",
"*foreground: black",
"*background: DeepSkyBlue3",
"*defaultDistance: 1",
"*Label.background: DeepSkyBlue4",
"*Label.foreground: Yellow",
"*Form.background: DeepSkyBlue3",
"*Form.foreground: black",
"*List*background: DeepSkyBlue3",
"*List*foreground: black",
"*Text*background: DeepSkyBlue3",
"*Text*foreground: black",
"*Viewport*background: DeepSkyBlue3",
"*Viewport*foreground: black",
"*Command.background: DeepSkyBlue2",
"*Command.foreground: Black",
"*Command.height: 22",
"*wMap.width: 797",
"*wMap.height: 404",
"*wMap.translations: #override\\n\
Shift<Btn1Down>: mapShiftClick()\\n\
<Btn1Down>: mapClick()\\n\
<Btn2Down>: mapClick()\\n\
<Btn3Down>: mapClick()",
"*wPlayField.width: 795",
"*wPlayField.height: 70",
"*wPlayField.fromVert: wMap",
"*wPlayField.defaultDistance: 2",
"*wControls.width: 795",
"*wControls.height: 200",
"*wControls.fromVert: wPlayField",
"*wControls.background: DeepSkyBlue3",
"*wAttackLabel.label: Attaquer",
"*wAttackLabel.width: 50",
"*wAttackList.defaultColumns: 1",
"*wAttackList.fromVert: wAttackLabel",
"*wAttackList.height: 64",
"*wAttackList.width: 50",
"*wActionLabel.label: Action",
"*wActionLabel.fromHoriz: wAttackLabel",
"*wActionLabel.width: 92",
"*wActionList.defaultColumns: 1",
"*wActionList.fromVert: wActionLabel",
"*wActionList.fromHoriz: wAttackList",
"*wMsgDestLabel.fromHoriz: wActionLabel",
"*wMsgDestLabel.label: Msg. Dest.",
"*wMsgDestLabel.width: 93",
"*wMsgDestViewport.fromHoriz: wActionList",
"*wMsgDestViewport.fromVert: wMsgDestLabel",
"*wMsgDestViewport.width: 123",
"*wMsgDestViewport.height: 64",
"*wMsgDestViewport.forceBars: True",
"*wMsgDestViewport.useRight: True",
"*wMsgDestViewport.allowVert: True",
"*wMsgDestList.defaultColumns: 1",
"*wSendMsgText.fromHoriz: wMsgDestLabel",
"*wSendMsgText*background: Skyblue",
"*wSendMsgText*foreground: black",
"*wSendMsgText.width: 549",
"*wSendMsgText.translations: #override\\n\
<Key>Return: sendMessage()\\n\
Ctrl<Key>M: no-op()\\n\
Ctrl<Key>J: no-op()\\n\
<Key>Linefeed: no-op()\\n\
<Key>Tab: no-op()",
"*wMsgText.width: 549",
"*wMsgText.height: 64",
"*wMsgText.displayCaret: False",
"*wMsgText.fromHoriz: wMsgDestViewport",
"*wMsgText.fromVert: wSendMsgText",
"*wCurrentPlayer.width: 25",
"*wCurrentPlayer.height: 21",
"*wCurrentPlayer.background: black",
"*wCommentLabel.foreground: Black",
"*wCommentLabel.justify: left",
"*wCommentLabel.label: Bienvenu à Frisk!",
"*wCommentLabel.font: *helvetica-m*-r-*12*",
"*wCommentLabel.width: 555",
"*wCommentLabel.height: 21",
"*wCommentLabel.background: #aabbdd",
"*wCommentLabel.fromHoriz: wCurrentPlayer",
"*wAboutButton.fromVert: wCommentLabel",
"*wAboutButton.label: À propos de",
"*wCancelAttackButton.fromVert: wCommentLabel",
"*wCancelAttackButton.fromHoriz:wAboutButton",
"*wCancelAttackButton.label: Annuler Action",
"*wRepeatButton.fromVert: wCommentLabel",
"*wRepeatButton.fromHoriz: wCancelAttackButton",
"*wRepeatButton.label: Répéter attaque",
"*wEndTurnButton.fromVert: wCommentLabel",
"*wEndTurnButton.fromHoriz: wRepeatButton",
"*wEndTurnButton.label: Fin du tour",
"*wShowCardsButton.fromHoriz: wEndTurnButton",
"*wShowCardsButton.fromVert: wCommentLabel",
"*wShowCardsButton.label: Cartes",
"*wShowMissionButton.fromHoriz: wShowCardsButton",
"*wShowMissionButton.fromVert: wCommentLabel",
"*wShowMissionButton.label: Mission",
"*wStatViewButton.fromHoriz: wShowMissionButton",
"*wStatViewButton.fromVert: wCommentLabel",
"*wStatViewButton.label: Stats",
"*wHelpButton.fromHoriz: wStatViewButton",
"*wHelpButton.fromVert: wCommentLabel",
"*wHelpButton.label: Aide",
"*wQuitButton.fromVert: wCommentLabel",
"*wQuitButton.fromHoriz: wHelpButton",
"*wQuitButton.label: Quitter",
"*wErrorLabel.foreground: Black",
"*wErrorLabel.justify: left",
"*wErrorLabel.label: ",
"*wErrorLabel.font: *helvetica-m*-r-*12*",
"*wErrorLabel.width: 584",
"*wErrorLabel.height: 21",
"*wErrorLabel.background: #aabbdd",
"*wErrorLabel.fromVert: wQuitButton",
"*wDiceBox.width: 203",
"*wDiceBox.height: 72",
"*wDiceBox.background: #00aa00",
"*wDiceBox.fromHoriz: wCommentLabel",
"*wCardViewport.width: 790",
"*wCardViewport.height: 206",
"*wCardViewport.forceBars: True",
"*wCardViewport.useRight: True",
"*wCardViewport.allowVert: True",
"*wCardForm.width: 790",
"*wCardForm.height: 206",
"*wExchangeButton.fromVert: wCardViewport",
"*wExchangeButton.label: Exchange Cards",
"*wCancelCardsButton.fromVert: wCardViewport",
"*wCancelCardsButton.fromHoriz: wExchangeButton",
"*wCancelCardsButton.label: Annuler",
"*wArmiesForm.defaultDistance: 8",
"*wArmiesLabel.label: Nombre d'armées:",
"*wArmiesLabel.width: 125",
"*wArmiesText*background: Skyblue",
"*wArmiesText.fromHoriz: wArmiesLabel",
"*wArmiesText.width: 30",
"*wArmiesText*translations: #override\
<Key>Return: popupArmies()\\n\
Ctrl<Key>M: no-op()\\n\
Ctrl<Key>J: no-op()\\n\
<Key>Linefeed: no-op()\\n\
<Key>Tab: no-op()",
"*wFinishArmiesButton.fromVert: wArmiesLabel",
"*wFinishArmiesButton.label: Ok",
"*wFinishArmiesButton.width: 80",
"*wCancelArmiesButton.fromVert: wArmiesText",
"*wCancelArmiesButton.fromHoriz:wFinishArmiesButton",
"*wCancelArmiesButton.label: Cancel",
"*wCancelArmiesButton.width: 80",
"*Help.label: Frisk Help",
"*wHelpForm.width: 600",
"*wHelpForm.height: 400",
"*wHelpTopicLabel.label: Thème de l'aide",
"*wHelpTopicLabel.width: 200",
"*wHelpLabel.label: ",
"*wHelpLabel.fromHoriz: wHelpTopicLabel",
"*wHelpLabel.width: 500",
"*wHelpTopicList.defaultColumns: 1",
"*wHelpTopicList.forceColumns: True",
"*wHelpTopicViewport.width: 200",
"*wHelpTopicViewport.height: 380",
"*wHelpTopicViewport.fromVert: wHelpTopicLabel",
"*wHelpTopicViewport.forceBars: True",
"*wHelpTopicViewport.useRight: True",
"*wHelpTopicViewport.allowVert: True",
"*wHelpTopicViewport*font: *helvetica-m*-r-*12*",
"*wHelpText.width: 500",
"*wHelpText.height: 380",
"*wHelpText.fromVert: wHelpTopicLabel",
"*wHelpText.fromHoriz: wHelpTopicViewport",
"*wHelpText*font: *helvetica-m*-r-*12*",
"*wHelpOkButton.fromVert: wHelpTopicViewport",
"*wHelpOkButton.label: Fermer aide",
"*wDialogLabel*font: *helvetica-b*-o-*14*",
"*wDialogLabel.background: DeepSkyBlue3",
"*wDialogLabel.borderColor: DeepSkyBlue3",
"*wDialogLabel.borderWidth: 0",
"*wDialogLabel.justify: Left",
"*wDialogForm.defaultDistance: 8",
"*wDialogButton1.fromVert: wDialogLabel",
"*wDialogButton1.font: *helvetica-m*-r-*12*",
"*wDialogButton2.fromVert: wDialogLabel",
"*wDialogButton2.font: *helvetica-m*-r-*12*",
"*wDialogButton3.fromVert: wDialogLabel",
"*wDialogButton3.font: *helvetica-m*-r-*12*",
"*wColorEditForm.width: 310",
"*wColorEditForm.height: 400",
"*wColorEditForm.defaultDistance: 5",
"*wColorEditLabel.width: 221",
"*wColorEditLabel.label: Selectionner une couleur",
"*wRedScrollbar.topShadowPixel: #ff0000",
"*wRedScrollbar.bottomShadowPixel: #990000",
"*wRedScrollbar.background: #dd0000",
"*wRedScrollbar.width: 20",
"*wRedScrollbar.height: 140",
"*wRedScrollbar.foreground: Black",
"*wRedScrollbar.fromVert: wColorEditLabel",
"*wRedScrollbar.translations: #override\\n\
<Btn1Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \\n\
<Btn1Motion>: MoveThumb() NotifyThumb() \\n\
<Btn2Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \\n\
<Btn2Motion>: MoveThumb() NotifyThumb() \\n\
<Btn3Down>: StartScroll(Continuous) MoveThumb() NotifyThumb()\\n\
<Btn3Motion>: MoveThumb() NotifyThumb()",
"*wRedScrollbar.scrollVCursor: hand1",
"*wRedScrollbar.scrollRCursor: hand1",
"*wGreenScrollbar.topShadowPixel: #00ff00",
"*wGreenScrollbar.bottomShadowPixel: #009900",
"*wGreenScrollbar.background: #00dd00",
"*wGreenScrollbar.width: 20",
"*wGreenScrollbar.height: 140",
"*wGreenScrollbar.foreground: Black",
"*wGreenScrollbar.fromHoriz: wRedScrollbar",
"*wGreenScrollbar.fromVert: wColorEditLabel",
"*wGreenScrollbar.translations: #override\\n\
<Btn1Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \\n\
<Btn1Motion>: MoveThumb() NotifyThumb() \\n\
<Btn2Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \\n\
<Btn2Motion>: MoveThumb() NotifyThumb() \\n\
<Btn3Down>: StartScroll(Continuous) MoveThumb() NotifyThumb()\\n\
<Btn3Motion>: MoveThumb() NotifyThumb()",
"*wGreenScrollbar.scrollVCursor: hand1",
"*wGreenScrollbar.scrollRCursor: hand1",
"*wBlueScrollbar.topShadowPixel: #0000ff",
"*wBlueScrollbar.bottomShadowPixel: #000099",
"*wBlueScrollbar.background: #0000dd",
"*wBlueScrollbar.width: 20",
"*wBlueScrollbar.height: 140",
"*wBlueScrollbar.foreground: Black",
"*wBlueScrollbar.fromHoriz: wGreenScrollbar",
"*wBlueScrollbar.fromVert: wColorEditLabel",
"*wBlueScrollbar.translations: #override\\n\
<Btn1Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \\n\
<Btn1Motion>: MoveThumb() NotifyThumb() \\n\
<Btn2Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \\n\
<Btn2Motion>: MoveThumb() NotifyThumb() \\n\
<Btn3Down>: StartScroll(Continuous) MoveThumb() NotifyThumb()\\n\
<Btn3Motion>: MoveThumb() NotifyThumb()",
"*wBlueScrollbar.scrollVCursor: hand1",
"*wBlueScrollbar.scrollRCursor: hand1",
"*wSampleCountryForm.label: ",
"*wSampleCountryForm.width: 140",
"*wSampleCountryForm.height: 140",
"*wSampleCountryForm.fromVert: wColorEditLabel",
"*wSampleCountryForm.fromHoriz: wBlueScrollbar",
"*wSampleCountryForm.borderColor: black",
"*wSampleCountryForm.internalHeight: 0",
"*wSampleCountryForm.internalWidth: 0",
"*wColorInputLabel.label: Nom couleur",
"*wColorInputLabel.width: 107",
"*wColorInputLabel.fromVert: wRedScrollbar",
"*wColorInputText.width: 107",
"*wColorInputText.fromHoriz: wColorInputLabel",
"*wColorInputText.fromVert: wSampleCountryForm",
"*wColorInputText*background: LightSkyBlue1",
"*wColorInputText*borderColor: Black",
"*wColorInputText*translations: #override\
<Key>Return: updateColor()\\n\
<Key>Escape: colorEditCancel()\\n\
Ctrl<Key>M: no-op()\\n\
Ctrl<Key>J: no-op()\\n\
<Key>Linefeed: no-op()\\n\
<Key>Tab: no-op()",
"*wColorDummy.width: 33",
"*wColorDummy.borderColor: DeepSkyBlue3",
"*wColorDummy.height: 22",
"*wColorDummy.fromVert: wColorInputLabel",
"*wColorDummy.shadowWidth: 0",
"*wColorOK.fromVert: wColorInputLabel",
"*wColorOK.fromHoriz: wColorDummy",
"*wColorOK.width: 70",
"*wColorOK.label: Confirmer",
"*wColorCancel.fromVert: wColorInputLabel",
"*wColorCancel.fromHoriz: wColorOK",
"*wColorCancel.width: 70",
"*wColorCancel.label: Annuler",
"*wRegisterForm.width: 300",
"*wRegisterForm.height: 350",
"*wRegisterForm*font: fixed",
"*wRegisterForm.defaultDistance: 4",
"*wPlayerViewport.width: 300",
"*wPlayerViewport.height: 260",
"*wPlayerViewport.forceBars: True",
"*wPlayerViewport.useRight: True",
"*wPlayerViewport.allowVert: True",
"*wPlayerViewport*background: DeepSkyBlue2",
"*wPlayerForm.translations: #override\\n\
Shift<Btn1Down>: regMouseShiftClick()\\n\
<Btn1Down>: regMouseClick()",
"*wPlayerForm*wShowPlayerForm.width: 280",
"*wPlayerForm*wShowPlayerForm.height: 20",
"*wPlayerForm*wShowPlayerForm.borderColor: DeepSkyBlue2",
"*wPlayerForm*wShowPlayerForm.translations: #override\\n\
Shift<Btn1Down>: regMouseShiftClick()\\n\
<Btn1Down>: regMouseClick()",
"*wShowPlayerForm*wShowPlayerColor.borderColor: DeepSkyBlue2",
"*wShowPlayerForm*wShowPlayerColor.borderWidth: 1",
"*wShowPlayerForm*wShowPlayerColor.internalHeight: 0",
"*wShowPlayerForm*wShowPlayerColor.internalWidth: 0",
"*wShowPlayerForm*wShowPlayerColor.label: ",
"*wShowPlayerForm*wShowPlayerColor.width: 18",
"*wShowPlayerForm*wShowPlayerColor.height: 18",
"*wShowPlayerForm*wShowPlayerColor.shadowWidth: 0",
"*wShowPlayerForm*wShowPlayerColor.translations: #override\\n\
<Btn1Down>: regEditColor()",
"*wShowPlayerForm*wShowPlayerName.borderColor: DeepSkyBlue2",
"*wShowPlayerForm*wShowPlayerName.label: ",
"*wShowPlayerForm*wShowPlayerName.width: 150",
"*wShowPlayerForm*wShowPlayerName.height: 18",
"*wShowPlayerForm*wShowPlayerName.resize: False",
"*wShowPlayerForm*wShowPlayerName.justify: left",
"*wShowPlayerForm*wShowPlayerName.shadowWidth: 0",
"*wShowPlayerForm*wShowPlayerSpecies.borderColor: DeepSkyBlue2",
"*wShowPlayerForm*wShowPlayerSpecies.label: ",
"*wShowPlayerForm*wShowPlayerSpecies.width: 95",
"*wShowPlayerForm*wShowPlayerSpecies.resize: False",
"*wShowPlayerForm*wShowPlayerSpecies.height: 18",
"*wShowPlayerForm*wShowPlayerSpecies.justify: left",
"*wShowPlayerForm*wShowPlayerSpecies.shadowWidth: 0",
"*wAddPlayerButton.width: 147",
"*wAddPlayerButton.label: Ajouter un joueur",
"*wAddPlayerButton.fromVert: wPlayerViewport",
"*wDeletePlayerButton.width: 147",
"*wDeletePlayerButton.label: Détruire un joueur",
"*wDeletePlayerButton.fromHoriz: wAddPlayerButton",
"*wDeletePlayerButton.fromVert: wPlayerViewport",
"*wRegisterOKButton.width: 147",
"*wRegisterOKButton.label: Commencer jeu",
"*wRegisterOKButton.fromVert: wAddPlayerButton",
"*wRegisterNOButton.width: 147",
"*wRegisterNOButton.label: Quitter frisk",
"*wRegisterNOButton.fromVert: wAddPlayerButton",
"*wRegisterNOButton.fromHoriz: wRegisterOKButton",
"*wAddPlayerForm.width: 600",
"*wAddPlayerForm.height: 300",
"*wAddPlayerForm.defaultDistance: 5",
"*wPlayerNameLabel.label: Nom",
"*wPlayerNameLabel.width: 100",
"*wPlayerNameLabel.justify: left",
"*wPlayerNameText.width: 200",
"*wPlayerNameText.fromHoriz: wPlayerNameLabel",
"*wPlayerNameText*background: LightSkyBlue1",
"*wPlayerNameText.borderColor: Black",
"*wPlayerNameText.translations: #override\\n\
<Key>Escape: playerCancel()\\n\
<Key>Return: playerOk()\\n\
Ctrl<Key>M: no-op()\\n\
Ctrl<Key>J: no-op()\\n\
<Key>Linefeed: no-op()\\n\
<Key>Tab: no-op()",
"*wPlayerSpeciesLabel.label: Espèce",
"*wPlayerSpeciesLabel.width: 100",
"*wPlayerSpeciesLabel.fromVert: wPlayerNameLabel",
"*wPlayerSpeciesLabel.justify: left",
"*wPlayerSpeciesViewport.width: 200",
"*wPlayerSpeciesViewport.height: 100",
"*wPlayerSpeciesViewport.fromHoriz: wPlayerSpeciesLabel",
"*wPlayerSpeciesViewport.fromVert: wPlayerNameText",
"*wPlayerSpeciesViewport.forceBars: True",
"*wPlayerSpeciesViewport.useRight: True",
"*wPlayerSpeciesViewport.allowVert: True",
"*wPlayerSpeciesViewport*background: DeepSkyBlue2",
"*wPlayerSpeciesListBox.width: 200",
"*wPlayerSpeciesListBox*background: DeepSkyBlue2",
"*wPlayerDummy1.fromVert: wPlayerSpeciesLabel",
"*wPlayerDummy1.width: 100",
"*wPlayerDummy1.height: 76",
"*wPlayerDummy1.label: ",
"*wPlayerDummy1.background: DeepSkyBlue3",
"*wPlayerDummy1.borderColor: DeepSkyBlue3",
"*wPlayerDummy1.shadowWidth: 0",
"*wPlayerDescLabel.label: Description",
"*wPlayerDescLabel.justify: left",
"*wPlayerDescLabel.width: 100",
"*wPlayerDescLabel.fromVert: wPlayerDummy1",
"*wPlayerDescText.width: 200",
"*wPlayerDescText.height: 30",
"*wPlayerDescText.fromVert: wPlayerSpeciesViewport",
"*wPlayerDescText.fromHoriz: wPlayerDescLabel",
"*wPlayerDescText.displayCaret: False",
"*wPlayerDescText*background: DeepSkyBlue2",
"*wPlayerDescText.cursor: top_left_arrow",
"*wPlayerDummy2.fromVert: wPlayerDescLabel",
"*wPlayerDummy2.width: 100",
"*wPlayerDummy2.height: 6",
"*wPlayerDummy2.label: ",
"*wPlayerDummy2.background: DeepSkyBlue3",
"*wPlayerDummy2.borderColor: DeepSkyBlue3",
"*wPlayerDummy2.shadowWidth: 0",
"*wPlayerVersionLabel.label: Version",
"*wPlayerVersionLabel.justify: left",
"*wPlayerVersionLabel.width: 100",
"*wPlayerVersionLabel.fromVert: wPlayerDummy2",
"*wPlayerVersionText.width: 200",
"*wPlayerVersionText.fromVert: wPlayerDescText",
"*wPlayerVersionText.fromHoriz: wPlayerVersionLabel",
"*wPlayerVersionText.displayCaret: False",
"*wPlayerVersionText*background: DeepSkyBlue2",
"*wPlayerVersionText.cursor: top_left_arrow",
"*wPlayerAuthorLabel.label: Auteur",
"*wPlayerAuthorLabel.justify: left",
"*wPlayerAuthorLabel.width: 100",
"*wPlayerAuthorLabel.fromVert: wPlayerVersionLabel",
"*wPlayerAuthorText.width: 200",
"*wPlayerAuthorText.fromHoriz: wPlayerAuthorLabel",
"*wPlayerAuthorText.fromVert: wPlayerVersionText",
"*wPlayerAuthorText.displayCaret: False",
"*wPlayerAuthorText*background: DeepSkyBlue2",
"*wPlayerAuthorText.cursor: top_left_arrow",
"*wPlayerColorLabel.label: Couleur",
"*wPlayerColorLabel.width: 100",
"*wPlayerColorLabel.justify: left",
"*wPlayerColorLabel.fromVert: wPlayerAuthorLabel",
"*wPlayerColorDisplay.fromVert: wPlayerAuthorText",
"*wPlayerColorDisplay.fromHoriz: wPlayerColorLabel",
"*wPlayerColorDisplay.width: 18",
"*wPlayerColorDisplay.height: 18",
"*wPlayerColorDisplay.shadowWidth: 0",
"*wPlayerColorDisplay.label: ",
"*wPlayerColorDisplay.background: Black",
"*wPlayerColorDisplay.cursor: hand1",
"*wPlayerColorDisplay*translations: #override \
<Btn1Down>: playerEditColor()\\n\
<Btn2Down>: playerEditColor()\\n\
<Btn3Down>: playerEditColor()",
"*wPlayerDummy3.fromVert: wPlayerColorLabel",
"*wPlayerDummy3.width: 300",
"*wPlayerDummy3.height: 12",
"*wPlayerDummy3.label: ",
"*wPlayerDummy3.background: DeepSkyBlue3",
"*wPlayerDummy3.borderColor: DeepSkyBlue3",
"*wPlayerDummy3.shadowWidth: 0",
"*wPlayerDummy4.fromVert: wPlayerDummy3",
"*wPlayerDummy4.width: 50",
"*wPlayerDummy4.height: 20",
"*wPlayerDummy4.label: ",
"*wPlayerDummy4.background: DeepSkyBlue3",
"*wPlayerDummy4.borderColor: DeepSkyBlue3",
"*wPlayerDummy4.shadowWidth: 0",
"*wPlayerOk.label: Confirme",
"*wPlayerOk.width: 100",
"*wPlayerOk.fromHoriz: wPlayerDummy4",
"*wPlayerOk.fromVert: wPlayerDummy3",
"*wPlayerCancel.label: Annuler",
"*wPlayerCancel.width: 100",
"*wPlayerCancel.fromHoriz: wPlayerOk",
"*wPlayerCancel.fromVert: wPlayerDummy3",
"*wStatForm.width: 300",
"*wStatForm.height: 400",
"*wStatNumberForm.width: 300",
"*wStatNumberForm.height: 250",
"*wStatNumberForm.defaultDistance: 2",
"*wStatGraphForm.fromVert: wStatNumberForm",
"*wStatGraphForm.defaultDistance: 2",
"*wStatGraphForm.resizable: False",
"*wStatGraph.width: 300",
"*wStatGraph.height: 150",
"*wStatCloseButton.fromVert: wStatGraphForm",
"*wStatCloseButton.width: 475",
"*wStatCloseButton.label: Fermer",
"*wStatCloseButton.justify: center",
"*wStatColorLabel.label: ",
"*wStatColorLabel.background: DeepSkyBlue3",
"*wStatColorLabel.borderColor: DeepSkyBlue3",
"*wStatColorLabel.width: 22",
"*wStatColorLabel.justify: center",
"*wStatNameLabel.label: Nom",
"*wStatNameLabel.width: 80",
"*wStatNameLabel.justify: center",
"*wStatNameLabel.fromHoriz: wStatColorLabel",
"*wStatArmiesLabel.label: Armées",
"*wStatArmiesLabel.width: 80",
"*wStatArmiesLabel.justify: center",
"*wStatArmiesLabel.fromHoriz: wStatNameLabel",
"*wStatCountriesLabel.label: Territoires",
"*wStatCountriesLabel.width: 80",
"*wStatCountriesLabel.justify: center",
"*wStatCountriesLabel.fromHoriz: wStatArmiesLabel",
"*wStatCardsLabel.label: Cartes",
"*wStatCardsLabel.width: 80",
"*wStatCardsLabel.justify: center",
"*wStatCardsLabel.fromHoriz: wStatCountriesLabel",
"*wStatWLDLabel.label: Vict/Pert/Nb",
"*wStatWLDLabel.width: 90",
"*wStatWLDLabel.justify: center",
"*wStatWLDLabel.fromHoriz: wStatCardsLabel",
"*wStatViewport.fromVert: wStatGraphLabel",
"*wStatViewport.forceBars: True",
"*wStatViewport.useRight: True",
"*wStatViewport.allowVert: True",
"*wStatViewport*background: DeepSkyBlue2",
"*wStatViewport.width: 471",
"*wStatViewport.height: 208",
"*wStatViewport.fromVert: wStatNameLabel",
"*wStatPlayerForm*borderColor: DeepSkyBlue2",
"*wShowPlayerForm*defaultDistance: 2",
"*wStatNumberForm*wStatPlayerColor.borderColor: DeepSkyBlue2",
"*wStatNumberForm*wStatPlayerColor.width: 18",
"*wStatNumberForm*wStatPlayerColor.height: 18",
"*wStatNumberForm*wStatPlayerColor.label: ",
"*wStatNumberForm*wStatPlayerName.borderColor: DeepSkyBlue2",
"*wStatNumberForm*wStatPlayerName.height: 18",
"*wStatNumberForm*wStatPlayerName.width: 80",
"*wStatNumberForm*wStatPlayerName.label: ",
"*wStatNumberForm*wStatPlayerArmies.borderColor: DeepSkyBlue2",
"*wStatNumberForm*wStatPlayerArmies.height: 18",
"*wStatNumberForm*wStatPlayerArmies.width: 80",
"*wStatNumberForm*wStatPlayerArmies.label: ",
"*wStatNumberForm*wStatPlayerCountries.borderColor: DeepSkyBlue2",
"*wStatNumberForm*wStatPlayerCountries.height: 18",
"*wStatNumberForm*wStatPlayerCountries.width: 80",
"*wStatNumberForm*wStatPlayerCountries.label: ",
"*wStatNumberForm*wStatPlayerCards.borderColor: DeepSkyBlue2",
"*wStatNumberForm*wStatPlayerCards.height: 18",
"*wStatNumberForm*wStatPlayerCards.width: 80",
"*wStatNumberForm*wStatPlayerCards.label: ",
"*wStatNumberForm*wStatPlayerWLD.borderColor: DeepSkyBlue2",
"*wStatNumberForm*wStatPlayerWLD.height: 18",
"*wStatNumberForm*wStatPlayerWLD.width: 90",
"*wStatNumberForm*wStatPlayerWLD.label: ",
"*wStatGraphLabel.label: Évolution des territoires",
"*wStatGraphLabel.width: 471",
"*wStatGraph.width: 471",
"*wStatGraph.height: 110",
"*wStatGraph.internalWidth: 0",
"*wStatGraph.internalHeight: 0",
"*wStatGraph.background: black",
"*wStatGraph.fromVert: wStatGraphLabel",