~klnavarro98/klnovels/pour_la_compagnie

« back to all changes in this revision

Viewing changes to game/tl/None/common.rpym

  • Committer: MiKael NAVARRO
  • Date: 2023-03-16 07:23:42 UTC
  • Revision ID: klnavarro@mailo.com-20230316072342-qofjmr0k36gsmv8k
Initialisation du projet Ren'py 7.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1

 
2
translate None strings:
 
3
 
 
4
    # renpy/common/00accessibility.rpy:28
 
5
    old "Self-voicing disabled."
 
6
    new "Lecture vocale désactivée."
 
7
 
 
8
    # renpy/common/00accessibility.rpy:29
 
9
    old "Clipboard voicing enabled. "
 
10
    new "Lecture vocale vers presse-papier activée. "
 
11
 
 
12
    # renpy/common/00accessibility.rpy:30
 
13
    old "Self-voicing enabled. "
 
14
    new "Lecture vocale activée. "
 
15
 
 
16
    # renpy/common/00accessibility.rpy:32
 
17
    old "bar"
 
18
    new "barre"
 
19
 
 
20
    # renpy/common/00accessibility.rpy:33
 
21
    old "selected"
 
22
    new "sélectionné"
 
23
 
 
24
    # renpy/common/00accessibility.rpy:34
 
25
    old "viewport"
 
26
    new "viewport"
 
27
 
 
28
    # renpy/common/00accessibility.rpy:35
 
29
    old "horizontal scroll"
 
30
    new "barre de scrolling horizontal"
 
31
 
 
32
    # renpy/common/00accessibility.rpy:36
 
33
    old "vertical scroll"
 
34
    new "barre de scrolling vertical"
 
35
 
 
36
    # renpy/common/00accessibility.rpy:37
 
37
    old "activate"
 
38
    new "activer"
 
39
 
 
40
    # renpy/common/00accessibility.rpy:38
 
41
    old "deactivate"
 
42
    new "désactiver"
 
43
 
 
44
    # renpy/common/00accessibility.rpy:39
 
45
    old "increase"
 
46
    new "augmenter"
 
47
 
 
48
    # renpy/common/00accessibility.rpy:40
 
49
    old "decrease"
 
50
    new "diminuer"
 
51
 
 
52
    # renpy/common/00accessibility.rpy:138
 
53
    old "Font Override"
 
54
    new "Forcer la police"
 
55
 
 
56
    # renpy/common/00accessibility.rpy:142
 
57
    old "Default"
 
58
    new "Par défaut"
 
59
 
 
60
    # renpy/common/00accessibility.rpy:146
 
61
    old "DejaVu Sans"
 
62
    new "DejaVu Sans"
 
63
 
 
64
    # renpy/common/00accessibility.rpy:150
 
65
    old "Opendyslexic"
 
66
    new "Opendyslexic"
 
67
 
 
68
    # renpy/common/00accessibility.rpy:156
 
69
    old "Text Size Scaling"
 
70
    new "Redimensionnement du texte"
 
71
 
 
72
    # renpy/common/00accessibility.rpy:162
 
73
    old "Reset"
 
74
    new "Réinitaliser"
 
75
 
 
76
    # renpy/common/00accessibility.rpy:168
 
77
    old "Line Spacing Scaling"
 
78
    new "Espacement vertical"
 
79
 
 
80
    # renpy/common/00accessibility.rpy:180
 
81
    old "High Contrast Text"
 
82
    new "Texte en contraste élevé (surbrillance)"
 
83
 
 
84
    # renpy/common/00accessibility.rpy:182
 
85
    old "Enable"
 
86
    new "Active"
 
87
 
 
88
    # renpy/common/00accessibility.rpy:186
 
89
    old "Disable"
 
90
    new "Désactivé"
 
91
 
 
92
    # renpy/common/00accessibility.rpy:193
 
93
    old "Self-Voicing"
 
94
    new "Lecture vocale"
 
95
 
 
96
    # renpy/common/00accessibility.rpy:197
 
97
    old "Off"
 
98
    new "Désactivée"
 
99
 
 
100
    # renpy/common/00accessibility.rpy:201
 
101
    old "Text-to-speech"
 
102
    new "Synthèse vocale"
 
103
 
 
104
    # renpy/common/00accessibility.rpy:205
 
105
    old "Clipboard"
 
106
    new "Presse-papier"
 
107
 
 
108
    # renpy/common/00accessibility.rpy:209
 
109
    old "Debug"
 
110
    new "Débogage"
 
111
 
 
112
    # renpy/common/00accessibility.rpy:215
 
113
    old "Self-Voicing Volume Drop"
 
114
    new "Baisse de volume pendant la lecture vocale"
 
115
 
 
116
    # renpy/common/00accessibility.rpy:224
 
117
    old "The options on this menu are intended to improve accessibility. They may not work with all games, and some combinations of options may render the game unplayable. This is not an issue with the game or engine. For the best results when changing fonts, try to keep the text size the same as it originally was."
 
118
    new "Les options de ce menu ont pour objectif d'augmenter l'accessibilité. Elles peuvent ne pas fonctionner sur tous les jeux, et certaines combinations d'options peuvent rendre le jeu injouable. Le problème ne vient pas du jeu ou du moteur. Pour de meilleurs résultats en changeant la police, essayez de maintenir le texte de la même taille qu'avant."
 
119
 
 
120
    # renpy/common/00accessibility.rpy:229
 
121
    old "Return"
 
122
    new "Retour"
 
123
 
 
124
    # renpy/common/00action_file.rpy:26
 
125
    old "{#weekday}Monday"
 
126
    new "{#weekday}Lundi"
 
127
 
 
128
    # renpy/common/00action_file.rpy:26
 
129
    old "{#weekday}Tuesday"
 
130
    new "{#weekday}Mardi"
 
131
 
 
132
    # renpy/common/00action_file.rpy:26
 
133
    old "{#weekday}Wednesday"
 
134
    new "{#weekday}Mercredi"
 
135
 
 
136
    # renpy/common/00action_file.rpy:26
 
137
    old "{#weekday}Thursday"
 
138
    new "{#weekday}Jeudi"
 
139
 
 
140
    # renpy/common/00action_file.rpy:26
 
141
    old "{#weekday}Friday"
 
142
    new "{#weekday}Vendredi"
 
143
 
 
144
    # renpy/common/00action_file.rpy:26
 
145
    old "{#weekday}Saturday"
 
146
    new "{#weekday}Samedi"
 
147
 
 
148
    # renpy/common/00action_file.rpy:26
 
149
    old "{#weekday}Sunday"
 
150
    new "{#weekday}Dimanche"
 
151
 
 
152
    # renpy/common/00action_file.rpy:37
 
153
    old "{#weekday_short}Mon"
 
154
    new "{#weekday_short}Lun"
 
155
 
 
156
    # renpy/common/00action_file.rpy:37
 
