forked from Pauldusler/3D-Fix-Manager---Localizations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
StringResources_FR.xaml
1504 lines (1265 loc) · 131 KB
/
StringResources_FR.xaml
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
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<!-- Display Profiles Window Bar -->
<system:String x:Key="Monitor">Monitor</system:String>
<system:String x:Key="Projector">Projector</system:String>
<system:String x:Key="TV">TV</system:String>
<!-- Misc -->
<system:String x:Key="LoadingApplication">Chargement de l'application. Veuillez patienter...</system:String>
<system:String x:Key="SwitchToCompactGui">Basculer vers l'interface compacte.</system:String>
<system:String x:Key="SwitchToNormalGui">Basculer vers l'interface normale.</system:String>
<system:String x:Key="MinimizeToTray">Minimiser la fenêtre dans la barre des tâches.</system:String>
<system:String x:Key="ChangeLanguage">Changer de langue</system:String>
<system:String x:Key="Close">Fermer</system:String>
<system:String x:Key="Show">Montrer</system:String>
<system:String x:Key="NoMatchFound">Aucune correspondance pour</system:String>
<!-- Tab header title -->
<system:String x:Key="Installation">Installation</system:String>
<system:String x:Key="EditProfile">Editer le Profil</system:String>
<system:String x:Key="NewProfile">Nouveau Profil</system:String>
<system:String x:Key="Hotkeys">Raccourcis</system:String>
<system:String x:Key="Settings">Réglages</system:String>
<system:String x:Key="About">A propos</system:String>
<system:String x:Key="GeneralSettings">Réglages généraux</system:String>
<system:String x:Key="Nvidia3DSettings">Réglages Nvidia 3D</system:String>
<system:String x:Key="DisplayProfiles">Display Profiles</system:String>
<!-- Game list on left column-->
<system:String x:Key="All">All Games</system:String>
<system:String x:Key="Installed">Installed Games</system:String>
<system:String x:Key="AllFixTypes">All Fix Types</system:String>
<system:String x:Key="_3dmigoto">3dmigoto</system:String>
<system:String x:Key="Helixmod">Helixmod</system:String>
<system:String x:Key="OpenGLwrapper">OpenGL Wrapper</system:String>
<system:String x:Key="NotFixed">Without 3D Fix</system:String>
<system:String x:Key="VerifiedFixes">Verified 3D Fixes</system:String>
<system:String x:Key="UnverifiedFixes">Unverified 3D Fixes</system:String>
<system:String x:Key="New">Nouveau</system:String>
<system:String x:Key="CreateProfileToolTip">Create Fix Profile</system:String>
<system:String x:Key="Edit">Editer</system:String>
<system:String x:Key="EditProfileToolTip">Edit Fix Profile</system:String>
<system:String x:Key="Delete">Supprimer</system:String>
<system:String x:Key="DeleteProfileToolTip">Remove Fix Profile</system:String>
<!-- Installation Tab -->
<system:String x:Key="NoGamesInstalled">Aucun jeu compatible installé.</system:String>
<system:String x:Key="Play2D">Jouer en 2D</system:String>
<system:String x:Key="Play3D">Jouer en 3D</system:String>
<system:String x:Key="InstallFix">Installer le fix 3D</system:String>
<system:String x:Key="InstallFixCompleted">Installation terminée</system:String>
<system:String x:Key="BackupRecoveryFailed">Backup recovery failed.</system:String>
<system:String x:Key="InstallFixFailed">Installation échouée. Vérifier le chemin d'installation</system:String>
<system:String x:Key="InstallFixFailed02" xml:space="preserve">Erreur: Le Fix n'a pas pu être installé.

Soyez sûr que 3D Fix Manager a été démarré avec les droits administrateurs puis rééssayez.</system:String>
<system:String x:Key="InstallWrapperFailed" xml:space="preserve">Erreur: Le Wrapper n'a pas pu être installé.

Soyez sûr que 3D Fix Manager a été démarré avec les droits administrateurs puis rééssayez.</system:String>
<system:String x:Key="FixWrapperOutdated">Ce fix inclut une ancienne version de 3dmigoto.</system:String>
<system:String x:Key="DownloadFix">Télécharger le Fix 3D</system:String>
<system:String x:Key="UninstallFix">Désinstaller le Fix 3D</system:String>
<system:String x:Key="UninstallFixCompleted">Désinstallation complétée</system:String>
<system:String x:Key="UninstallFixFailed">Désinstallation échouée</system:String>
<system:String x:Key="InstallWrapper">Installer le Wrapper 3D</system:String>
<system:String x:Key="UninstallWrapper">Désinstaller le Wrapper 3D</system:String>
<system:String x:Key="DeleteDownload">Supprimer DL Cache</system:String>
<system:String x:Key="DeleteDownloadToolTip">Effacer les fichiers téléchargés du fix 3D du répertoire de 3D Fix Manager.</system:String>
<system:String x:Key="DeleteSuccess">Succès. Tous les fichiers téléchargés ont été effacés.</system:String>
<system:String x:Key="DeleteError" xml:space="preserve">Erreur : Tous les fichiers ne peuvent être effacés. 

Please make sure that no file is in use.</system:String>
<system:String x:Key="SourceFolder">Profile Folder</system:String>
<system:String x:Key="SourceFolderToolTip">Ouvre le répertoire du fix dans windows explorer.</system:String>
<system:String x:Key="VisitSteamStore">Page Produit</system:String>
<system:String x:Key="VisitSteamStoreToolTip">Ouvre la page produit dans le navigateur pour obtenir des informations du jeu.</system:String>
<system:String x:Key="VisitHelixMod">HelixMod Blog</system:String>
<system:String x:Key="VisitHelixModToolTip">Obtenir plus d'informations sur le fix sélectionné sur la page HelixMod.</system:String>
<system:String x:Key="ForceCompatibilityMode">Forcer le CM</system:String>
<system:String x:Key="EnableFix">Activer le Fix</system:String>
<system:String x:Key="DownloadCompleted">Téléchargement complété</system:String>
<system:String x:Key="Downloading">Téléchargement en cours...</system:String>
<system:String x:Key="DownloadFailed">Téléchargement échoué</system:String>
<system:String x:Key="Extracting">Extraction en cours...</system:String>
<system:String x:Key="ExtractionFailed">Extraction échouée</system:String>
<system:String x:Key="GameNotInstalled">Jeu non installé</system:String>
<system:String x:Key="OpenExplorerError">Erreur : Ne peut pas ouvrir le chemin dans Windows explorer. Le chemin n'existe pas</system:String>
<system:String x:Key="HotkeyBackupFound" xml:space="preserve">A backup for hotkeys and 3d fix configuration has been found. 