157
    old "{#weekday_short}Tue"
 
158
    new "{#weekday_short}Mar"
 
159
 
 
160
    # renpy/common/00action_file.rpy:37
 
161
    old "{#weekday_short}Wed"
 
162
    new "{#weekday_short}Mer"
 
163
 
 
164
    # renpy/common/00action_file.rpy:37
 
165
    old "{#weekday_short}Thu"
 
166
    new "{#weekday_short}Jeu"
 
167
 
 
168
    # renpy/common/00action_file.rpy:37
 
169
    old "{#weekday_short}Fri"
 
170
    new "{#weekday_short}Ven"
 
171
 
 
172
    # renpy/common/00action_file.rpy:37
 
173
    old "{#weekday_short}Sat"
 
174
    new "{#weekday_short}Sam"
 
175
 
 
176
    # renpy/common/00action_file.rpy:37
 
177
    old "{#weekday_short}Sun"
 
178
    new "{#weekday_short}Dim"
 
179
 
 
180
    # renpy/common/00action_file.rpy:47
 
181
    old "{#month}January"
 
182
    new "{#month}Janvier"
 
183
 
 
184
    # renpy/common/00action_file.rpy:47
 
185
    old "{#month}February"
 
186
    new "{#month}Février"
 
187
 
 
188
    # renpy/common/00action_file.rpy:47
 
189
    old "{#month}March"
 
190
    new "{#month}Mars"
 
191
 
 
192
    # renpy/common/00action_file.rpy:47
 
193
    old "{#month}April"
 
194
    new "{#month}Avril"
 
195
 
 
196
    # renpy/common/00action_file.rpy:47
 
197
    old "{#month}May"
 
198
    new "{#month}Mai"
 
199
 
 
200
    # renpy/common/00action_file.rpy:47
 
201
    old "{#month}June"
 
202
    new "{#month}Juin"
 
203
 
 
204
    # renpy/common/00action_file.rpy:47
 
205
    old "{#month}July"
 
206
    new "{#month}Juillet"
 
207
 
 
208
    # renpy/common/00action_file.rpy:47
 
209
    old "{#month}August"
 
210
    new "{#month}Août"
 
211
 
 
212
    # renpy/common/00action_file.rpy:47
 
213
    old "{#month}September"
 
214
    new "{#month}Septembre"
 
215
 
 
216
    # renpy/common/00action_file.rpy:47
 
217
    old "{#month}October"
 
218
    new "{#month}Octobre"
 
219
 
 
220
    # renpy/common/00action_file.rpy:47
 
221
    old "{#month}November"
 
222
    new "{#month}Novembre"
 
223
 
 
224
    # renpy/common/00action_file.rpy:47
 
225
    old "{#month}December"
 
226
    new "{#month}Décembre"
 
227
 
 
228
    # renpy/common/00action_file.rpy:63
 
229
    old "{#month_short}Jan"
 
230
    new "{#month_short}Jan"
 
231
 
 
232
    # renpy/common/00action_file.rpy:63
 
233
    old "{#month_short}Feb"
 
234
    new "{#month_short}Fév"
 
235
 
 
236
    # renpy/common/00action_file.rpy:63
 
237
    old "{#month_short}Mar"
 
238
    new "{#month_short}Mar"
 
239
 
 
240
    # renpy/common/00action_file.rpy:63
 
241
    old "{#month_short}Apr"
 
242
    new "{#month_short}Avr"
 
243
 
 
244
    # renpy/common/00action_file.rpy:63
 
245
    old "{#month_short}May"
 
246
    new "{#month_short}Mai"
 
247
 
 
248
    # renpy/common/00action_file.rpy:63
 
249
    old "{#month_short}Jun"
 
250
    new "{#month_short}Juin"
 
251
 
 
252
    # renpy/common/00action_file.rpy:63
 
253
    old "{#month_short}Jul"
 
254
    new "{#month_short}Juil"
 
255
 
 
256
    # renpy/common/00action_file.rpy:63
 
257
    old "{#month_short}Aug"
 
258
    new "{#month_short}Aoû"
 
259
 
 
260
    # renpy/common/00action_file.rpy:63
 
261
    old "{#month_short}Sep"
 
262
    new "{#month_short}Sep"
 
263
 
 
264
    # renpy/common/00action_file.rpy:63
 
265
    old "{#month_short}Oct"
 
266
    new "{#month_short}Oct"
 
267
 
 
268
    # renpy/common/00action_file.rpy:63
 
269
    old "{#month_short}Nov"
 
270
    new "{#month_short}Nov"
 
271
 
 
272
    # renpy/common/00action_file.rpy:63
 
273
    old "{#month_short}Dec"
 
274
    new "{#month_short}Déc"
 
275
 
 
276
    # renpy/common/00action_file.rpy:250
 
277
    old "%b %d, %H:%M"
 
278
    new "%d %b, %H:%M"
 
279
 
 
280
    # renpy/common/00action_file.rpy:364
 
281
    old "Save slot %s: [text]"
 
282
    new "Sauvegarder %s : [text]"
 
283
 
 
284
    # renpy/common/00action_file.rpy:445
 
285
    old "Load slot %s: [text]"
 
286
    new "Charger %s : [text]"
 
287
 
 
288
    # renpy/common/00action_file.rpy:498
 
289
    old "Delete slot [text]"
 
290
    new "Supprimer slot [text]"
 
291
 
 
292
    # renpy/common/00action_file.rpy:577
 
293
    old "File page auto"
 
294
    new "Page auto"
 
295
 
 
296
    # renpy/common/00action_file.rpy:579
 
297
    old "File page quick"
 
298
    new "Page rapide"
 
299
 
 
300
    # renpy/common/00action_file.rpy:581
 
301
    old "File page [text]"
 
302
    new "Page [text]"
 
303
 
 
304
    # renpy/common/00action_file.rpy:639
 
305
    old "Page {}"
 
306
    new "Page {}"
 
307
 
 
308
    # renpy/common/00action_file.rpy:639
 
309
    old "Automatic saves"
 
310
    new "Sauvegardes automatiques"
 
311
 
 
312
    # renpy/common/00action_file.rpy:639
 
313
    old "Quick saves"
 
314
    new "Sauvegardes rapides"
 
315
 
 
316
    # renpy/common/00action_file.rpy:780
 
317
    old "Next file page."
 
318
    new "Page suivante."
 
319
 
 
320
    # renpy/common/00action_file.rpy:852
 
321
    old "Previous file page."
 
322
    new "Page précédente."
 
323
 
 
324
    # renpy/common/00action_file.rpy:913
 
325
    old "Quick save complete."
 
326
    new "Sauvegarde rapide effectuée."
 
327
 
 
328
    # renpy/common/00action_file.rpy:931
 
329
    old "Quick save."
 
330
    new "Sauvegarde rapide."
 
331
 
 
332
    # renpy/common/00action_file.rpy:950
 
333
    old "Quick load."
 
334
    new "Chargement rapide."
 
335
 
 
336
    # renpy/common/00action_other.rpy:381
 
337
    old "Language [text]"
 
338
    new "Langue [text]"
 
339
 
 
340
    # renpy/common/00action_other.rpy:703
 
341
    old "Open [text] directory."
 
342
    new "Ouvrir le répertoire [text]."
 
343
 
 
344
    # renpy/common/00director.rpy:708
 
345
    old "The interactive director is not enabled here."
 
346
    new "Le réalisateur interactif n'est pas activé ici."
 
347
 
 
348
    # renpy/common/00director.rpy:1481
 
349
    old "⬆"
 
350
    new "⬆"
 
351
 
 
352
    # renpy/common/00director.rpy:1487
 
353
    old "⬇"
 
354
    new "⬇"
 
355
 
 
356
    # renpy/common/00director.rpy:1551
 
357
    old "Done"
 
358
    new "Fait"
 
359
 
 
360
    # renpy/common/00director.rpy:1561
 
361
    old "(statement)"
 
362
    new "(statement)"
 
363
 
 
364
    # renpy/common/00director.rpy:1562
 
365
    old "(tag)"
 
366
    new "(tag)"
 
367
 
 
368
    # renpy/common/00director.rpy:1563
 
369
    old "(attributes)"
 
370
    new "(attributs)"
 
371
 
 
372
    # renpy/common/00director.rpy:1564
 
373
    old "(transform)"
 
374
    new "(transform)"
 
375
 
 
376
    # renpy/common/00director.rpy:1589
 
377
    old "(transition)"
 
378
    new "(transition)"
 
379
 
 
380
    # renpy/common/00director.rpy:1601
 
381
    old "(channel)"
 
382
    new "(channel)"
 
383
 
 
384
    # renpy/common/00director.rpy:1602
 
385
    old "(filename)"
 
386
    new "(fichier)"
 
387
 
 
388
    # renpy/common/00director.rpy:1631
 
389
    old "Change"
 
390
    new "Changer"
 
391
 
 
392
    # renpy/common/00director.rpy:1633
 
393
    old "Add"
 
394
    new "Ajouter"
 
395
 
 
396
    # renpy/common/00director.rpy:1636
 
397
    old "Cancel"
 
398
    new "Annuler"
 
399
 
 
400
    # renpy/common/00director.rpy:1639
 
401
    old "Remove"
 
402
    new "Retirer"
 
403
 
 
404
    # renpy/common/00director.rpy:1674
 
405
    old "Statement:"
 
406
    new "Instruction :"
 
407
 
 
408
    # renpy/common/00director.rpy:1695
 
409
    old "Tag:"
 
410
    new "Tag :"
 
411
 
 
412
    # renpy/common/00director.rpy:1711
 
413
    old "Attributes:"
 
414
    new "Attributs :"
 
415
 
 
416
    # renpy/common/00director.rpy:1729
 
417
    old "Transforms:"
 
418
    new "Transforms :"
 
419
 
 
420
    # renpy/common/00director.rpy:1748
 
421
    old "Behind:"
 
422
    new "Derrière :"
 
423
 
 
424
    # renpy/common/00director.rpy:1767
 
425
    old "Transition:"
 
426
    new "Transition :"
 
427
 
 
428
    # renpy/common/00director.rpy:1785
 
429
    old "Channel:"
 
430
    new "Piste :"
 
431
 
 
432
    # renpy/common/00director.rpy:1803
 
433
    old "Audio Filename:"
 
434
    new "Fichier audio :"
 
435
 
 
436
    # renpy/common/00gui.rpy:445
 
437
    old "Are you sure?"
 
438
    new "Êtes-vous sûr ?"
 
439
 
 
440
    # renpy/common/00gui.rpy:446
 
441
    old "Are you sure you want to delete this save?"
 
442
    new "Êtes-vous sûr de vouloir supprimer cette sauvegarde ?"
 
443
 
 
444
    # renpy/common/00gui.rpy:447
 
445
    old "Are you sure you want to overwrite your save?"
 
446
    new "Êtes-vous sûr de vouloir écraser cette sauvegarde ?"
 
447
 
 
448
    # renpy/common/00gui.rpy:448
 
449
    old "Loading will lose unsaved progress.\nAre you sure you want to do this?"
 
450
    new "Le chargement entraînera la perte de votre progression depuis la dernière sauvegarde.\nÊtes-vous sûr de vouloir faire cela ?"
 
451
 
 
452
    # renpy/common/00gui.rpy:449
 
453
    old "Are you sure you want to quit?"
 
454
    new "Êtes-vous sûr de vouloir quitter ?"
 
455
 
 
456
    # renpy/common/00gui.rpy:450
 
457
    old "Are you sure you want to return to the main menu?\nThis will lose unsaved progress."
 
458
    new "Êtes-vous sûr de vouloir retourner au menu principal ?\nVotre progression depuis la dernière sauvegarde sera perdue."
 
459
 
 
460
    # renpy/common/00gui.rpy:451
 
461
    old "Are you sure you want to end the replay?"
 
462
    new "Êtes-vous sûr de vouloir arrêter la rediffusion ?"
 
463
 
 
464
    # renpy/common/00gui.rpy:452
 
465
    old "Are you sure you want to begin skipping?"
 
466
    new "Êtes-vous sûr de vouloir sauter les dialogues ?"
 
467
 
 
468
    # renpy/common/00gui.rpy:453
 
469
    old "Are you sure you want to skip to the next choice?"
 
470
    new "Êtes-vous sûr de vouloir sauter les dialogues jusqu’au prochain choix ?"
 
471
 
 
472
    # renpy/common/00gui.rpy:454
 
473
    old "Are you sure you want to skip unseen dialogue to the next choice?"
 
474
    new "Êtes-vous sûr de vouloir sauter les dialogues non vus jusqu’au prochain choix ?"
 
475
 
 
476
    # renpy/common/00keymap.rpy:310
 
477
    old "Failed to save screenshot as %s."
 
478
    new "Échec de sauvegarde de la capture d'écran %s."
 
479
 
 
480
    # renpy/common/00keymap.rpy:322
 
481
    old "Saved screenshot as %s."
 
482
    new "Capture d’écran sauvegardée sous le nom %s."
 
483
 
 
484
    # renpy/common/00library.rpy:230
 
485
    old "Skip Mode"
 
486
    new "Mode avance rapide"
 
487
 
 
488
    # renpy/common/00library.rpy:316
 
489
    old "This program contains free software under a number of licenses, including the MIT License and GNU Lesser General Public License. A complete list of software, including links to full source code, can be found {a=https://www.renpy.org/l/license}here{/a}."
 