Do you want to restore the backup?</system:String>
<system:String x:Key="CreateHotkeyBackup">Do you want to create a backup of your hotkeys and 3D fix configuration before uninstall?</system:String>
<!--.................... New / Edit Profile Tab Begin .......................... -->
<system:String x:Key="MainSettingsGroup">Title and State of the 3D Fix:</system:String>
<system:String x:Key="HelixApiSettingsGroup">Helix / Google Blogger API:</system:String>
<system:String x:Key="PrimaryDownloadGroup">Download 3D Fix:</system:String>
<system:String x:Key="AlternativeDownloadGroup">Download an alternative version of the 3D Fix:</system:String>
<system:String x:Key="InstallFixSettingsGroup">Install 3D Fix:</system:String>
<system:String x:Key="GameConfigSettingsGroup">Game Configuration:</system:String>
<system:String x:Key="OverrideMonitorProfileGroup">Override Monitor Profile:</system:String>
<system:String x:Key="OverrideTVProfileGroup">Override TV Profile:</system:String>
<system:String x:Key="OverrideProjectorProfileGroup">Override Projector Profile:</system:String>
<system:String x:Key="GameIconSettingsGroup">Game Icon:</system:String>
<system:String x:Key="DriverSettingsGroup">Driver Settings / Profiles for Nvidia Profile Inspector:</system:String>
<system:String x:Key="GameLaunchSettingsGroup">Game Launch:</system:String>
<system:String x:Key="MiscSettingsGroup">Misc Settings:</system:String>
<system:String x:Key="FixDescriptionSettingsGroup">3D Fix Description / Helix Blog:</system:String>
<system:String x:Key="GameTitle">Titre du jeu :</system:String>
<system:String x:Key="RelativeInstallPath">Chemin d'installation relatif:</system:String>
<system:String x:Key="InstallDir">Install Folder:</system:String>
<system:String x:Key="InstallDirName">Install Folder Name:</system:String>
<system:String x:Key="CustomRootPath">Customiser Parent / chemin du jeu:</system:String>
<system:String x:Key="RelativeGameIniPath">1. Relative Path to a Game Config File:</system:String>
<system:String x:Key="SecondRelativeGameIniPath">2. Relative Path to a Game Config File:</system:String>
<system:String x:Key="ThirdRelativeGameIniPath">3. Relative Path to a Game Config File:</system:String>
<system:String x:Key="SetDate">Set Date</system:String>
<system:String x:Key="SetDateTooltip">Sets today's date as a timestamp.</system:String>
<system:String x:Key="DownloadLink_1">1. Télécharger le lien du fix:</system:String>
<system:String x:Key="DownloadLink_2">2. Télécharger le lien du fix:</system:String>
<system:String x:Key="DownloadLink_3">3. Télécharger le lien du fix:</system:String>
<system:String x:Key="InfoAlternativeUrl">Info about the alternative 3D Fix:</system:String>
<system:String x:Key="FixArchiveExtractor">Extracteur de l'archive du Fix:</system:String>
<system:String x:Key="AllowFixInstallation">Allow 3D Fix Installation:</system:String>
<system:String x:Key="AllowMigotoUpdate">Allow 3dmigoto Wrapper Update:</system:String>
<system:String x:Key="StereoRefreshRateOverride">Stereo Refresh Rate:</system:String>
<system:String x:Key="StartTool">Start additional Exe:</system:String>
<system:String x:Key="UniversalFixDetectionError">Error: Game Engine could not be detected by searching PC Gaming Wiki and Wikipedia.</system:String>
<system:String x:Key="DetectEngine">Detect Engine</system:String>
<system:String x:Key="WebLinkHelix">Lien Web Helix Blog / Geforce Forum:</system:String>
<system:String x:Key="HelixPostUpdated">Helix Post last updated:</system:String>
<system:String x:Key="LocalIconPath">Local Icon Path:</system:String>
<system:String x:Key="RemoteIconPath">Remote Icon Path:</system:String>
<system:String x:Key="DepthHackOverride">3D Depth Hack:</system:String>
<system:String x:Key="DisableFixIn2DMode">Disable 3D fix in 2D mode:</system:String>
<system:String x:Key="ProductPageUrl">URL to Product Page:</system:String>
<system:String x:Key="CmFlag">Hex Value for Compatibility Mode:</system:String>
<system:String x:Key="Profile2DMode">Profil Nvidia Inspector pour le Mode 2D:</system:String>
<system:String x:Key="Profile3DMode">Profil Nvidia Inspector pour le Mode 3D:</system:String>
<system:String x:Key="FixState">Etat du 3D Fix:</system:String>
<system:String x:Key="SteamAppID">ID de l'App Steam :</system:String>
<system:String x:Key="WaitForExit">Wait for exit</system:String>
<system:String x:Key="GameExeAsArgument">Game Exe as start parameter</system:String>
<system:String x:Key="Create">Create</system:String>
<system:String x:Key="GameLauncherExe">Lanceur de jeu Exe:</system:String>
<system:String x:Key="GameLauncherOptions">Options du Lanceur de Jeu:</system:String>
<system:String x:Key="ModifyGameExe">Modify Game Exe:</system:String>
<system:String x:Key="GameExeSearchString">Search String:</system:String>
<system:String x:Key="GameExeReplaceString">Replacement String:</system:String>
<system:String x:Key="DoNotModify">Do not modify</system:String>
<system:String x:Key="ModifyNormalGameExe">Modify Game Exe</system:String>
<system:String x:Key="ModifyAdditionalExe">Modify additional Exe</system:String>
<system:String x:Key="FixDescription">Description du Fix:</system:String>
<system:String x:Key="CreateEditConfigFile">Create / edit</system:String>
<system:String x:Key="EditOnlyConfigFile">Edit only</system:String>
<!-- ComboBoxes -->
<system:String x:Key="NoProfileInstall">Ne pas installer le Profil</system:String>
<system:String x:Key="InstallWithDialog">Installation avec Dialogue</system:String>
<system:String x:Key="SilentInstallation">Installation silencieuse</system:String>
<system:String x:Key="Unknown">Inconnu</system:String>
<system:String x:Key="FixBroken">Fix Cassé</system:String>
<system:String x:Key="FixBrokenToolTip">Le Fix 3D Fix est actuellement cassé.</system:String>
<system:String x:Key="RequiresExtraSteps">Requiert des actions par l'utilisateur</system:String>
<system:String x:Key="RequiresExtraStepsToolTip">Installation du fix requiert des actions effectuées par l'utilisateur pour la compléter. Svp vérifier la description au-dessous.</system:String>
<system:String x:Key="WorksOutOfTheBox">Fonctionne en dehors de la boite</system:String>
<system:String x:Key="WorksOutOfTheBoxToolTip">Pas d'actions additionnelles requises pour installer le Fix. Il s'agit d'une simple installation avec un clic.</system:String>
<system:String x:Key="CloseRTSS">Fermer RTSS</system:String>
<system:String x:Key="StartRTSS">Démarrer RTSS</system:String>
<system:String x:Key="StartByAppId">Démarrer par l'ID de l'application Steam</system:String>
<system:String x:Key="StartByGameExe">Démarrer avec l'Exe du jeu</system:String>
<system:String x:Key="StartByToolExe">Start via additional Exe</system:String>
<system:String x:Key="RunNormal">Démarrer en normal</system:String>
<system:String x:Key="RunAsAdmin">Démarrer en Mode Administrateur</system:String>
<system:String x:Key="ApplyGlobalSetting">Apply global Setting</system:String>
<system:String x:Key="OverrideGlobalSetting">Override global Setting</system:String>
<system:String x:Key="CustomText">Custom Info Text</system:String>
<system:String x:Key="SLI">SLI Info Text</system:String>
<!-- Buttons-->
<system:String x:Key="ChoosePath">Choisir le répertoire</system:String>
<system:String x:Key="PickFile">Sélectionner le fichier</system:String>
<system:String x:Key="RemoveIcon">Remove Icon</system:String>
<system:String x:Key="OpenUrl">Open URL</system:String>
<system:String x:Key="SearchUrl">Search URL</system:String>
<system:String x:Key="SearchAppID">Chercher l'ID de l'application</system:String>
<system:String x:Key="SearchInDB">Chercher dans la base de données</system:String>
<system:String x:Key="SearchSteamDb">Chercher dans la base de données Steam</system:String>
<system:String x:Key="ValuesFor2D">Valeurs pour la 2D</system:String>
<system:String x:Key="ValuesFor3D">Valeurs pour la 3D</system:String>
<system:String x:Key="Open">Open File</system:String>
<system:String x:Key="OpenExplorer">Open Explorer</system:String>
<system:String x:Key="Cancel">Annuler</system:String>
<system:String x:Key="Save">Sauvegarder</system:String>
<system:String x:Key="SaveChanges">Sauvegarder les changements</system:String>
<system:String x:Key="CreateProfile">Créer un Profil</system:String>
<!--.................... Edit Profile Tab End .......................... -->
<!--.................... Hotkeys Tab Begin .......................... -->
<system:String x:Key="FixInfo">Information sur le Fix:</system:String>
<system:String x:Key="Game">Jeu:</system:String>
<system:String x:Key="GameEngine">Game Engine:</system:String>
<system:String x:Key="FixType">Type de Fix:</system:String>
<system:String x:Key="WrapperVersion">Version du Wrapper:</system:String>
<system:String x:Key="IniPath">Répertoire de l'Ini:</system:String>
<system:String x:Key="IniPath02">Répertoire 2 de l'Ini:</system:String>
<system:String x:Key="CreateIni">Créer l'Ini</system:String>
<system:String x:Key="ResetIniToDefault">Remettre l'Ini par Default:</system:String>
<system:String x:Key="DownloadDefaultIni">Télécharger l'Ini par Défaut</system:String>
<system:String x:Key="ManageHotkeys">Manager raccourcis Clavier:</system:String>
<system:String x:Key="NoIniProvided">Pas d'Ini fourni par ce Fix</system:String>
<system:String x:Key="ParseError">Désolé, ne peut pas analyser le Fichier Ini"</system:String>
<system:String x:Key="HelixVersionNotDetected" xml:space="preserve">Désolé, ne peut pas déterminer la version du Wrapper Helix. 
Svp cliquer sur 'Télécharger l'Ini par Défaut' afin d'obtenir cette information</system:String>
<system:String x:Key="MigotoOld">3dmigoto (DirectX 11) - Ancienne Version</system:String>
<system:String x:Key="HelixModOld">Helix Mod (DirectX 9) - Ancienne Version</system:String>
<system:String x:Key="HotkeysNotSupportedMigoto">Désolé, Edition du Raccourci clavier non supporté avec cette version de 3dmigoto.</system:String>
<system:String x:Key="HotkeysNotSupportedOpenGL">Sorry, hotkey editing not supported with this version of OpenGl Wrapper.</system:String>
<!-- Hotkey Management Group -->
<system:String x:Key="HotkeyManagement">Management des Raccourcis:</system:String>
<system:String x:Key="NewHotkey">Nouveau Raccourci</system:String>
<system:String x:Key="NewHotkeyToolTip">Créer un nouveau raccourci. N'oubliez pas d'assigner une touche.</system:String>
<system:String x:Key="DeleteHotkey">Retirer la touche</system:String>
<system:String x:Key="DeleteHotkeyToolTip">Retirer le raccourci avec tous les pré-réglages 3D correspondants.</system:String>
<system:String x:Key="SelectedHotkey">Raccourcis sélectionnés:</system:String>
<system:String x:Key="SelectedHotkeyToolTip">Raccourci sélectionné pour l'édition.</system:String>
<system:String x:Key="EditKeyBinding">Ass. la touche de liaison:</system:String>
<system:String x:Key="KeyType">Type de touche:</system:String>
<system:String x:Key="PressKeyToolTip">Presser une touche pour modifier l'assignation de liaison.</system:String>
<system:String x:Key="ChooseInputDeviceToolTip">Choisir le dispositif d'entrée pour l'assignation des touches.</system:String>
<system:String x:Key="Description">Description:</system:String>
<system:String x:Key="DescriptionToolTip">Court résumé du but du raccourci.</system:String>
<system:String x:Key="ResetIniToolTip">Réinitialiser l'ini par défaut.</system:String>
<!-- Preset Management Group -->
<system:String x:Key="PresetManagement">Management du pré-réglage:</system:String>
<system:String x:Key="NewPreset">Nouveau pré-réglage</system:String>
<system:String x:Key="NewPresetToolTip">Créer un nouveau pré-réglage 3D.</system:String>
<system:String x:Key="DefaultPreset">Pré-réglage par défaut:</system:String>
<system:String x:Key="Delay">Délai:</system:String>
<system:String x:Key="ReleaseDelay">Déclenchement du délai:</system:String>
<system:String x:Key="Transition">Transition:</system:String>
<system:String x:Key="ReleaseTransition">Déclenche la transition:</system:String>
<!-- Preset Group -->
<system:String x:Key="UseStereoSettings">Utilise les réglages Stéréo</system:String>
<system:String x:Key="UseStereoSettingsToolTip">Activer ceci pour permettre au pré-réglage de modifier les réglages de séparation et / ou de convergence en jeu.</system:String>
<system:String x:Key="SaveStereoSettings">Sauvegarde les Réglages Stereo en jeu avec F7:</system:String>
<system:String x:Key="SaveStereoSettingsToolTip">Activer ceci pour permettre aux pré-réglages d'être modifiés en cours de jeu. Soyez sûr que vous sélectionnez bien le pré-réglage en jeu en pressant le bouton de raccourci, change la Profondeur / Convergence 3D avec CTRL + F3 - F6 à votre convenance et presser F7 pour sauvegarder.</system:String>
<system:String x:Key="chkStereoSeparationToolTip">Activer ceci pour régler la séparation 3D. Décocher enlèvera l'entrée correspondante du fichier INI.</system:String>
<system:String x:Key="sliderStereoSeparationToolTip">Régler la séparation 3D en pourcentage.</system:String>
<system:String x:Key="Convergence">Convergence:</system:String>
<system:String x:Key="chkConvergenceToolTip">"Activer ceci pour régler la convergence. Décocher enlèvera l'entrée correspondante du fichier INI."</system:String>
<system:String x:Key="tbConvergenceToolTip">Régler la convergence comme un nombre en virgule flottante.</system:String>
<system:String x:Key="chkShaderConstToolTip">Activer ceci pour définir un Shader constant et régler sa valeur. Décocher enlèvera l'entrée correspondante du fichier INI</system:String>
<system:String x:Key="chbShaderConstToolTip">choisir une constante à transmettre au shader.</system:String>
<system:String x:Key="tbShaderConstToolTip">Définir la valeur de la constante comme un nombre à virgule flottante.</system:String>
<system:String x:Key="NewConstant">Constante</system:String>
<system:String x:Key="NewConstantToolTip">Crée une nouvelle constante de shader.</system:String>
<system:String x:Key="DefaultConstToolTip">Tapez un nombre à virgule flottante</system:String>
<system:String x:Key="RemovePresetToolTip">Enlève le preset entier du fichier INI.</system:String>
<!-- General Ini Settings group -->
<system:String x:Key="GeneralIniSettings">Réglages de l'Ini General:</system:String>
<system:String x:Key="StereoOverlay">Overlay Stereo:</system:String>
<system:String x:Key="EnableStereoOverlay">Stereo Overlay / Hunting Mode:</system:String>
<system:String x:Key="ShowHideOverlay">Montrer / Cacher Overlay Stereo:</system:String>
<system:String x:Key="ShowHideOverlayToolTip">Hotkey pour cacher l'overlay. Note: cela désactivera le mode Chasseur.</system:String>
<system:String x:Key="ReloadIniFile">Recharger le fichier Ini en jeu:</system:String>
<system:String x:Key="ReloadIniFileToolTip">Recharge l'Ini en cours de jeu et applique hotkey / changements préconfigurés.</system:String>
<system:String x:Key="DefaultValuesConstants">Valeurs par défaut pour les constantes de Shaders:</system:String>
<system:String x:Key="EnableAlternative3dMode">Active le mode 3D Alternatif:</system:String>
<system:String x:Key="EnableAlternative3dModeToolTip">Choisit un format 3D Alternatif pour utilisation avec TV 3D et projecteurs.</system:String>
<system:String x:Key="EnableSoftwareMouse">Active le curseur software de la Souris</system:String>
<system:String x:Key="Constant">Constante</system:String>
<system:String x:Key="ResolutionAndRefreshRates">Definition et Taux de rafraichissement:</system:String>
<system:String x:Key="EnableUpscaling">Active l'upscaling:</system:String>
<system:String x:Key="UpscalingMode">Mode Upscaling:</system:String>
<system:String x:Key="OverrideScreenWidth">Outrepasse la largeur de l'écran:</system:String>
<system:String x:Key="OverrideScreenHeight">Outrepasse la hauteur de l'écran :</system:String>
<system:String x:Key="OverrideScreenToolTip">Force l'outrepassage de la définition de l'écran.</system:String>
<system:String x:Key="UpscalingScreenWidth">Cible la largeur d'écran pour l'upscaling:</system:String>
<system:String x:Key="UpscalingScreenHeight">Cible la hauteur d'écran pour l'upscaling:</system:String>
<system:String x:Key="OverrideRefrehRate">Outrepasse le taux de rafraichissement:</system:String>
<system:String x:Key="OverrideRefrehRateToolTip">Outrepasse le réglage du taux de rafraichissement par jeu.</system:String>
<system:String x:Key="FilterRefreshRates">Filtre les taux de rafraichissement</system:String>
<system:String x:Key="ForceFullscreen">Force le plein écran au démarrage du jeu:</system:String>
<system:String x:Key="ForceFullscreenOnKeyPress">Forcer le plein écran en pressant la touche:</system:String>
<system:String x:Key="ToggleFullscreen">Bascule en plein écran:</system:String>
<system:String x:Key="ForcedFullscreen">Force le plein écran</system:String>
<system:String x:Key="NormalFullscreen">Plein écran normal</system:String>
<system:String x:Key="SoftDisabled">Soft disabled</system:String>
<system:String x:Key="TypeInIntegerToolTip">Entrer une valeur entière.</system:String>
<system:String x:Key="TypeInCommaSeparatedListToolTip">Tapez une liste de taux de rafraîchissement séparés par des virgules.</system:String>
<!-- Driver Profile Settings group -->
<system:String x:Key="DriverProfileSettings">Paramètres du profil du pilote:</system:String>
<system:String x:Key="Stereo3DSettings">Paramètres 3D Stereo:</system:String>
<system:String x:Key="CompatibilityModeSettings">Paramètres du Mode Compatibilité 3D:</system:String>
<system:String x:Key="VisionReady">3D Vision Ready</system:String>
<system:String x:Key="VisionReadyToolTip">Change le taux de la qualité stéréoscopique.</system:String>
<system:String x:Key="Excellent">Excellent</system:String>
<system:String x:Key="Good">Bon</system:String>
<system:String x:Key="Fair">Correct</system:String>
<system:String x:Key="Not Recommended">Non Recommandé</system:String>
<!--.................... Hotkeys Tab End .......................... -->
<!--.................... Application Settings Tab Begin .......................... -->
<!-- General Settings group -->
<system:String x:Key="GeneralSettingsGroup">Réglages Généraux:</system:String>
<system:String x:Key="CheckForUpdates">Vérifier les mises à jour au démarrage</system:String>
<system:String x:Key="AllowChangesToGameConfig">Optimise les réglages du jeu pour la 3D Stéréo</system:String>
<system:String x:Key="EnableSteamOverlay">Active l'Overlay Steam</system:String>
<system:String x:Key="FullscreenOptimizations">Optimisations du Plein Ecran:</system:String>
<system:String x:Key="ControlledByFixProfile">Contrôlé par le Profil du Correctif</system:String>
<system:String x:Key="SteamNotDetected">Overlay DLLs / Steam non détecté</system:String>
<system:String x:Key="PreferIconDownload">Préférer les icônes du jeu de la base de donnéees d'Internet</system:String>
<system:String x:Key="ResetAllIcons">Réinitialiser tous les icônes des jeux:</system:String>
<system:String x:Key="DoNotChangeSetting">Garder les réglages actuels</system:String>
<system:String x:Key="DownloadScreenshots"Télécharger les screenshots stéréoscopiques</system:String>
<!-- 3D Fix / 3dmigoto settings group -->
<system:String x:Key="FixAnd3dmigotoSettings">3D Fix / Réglages 3dmigoto:</system:String>
<system:String x:Key="ReinstallFixFromCache">Installer les correctifs 3D du cache de téléchargement si possible</system:String>
<system:String x:Key="ClearAllDownloadCache">Nettoyer le cache de téléchargement de tous les profils de correctifs:</system:String>
<system:String x:Key="DisableFixesIn2dMode">Désactiver les correctifs 3D en mode 2D:</system:String>
<system:String x:Key="EnableAllFixes">Activer / Désactiver tous les correctifs:</system:String>
<system:String x:Key="EnableAllFixesToolTip">Active tous les correctifs 3D installés.</system:String>
<system:String x:Key="DisableAllFixesToolTip">Désactive tous les correctifs 3D installés.</system:String>
<system:String x:Key="SendData">Envoyer les données lorsque l'utilisateur customise un profil de correctif</system:String>
<system:String x:Key="AutoUpdate3dmigoto">Met à jour 3dMigoto au démarrage</system:String>
<system:String x:Key="UpdateAllWrappers">Met à jour 3dmigoto pour tous les correctifs 3D installés:</system:String>
<!-- Search paths group -->
<system:String x:Key="SearchPathsGroup">Détection en cours des Jeux installés:</system:String>
<system:String x:Key="EnableCachedPaths">Détection du Cache des répertoires de jeu pour un démarrage plus rapide de l'application</system:String>
<system:String x:Key="EnableRegistrySearch">Rechercher les chemins de jeux dans la Base de Registre Windows</system:String>
<system:String x:Key="EnableSearchPaths">Permettre la recherche de répertoires</system:String>
<system:String x:Key="PrioritizeSearchPaths">Prioritise la recherche de répertoires sur les répertoires provenant de la base de registre Windows</system:String>
<system:String x:Key="SearchDepth">Recherche en profondeur:</system:String>
<system:String x:Key="SearchPaths">Recherche les répertoires:</system:String>
<system:String x:Key="SearchGames">Recherche les jeux</system:String>
<system:String x:Key="DetectPaths">Détecte les librairies</system:String>
<system:String x:Key="DetectPathsToolTip">Détecte automatiquement les librairies de jeux Steam, Uplay, Origin, l'application Blizzard, GOG Galaxy et les ajoute en répertoires de recherche.</system:String>
<system:String x:Key="Add">Ajouter</system:String>
<system:String x:Key="AddPathToolTip">Ajoute un répertoire de recherche.</system:String>
<system:String x:Key="Remove">Retirer</system:String>
<system:String x:Key="RemovePathToolTip">Retire le répertoire de recherche sélectionné.</system:String>
<system:String x:Key="ChangePathToolTip">Change le répertoire de recherche sélectionné.</system:String>
<!-- RTSS settings group -->
<system:String x:Key="RtssSettingsGroup">Réglages de RivaTuner Statistics Server:</system:String>
<system:String x:Key="StartRTSS_Setting">Démarre / Ferme RTSS en fonction du réglage du Profil de correctif</system:String>
<system:String x:Key="InterruptGameLaunch">Met en Pause le démarrage du jeu pour configurer RTSS</system:String>
<system:String x:Key="CloseRivaTunerIn2D">Ferme RTSS lorsque un jeu se lance en mode 2D</system:String>
<system:String x:Key="CloseRtssOnAppClose">Ferme RTSS en quittant 3D Fix Manager</system:String>
<system:String x:Key="RivaTunerNotDetected">RivaTuner Statistics Server non détecté / not installed</system:String>
<system:String x:Key="RtssScanlineSyncNotSupportedError">RivaTuner Statistics Server plus ancien que la version 7.2</system:String>
<!-- Game Launcher Settings group -->
<system:String x:Key="GameLauncherSettings">Paramètres du Game Launcher:</system:String>
<system:String x:Key="StartGamesByGameExe">Préférer le lancement des jeux par l'exe du game launcher</system:String>
<system:String x:Key="StartGamesBySteamAppId">Préférer le lancement des jeux par le client Steam (Steam app ID)</system:String>
<system:String x:Key="StartGamesByFixProfile">Méthode de démarrage contrôlée par le profil du correctif (recommandé)</system:String>
<!--Nvidia Profile Inspector Settings group -->
<system:String x:Key="NvidiaProfileInspectorSettings">Paramètres Nvidia Profile Inspector:</system:String>
<system:String x:Key="NeverInstallProfiles">Globalement désactive l'installation des profils de pilotes</system:String>
<system:String x:Key="ProfileInstallByFixProfile">Installation des profils de drivers contrôlée par le profil du correctif</system:String>
<system:String x:Key="InstallProfilesSilently">Installer les profils de pilotes silencieusement sans messages d'avertissement</system:String>
<system:String x:Key="NoNvidiaDetected">Pas de pilote Nvidia driver detecté / installé</system:String>
<system:String x:Key="Start">Démarrer</system:String>
<system:String x:Key="StartProfileInspectorToolTip">Démarre Nvidia Profile Inspector.</system:String>
<system:String x:Key="StartRtssToolTip">Démarre RivaTuner Statistics Server.</system:String>
<!-- Stereo Refresh Rate Settings group -->
<system:String x:Key="StereoRefreshRateSettings">Fréquence d'obturation des lunettes 3D Nvidia / Taux de rafraichissement Stereo:</system:String>
<system:String x:Key="GlobalStereoRefreshRate">Utiliser le taux de rafraissiment paramétré dans le pilote Nvidia</system:String>
<system:String x:Key="ProfileStereoRefreshRate">Taux de rafraissiment contrôlé par le profil du correctif</system:String>
<!-- Buttons-->
<system:String x:Key="Disable">Désactiver</system:String>
<system:String x:Key="Enable">Activer</system:String>
<system:String x:Key="Update">Mettre à jour</system:String>
<system:String x:Key="Clear">Nettoyer</system:String>
<!--.................... General Settings Tab End .......................... -->
<!--.................... Nvidia 3D Settings Tab Begin .......................... -->
<system:String x:Key="NvidiaNotDetected">Nvidia Stereoscopic 3D non détectée</system:String>
<system:String x:Key="PressKeyCombination">Pressez une combinaison de touches sur votre clavier.</system:String>
<!-- General settings group -->
<system:String x:Key="EnableStereoGroup">Activer / paramétrer la fonctionnalité 3D:</system:String>
<system:String x:Key="EnableNvidia3D">Activer la 3D Stéréoscopique Nvidia</system:String>
<system:String x:Key="Disable3dOnClosing">Auto désactive la 3D Stéréoscopique Nvidia en fermant l'application</system:String>
<system:String x:Key="Disable3dOnGameClosing">Auto désactive la 3D Stéréoscopique Nvidia en fermant les jeux</system:String>
<system:String x:Key="SetStereoTypeTo3DVision">Forcer 3D Vision / 3DTV Play mode</system:String>
<system:String x:Key="StereoEnabledOnGameLaunch">Mode 3D activé au lancement du jeu</system:String>
<system:String x:Key="StereoWindowedModeEnabled">Active la 3D en mode fenêtré (DirectX 9 seulement)</system:String>
<system:String x:Key="StereoModeAlwaysEnabled">Mode 3D mode toujours actif</system:String>
<system:String x:Key="StereoModeAlwaysEnabledToolTip">Définit si l'affichage est en permanence en mode 3D (la 3D en mode fenêtré doit être aussi actif).</system:String>
<system:String x:Key="Nvida3dDriverOverlay">Activer l'overlay du pilote 3D Nvidia</system:String>
<!-- 3D depth / 3D Vision shutter glasses group -->
<system:String x:Key="Advanced3dSettingsGroup">Profondeur 3D Depth / Obturation des lunettes 3D Vision:</system:String>
<system:String x:Key="StereoSeparation">Profondeur 3D:</system:String>
<system:String x:Key="DepthMultiplier">Multiplicateur Profondeur 3D:</system:String>
<system:String x:Key="Inch">Pouce</system:String>
<system:String x:Key="StereoRefreshRate">Obturer la fréquence des lunettes 3D:</system:String>
<system:String x:Key="IROutput">Mode de Synchronisation IR Sender:</system:String>
<system:String x:Key="SingleIREnvironment">Single IR Environment</system:String>
<system:String x:Key="MixedIREnvironment">Multi IR Environment</system:String>
<system:String x:Key="LanEnvironment">Environnement LAN 3D Vision</system:String>
<!-- Driver settings group -->
<system:String x:Key="DriverSettings2D">Optimise le profil de pilote global pour le mode 2D:</system:String>
<system:String x:Key="DriverSettings3D">Optimise le profil de pilote global pour le mode 3D:</system:String>
<system:String x:Key="MaxPreRenderedFrames">Nombre maximum d'images pré-rendues:</system:String>
<system:String x:Key="VerticalSync">Synchronisation verticale:</system:String>
<system:String x:Key="MonitorTechnology">Technologie du Moniteur:</system:String>
<system:String x:Key="GsyncMode">Mode G-Sync:</system:String>
<system:String x:Key="PreferredRefreshRate">Taux de rafraichissement préféré:</system:String>
<system:String x:Key="PowerManagementMode">Mode de gestion de l'alimentation:</system:String>
<system:String x:Key="ApplicationControlled">Application controlée</system:String>
<system:String x:Key="Off">Off</system:String>
<system:String x:Key="On">On</system:String>
<system:String x:Key="Fast">Rapide</system:String>
<system:String x:Key="FixedRefreshRate">Taux de rafraissement corrigé</system:String>
<system:String x:Key="G-SYNC">G-SYNC</system:String>
<system:String x:Key="ULMB">ULMB</system:String>
<system:String x:Key="FullscreenOnly">Plein Ecran seulement</system:String>
<system:String x:Key="FullscreenAndWindowed">Plein Ecran et fenêtré</system:String>
<system:String x:Key="HighestAvailable">Plus haut disponible</system:String>
<system:String x:Key="MaximumPerformance">Performance Maximale</system:String>
<system:String x:Key="OptimalPerformance">Performance Optimale</system:String>
<system:String x:Key="Adaptive">Adaptif</system:String>
<system:String x:Key="AdaptiveHalf">Adaptif (demi taux de rafraîchissement)</system:String>
<system:String x:Key="GlobalDriverProfileFile">Profil exporté:</system:String>
<!-- General hotkeys group -->
<system:String x:Key="GeneralHotkeys">Touches Générales:</system:String>
<system:String x:Key="StereoToggle">Montrer / cacher les effets stéréoscopiques:</system:String>
<system:String x:Key="StereoToggleToolTip">Bascule entre la 2D simple et la 3D stéréoscopique pendant le jeu.</system:String>
<system:String x:Key="StereoSeparationAdjustLess">Diminuer la profondeur 3D:</system:String>
<system:String x:Key="StereoSeparationAdjustLessToolTip">Diminue la profondeur 3D / séparation.</system:String>
<system:String x:Key="StereoSeparationAdjustMore">Augmenter la profondeur 3D:</system:String>
<system:String x:Key="StereoSeparationAdjustMoreToolTip">Augmente la profondeur 3D / séparation.</system:String>
<system:String x:Key="ToggleMemo">Montrer / Cacher la compatibilité dans le jeu :</system:String>
<system:String x:Key="ToggleMemoToolTip">Montre / Cache le texte vert avec informations de compatibilité et paramètres recommandés dans le jeu.</system:String>
<!-- Advanced hotkeys group -->
<system:String x:Key="AdvancedHotkeys">Touches avancées:</system:String>
<system:String x:Key="StereoAdvancedHKConfig">Activer les touches avancées en jeu</system:String>
<system:String x:Key="StereoAdvancedHKConfigToolTip">Active les touches avancées pour changer la convergence / frustum settings and more.</system:String>
<system:String x:Key="StereoConvergenceAdjustLess">Diminuer la convergence:</system:String>
<system:String x:Key="StereoConvergenceAdjustLessToolTip">Diminue l'effet de pop-out dans les jeux.</system:String>
<system:String x:Key="StereoConvergenceAdjustMore">Augmenter la convergence:</system:String>
<system:String x:Key="StereoConvergenceAdjustMoreToolTip">Augmente l'effet de pop-out dans les jeux.</system:String>
<system:String x:Key="WriteConfig">Sauvegarder les changements en jeu:</system:String>
<system:String x:Key="WriteConfigToolTip">Sauvegarde la convergence et ajustements Frustrum du profil du pilote Nvidia.</system:String>
<system:String x:Key="CycleFrustumAdjust">Parcourir les ajustements Frustum:</system:String>
<system:String x:Key="CycleFrustumAdjustToolTip">Parcoure à travers 3 différents ajustements Frustum.</system:String>
<system:String x:Key="StereoToggleMode">Basculer en mode de compatibilité 3D:</system:String>
<system:String x:Key="StereoToggleModeToolTip">Bascule entre le mode de compatibilité pour les jeux DirectX 11 (Fake 3D) et le mode Real 3D.</system:String>
<!-- Screenshots group -->
<system:String x:Key="ScreenshotsGroup">Screenshots:</system:String>
<system:String x:Key="StereoImageType">Stereo image type:</system:String>
<system:String x:Key="StereoImageTypeToolTip">Sets the format for stereoscopic images (JPS or PNS).</system:String>
<system:String x:Key="StereoImageFolder">Open Folder</system:String>
<system:String x:Key="StereoImageFolderToolTip">Opens location of screenshots folder in windows explorer.</system:String>
<system:String x:Key="SnapShotQuality">JPS quality:</system:String>
<system:String x:Key="SnapShotQualityToolTip">Determines image quality and file size.</system:String>
<system:String x:Key="SaveStereoImage">Take screenshot:</system:String>
<system:String x:Key="SaveStereoImageToolTip">Saves a stereoscopic screenshot on the hard drive.</system:String>
<!-- LaserSight group -->
<system:String x:Key="LaserSightGroup">Laser Sight:</system:String>
<system:String x:Key="LaserSightEnabled">Enable laser sight:</system:String>
<system:String x:Key="LaserSightEnabledToolTip">Sets whether 3D laser sight can be enabled with a hotkey or automatically by Nvidia driver profile.</system:String>
<system:String x:Key="ToggleLaserSight">Toggle laser sight:</system:String>
<system:String x:Key="ToggleLaserSightToolTip">Enables or disables stereoscopic laser sight in-game.</system:String>
<system:String x:Key="LaserSightTransparency">Laser sight transparency:</system:String>
<system:String x:Key="LaserSightTransparencyToolTip">Controls the transparency of the laser sight.</system:String>
<system:String x:Key="LaserSightCrosshair">Laser sight:</system:String>
<system:String x:Key="LaserSightCrosshairToolTip">Sets the appearance of the laser sight.</system:String>
<!-- Buttons-->
<system:String x:Key="Load">Load</system:String>
<system:String x:Key="Reset">Reset</system:String>
<system:String x:Key="Apply">Apply</system:String>
<!--.................... Nvidia 3D Settings Tab End .......................... -->
<!--.................... Display Profiles Tab Begin .......................... -->
<system:String x:Key="MonitorProfileGroup">Monitor Profile:</system:String>
<system:String x:Key="TVProfileGroup">TV Profile:</system:String>
<system:String x:Key="ProjectorProfileGroup">Projector Profile:</system:String>
<system:String x:Key="ProfileSettingsGroup">General Profile Settings:</system:String>
<system:String x:Key="LinkProfileToDisplay">Link profile to display:</system:String>
<system:String x:Key="DisplaySize">Display size:</system:String>
<system:String x:Key="RealScreenSize">Screen size:</system:String>
<system:String x:Key="DisplayType">3D display type:</system:String>
<system:String x:Key="Preferred3dFormat">Preferred 3D format:</system:String>
<system:String x:Key="GameSettings2D">Game settings for 2D mode:</system:String>
<system:String x:Key="GameSettings3D">Game settings for 3D mode:</system:String>
<system:String x:Key="FramerateLimit">Framerate limit:</system:String>
<system:String x:Key="DesktopSettings">Desktop settings:</system:String>
<system:String x:Key="GameResolution">Game resolution:</system:String>
<system:String x:Key="GameResolution2D">Game resolution 2D mode:</system:String>
<system:String x:Key="GameResolution3D">Game resolution 3D mode:</system:String>
<system:String x:Key="DesktopResolution2D">Desktop resolution 2D mode:</system:String>
<system:String x:Key="DesktopResolution2DClosing">Desktop resolution on closing:</system:String>
<system:String x:Key="DesktopResolution3D">Desktop resolution 3D mode:</system:String>
<system:String x:Key="ShowProfileSelectionOnStartup">Show profile selection dialog on application start</system:String>
<system:String x:Key="ShowProfileSelectionOnGameStart">Show profile selection dialog on game start</system:String>
<system:String x:Key="AllowDisplayProfileOverride">Allow fix profiles to override global display profiles</system:String>
<system:String x:Key="DefaultProfileOnStartup">Default profile on startup:</system:String>
<system:String x:Key="PleaseChooseProfile">Please choose a display profile:</system:String>
<system:String x:Key="ShowProfileDialogOnGameStart">Show this dialog every time a game is started</system:String>
<system:String x:Key="ShowProfileDialogOnAppStart">Show this dialog every time the application is started</system:String>
<!--.................... Display Profiles Tab End .......................... -->
<!--.................... About Tab Begin .......................... -->
<system:String x:Key="ProgramDevelopedBy">Program developed by:</system:String>
<system:String x:Key="FixesDevelopedBy">3D Fixes developed by:</system:String>
<system:String x:Key="DonationDeveloperToolTip">Send a donation to the developer of 3D Fix Manager.</system:String>
<system:String x:Key="DonationShaderHackersToolTip">Send a donation to the developers of 3D fixes.</system:String>
<system:String x:Key="ProgramVersion">Program version:</system:String>
<system:String x:Key="FixProfiles">Profiles version:</system:String>
<system:String x:Key="CheckUpdate">Check for Updates</system:String>
<system:String x:Key="UpdateSuccess">Update completed</system:String>
<system:String x:Key="UpdateFailed">Update failed</system:String>
<system:String x:Key="ChangeNotes">(Change Notes)</system:String>
<system:String x:Key="Donate">Donate</system:String>
<system:String x:Key="Installing">Installing...</system:String>
<!-- Buttons -->
<system:String x:Key="Manual">Manual</system:String>
<system:String x:Key="ReportBugs">Report Bugs</system:String>
<system:String x:Key="UpdateSteamDb">Update Steam DB</system:String>
<system:String x:Key="CreateReleases">Create Releases</system:String>
<system:String x:Key="ReferenceDb">Fill Reference DB</system:String>
<system:String x:Key="GithubLanguages">GitHub Languages</system:String>
<!--.................... About Tab End .......................... -->
<!--.................... Dialog Window Begin .......................... -->
<!-- Buttons-->
<system:String x:Key="Yes">Oui</system:String>
<system:String x:Key="No">Non</system:String>
<system:String x:Key="Downgrade3dMigotoDialog" xml:space="preserve">Do you want to revert 3dmigoto to the original version which was shipped with this 3D fix? 