490
    new "Ce programme contient un logiciel libre soumis à de nombreuses licences incluant la licence « MIT » et la licence « GNU Lesser General Public License ». La liste complète des logiciels, incluant les liens vers le code source complet, peut-être trouvée {a=https://www.renpy.org/l/license}ici{/a}."
 
491
 
 
492
    # renpy/common/00preferences.rpy:259
 
493
    old "display"
 
494
    new "affichage"
 
495
 
 
496
    # renpy/common/00preferences.rpy:271
 
497
    old "transitions"
 
498
    new "transitions"
 
499
 
 
500
    # renpy/common/00preferences.rpy:280
 
501
    old "skip transitions"
 
502
    new "passer les transitions"
 
503
 
 
504
    # renpy/common/00preferences.rpy:282
 
505
    old "video sprites"
 
506
    new "sprites vidéo"
 
507
 
 
508
    # renpy/common/00preferences.rpy:291
 
509
    old "show empty window"
 
510
    new "afficher fenêtre vide"
 
511
 
 
512
    # renpy/common/00preferences.rpy:300
 
513
    old "text speed"
 
514
    new "vitesse du texte"
 
515
 
 
516
    # renpy/common/00preferences.rpy:308
 
517
    old "joystick"
 
518
    new "joystick"
 
519
 
 
520
    # renpy/common/00preferences.rpy:308
 
521
    old "joystick..."
 
522
    new "joystick..."
 
523
 
 
524
    # renpy/common/00preferences.rpy:315
 
525
    old "skip"
 
526
    new "passer"
 
527
 
 
528
    # renpy/common/00preferences.rpy:318
 
529
    old "skip unseen [text]"
 
530
    new "passer [text] non lus"
 
531
 
 
532
    # renpy/common/00preferences.rpy:323
 
533
    old "skip unseen text"
 
534
    new "passer le texte non lu"
 
535
 
 
536
    # renpy/common/00preferences.rpy:325
 
537
    old "begin skipping"
 
538
    new "commencer à passer"
 
539
 
 
540
    # renpy/common/00preferences.rpy:329
 
541
    old "after choices"
 
542
    new "après les choix"
 
543
 
 
544
    # renpy/common/00preferences.rpy:336
 
545
    old "skip after choices"
 
546
    new "passer après les choix"
 
547
 
 
548
    # renpy/common/00preferences.rpy:338
 
549
    old "auto-forward time"
 
550
    new "avancée du temps automatique"
 
551
 
 
552
    # renpy/common/00preferences.rpy:352
 
553
    old "auto-forward"
 
554
    new "avancée automatique"
 
555
 
 
556
    # renpy/common/00preferences.rpy:359
 
557
    old "Auto forward"
 
558
    new "Avancée automatique"
 
559
 
 
560
    # renpy/common/00preferences.rpy:362
 
561
    old "auto-forward after click"
 
562
    new "avancée automatique après un clic"
 
563
 
 
564
    # renpy/common/00preferences.rpy:371
 
565
    old "automatic move"
 
566
    new "mouvement automatique"
 
567
 
 
568
    # renpy/common/00preferences.rpy:380
 
569
    old "wait for voice"
 
570
    new "attendre la voix"
 
571
 
 
572
    # renpy/common/00preferences.rpy:389
 
573
    old "voice sustain"
 
574
    new "maintien de la voix"
 
575
 
 
576
    # renpy/common/00preferences.rpy:398
 
577
    old "self voicing"
 
578
    new "lecture vocale"
 
579
 
 
580
    # renpy/common/00preferences.rpy:407
 
581
    old "self voicing volume drop"
 
582
    new "baisse de volume pendant la lecture vocale"
 
583
 
 
584
    # renpy/common/00preferences.rpy:415
 
585
    old "clipboard voicing"
 
586
    new "voix par presse-papier"
 
587
 
 
588
    # renpy/common/00preferences.rpy:424
 
589
    old "debug voicing"
 
590
    new "voix de debug"
 
591
 
 
592
    # renpy/common/00preferences.rpy:433
 
593
    old "emphasize audio"
 
594
    new "mise en valeur de l'audio"
 
595
 
 
596
    # renpy/common/00preferences.rpy:442
 
597
    old "rollback side"
 
598
    new "côté de rollback"
 
599
 
 
600
    # renpy/common/00preferences.rpy:452
 
601
    old "gl powersave"
 
602
    new "gl économie d'énergie"
 
603
 
 
604
    # renpy/common/00preferences.rpy:458
 
605
    old "gl framerate"
 
606
    new "gl images par seconde"
 
607
 
 
608
    # renpy/common/00preferences.rpy:461
 
609
    old "gl tearing"
 
610
    new "gl tearing"
 
611
 
 
612
    # renpy/common/00preferences.rpy:464
 
613
    old "font transform"
 
614
    new "apparence de la police"
 
615
 
 
616
    # renpy/common/00preferences.rpy:467
 
617
    old "font size"
 
618
    new "taille de police"
 
619
 
 
620
    # renpy/common/00preferences.rpy:475
 
621
    old "font line spacing"
 
622
    new "taille d'espaces"
 
623
 
 
624
    # renpy/common/00preferences.rpy:483
 
625
    old "system cursor"
 
626
    new "curseur système"
 
627
 
 
628
    # renpy/common/00preferences.rpy:492
 
629
    old "renderer menu"
 
630
    new "menu de rendu"
 
631
 
 
632
    # renpy/common/00preferences.rpy:495
 
633
    old "accessibility menu"
 
634
    new "menu d'accessibilité"
 
635
 
 
636
    # renpy/common/00preferences.rpy:498
 
637
    old "high contrast text"
 
638
    new "texte en contraste élevé"
 
639
 
 
640
    # renpy/common/00preferences.rpy:507
 
641
    old "audio when minimized"
 
642
    new "audio quand minimisé"
 
643
 
 
644
    # renpy/common/00preferences.rpy:527
 
645
    old "main volume"
 
646
    new "volume principal"
 
647
 
 
648
    # renpy/common/00preferences.rpy:528
 
649
    old "music volume"
 
650
    new "volume de la musique"
 
651
 
 
652
    # renpy/common/00preferences.rpy:529
 
653
    old "sound volume"
 
654
    new "volume du son"
 
655
 
 
656
    # renpy/common/00preferences.rpy:530
 
657
    old "voice volume"
 
658
    new "volume des voix"
 
659
 
 
660
    # renpy/common/00preferences.rpy:531
 
661
    old "mute main"
 
662
    new "sourdine générale"
 
663
 
 
664
    # renpy/common/00preferences.rpy:532
 
665
    old "mute music"
 
666
    new "couper la musique"
 
667
 
 
668
    # renpy/common/00preferences.rpy:533
 
669
    old "mute sound"
 
670
    new "couper le son"
 
671
 
 
672
    # renpy/common/00preferences.rpy:534
 
673
    old "mute voice"
 
674
    new "couper les voix"
 