Original version: {0}
Installed version: {1}</system:String>
<system:String x:Key="Install3dmigotox32">Install 3dmigoto x32</system:String>
<system:String x:Key="Install3dmigotox64">Install 3dmigoto x64</system:String>
<system:String x:Key="InstallOpenGLwrapperx32">Install OpenGL x32</system:String>
<system:String x:Key="InstallOpenGLwrapperx64">Install OpenGL x64</system:String>
<system:String x:Key="InstallHelixModx32">Install HelixMod x32</system:String>
<system:String x:Key="InstallHelixModx64">Install HelixMod x64</system:String>
<system:String x:Key="QuickSetup">Quick Setup</system:String>
<system:String x:Key="SetupWizard">Setup Wizard</system:String>
<system:String x:Key="NormalFix">Normal 3D Fix</system:String>
<system:String x:Key="SliFix">SLI 3D Fix</system:String>
<system:String x:Key="AlternativeFix">Alternative 3D Fix</system:String>
<!-- Messages -->
<system:String x:Key="SearchGamesResult" xml:space="preserve">Search for installed games completed.

Found games: {0}</system:String>
<system:String x:Key="FixInstallWarning" xml:space="preserve">The installation of the 3D fix is not recommended for this game.

Do you want to install the fix anyway?</system:String>
<system:String x:Key="WrapperInstallWarning" xml:space="preserve">The installation of the 3D wrapper is not recommended for this game.