675
 
 
676
    # renpy/common/00preferences.rpy:535
 
677
    old "mute all"
 
678
    new "couper tout"
 
679
 
 
680
    # renpy/common/00preferences.rpy:616
 
681
    old "Clipboard voicing enabled. Press 'shift+C' to disable."
 
682
    new "Lecture vocale vers presse-papier activée. Pressez « Maj+C » pour la désactiver."
 
683
 
 
684
    # renpy/common/00preferences.rpy:618
 
685
    old "Self-voicing would say \"[renpy.display.tts.last]\". Press 'alt+shift+V' to disable."
 
686
    new "La lecture vocale veut dire « [renpy.display.tts.last] ». Pressez « Alt+Maj+V » pour la désactiver."
 
687
 
 
688
    # renpy/common/00preferences.rpy:620
 
689
    old "Self-voicing enabled. Press 'v' to disable."
 
690
    new "Lecture vocale activée. Pressez « v » pour la désactiver."
 
691
 
 
692
    # renpy/common/00iap.rpy:219
 
693
    old "Contacting App Store\nPlease Wait..."
 
694
    new "Connexion à l’Apple Store.\nVeuillez patienter…"
 
695
 
 
696
    # renpy/common/00updater.rpy:419
 
697
    old "The Ren'Py Updater is not supported on mobile devices."
 
698
    new "La mise à jour automatique de Ren’Py n’est pas supportée sur les appareils mobiles."
 
699
 
 
700
    # renpy/common/00updater.rpy:548
 
701
    old "An error is being simulated."
 
702
    new "Une erreur est en train d’être simulée."
 
703
 
 
704
    # renpy/common/00updater.rpy:738
 
705
    old "Either this project does not support updating, or the update status file was deleted."
 
706
    new "Soit ce projet ne supporte pas la mise à jour, soit le fichier d’état des mises à jour a été supprimé."
 
707
 
 
708
    # renpy/common/00updater.rpy:752
 
709
    old "This account does not have permission to perform an update."
 
710
    new "Ce compte n’a pas la permission de réaliser une mise à jour."
 
711
 
 
712
    # renpy/common/00updater.rpy:755
 
713
    old "This account does not have permission to write the update log."
 
714
    new "Ce compte n’a pas la permission d’écrire dans le journal de mise à jour."
 
715
 
 
716
    # renpy/common/00updater.rpy:783
 
717
    old "Could not verify update signature."
 
718
    new "Impossible de vérifier la signature de la mise à jour."
 
719
 
 
720
    # renpy/common/00updater.rpy:1084
 
721
    old "The update file was not downloaded."
 
722
    new "Le fichier de mise à jour n’a pas été téléchargé."
 
723
 
 
724
    # renpy/common/00updater.rpy:1102
 
725
    old "The update file does not have the correct digest - it may have been corrupted."
 
726
    new "Le fichier de mise à jour présente une signature incorrecte, le fichier peut avoir été corrompu."
 
727
 
 
728
    # renpy/common/00updater.rpy:1252
 
729
    old "While unpacking {}, unknown type {}."
 
730
    new "En décompressant {}, type {} inconnu."
 
731
 
 
732
    # renpy/common/00updater.rpy:1624
 
733
    old "Updater"
 
734
    new "Mise à jour"
 
735
 
 
736
    # renpy/common/00updater.rpy:1631
 
737
    old "An error has occured:"
 
738
    new "Une erreur est survenue :"
 
739
 
 
740
    # renpy/common/00updater.rpy:1633
 
741
    old "Checking for updates."
 
742
    new "Vérification des mises à jour."
 
743
 
 
744
    # renpy/common/00updater.rpy:1635
 
745
    old "This program is up to date."
 
746
    new "Ce programme est à jour."
 
747
 
 
748
    # renpy/common/00updater.rpy:1637
 
749
    old "[u.version] is available. Do you want to install it?"
 
750
    new "[u.version] est disponible. Voulez-vous l’installer ?"
 
751
 
 
752
    # renpy/common/00updater.rpy:1639
 
753
    old "Preparing to download the updates."
 
754
    new "Préparation du téléchargement de la mise à jour."
 
755
 
 
756
    # renpy/common/00updater.rpy:1641
 
757
    old "Downloading the updates."
 
758
    new "Téléchargement de la mise à jour."
 
759
 
 
760
    # renpy/common/00updater.rpy:1643
 
761
    old "Unpacking the updates."
 
762
    new "Décompression de la mise à jour."
 
763
 
 
764
    # renpy/common/00updater.rpy:1645
 
765
    old "Finishing up."
 
766
    new "Finalisation en cours."
 
767
 
 
768
    # renpy/common/00updater.rpy:1647
 
769
    old "The updates have been installed. The program will restart."
 
770
    new "La mise à jour a été installée. Le programme va redémarrer."
 
771
 
 
772
    # renpy/common/00updater.rpy:1649
 
773
    old "The updates have been installed."
 
774
    new "La mise à jour a été installée."
 
775
 
 
776
    # renpy/common/00updater.rpy:1651
 
777
    old "The updates were cancelled."
 
778
    new "La mise à jour a été annulée."
 
779
 
 
780
    # renpy/common/00updater.rpy:1666
 
781
    old "Proceed"
 
782
    new "Continuer"
 
783
 
 
784
    # renpy/common/00compat.rpy:371
 
785
    old "Fullscreen"
 
786
    new "Plein écran"
 
787
 
 
788
    # renpy/common/00gallery.rpy:627
 
789
    old "Image [index] of [count] locked."
 
790
    new "Image [index] sur [count] verrouillée."
 
791
 
 
792
    # renpy/common/00gallery.rpy:647
 
793
    old "prev"
 
794
    new "préc."
 
795
 
 
796
    # renpy/common/00gallery.rpy:648
 
797
    old "next"
 
798
    new "suiv."
 
799
 
 
800
    # renpy/common/00gallery.rpy:649
 
801
    old "slideshow"
 
802
    new "diaporama"
 
803
 
 
804
    # renpy/common/00gallery.rpy:650
 
805
    old "return"
 
806
    new "retour"
 
807
 
 
808
    # renpy/common/00gltest.rpy:89
 
809
    old "Renderer"
 
810
    new "Moteur de rendu"
 
811
 
 
812
    # renpy/common/00gltest.rpy:93
 
813
    old "Automatically Choose"
 
814
    new "Choix automatique"
 
815
 
 
816
    # renpy/common/00gltest.rpy:100
 
817
    old "Force GL Renderer"
 
818
    new "Forcer le moteur de rendu GL"
 
819
 
 
820
    # renpy/common/00gltest.rpy:105
 
821
    old "Force ANGLE Renderer"
 
822
    new "Forcer le moteur de rendu ANGLE"
 
823
 
 
824
    # renpy/common/00gltest.rpy:110
 
825
    old "Force GLES Renderer"
 
826
    new "Forcer le moteur de rendu GLES"
 
827
 
 
828
    # renpy/common/00gltest.rpy:116
 
829
    old "Force GL2 Renderer"
 
830
    new "Forcer le moteur de rendu GL2"
 
831
 
 
832
    # renpy/common/00gltest.rpy:121
 
833
    old "Force ANGLE2 Renderer"
 
834
    new "Forcer le moteur de rendu ANGLE2"
 
835
 
 
836
    # renpy/common/00gltest.rpy:126
 
837
    old "Force GLES2 Renderer"
 
838
    new "Forcer le moteur de rendu GLES2"
 
839
 
 
840
    # renpy/common/00gltest.rpy:132
 
841
    old "Gamepad"
 
842
    new "Manette"
 
843
 
 
844
    # renpy/common/00gltest.rpy:136
 
845
    old "Enable (No Blocklist)"
 
846
    new "Activer (Sans Blocklist)"
 
847
 
 
848
    # renpy/common/00gltest.rpy:150
 
849
    old "Calibrate"
 
850
    new "Calibrage"
 
851
 
 
852
    # renpy/common/00gltest.rpy:159
 
853
    old "Powersave"
 
854
    new "Économie d'énergie"
 
855
 
 
856
    # renpy/common/00gltest.rpy:173
 
857
    old "Framerate"
 
858
    new "Images par seconde"
 
859
 
 
860
    # renpy/common/00gltest.rpy:177
 
861
    old "Screen"
 
862
    new "Écran"
 
863
 
 
864
    # renpy/common/00gltest.rpy:181
 
865
    old "60"
 
866
    new "60"
 
867
 
 
868
    # renpy/common/00gltest.rpy:185
 
869
    old "30"
 
870
    new "30"
 
871
 
 
872
    # renpy/common/00gltest.rpy:191
 
873
    old "Tearing"
 
874
    new "Tearing"
 
875
 
 
876
    # renpy/common/00gltest.rpy:207
 
877
    old "Changes will take effect the next time this program is run."
 
878
    new "Les changements prendront effet au prochain démarrage du programme."
 
879
 
 
880
    # renpy/common/00gltest.rpy:214
 
881
    old "Quit"
 
882
    new "Quitter"
 
883
 
 
884
    # renpy/common/00gltest.rpy:242
 
885
    old "Performance Warning"
 
886
    new "Alerte de performance."
 
887
 
 
888
    # renpy/common/00gltest.rpy:247
 
889
    old "This computer is using software rendering."
 
890
    new "Cet ordinateur utilise le rendu logiciel."
 
891
 
 
892
    # renpy/common/00gltest.rpy:249
 
893
    old "This game requires use of GL2 that can't be initialised."
 
894
    new "Ce jeu nécessite l'usage de GL2, qui ne peut pas être initialisé."
 
895
 
 
896
    # renpy/common/00gltest.rpy:251
 
897
    old "This computer has a problem displaying graphics: [problem]."
 
898
    new "Cet ordinateur rencontre un problème pour afficher les graphismes : [problem]."
 
899
 
 
900
    # renpy/common/00gltest.rpy:255
 
901
    old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display."
 
902
    new "Les pilotes graphiques ne sont peut-être pas à jour ou n’opèrent pas correctement. Cela peut conduire à des lenteurs ou des erreurs d'affichage."
 
903
 
 
904
    # renpy/common/00gltest.rpy:259
 
905
    old "The {a=edit:1:log.txt}log.txt{/a} file may contain information to help you determine what is wrong with your computer."
 
906
    new "Le fichier {a=edit:1:log.txt}log.txt{/a} peut contenir des informations pour vous aider à déterminer ce qui ne va pas avec votre ordinateur."
 
907
 
 
908
    # renpy/common/00gltest.rpy:264
 
909
    old "More details on how to fix this can be found in the {a=[url]}documentation{/a}."
 
910
    new "Plus de détails sur comment réparer ça dans la {a=[url]}documentation{/a}."
 
911
 
 
912
    # renpy/common/00gltest.rpy:269
 
913
    old "Continue, Show this warning again"
 
914
    new "Continuer et afficher cet avertissement à chaque fois."
 
915
 
 
916
    # renpy/common/00gltest.rpy:273
 
917
    old "Continue, Don't show warning again"
 
918
    new "Continuer et ne plus afficher cet avertissement."
 
919
 
 
920
    # renpy/common/00gltest.rpy:281
 
921
    old "Change render options"
 
922
    new "Changer les options de rendu"
 
923
 
 
924
    # renpy/common/00gamepad.rpy:32
 
925
    old "Select Gamepad to Calibrate"
 
926
    new "Sélectionnez la manette à calibrer"
 
927
 
 
928
    # renpy/common/00gamepad.rpy:35
 
929
    old "No Gamepads Available"
 
930
    new "Aucune manette disponible"
 
931
 
 
932
    # renpy/common/00gamepad.rpy:54
 
933
    old "Calibrating [name] ([i]/[total])"
 
934
    new "Calibrage de [name] ([i]/[total])"
 
935
 
 
936
    # renpy/common/00gamepad.rpy:58
 
937
    old "Press or move the '[control!s]' [kind]."
 
938
    new "Appuyez sur le [kind] '[control!s]'."
 
939
 
 
940
    # renpy/common/00gamepad.rpy:68
 
941
    old "Skip (A)"
 
942
    new "Passer (A)"
 
943
 
 
944
    # renpy/common/00gamepad.rpy:71
 
945
    old "Back (B)"
 
946
    new "Retour (B)"
 
947
 
 
948
    # renpy/common/_errorhandling.rpym:555
 
949
    old "Open"
 
950
    new "Ouvrir"
 
951
 
 
952
    # renpy/common/_errorhandling.rpym:557
 
953
    old "Opens the traceback.txt file in a text editor."
 
954
    new "Ouvrir le fichier « traceback.txt » dans un éditeur de texte."
 
955
 
 
956
    # renpy/common/_errorhandling.rpym:559
 
957
    old "Copy BBCode"
 
958
    new "Copier en BBCode"
 
959
 
 
960
    # renpy/common/_errorhandling.rpym:561
 
961
    old "Copies the traceback.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/."
 
962
    new "Copie le fichier traceback.txt dans le presse-papier au format BBcode pour les forums tels que https://lemmasoft.renai.us/."
 
963
 
 
964
    # renpy/common/_errorhandling.rpym:563
 
965
    old "Copy Markdown"
 
966
    new "Copier en Markdown"
 
967
 
 
968
    # renpy/common/_errorhandling.rpym:565
 
969
    old "Copies the traceback.txt file to the clipboard as Markdown for Discord."
 
970
    new "Copie le fichier traceback.txt dans le presse-papier au format Markdown pour Discord."
 
971
 
 
972
    # renpy/common/_errorhandling.rpym:594
 