Do you want to install the wrapper anyway?</system:String>
<system:String x:Key="AlternativeFixDialog" xml:space="preserve">An alternative 3D fix is available for this game. 

Information about the alternative 3D fix: 

{0} 


Which version of the 3D fix do you want to download?</system:String>
<system:String x:Key="SliFixDialog" xml:space="preserve">An alternative 3D fix is available for this game which is optimized for SLI systems.


Which version of the 3D fix do you want to install?</system:String>
<system:String x:Key="AddUniversalFixDialog" xml:space="preserve">A universal 3D fix is available for {0}.

Do you want to add it to the fix profile?</system:String>
<system:String x:Key="ErrorOpeningConfigPath" xml:space="preserve">Error: Path could not be opened.</system:String>
<system:String x:Key="ErrorOpeningRegistryPath" xml:space="preserve">Error: Registry path could not be found.</system:String>
<system:String x:Key="WeblinkInvalid" xml:space="preserve">Error: Helix Post could not be downloaded.

The link to the blog is not valid.</system:String>
<system:String x:Key="WeblinkNotProvided" xml:space="preserve">Error: Helix Post could not be downloaded. 

Please provide a weblink to the Helix Blog first.</system:String>
<system:String x:Key="ViewerNotFound" xml:space="preserve">Error: 3D Vision Photo Viewer was not found.</system:String>
<system:String x:Key="HelixPostError" xml:space="preserve">Error: Helix Post could not be downloaded.</system:String>
<system:String x:Key="NativeResolutionUpscaling" xml:space="preserve">For best results you should set target resolution for upscaling to the native resolution of your display. 

Do you want to set native resolution now?

Detected native resolution: </system:String>
<system:String x:Key="Install3dmigoto02">Install 3dmigoto:</system:String>
<system:String x:Key="InstallOpenGLwrapper">Install OpenGL Wrapper:</system:String>
<system:String x:Key="InstallHelixMod02">Install HelixMod:</system:String>
<system:String x:Key="RemoveProfile">Remove Fix Profile?</system:String>
<system:String x:Key="IniReset" xml:space="preserve">All ini settings were reseted to default values. 

Don't forget to save changes.</system:String>
<system:String x:Key="EnableStereoWarning" xml:space="preserve">For viewing this stereo image Nvidia Stereoscopic 3D has to be enabled.
Do you want to enable it now and continue?
Note: Monitor desktop refresh rate should be set to 120 Hz in order to use this feature.
Tip: In "Nvidia 3D Settings" tab you'll find an option for automatically switching to 120 Hz (see "Desktop refresh rate 3D mode")</system:String>
<system:String x:Key="GameTitleEmpty">Error: Game Title must not be empty</system:String>
<system:String x:Key="SteamAppIdNotSet" xml:space="preserve">Note: You haven't set a Steam App ID for this profile yet which is required for starting Steam games. 

Do you want to detect this automatically now?</system:String>
<system:String x:Key="GameExeNotSet" xml:space="preserve">Note: You haven't set a Game Exe for the profile yet. This is generally required for starting games. 

Do you want to detect this automatically now?</system:String>
<system:String x:Key="GamesDbIconDectection" xml:space="preserve">Do you want to automatically add a game icon from TheGamesDB.com?</system:String>
<system:String x:Key="WrapperChoice" xml:space="preserve">Choose a 3D wrapper you want to install.
Installing a wrapper unlocks some features like stereo hotkeys, SideBySide / TaB output mode, compatibility mode support and automatic driver profile installation.
Notes:
- Install HelixMod for DirectX 9 games
- Install OpenGL Wrapper for OpenGL games
- Install 3dmigoto for DirectX 11 games
- Make sure you choose the correct version (32 bit or 64 bit)
If a game launcher exe was added to the fix profile this information is automatically detected
- Only the raw wrapper is installed (no shader fixes)</system:String>
<system:String x:Key="ErrorGameAlreadyExists">Error: Profile with the same title already exists.</system:String>
<system:String x:Key="GameIconFileNotFound">Error: Game Icon File was not found.</system:String>
<system:String x:Key="InstallPathNotRelative">Error: install path is not a relative path.</system:String>
<system:String x:Key="IniPathNotRelative">Error: game ini path is not a relative path.</system:String>
<system:String x:Key="AdditionalIniPathNotRelative">Error: additional game ini path is not a relative path.</system:String>
<system:String x:Key="ChangesSaved">Changes successfully saved.</system:String>
<system:String x:Key="FixProfileCreated">Fix Profile successfully created.</system:String>
<system:String x:Key="IconResetSuccessfull" xml:space="preserve">All icons were successfully reseted and downloaded in the background.

Note: All old icons have been moved to a backup folder inside of the individual profile folders for restoring them if needed.</system:String>
<system:String x:Key="ServerNotAvailable" xml:space="preserve">Server not available. 

Please try again later.</system:String>
<system:String x:Key="FixUpdatesAvailable" xml:space="preserve">New Fix Profiles available. Do you want to update?</system:String>
<system:String x:Key="FixUpdateAvailable" xml:space="preserve">A newer 3D fix is available for the game "{0}".

Do you want to update to the latest version now?

Note: During this procedure the old fix is automatically uninstalled before the new one is downloaded and installed. Customized hotkeys are kept.</system:String>
<system:String x:Key="NoUpdates" >No Updates available. Fix profiles up to date.</system:String>
<system:String x:Key="ProgramUpdateAvailable" xml:space="preserve">A new Version of 3D Fix Manager ist available. Do you want to update?</system:String>
<system:String x:Key="BugReportTo" xml:space="preserve">If you want to report bugs or have ideas for new features please send an e-mail to: 

duselpaul86@gmx.de</system:String>
<system:String x:Key="NoChangeNotesFound">Sorry, no Change Notes found.</system:String>
<system:String x:Key="ChangeNotesManager">Change Notes 3D Fix Manager:</system:String>
<system:String x:Key="ChangeNotesProfiles">Change Notes Fix Profiles:</system:String>
<system:String x:Key="WarningRootPath">Warning: choosing a root path of your hard drive may result in very long loading times.</system:String>
<system:String x:Key="WarningSearchDepth" xml:space="preserve">Warning: a high search depth number may result in very long loading times.

Try to keep the number as low as possible (not higher than 2).</system:String>
<system:String x:Key="ErrorNotNumber">Error: Input is not a number.</system:String>
<system:String x:Key="RTSSPauseMessage" xml:space="preserve">Game launch paused - please make changes to RivaTuner Statistics Server settings if required.
RTSS eliminates micro stuttering, reduces input lag and improves frametimes in 3D mode.
Recommended Settings for RivaTuner Statistics Server 6.6.0:
- Custom Direct3D support: off
- Framerate limit: 60
When game crashes or frame limiter does not kick in then enable Custom Direct3D support.
For perfect results you have to enable Vsync in game and graphics card must hold steady 60 fps.
Click on 'OK' when you're done making changes.</system:String>
<system:String x:Key="DownloadFixBeforeGameStart" xml:space="preserve">It's recommended to install the 3D fix before starting this game. 

Do you want to install the fix now?</system:String>
<system:String x:Key="MessageRestore2DProfile" xml:space="preserve">It's recommended to restore the original driver profile "{0}" when uninstalling the fix.

Do you want to reset the driver profile now?</system:String>
<system:String x:Key="MessageRestore2DProfileSwap" xml:space="preserve">It's recommended to restore the original driver profile when uninstalling the fix. For doing this the currently assigned profile "{0}" has to be swapped with driver profile "{1}".

Do you want to swap profiles now? 

If profiles have already been swapped you can skip this step by chosing "No".</system:String>
<system:String x:Key="MessageProfile2D" xml:space="preserve">It's recommended to use the default driver profile "{0}" for playing in 2D mode.

Do you want to reset the driver profile to the original state now? 

If you already have reset the profile you can skip this step by choosing "No".</system:String>
<system:String x:Key="MessageProfile2DSwap" xml:space="preserve">It's recommended to use the default driver profile for playing in 2D mode. For doing this the currently assigned profile "{0}" has to be swapped with driver profile "{1}".

Do you want to swap profiles now? 

If profiles have already been swapped you can skip this step by chosing "No".</system:String>
<system:String x:Key="MessageProfile3D" xml:space="preserve">The installation of the driver profile "{0}" is needed to make the fix work properly.