973
    old "An exception has occurred."
 
974
    new "Une exception est survenue."
 
975
 
 
976
    # renpy/common/_errorhandling.rpym:617
 
977
    old "Rollback"
 
978
    new "Annuler"
 
979
 
 
980
    # renpy/common/_errorhandling.rpym:619
 
981
    old "Attempts a roll back to a prior time, allowing you to save or choose a different choice."
 
982
    new "Tente une annulation jusqu’à l’état précédent, cela vous permettra de sauvegarder ou d’effectuer un choix différent."
 
983
 
 
984
    # renpy/common/_errorhandling.rpym:622
 
985
    old "Ignore"
 
986
    new "Ignorer"
 
987
 
 
988
    # renpy/common/_errorhandling.rpym:626
 
989
    old "Ignores the exception, allowing you to continue."
 
990
    new "Ignore l’exception, cela vous autorise à poursuivre"
 
991
 
 
992
    # renpy/common/_errorhandling.rpym:628
 
993
    old "Ignores the exception, allowing you to continue. This often leads to additional errors."
 
994
    new "Ignorer l’exception, et continuer. Cela conduit souvent à de nouvelles erreurs."
 
995
 
 
996
    # renpy/common/_errorhandling.rpym:632
 
997
    old "Reload"
 
998
    new "Recharger"
 
999
 
 
1000
    # renpy/common/_errorhandling.rpym:634
 
1001
    old "Reloads the game from disk, saving and restoring game state if possible."
 
1002
    new "Recharger le jeu depuis le disque, sauvegarder et restaurer le jeu dans son état actuel si possible."
 
1003
 
 
1004
    # renpy/common/_errorhandling.rpym:637
 
1005
    old "Console"
 
1006
    new "Console"
 
1007
 
 
1008
    # renpy/common/_errorhandling.rpym:639
 
1009
    old "Opens a console to allow debugging the problem."
 
1010
    new "Ouvre une console pour débuguer le problème."
 
1011
 
 
1012
    # renpy/common/_errorhandling.rpym:652
 
1013
    old "Quits the game."
 
1014
    new "Quitter le jeu."
 
1015
 
 
1016
    # renpy/common/_errorhandling.rpym:673
 
1017
    old "Parsing the script failed."
 
1018
    new "L’analyse du script a échoué."
 
1019
 
 
1020
    # renpy/common/_developer/developer.rpym:38
 
1021
    old "Developer Menu"
 
1022
    new "Menu du développeur"
 
1023
 
 
1024
    # renpy/common/_developer/developer.rpym:43
 
1025
    old "Interactive Director (D)"
 
1026
    new "Réalisateur interactif (D)"
 
1027
 
 
1028
    # renpy/common/_developer/developer.rpym:45
 
1029
    old "Reload Game (Shift+R)"
 
1030
    new "Recharger la partie (Maj+R)"
 
1031
 
 
1032
    # renpy/common/_developer/developer.rpym:47
 
1033
    old "Console (Shift+O)"
 
1034
    new "Console (Maj+O)"
 
1035
 
 
1036
    # renpy/common/_developer/developer.rpym:49
 
1037
    old "Variable Viewer"
 
1038
    new "Visualisateur de variable"
 
1039
 
 
1040
    # renpy/common/_developer/developer.rpym:51
 
1041
    old "Image Location Picker"
 
1042
    new "Sélecteur d’emplacement d’images"
 
1043
 
 
1044
    # renpy/common/_developer/developer.rpym:53
 
1045
    old "Filename List"
 
1046
    new "Liste des noms de fichiers"
 
1047
 
 
1048
    # renpy/common/_developer/developer.rpym:57
 
1049
    old "Show Image Load Log (F4)"
 
1050
    new "Montrer le log ne chargement des images (F4)"
 
1051
 
 
1052
    # renpy/common/_developer/developer.rpym:60
 
1053
    old "Hide Image Load Log (F4)"
 
1054
    new "Masquer le log de chargement des images (F4)"
 
1055
 
 
1056
    # renpy/common/_developer/developer.rpym:63
 
1057
    old "Image Attributes"
 
1058
    new "Attributs d'image"
 
1059
 
 
1060
    # renpy/common/_developer/developer.rpym:90
 
1061
    old "[name] [attributes] (hidden)"
 
1062
    new "[name] [attributes] (masqué)"
 
1063
 
 
1064
    # renpy/common/_developer/developer.rpym:94
 
1065
    old "[name] [attributes]"
 
1066
    new "[name] [attributes]"
 
1067
 
 
1068
    # renpy/common/_developer/developer.rpym:143
 
1069
    old "Nothing to inspect."
 
1070
    new "Rien à inspecter."
 
1071
 
 
1072
    # renpy/common/_developer/developer.rpym:154
 
1073
    old "Hide deleted"
 
1074
    new "Masquer les supprimés"
 
1075
 
 
1076
    # renpy/common/_developer/developer.rpym:154
 
1077
    old "Show deleted"
 
1078
    new "Montrer les supprimés"
 
1079
 
 
1080
    # renpy/common/_developer/developer.rpym:278
 
1081
    old "Return to the developer menu"
 
1082
    new "Retourner au menu de développeur"
 
1083
 
 
1084
    # renpy/common/_developer/developer.rpym:443
 
1085
    old "Rectangle: %r"
 
1086
    new "Rectangle : %r"
 
1087
 
 
1088
    # renpy/common/_developer/developer.rpym:448
 
1089
    old "Mouse position: %r"
 
1090
    new "Position de la souris : %r"
 
1091
 
 
1092
    # renpy/common/_developer/developer.rpym:453
 
1093
    old "Right-click or escape to quit."
 
1094
    new "Clic droit ou « Echap » pour quitter."
 
1095
 
 
1096
    # renpy/common/_developer/developer.rpym:485
 
1097
    old "Rectangle copied to clipboard."
 
1098
    new "Rectangle copié dans le presse-papier."
 
1099
 
 
1100
    # renpy/common/_developer/developer.rpym:488
 
1101
    old "Position copied to clipboard."
 
1102
    new "Position copiée dans le presse-papier."
 
1103
 
 
1104
    # renpy/common/_developer/developer.rpym:506
 
1105
    old "Type to filter: "
 
1106
    new "Écrire pour filtrer : "
 
1107
 
 
1108
    # renpy/common/_developer/developer.rpym:633
 
1109
    old "Textures: [tex_count] ([tex_size_mb:.1f] MB)"
 
1110
    new "Textures : [tex_count] ([tex_size_mb:.1f] MB)"
 
1111
 
 
1112
    # renpy/common/_developer/developer.rpym:637
 
1113
    old "Image cache: [cache_pct:.1f]% ([cache_size_mb:.1f] MB)"
 
1114
    new "Cache d'images : [cache_pct:.1f]% ([cache_size_mb:.1f] MB)"
 