Do you want to install it via Nvidia Profile Inspector now? 

If you have already installed the profile you can skip this step by choosing "No".</system:String>
<system:String x:Key="MessageProfile3DSwap" xml:space="preserve">It's required to swap the currently assigned driver profile "{0}" with the profile "{1}" to make the fix work properly.

Do you want to swap profiles via Nvidia Profile Inspector now? 

If profiles have already been swapped you can skip this step by chosing "No".</system:String>
<system:String x:Key="ErrorGameLaunch">Error: Game could not be launched.</system:String>
<system:String x:Key="ErrorOpenWebsite">Error: Website could not be opened.</system:String>
<system:String x:Key="ReferenceDataDbSuccess">Reference data successfully written in DB.</system:String>
<system:String x:Key="DbNoRights">Error: No rights to access DB.</system:String>
<system:String x:Key="WarningPositiveNumber">Warning: Input must be a positive number.</system:String>
<system:String x:Key="ErrorInputNotANumber">Error: Input is not a number.</system:String>
<system:String x:Key="ErrorLicenceNotice">Sorry, no license file found.</system:String>
<system:String x:Key="UpdateMigoto" xml:space="preserve">Do you want to update 3dmigoto to the latest version? 

Installed version:	</system:String>
<system:String x:Key="LatestVersion" xml:space="preserve">Latest version:	</system:String>
<system:String x:Key="MigotoUpdateSuccess">3DMigoto was successfully updated.</system:String>
<system:String x:Key="MigotoUpdateFailed">Error: 3dmigoto could not be updated.</system:String>
<system:String x:Key="ErrorEnablingCM">Error when enabling / disabling Compatiblity Mode.</system:String>
<system:String x:Key="UpdateMigoto02" xml:space="preserve">This feature is only available for 3dmigoto versions higher than 1.2.48. 

Do you want to update 3dmigoto to the latest version? 

Installed version: 	</system:String>
<system:String x:Key="UpdateMigotoDueTo3dFormat" xml:space="preserve">In the current active display profile you have chosen a 3D format which is only supported in 3dmigoto version 1.2.65 or higher thus requiring an update of the 3D wrapper. 

Do you want to update 3dmigoto for enabling this 3D format now?

Installed version: 	</system:String>
<system:String x:Key="DonateMessage" xml:space="preserve">If you want to support this project you can donate to this PayPal account: duselpaul86@gmx.de
By clicking on the button below your webbrowser will open PayPal-website where you can easily send a donation.
Please help to keep 3D gaming alive.
Thank you very much,
Pauldusler</system:String>
<system:String x:Key="DonateShaderHackers01">3D fixes downloaded and installed by 3D Fix Manager are developed by some very talented shaderhackers from HelixMod Team.</system:String>
<system:String x:Key="DonateShaderHackers02">HelixMod is the reason why 3D gaming is still alive today. If you want to support them donations are very appreciated.</system:String>
<system:String x:Key="DonateShaderHackers03">Here is a list of PayPal accounts of the individual shaderhackers you can donate to:</system:String>
<system:String x:Key="Thanks">Thank you very much,</system:String>
<system:String x:Key="YourHelixModTeam">Your HelixMod Team</system:String>
<system:String x:Key="OpenPaypal">Open PayPal</system:String>
<system:String x:Key="OpenPaypalToolTip">Opens PayPal website in webbrowser where you can send a donation.</system:String>
<system:String x:Key="ReleaseBuildSucces">Succes: Release files were successfully built.</system:String>
<system:String x:Key="ReleaseBuildFailed">Error: Release process failed.</system:String>
<system:String x:Key="DuplicateKeyError" xml:space="preserve">Error: This hotkey already exists. 

Please choose another key.</system:String>
<system:String x:Key="FolderNotExistsError">Error: Folder does not exist.</system:String>
<system:String x:Key="SettingsAppliedSuccess">Settings successfully applied</system:String>
<system:String x:Key="SettingsAppliedFailed">Error: failed to apply settings.</system:String>
<system:String x:Key="ProfileLoadedSuccess" xml:space="preserve">Profile successfully loaded.

Please click on 'Apply' for writing imported values to Windows Registry.</system:String>
<system:String x:Key="ProfileLoadedSuccess02">Profile successfully loaded.</system:String>
<system:String x:Key="ProfileLoadedError">Error: Profile could not be loaded.</system:String>
<system:String x:Key="ProfileSavedSuccess">Profile successfully saved.</system:String>
<system:String x:Key="ProfileSavedError">Error: Profile could not be saved.</system:String>
<system:String x:Key="ValidUrlError">Error: You must supply a valid Url.</system:String>
<system:String x:Key="MultiRowHyperlinkError">Error: Multi row selections not allowed for Hyperlinks.</system:String>
<system:String x:Key="UpdateAllWrappersMessage" xml:space="preserve">This will update all installed 3dmigoto fixes to the latest version of the wrapper.

Do you want to proceed?</system:String>
<system:String x:Key="AllUpdatesInstalled">Success! 3Dmigoto was updated for {0} games.</system:String>
<system:String x:Key="MigotoAlreadyUpdated">3Dmigoto is already up to date for all games. No updates required.</system:String>
<system:String x:Key="TypeTitleError">Error: Please type in a game title first.</system:String>
<system:String x:Key="FoundSteamDbData">Found Steam DB data:</system:String>
<system:String x:Key="GameExe">Game exe:</system:String>
<system:String x:Key="RelativeGameExePath">Relative Game Exe path:</system:String>
<system:String x:Key="ApplyData">Do you want to apply this data to the fix profile?</system:String>
<system:String x:Key="NotFoundInDb">No matching game found in Steam Database</system:String>
<system:String x:Key="NoSteamAppId">Error: You must provide a valid SteamApp ID.</system:String>
<system:String x:Key="NotFoundInTheGamesDb">No matching game found in TheGamesDb Database.</system:String>
<system:String x:Key="IconUrlNotFound">Icon URL has not been found.</system:String>
<system:String x:Key="WarningMigotoUpdate01">Warning: Updating 3dmigoto for</system:String>
<system:String x:Key="WarningMigotoUpdate02" xml:space="preserve">is known to break the fix.

Do you want to update the wrapper for this game anyway?</system:String>
<system:String x:Key="ErrorIniReadOnly" xml:space="preserve">Error occured when making changes to game ini files.

Please make sure that the files are not set to 'read only'.</system:String>
<system:String x:Key="WarningWatchDogs2" xml:space="preserve">Warning: Installation of Watch_Dogs2 fix can take up to 10 minutes.

Do you want to proceed?</system:String>
<system:String x:Key="ErrorInstallingMinecraft">Error occured when installing Minecraft fix. Fix could not be installed.</system:String>
<system:String x:Key="ErrorDeleting2DNip">Error: .nip file for 2D mode could not be deleted.</system:String>
<system:String x:Key="ErrorDeleting3DNip">Error: .nip file for 3D mode could not be deleted.</system:String>
<system:String x:Key="ErrorEnablingSteamOverlay">Error: Steam overlay could not be enabled / disabled.</system:String>
<system:String x:Key="ErrorJavaNotDetected" xml:space="preserve">Error: Java install location could not be detected. Please make sure to have Java correctly installed.

Do you want to go to the download page for Java now?</system:String>
<system:String x:Key="ErrorOptifineNotDetected" xml:space="preserve">Error: Optifine for Minecraft could not be detected. You have to install this first to proceed installing the 3D fix.\n\nDo you want to go to the download page for Optifine now?</system:String>
<system:String x:Key="ErrorDetectingBitVersion">Error: Could not detect if Java 64 bit or 32 bit is installed</system:String>
<system:String x:Key="ErrorInstallingMinecraftFix">Error occured when installing Minecraft fix.</system:String>
<system:String x:Key="ErrorRenamingHitmanFolder">Error: Hitman folder could not be renamed. Please make sure that the folder is closed in Windows Explorer and try again.</system:String>
<system:String x:Key="KeepCustomProfiles" xml:space="preserve">Do you want to keep custom profiles? 

Choose 'Yes' if you have edited some profiles and want to keep their changes.

Choose 'No' to override all old profile settings.</system:String>
<system:String x:Key="MigotoUpdateAvailable" xml:space="preserve">A new 3dmigoto update is available for one or several installed 3D fixes.

Do you want to update now?</system:String>
<system:String x:Key="BindHotkeyError" xml:space="preserve">Error: One or more hotkeys have no key binding. 

Please set the keys and try again.</system:String>
<system:String x:Key="DownloadProgramComplete" xml:space="preserve">Download complete! 

3D Fix Manager will restart now for installing the update.</system:String>
<system:String x:Key="VisionNotSetup" xml:space="preserve">3D Vision is not set up on your machine. 

Option 1: Click on 'Setup Wizard' for launching default Nvidia 3D Vision Setup Wizard. 

Option 2: Click on 'Quick Setup' for quickly enabling 3D Vision by modifying Windows Registry values.

</system:String>
<system:String x:Key="VisionSetupComplete" xml:space="preserve">3D Vision Setup Wizard succesfully passed! 

Do you want to load a backup profile for restoring hotkeys and other Stereo 3D related settings?</system:String>
<system:String x:Key="WindowsRegistryWriteError">Error: failed to write loaded settings profile to Windows Registry.</system:String>
<system:String x:Key="DefaultWizardSkipped" xml:space="preserve">Default setup wizard successfully skipped and 3D Vision enabled. 

Do you want to load a backup profile for restoring hotkeys and other stereo 3D related settings?</system:String>
<system:String x:Key="QuickSetupError">Error while enabling Nvidia stereosopic 3D. Please try to use default setup wizard instead.</system:String>
<system:String x:Key="ForceAnaglyphError">Error: 3D Vision Discover (Anaglyph 3D) could not be forced.</system:String>
<system:String x:Key="Force3dVisionError">Error: 3D Vision / 3DTV Play / Generic CRT (Active 3D) could not be forced.</system:String>
<system:String x:Key="ForceCheckerboard">Error: Checkerboard (Active 3D) could not be forced.</system:String>
<system:String x:Key="ForceReversedCheckerboard">Error: Reversed Checkerboard (Active 3D) could not be forced.</system:String>
<system:String x:Key="ForceLineInterlacingError">Error: LineInterlacing (Passive 3D) could not be forced.</system:String>
<system:String x:Key="ForceReversedLineInterlacingError">Error: Reversed LineInterlacing (Passive 3D) could not be forced.</system:String>
<system:String x:Key="DepthHackError">Error: Depth hack could not be applied / removed.</system:String>
<system:String x:Key="WritePermissionError">Error: Write permission for 'System' user could not bet set for Stereo3D key in Windows registry.</system:String>
<system:String x:Key="AllFixesDisabled">Success! All installed 3D fixes have been disabled and are no longer active when starting a game next time.</system:String>
<system:String x:Key="AllFixesEnabled">Success! All installed 3D fixes have been enabled.</system:String>
<system:String x:Key="EnableNvidia3dDriverOverlayError">Error: 3D driver overlay could not be enabled.</system:String>
<system:String x:Key="DisableNvidia3dDriverOverlayError">Error: 3D driver overlay could not be disabled.</system:String>
<system:String x:Key="EnableNvidia3dDriverOverlaySuccess" xml:space="preserve">The 3D driver overlay was successfully enabled. 

Please reboot your system for the changes to take effect.</system:String>
<system:String x:Key="DisableNvidia3dDriverOverlaySuccess" xml:space="preserve">The 3D driver overlay was successfully disabled. 

Please reboot your system for the changes to take effect.</system:String>
<!--.................... Dialog Window End .......................... -->
<!-- XAML formated ToolTips Begin -->
<!-- Installation Tab ToolTips -->
<TextBlock x:Key="ForceCMToolTip" TextWrapping="Wrap" Width="300">
Forces DirectX 11 games to start in Compatibility Mode (also known as Fake 3D) by automatically modifying the driver profile.<LineBreak/><LineBreak/>
When Compatibility Mode does not look right then go to <Italic><Bold>"Hotkey"</Bold></Italic> tab and choose another value for
<Italic><Bold>2DDHUDSettings"</Bold></Italic> in section <Italic><Bold>"Driver Profile Settings</Bold></Italic>.
</TextBlock>
<TextBlock x:Key="EnableFixToolTip" TextWrapping="Wrap" Width="300">
Enables / disables the 3D fix manually.<LineBreak/><LineBreak/>
<Bold>Note:</Bold> Enabling / disabling 3D fixes is also automatically done when clicking on <Italic><Bold>"Play 2D"</Bold></Italic> or <Italic><Bold>"Play 3D"</Bold></Italic> buttons.
</TextBlock>
<TextBlock x:Key="InstallFixTooltip" TextWrapping="Wrap" Width="300">
<Bold>Left click:</Bold> Installs / uninstalls the 3D fix.<LineBreak/><LineBreak/>
<Bold>Right click:</Bold> Resets 3dmigoto to the original version of the 3D fix if it was updated. Use this if updating 3dmigoto broke the fix.
</TextBlock>
<!-- New / Edit Profile Tab ToolTips -->
<TextBlock x:Key="GameTitleToolTip" TextWrapping="Wrap" Width="300">
<Bold>Game title</Bold> has to be the same as listed in steam library or under installed programs in <Italic>"windows control panel / programs and features"</Italic><LineBreak/><LineBreak/>
Check the list on the right side to see all installed programs 3D Fix Manager has detected from Windows registry. Select a program for applying its name as a game title.
</TextBlock>
<TextBlock x:Key="RelativeInstallPathToolTip" TextWrapping="Wrap" Width="300">
Relative path to the subfolder of the game directory where the 3D Vision fix will be copied to.<LineBreak/><LineBreak/>
In most cases the correct install path is where the game exe is located for starting the game.<LineBreak/><LineBreak/>
<Bold>For example: </Bold> when the absolute path of the game exe is <Italic>"c:\gameTitle\bin\game.exe"</Italic> then the resulting relative install path is <Italic>"bin"</Italic><LineBreak/><LineBreak/>
Leave this field empty if the fix shall be installed to the root folder of the game.
</TextBlock>
<TextBlock x:Key="GameDirNameToolTip" TextWrapping="Wrap" Width="300">
Fill in the name of the Install - / root Folder of the game (only the folder name not the path).<LineBreak/><LineBreak/>
This information is important for detecting the game via search paths.
</TextBlock>
<TextBlock x:Key="CustomRootPathToolTip" TextWrapping="Wrap" Width="300">
Only fill in this field if an installed game is not automatically detected by 3D Fix Manager.<LineBreak/><LineBreak/>
Choose the absolute path to the root folder of the game.<LineBreak/><LineBreak/>
Note: the 'Relative Install Path' must be still set if you want to install the fix in a subfolder of the game.
</TextBlock>
<TextBlock x:Key="RelativeGameIniPathToolTip" TextWrapping="Wrap" Width="500">
Type in the relative path to a <Bold>configuration file</Bold> of the game (e.g. an .ini or .cfg file) which shall be automatically edited based on the defined values for 2D or 3D mode. The relative path must be set starting from the <Bold>root path of the game</Bold> or <Bold>user folder</Bold> in <Italic>C:\Users\USERNAME</Italic> - both directories are searched for the specified configuration file.<LineBreak/><LineBreak/>
Main purpose of this feature is to automatically edit graphics settings when starting the game (e.g. deactivation of <Bold>motion blur</Bold> or <Bold>depth of field</Bold> which is unwanted for stereo 3d mode).<LineBreak/><LineBreak/>
Generally all config files can be edited which include a listing of key/value - pairs - this might look like this in a file: <Italic><Bold>MotionBlur = Off</Bold></Italic>.<LineBreak/><LineBreak/>
Have a look at the fix profile for game <Italic><Bold>"Outlast"</Bold></Italic> to see a sample about how to edit a configuration file.<LineBreak/><LineBreak/>
Click on <Italic><Bold>"Values for 2D"</Bold></Italic> button for defining key-value pairs for the configuration file. These will be set when starting the game in 2D mode or uninstalling the fix.<LineBreak/><LineBreak/>
The same applies when clicking on <Italic><Bold>"Values for 3D"</Bold></Italic> button. The keys defined there will be set when starting the game in 3D mode or when installing the fix.
</TextBlock>
<TextBlock x:Key="HelixPostUpdatedToolTip" TextWrapping="Wrap" Width="300">
Saves the date when the helix post was last updated.<LineBreak/><LineBreak/>
The timestamp is necessary for detecting if there is an updated helix post available online.<LineBreak/><LineBreak/>
You should not set this date manually as this is done automatically.
</TextBlock>
<TextBlock x:Key="InfoAlternativeUrlToolTip" TextWrapping="Wrap" Width="300">
When there is an alternative 3D fix available for the game you can provide additional information about this fix.<LineBreak/><LineBreak/>
<Bold>Custom Info Text:</Bold> Shows an info text when installing the 3D fix which informs the user about the existence of an alternative 3D fix. The individual text can be entered in the text field.<LineBreak/><LineBreak/>
<Bold>SLI Info Text:</Bold> Shows a predefined info text when installing the 3D fix which informs the user about the existence of an alternative 3D fix which is optimized for SLI systems.
</TextBlock>
<TextBlock x:Key="DownloadLinkFixToolTip" TextWrapping="Wrap" Width="300">
Direct download link to the 3D Vision fix.
</TextBlock>
<TextBlock x:Key="AdditionalDownloadLinkFixToolTip" TextWrapping="Wrap" Width="300">
Provide an additional download link if the 3D Vision fix was splitted into several download links.
</TextBlock>
<TextBlock x:Key="Allow3dFixInstallationToolTip" TextWrapping="Wrap" Width="300">
Set this to <Italic><Bold>"No"</Bold></Italic> to warn the user from installing the 3D fix or 3D wrapper.<LineBreak/><LineBreak/>
By doing so the user is informed that the installation of the fix isn't required any more but can still be done if desired.
</TextBlock>
<TextBlock x:Key="Allow3dMigotoUpdateToolTip" TextWrapping="Wrap" Width="300">
Set this option to <Italic><Bold>"No"</Bold></Italic> if a new 3dmigoto version isn't compatible to an existing 3D fix. By doing so the user will be warned before updating the wrapper.
</TextBlock>
<TextBlock x:Key="StereoRefreshRateOverrideToolTip" TextWrapping="Wrap" Width="300">
Set this option 100 Hz if your PC is not strong enough to hold steady 120 frames per second while playing in Stereo 3D. <LineBreak /><LineBreak />
When setting this to 100 Hz only 100 fps are required for smooth gameplay.<LineBreak /><LineBreak />
This option only takes effect if you enabled <Italic><Bold>Refresh rate is controlled by fix profile</Bold></Italic> in <Italic><Bold>General Settings</Bold></Italic> tab.<LineBreak /><LineBreak />
<Bold>Note:</Bold> When reducing refresh rate your Nvidia 3D glasses also work at a reduced shutter frequency. 100 Hz could be perceived as a flickering for some people.
</TextBlock>
<TextBlock x:Key="renderApiToolTip" TextWrapping="Wrap" Width="300">
Choose the render API which is used by the game and save this data to the fix profile.<LineBreak /><LineBreak />
By entering this information the correct 3D wrapper can be installed automatically when you click on button <Italic><Bold>Install 3D Wrapper</Bold></Italic> in <Italic><Bold>Installation</Bold></Italic> tab. <Bold>3Dmigoto</Bold> is installed when the game uses DirectX 11 or <Bold>Helixmod</Bold> if it utilizes DirectX 9.<LineBreak /><LineBreak />
<Bold>Note:</Bold> Installing a raw wrapper is especially interesting if a game is already 3D Vision Ready and does not need a 3D fix at all. By using the wrapper you can unlock features like hotkeys support for quickly changing separation / convergence in cut scences or for choosing other 3D formats like Side-By-Side for TVs and projectors.
</TextBlock>
<TextBlock x:Key="ProductPageUrlToolTip" TextWrapping="Wrap" Width="300">
You can provide a link to an online shop with informationen to the game which is called if you click on button <Italic><Bold>Product Page</Bold></Italic> in <Italic><Bold>"Installation"</Bold></Italic> tab. This field is an alternative if a game is not available on Steam store.
</TextBlock>
<TextBlock x:Key="CmFlagToolTip" TextWrapping="Wrap" Width="300">
Add a hex value for compatibility mode flag (2DDHUDSettings). This value is set in 3dmigoto's ini file when you force CM mode in Installation or Hotkeys tab.
</TextBlock>
<TextBlock x:Key="FixArchiveExtractorToolTip" TextWrapping="Wrap" Width="300">
A fix is automatically extracted after downloading. Choose here whether to use built-in SharpCompress or 7-zip for file extractions.
</TextBlock>
<TextBlock x:Key="WebLinkHelixToolTip" TextWrapping="Wrap" Width="300">
Insert the link to the helix blog <Bold><Italic>(http://helixmod.blogspot.com/...)</Italic></Bold> where the 3D fix was taken from.<LineBreak/><LineBreak/>
After that click on button <Bold><Italic>Blogger API</Italic></Bold> for automatically inserting info text of the fix, download link and further essential information to the fix profile.<LineBreak/><LineBreak/>
If no helix blog exists to a specifc 3D fix then please insert the link to the thread in Geforce forum instead where the fix was taken from. However consider that you cannot automatically get the info text and download link to the fix in this case.<LineBreak/><LineBreak/>
Further more the stated link can be opened in web browser by clicking on button <Bold><Italic>Helixmod Blog</Italic></Bold> in tab <Bold><Italic>Installation</Italic></Bold>.
</TextBlock>
<TextBlock x:Key="GameEngineToolTip" TextWrapping="Wrap" Width="300">
By pressing the button <Bold><Italic>Detect Engine</Italic></Bold> you can automatically detect the game engine used by the individual game. When doing so Wikipedia and PC Gaming Wiki Webpages are searched for this information.<LineBreak/><LineBreak/>
If game engine detection fails you can alternatively press buttons <Bold><Italic>Wikipedia</Italic></Bold> und <Bold><Italic>PC Gaming Wiki</Italic></Bold> for accessing the webpages for looking for the information manually.<LineBreak/><LineBreak/>
In case of <Bold>Frostbite 3</Bold> / <Bold>Unity 5</Bold> / <Bold>Unreal Engine 4</Bold> and <Bold>Telltale Engine</Bold> universal 3D fixes are available which can be automatically added to the fix profile.<LineBreak/><LineBreak/>
<Bold>Note:</Bold> For improving automatic detection of game engines you should first enter the Steam App ID. You do so by clicking on the button above called <Bold><Italic>Search Steam DB</Italic></Bold> next to <Bold><Italic>Game Title</Italic></Bold>.
</TextBlock>
<TextBlock x:Key="IconPathToolTip" TextWrapping="Wrap" Width="300">
You can supply an optional icon for the game which will be displayed on the <Italic><Bold>"Installation"</Bold></Italic> tab.<LineBreak/><LineBreak/>
Recommended resolution is 128x128 pixel.<LineBreak/><LineBreak/>
For removing an active icon withing the profile folder click on <Italic><Bold>"Remove Icon"</Bold></Italic> and then on <Italic><Bold>"Save"</Bold></Italic>.
A backup of the old icon is automatically created in a backup folder within the profile folder.
</TextBlock>
<TextBlock x:Key="IconUrlToolTip" TextWrapping="Wrap" Width="300">
Provide an URL for automatically downloading a game icon if 3D Fix Manager was not able to find a local one for the game.<LineBreak/><LineBreak/>
For easy use just select <Italic><Bold>"TheGamesDb Icon"</Bold></Italic> from the list and click on <Italic><Bold>"Search URL"</Bold></Italic>.<LineBreak/><LineBreak/>
If you want to download a new icon but an old one already exists then additionally click on on the upper button <Italic><Bold>"Remove Icon"</Bold></Italic>. Don't forget to save changes.
</TextBlock>
<TextBlock x:Key="Profile2DModeToolTip" TextWrapping="Wrap" Width="300">
Choose a .nip file for Nvidia Profile Inspector in order to restore the original state of a driver profile for 2D mode.<LineBreak/><LineBreak/>
This profile will be automatically imported in Nivida Inspector when you start a game in 2D mode or uninstall a fix.<LineBreak/><LineBreak/>
In addition you can set if you want to be notified before installing a driver profile <Italic><Bold>"Install with Dialog"</Bold></Italic> or not <Italic><Bold>"Silent Installation"</Bold></Italic>.
To make this work please enable <Italic><Bold>"Installation of driver profiles is controlled by fix profile"</Bold></Italic> in <Italic><Bold>"Settings"</Bold></Italic> tab.
</TextBlock>
<TextBlock x:Key="Profile3DModeToolTip" TextWrapping="Wrap" Width="300">
Choose a .nip file for Nvidia Profile Inspector in orderset a customized driver profile for 3D mode.<LineBreak/><LineBreak/>
This profile will be automatically imported in Nivida Inspector when you start a game in 3D mode.<LineBreak/><LineBreak/>
In addition you can set if you want to be notified before installing a driver profile <Italic><Bold>"Install with Dialog"</Bold></Italic> or not <Italic><Bold>"Silent Installation"</Bold></Italic>.
To make this work please enable <Italic><Bold>"Installation of driver profiles is controlled by fix profile"</Bold></Italic> in <Italic><Bold>"Settings"</Bold></Italic> tab.
</TextBlock>
<TextBlock x:Key="FixStateToolTip" TextWrapping="Wrap" Width="300">
This information will be displayed with an icon on Installation tab.<LineBreak/><LineBreak/>
Choose whether the fix works out of the box after installing via 3D Fix Manager or if the user has to do some extra steps for completing installation.<LineBreak/><LineBreak/>
You can provide additional information in the field on the right side. This will be displayed as a tooltip for the icon.
</TextBlock>
<TextBlock x:Key="SteamAppIDToolTip" TextWrapping="Wrap" Width="300">
Steam App ID is required for launching Steam games and visiting the Steam Store.
</TextBlock>
<TextBlock x:Key="GameLauncherExeToolTip" TextWrapping="Wrap" Width="300">
Fill in the name of the exe file for launching the game.
</TextBlock>
<TextBlock x:Key="ToolExeToolTip" TextWrapping="Wrap" Width="300">
Fill in the name of an exe file located in the game directory or an absolute path for starting an arbitrary program before launching the game. This feature is used by the profiles Far Cry 2, F.E.A.R. and INSIDE where it is required to call another exe file.<LineBreak/><LineBreak/>
Additionally you can set if the game exe should be passed as a start parameter to the tool and if the game start should wait for tool exit. Also you can set if you want to create the tool exe by copying the game exe and renaming it.
</TextBlock>
<TextBlock x:Key="GameLauncherOptionsToolTip" TextWrapping="Wrap" Width="300">
If needed set arguments for Game Launcher Exe here (see fix profile for game <Italic><Bold>"Superhot"</Bold></Italic> if you need an example.)<LineBreak/><LineBreak/>
Additionally you can decide whether to start the game with admin rights (needed for game <Italic><Bold>"Doom"</Bold></Italic> for example) or how to start games (directly via game exe or indirectly by Steam App ID).<LineBreak/><LineBreak/>
Last but not least you can set if RivaTuner Statistics Server should be launched or closed on game start.<LineBreak/><LineBreak/>
RTSS reduces input lag and improves frametimes for a smoother gameplay.
</TextBlock>
<TextBlock x:Key="ModifyExeSearchStringToolTip" TextWrapping="Wrap" Width="300">
By using this option you can modify the content of an Exe file in order to make it work correctly in stereo 3D mode. This is only required for some "LEGO" games so far.<LineBreak/><LineBreak/>
To do this the exe file is read as a binary data and searched for a string you can define in the field on the right side. Then the found string is replaced by another string you can set in the provided field.<LineBreak/><LineBreak/>
For safety reasons the original file is backuped in the game directory before the modified file is saved.
</TextBlock>
<TextBlock x:Key="FixDescriptionToolTip" TextWrapping="Wrap" Width="300">
Provide a description about the 3D Vision fix.<LineBreak/><LineBreak/>
You can copy the text from the helixmod website or write an own description.
</TextBlock>
<!-- Hotkeys Tab ToolTips -->
<TextBlock x:Key="HuntingModeToolTip" TextWrapping="Wrap" Width="300">
Hunting mode is primarily made for shaderhackers. It enables them for searching broken shaders in stereo 3D mode and repairing them.<LineBreak/><LineBreak/>
For the end-users hunting mode is interesting for showing an overlay with the current the current 3D depth and convergence. With this the user can finetune 3D hotkeys.<LineBreak/><LineBreak/>
<Bold>Off:</Bold> Disables hunting mode and stereo 3D overlay.<LineBreak/><LineBreak/>
<Bold>On:</Bold> Enables hunting mode and stereo 3D overlay.<LineBreak/><LineBreak/>
<Bold>Soft disabled:</Bold> Hunting mode as well as the stereo 3D overlay aren't completely disabled. By pressing key "0" (default key) you can show the overlay ingame.
</TextBlock>
<TextBlock x:Key="KeyTypeMigotoToolTip" TextWrapping="Wrap" Width="300">
Choose a hotkey type. All types hve in common that they enable a 3D preset when pressing the key. The preset specifies which 3D settings are meant to be overwritten (e.g. 3D separation, convergence or shader constants).<LineBreak/><LineBreak/>
The individual hotkey type controls what is supposed to happen when releasing the key or pressing it several times. Depending on the type different 3D presets can bet set active or original 3D settings can be restored.<LineBreak/><LineBreak/>
<Bold>Cycle:</Bold> Allows to add as many 3D presets as you like and enables the one which is next in line after each keystroke. When reaching the last preset the next keystroke would trigger the first preset again.<LineBreak/><LineBreak/>
<Bold>Hold:</Bold> Allows to add exactly one 3D preset and sets it active as long as the key is held down. After releasing the key the 3D preset is being disabled and the original 3D settings are restored.<LineBreak/><LineBreak/>
<Bold>Toggle:</Bold> Allows to add exactly one 3D preset and enables it when pressing the key. After pressing it once again the 3D preset is being disabled and the original 3D settings are restored.
</TextBlock>
<TextBlock x:Key="KeyTypeHelixToolTip" TextWrapping="Wrap" Width="300">
Choose a hotkey type. All types hve in common that they enable a 3D preset when pressing the key. The preset specifies which 3D settings are meant to be overwritten (e.g. 3D separation, convergence or shader constants).<LineBreak/><LineBreak/>
The individual hotkey type controls what is supposed to happen when releasing the key or pressing it several times. Depending on the type different 3D presets can bet set active or original 3D settings can be restored.<LineBreak/><LineBreak/>
<Bold>Cycle:</Bold> Allows to add as many 3D presets as you like and enables the one which is next in line after each keystroke. When reaching the last preset the next keystroke would trigger the first preset again.<LineBreak/><LineBreak/>
<Bold>Hold:</Bold> Allows to add a maximum number of two 3D presets and sets the first one active as long as the key is held down. After releasing they the second preset is enabled or if that one doesn't exist the original 3D settings are restored.
</TextBlock>
<TextBlock x:Key="KeyTypeOpenGlToolTip" TextWrapping="Wrap" Width="300">
Choose a hotkey type. All types hve in common that they enable a 3D preset when pressing the key. The preset specifies which 3D settings are meant to be overwritten (e.g. 3D separation, convergence or shader constants).<LineBreak/><LineBreak/>
The individual hotkey type controls what is supposed to happen when releasing the key or pressing it several times. Depending on the type different 3D presets can bet set active or original 3D settings can be restored.<LineBreak/><LineBreak/>
<Bold>Hold:</Bold> Allows to add exactly one 3D preset and sets it active as long as the key is held down. After releasing the key the 3D preset is being disabled and the original 3D settings are restored.<LineBreak/><LineBreak/>
<Bold>Toggle:</Bold> Allows to add exactly one 3D preset and enables it when pressing the key. After pressing it once again the 3D preset is being disabled and the original 3D settings are restored.
</TextBlock>
<TextBlock x:Key="KeyTypeOpenGlNewVersionToolTip" TextWrapping="Wrap" Width="300">
Choose a hotkey type. All types hve in common that they enable a 3D preset when pressing the key. The preset specifies which 3D settings are meant to be overwritten (e.g. 3D separation, convergence or shader constants).<LineBreak/><LineBreak/>
The individual hotkey type controls what is supposed to happen when releasing the key or pressing it several times. Depending on the type different 3D presets can bet set active or original 3D settings can be restored.<LineBreak/><LineBreak/>
<Bold>Hold:</Bold> Allows to add exactly one 3D preset and sets it active as long as the key is held down. After releasing the key the 3D preset is being disabled and the original 3D settings are restored.<LineBreak/><LineBreak/>
<Bold>Toggle:</Bold> Allows to add exactly one 3D preset and enables it when pressing the key. After pressing it once again the 3D preset is being disabled and the original 3D settings are restored.<LineBreak/><LineBreak/>
<Bold>One-Time:</Bold> Allows to add exactly one 3D preset and enables it when pressing the key. In contrast to the other hotkey types previous 3D settings cannot be restored.
</TextBlock>
<TextBlock x:Key="DefaultPresetToolTip" TextWrapping="Wrap" Width="300">
When option is enabled you can define a default preset which is active wenn the game is launched.