1115
 
 
1116
    # renpy/common/_developer/developer.rpym:647
 
1117
    old "✔ "
 
1118
    new "✔ "
 
1119
 
 
1120
    # renpy/common/_developer/developer.rpym:650
 
1121
    old "✘ "
 
1122
    new "✘ "
 
1123
 
 
1124
    # renpy/common/_developer/developer.rpym:655
 
1125
    old "\n{color=#cfc}✔ predicted image (good){/color}\n{color=#fcc}✘ unpredicted image (bad){/color}\n{color=#fff}Drag to move.{/color}"
 
1126
    new "\n{color=#cfc}✔ image prédite (bon){/color}\n{color=#fcc}✘ image prédite (mauvais){/color}\n{color=#fff}Glissez pour bouger.{/color}"
 
1127
 
 
1128
    # renpy/common/_developer/inspector.rpym:38
 
1129
    old "Displayable Inspector"
 
1130
    new "Inspecteur de displayables"
 
1131
 
 
1132
    # renpy/common/_developer/inspector.rpym:61
 
1133
    old "Size"
 
1134
    new "Taille"
 
1135
 
 
1136
    # renpy/common/_developer/inspector.rpym:65
 
1137
    old "Style"
 
1138
    new "Style"
 
1139
 
 
1140
    # renpy/common/_developer/inspector.rpym:71
 
1141
    old "Location"
 
1142
    new "Localisation"
 
1143
 
 
1144
    # renpy/common/_developer/inspector.rpym:122
 
1145
    old "Inspecting Styles of [displayable_name!q]"
 
1146
    new "Inspection des styles de [displayable_name!q]"
 
1147
 
 
1148
    # renpy/common/_developer/inspector.rpym:139
 
1149
    old "displayable:"
 
1150
    new "displayable :"
 
1151
 
 
1152
    # renpy/common/_developer/inspector.rpym:145
 
1153
    old "        (no properties affect the displayable)"
 
1154
    new "        (Aucune propriété ne s'applique au displayable)"
 
1155
 
 
1156
    # renpy/common/_developer/inspector.rpym:147
 
1157
    old "        (default properties omitted)"
 
1158
    new "        (Propriétés par défaut omises)"
 
1159
 
 
1160
    # renpy/common/_developer/inspector.rpym:185
 
1161
    old "<repr() failed>"
 
1162
    new "<repr() échoué>"
 
1163
 
 
1164
    # renpy/common/00console.rpy:524
 
1165
    old "Press <esc> to exit console. Type help for help.\n"
 
1166
    new "Appuyez sur Échap pour quitter la console. Écrivez help pour afficher l’aide.\n"
 
1167
 
 
1168
    # renpy/common/00console.rpy:528
 
1169
    old "Ren'Py script enabled."
 
1170
    new "Script Ren’Py activé."
 
1171
 
 
1172
    # renpy/common/00console.rpy:530
 
1173
    old "Ren'Py script disabled."
 
1174
    new "Script Ren'Py désactivé."
 
1175
 
 
1176
    # renpy/common/00console.rpy:779
 
1177
    old "help: show this help"
 
1178
    new "aide : afficher cette aide"
 
1179
 
 
1180
    # renpy/common/00console.rpy:784
 
1181
    old "commands:\n"
 
1182
    new "commandes :\n"
 
1183
 
 
1184
    # renpy/common/00console.rpy:794
 
1185
    old " <renpy script statement>: run the statement\n"
 
1186
    new " <renpy script statement> : exécuter cette déclaration\n"
 
1187
 
 
1188
    # renpy/common/00console.rpy:796
 
1189
    old " <python expression or statement>: run the expression or statement"
 
1190
    new " <expression ou instruction python> : exécuter cette expression ou cette instruction"
 
1191
 
 
1192
    # renpy/common/00console.rpy:804
 
1193
    old "clear: clear the console history"
 
1194
    new "clear : effacer l’historique de la console"
 
1195
 
 
1196
    # renpy/common/00console.rpy:808
 
1197
    old "exit: exit the console"
 
1198
    new "exit : quitter la console"
 
1199
 
 
1200
    # renpy/common/00console.rpy:816
 
1201
    old "stack: print the return stack"
 
1202
    new "stack : affiche la pile de retour"
 
1203
 
 
1204
    # renpy/common/00console.rpy:838
 
1205
    old "load <slot>: loads the game from slot"
 
1206
    new "load <slot> : charger la partie de cet emplacement"
 
1207
 
 
1208
    # renpy/common/00console.rpy:851
 
1209
    old "save <slot>: saves the game in slot"
 
1210
    new "save <slot> : sauvegarder la partie dans cet emplacement "
 
1211
 
 
1212
    # renpy/common/00console.rpy:862
 
1213
    old "reload: reloads the game, refreshing the scripts"
 
1214
    new "reload : recharge le jeu, rafraîchit les scripts"
 
1215
 
 
1216
    # renpy/common/00console.rpy:870
 
1217
    old "watch <expression>: watch a python expression\n watch short: makes the representation of traced expressions short (default)\n watch long: makes the representation of traced expressions as is"
 
1218
    new "watch <expression> : surveille une expression python\n watch short : raccourcit la représentation des expressions (par défaut)\n watch long : affiche la totalité des expressions surveillées"
 
1219
 
 
1220
    # renpy/common/00console.rpy:907
 
1221
    old "unwatch <expression>: stop watching an expression"
 
1222
    new "unwatch <expression> : arrêter la surveillance d’une expression Python"
 
1223
 
 
1224
    # renpy/common/00console.rpy:953
 
1225
    old "unwatchall: stop watching all expressions"
 
1226
    new "unwatchall : arrêter de surveiller toutes les expressions"
 
1227
 
 
1228
    # renpy/common/00console.rpy:974
 
1229
    old "jump <label>: jumps to label"
 
1230
    new "jump <label> : saute jusqu’au label"
 
1231
 
 
1232
    # renpy/common/00console.rpy:990
 
1233
    old "short: Shorten the representation of objects on the console (default)."
 
1234
    new "short : Raccourcit la représentation des objets sur la console (par défaut)."
 
1235
 
 
1236
    # renpy/common/00console.rpy:994
 
1237
    old "long: Print the full representation of objects on the console."
 
1238
    new "long : Affiche la representation entière des objets dans la console."
 
1239
 
 
1240
    # renpy/common/00console.rpy:998
 
1241
    old "escape: Enables escaping of unicode symbols in unicode strings."
 
1242
    new "escape : Active l'échappage des symboles unicode dans les chaînes de caractères unicode."
 
1243
 
 
1244
    # renpy/common/00console.rpy:1002
 
1245
    old "unescape: Disables escaping of unicode symbols in unicode strings and print it as is (default)."
 
1246
    new "unescape : Désactive l'échappage des symboles unicode dans les chaînes de caractères unicode et les affiche telles quelles (par défaut)."
 
1247