forked from Pauldusler/3D-Fix-Manager---Localizations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
StringResources_ES.xaml
1505 lines (1265 loc) · 128 KB
/
StringResources_ES.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">Proyector</system:String>
<system:String x:Key="TV">TV</system:String>
<!-- Misc -->
<system:String x:Key="LoadingApplication">Cargando Aplicación. Por favor, espere...</system:String>
<system:String x:Key="SwitchToCompactGui">Cambiar a GUI pequeña.</system:String>
<system:String x:Key="SwitchToNormalGui">Cambiar a GUI normal.</system:String>
<system:String x:Key="MinimizeToTray">Miminizar al área de notificación.</system:String>
<system:String x:Key="ChangeLanguage">Cambiar Idioma</system:String>
<system:String x:Key="Close">Cerrar</system:String>
<system:String x:Key="Show">Mostrar</system:String>
<system:String x:Key="NoMatchFound">Sin coincidencias para</system:String>
<!-- Tab header title -->
<system:String x:Key="Installation">Instalación</system:String>
<system:String x:Key="EditProfile">Editar Perfil</system:String>
<system:String x:Key="NewProfile">Nuevo Perfil</system:String>
<system:String x:Key="Hotkeys">Atajos</system:String>
<system:String x:Key="Settings">Configuración</system:String>
<system:String x:Key="About">Acerca de</system:String>
<system:String x:Key="GeneralSettings">Configurar Aplicación</system:String>
<system:String x:Key="Nvidia3DSettings">Configurar Nvidia 3D</system:String>
<system:String x:Key="DisplayProfiles">Perfiles de Pantalla</system:String>
<!-- Game list on left column-->
<system:String x:Key="All">Todos los Juegos</system:String>
<system:String x:Key="Installed">Juegos Instalados</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">Sin Arreglo 3D</system:String>
<system:String x:Key="VerifiedFixes">Arreglos 3D Verificados</system:String>
<system:String x:Key="UnverifiedFixes">Arreglos 3D Sin Verificar</system:String>
<system:String x:Key="New">Nuevo</system:String>
<system:String x:Key="CreateProfileToolTip">Crear Perfil de Arreglo</system:String>
<system:String x:Key="Edit">Editar</system:String>
<system:String x:Key="EditProfileToolTip">Edit Perfil de Arreglo</system:String>
<system:String x:Key="Delete">Eliminar</system:String>
<system:String x:Key="DeleteProfileToolTip">Eliminar Perfil de Arreglo</system:String>
<!-- Installation Tab -->
<system:String x:Key="NoGamesInstalled">No hay juegos compatibles instalados.</system:String>
<system:String x:Key="Play2D">Jugar en 2D</system:String>
<system:String x:Key="Play3D">Jugar en 3D</system:String>
<system:String x:Key="InstallFix">Instalar Arreglo 3D</system:String>
<system:String x:Key="InstallFixCompleted">Instalación Completada</system:String>
<system:String x:Key="BackupRecoveryFailed">Recuperacion del Respaldo Fallida.</system:String>
<system:String x:Key="InstallFixFailed">Instalación fallida. Revisar la ubicación del juego.</system:String>
<system:String x:Key="InstallFixFailed02" xml:space="preserve">Error: Fix could not be installed.

Make sure 3D Fix Manager is started with admin rights and try again.</system:String>
<system:String x:Key="InstallWrapperFailed" xml:space="preserve">Error: Wrapper could not be installed.

Make sure 3D Fix Manager is started with admin rights and try again.</system:String>
<system:String x:Key="FixWrapperOutdated">This fix includes an outdated version of 3dmigoto.</system:String>
<system:String x:Key="DownloadFix">Download 3D Fix</system:String>
<system:String x:Key="UninstallFix">Uninstall 3D Fix</system:String>
<system:String x:Key="UninstallFixCompleted">Uninstall completed</system:String>
<system:String x:Key="UninstallFixFailed">Uninstall failed</system:String>
<system:String x:Key="InstallWrapper">Install 3D Wrapper</system:String>
<system:String x:Key="UninstallWrapper">Uninstall 3D Wrapper</system:String>
<system:String x:Key="DeleteDownload">Clear DL Cache</system:String>
<system:String x:Key="DeleteDownloadToolTip">Deletes downloaded files of a 3D fix from 3D Fix Manager directory.</system:String>
<system:String x:Key="DeleteSuccess">Success. All downloaded files deleted.</system:String>
<system:String x:Key="DeleteError" xml:space="preserve">Error: Not all files could be deleted. 

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">Opens windows explorer and shows all files related to this 3D fix profile.</system:String>
<system:String x:Key="VisitSteamStore">Product Page</system:String>
<system:String x:Key="VisitSteamStoreToolTip">Opens webbrowser to show additional information about the game.</system:String>
<system:String x:Key="VisitHelixMod">HelixMod Blog</system:String>
<system:String x:Key="VisitHelixModToolTip">Get more information about the selected fix on HelixMod Webpage.</system:String>
<system:String x:Key="ForceCompatibilityMode">Force CM</system:String>
<system:String x:Key="EnableFix">Enable Fix</system:String>
<system:String x:Key="DownloadCompleted">Download completed</system:String>
<system:String x:Key="Downloading">Downloading...</system:String>
<system:String x:Key="DownloadFailed">Download failed</system:String>
<system:String x:Key="Extracting">Extracting...</system:String>
<system:String x:Key="ExtractionFailed">Extraction failed</system:String>
<system:String x:Key="GameNotInstalled">Game not installed</system:String>
<system:String x:Key="OpenExplorerError">Error: Could not open path in Windows explorer. Path does not exist</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">Game Title:</system:String>
<system:String x:Key="RelativeInstallPath">Relative Install Path:</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">Custom Root / Game Path:</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. URL to 3D Fix:</system:String>
<system:String x:Key="DownloadLink_2">2. URL to 3D Fix:</system:String>
<system:String x:Key="DownloadLink_3">3. URL to 3D Fix:</system:String>
<system:String x:Key="InfoAlternativeUrl">Info about the alternative 3D Fix:</system:String>
<system:String x:Key="FixArchiveExtractor">Fix Archive Extractor:</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">URL to 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">Nvidia Inspector Profile for 2D Mode:</system:String>
<system:String x:Key="Profile3DMode">Nvidia Inspector Profile for 3D Mode:</system:String>
<system:String x:Key="FixState">3D Fix State:</system:String>
<system:String x:Key="SteamAppID">Steam App ID:</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">Game Launcher Exe:</system:String>
<system:String x:Key="GameLauncherOptions">Game Launcher Options:</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">Fix Description:</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">Do not install Profile</system:String>
<system:String x:Key="InstallWithDialog">Install with Dialog</system:String>
<system:String x:Key="SilentInstallation">Silent Installation</system:String>
<system:String x:Key="Unknown">Unknown</system:String>
<system:String x:Key="FixBroken">Fix Broken</system:String>
<system:String x:Key="FixBrokenToolTip">3D Fix is currently broken.</system:String>
<system:String x:Key="RequiresExtraSteps">Requires extra steps by user</system:String>
<system:String x:Key="RequiresExtraStepsToolTip">Installation of fix requires additional steps done by the user for completing installation. Please check description below.</system:String>
<system:String x:Key="WorksOutOfTheBox">Works out of the box</system:String>
<system:String x:Key="WorksOutOfTheBoxToolTip">No additional steps required for installing the fix. This is a simple one click installation.</system:String>
<system:String x:Key="CloseRTSS">Close RTSS</system:String>
<system:String x:Key="StartRTSS">Start RTSS</system:String>
<system:String x:Key="StartByAppId">Start via Steam App ID</system:String>
<system:String x:Key="StartByGameExe">Start via Game Exe</system:String>
<system:String x:Key="StartByToolExe">Start via additional Exe</system:String>
<system:String x:Key="RunNormal">Run normal</system:String>
<system:String x:Key="RunAsAdmin">Run as admin</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">Choose Path</system:String>
<system:String x:Key="PickFile">Pick File</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">Search App ID</system:String>
<system:String x:Key="SearchInDB">Search in DB</system:String>
<system:String x:Key="SearchSteamDb">Search Steam DB</system:String>
<system:String x:Key="ValuesFor2D">Values for 2D</system:String>
<system:String x:Key="ValuesFor3D">Values for 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">Cancel</system:String>
<system:String x:Key="Save">Save</system:String>
<system:String x:Key="SaveChanges">Save Changes</system:String>
<system:String x:Key="CreateProfile">Create Profile</system:String>
<!--.................... Edit Profile Tab End .......................... -->
<!--.................... Hotkeys Tab Begin .......................... -->
<system:String x:Key="FixInfo">Fix Info:</system:String>
<system:String x:Key="Game">Game:</system:String>
<system:String x:Key="GameEngine">Game Engine:</system:String>
<system:String x:Key="FixType">Fix Type:</system:String>
<system:String x:Key="WrapperVersion">Wrapper Version:</system:String>
<system:String x:Key="IniPath">Ini Path:</system:String>
<system:String x:Key="IniPath02">Ini Path 2:</system:String>
<system:String x:Key="CreateIni">Create Ini</system:String>
<system:String x:Key="ResetIniToDefault">Reset Ini to Default:</system:String>
<system:String x:Key="DownloadDefaultIni">Download Default Ini</system:String>
<system:String x:Key="ManageHotkeys">Manage Hotkeys:</system:String>
<system:String x:Key="NoIniProvided">No ini provided by this fix</system:String>
<system:String x:Key="ParseError">Sorry, ini file could not be parsed"</system:String>
<system:String x:Key="HelixVersionNotDetected" xml:space="preserve">Sorry, could not determine Helix Wrapper Version. 
Please click on 'Download Default Ini' to get this information</system:String>
<system:String x:Key="MigotoOld">3dmigoto (DirectX 11) - Old Version</system:String>
<system:String x:Key="HelixModOld">Helix Mod (DirectX 9) - Old Version</system:String>
<system:String x:Key="HotkeysNotSupportedMigoto">Sorry, hotkey editing not supported with this version of 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">Hotkey Management:</system:String>
<system:String x:Key="NewHotkey">New Hotkey</system:String>
<system:String x:Key="NewHotkeyToolTip">Creates a new hotkey. Don't forget to assign a key.</system:String>
<system:String x:Key="DeleteHotkey"> Remove Key</system:String>
<system:String x:Key="DeleteHotkeyToolTip">Removes hotkey with all corresponding 3D presets.</system:String>
<system:String x:Key="SelectedHotkey">Selected Hotkey:</system:String>
<system:String x:Key="SelectedHotkeyToolTip">Selected Hotkey for editing.</system:String>
<system:String x:Key="EditKeyBinding">Edit Key Binding:</system:String>
<system:String x:Key="KeyType">Key Type:</system:String>
<system:String x:Key="PressKeyToolTip">Press a key to change key binding.</system:String>
<system:String x:Key="ChooseInputDeviceToolTip">Choose Input Device for Key Binding.</system:String>
<system:String x:Key="Description">Description:</system:String>
<system:String x:Key="DescriptionToolTip">Short summary about the purpose of the hotkey.</system:String>
<system:String x:Key="ResetIniToolTip">Resets the ini to the original state.</system:String>
<!-- Preset Management Group -->
<system:String x:Key="PresetManagement">Preset Management:</system:String>
<system:String x:Key="NewPreset">New Preset</system:String>
<system:String x:Key="NewPresetToolTip">Creates a new 3D preset.</system:String>
<system:String x:Key="DefaultPreset">Default Preset:</system:String>
<system:String x:Key="Delay">Delay:</system:String>
<system:String x:Key="ReleaseDelay">Release Delay:</system:String>
<system:String x:Key="Transition">Transition:</system:String>
<system:String x:Key="ReleaseTransition">Release Transition:</system:String>
<!-- Preset Group -->
<system:String x:Key="UseStereoSettings">Use Stereo Settings</system:String>
<system:String x:Key="UseStereoSettingsToolTip">Enable this to allow this preset to change the separation and / or convergence settings in game.</system:String>
<system:String x:Key="SaveStereoSettings">Save Stereo Settings in Game with F7:</system:String>
<system:String x:Key="SaveStereoSettingsToolTip">Enable this to allow presets to be changed while playing. Make sure you select the preset in game by pressing the hotkey button, change 3D Depth / Convergence with CTRL + F3 - F6 to your liking and press F7 to save.</system:String>
<system:String x:Key="chkStereoSeparationToolTip">Enable this to set the 3D separation. Unchecking will remove the corresponding entry from the ini file.</system:String>
<system:String x:Key="sliderStereoSeparationToolTip">Set 3D separation in percent.</system:String>
<system:String x:Key="Convergence">Convergence:</system:String>
<system:String x:Key="chkConvergenceToolTip">"Enable this to set the convergence. Unchecking will remove the corresponding entry from the ini file."</system:String>
<system:String x:Key="tbConvergenceToolTip">Set the Convergence as a floating-point number.</system:String>
<system:String x:Key="chkShaderConstToolTip">Enable this to define a shader constant and set its value. Unchecking will remove the corresponding entry from the ini file</system:String>
<system:String x:Key="chbShaderConstToolTip">Choose a constant to be passed to the shader.</system:String>
<system:String x:Key="tbShaderConstToolTip">Set the constant value as a floating-point number.</system:String>
<system:String x:Key="NewConstant">New Constant</system:String>
<system:String x:Key="NewConstantToolTip">Creates a new shader constant.</system:String>
<system:String x:Key="DefaultConstToolTip">Type in a floating-point number</system:String>
<system:String x:Key="RemovePresetToolTip">Removes the entire preset from the ini file.</system:String>
<!-- General Ini Settings group -->
<system:String x:Key="GeneralIniSettings">General Ini Settings:</system:String>
<system:String x:Key="StereoOverlay">Stereo Overlay:</system:String>
<system:String x:Key="EnableStereoOverlay">Stereo Overlay / Hunting Mode:</system:String>
<system:String x:Key="ShowHideOverlay">Show / Hide Stereo Overlay:</system:String>
<system:String x:Key="ShowHideOverlayToolTip">Hotkey for hiding the overlay. Note: this will not disable hunting mode.</system:String>
<system:String x:Key="ReloadIniFile">Reload Ini File in Game:</system:String>
<system:String x:Key="ReloadIniFileToolTip">Reloads the ini while playing and applies hotkey / preset changes.</system:String>
<system:String x:Key="DefaultValuesConstants">Default Values for Shader Constants:</system:String>
<system:String x:Key="EnableAlternative3dMode">Enable alternative 3D format:</system:String>
<system:String x:Key="EnableAlternative3dModeToolTip">Choose an alternative 3D Format for use with 3D TVs and projectors.</system:String>
<system:String x:Key="EnableSoftwareMouse">Enable Software Mouse Cursor</system:String>
<system:String x:Key="Constant">Constant</system:String>
<system:String x:Key="ResolutionAndRefreshRates">Resolution and refresh rates:</system:String>
<system:String x:Key="EnableUpscaling">Enable upscaling:</system:String>
<system:String x:Key="UpscalingMode">Upscaling mode:</system:String>
<system:String x:Key="OverrideScreenWidth">Override screen width:</system:String>
<system:String x:Key="OverrideScreenHeight">Override screen height:</system:String>
<system:String x:Key="OverrideScreenToolTip">Force override the screen resolution.</system:String>
<system:String x:Key="UpscalingScreenWidth">Target screen width for upscaling:</system:String>
<system:String x:Key="UpscalingScreenHeight">Target screen height for upscaling:</system:String>
<system:String x:Key="OverrideRefrehRate">Override refresh rate:</system:String>
<system:String x:Key="OverrideRefrehRateToolTip">Overrides refresh rate set by game.</system:String>
<system:String x:Key="FilterRefreshRates">Filter refresh rates</system:String>
<system:String x:Key="ForceFullscreen">Force fullscreen on game start:</system:String>
<system:String x:Key="ForceFullscreenOnKeyPress">Force fullscreen on key press:</system:String>
<system:String x:Key="ToggleFullscreen">Toggle fullscreen:</system:String>
<system:String x:Key="ForcedFullscreen">Force fullscreen</system:String>
<system:String x:Key="NormalFullscreen">Normal fullscreen</system:String>
<system:String x:Key="SoftDisabled">Soft disabled</system:String>
<system:String x:Key="TypeInIntegerToolTip">Type in an integer value.</system:String>
<system:String x:Key="TypeInCommaSeparatedListToolTip">Type in a comma separated list of refresh rates.</system:String>
<!-- Driver Profile Settings group -->
<system:String x:Key="DriverProfileSettings">Driver Profile Settings:</system:String>
<system:String x:Key="Stereo3DSettings">Stereo 3D Settings:</system:String>
<system:String x:Key="CompatibilityModeSettings">3D Compatibility Mode Settings:</system:String>
<system:String x:Key="VisionReady">3D Vision Ready</system:String>
<system:String x:Key="VisionReadyToolTip">Changes the rating of the stereoscopic quality.</system:String>
<system:String x:Key="Excellent">Excellent</system:String>
<system:String x:Key="Good">Good</system:String>
<system:String x:Key="Fair">Fair</system:String>
<system:String x:Key="Not Recommended">Not Recommended</system:String>
<!--.................... Hotkeys Tab End .......................... -->
<!--.................... Application Settings Tab Begin .......................... -->
<!-- General Settings group -->
<system:String x:Key="GeneralSettingsGroup">General Settings:</system:String>
<system:String x:Key="CheckForUpdates">Check for updates at startup</system:String>
<system:String x:Key="AllowChangesToGameConfig">Optimize game settings for Stereo 3D</system:String>
<system:String x:Key="EnableSteamOverlay">Enable Steam overlay</system:String>
<system:String x:Key="FullscreenOptimizations">Fullscreen optimizations:</system:String>
<system:String x:Key="ControlledByFixProfile">Controlled by Fix Profile</system:String>
<system:String x:Key="SteamNotDetected">Overlay DLLs / Steam not detected</system:String>
<system:String x:Key="PreferIconDownload">Prefer game icons from internet database</system:String>
<system:String x:Key="ResetAllIcons">Reset all game icons:</system:String>
<system:String x:Key="DoNotChangeSetting">Keep current Setting</system:String>
<system:String x:Key="DownloadScreenshots">Download stereoscopic screenshots</system:String>
<!-- 3D Fix / 3dmigoto settings group -->
<system:String x:Key="FixAnd3dmigotoSettings">3D Fix / 3dmigoto Settings:</system:String>
<system:String x:Key="ReinstallFixFromCache">Install 3D fixes from download cache if possible</system:String>
<system:String x:Key="ClearAllDownloadCache">Clear download cache for all fix profiles:</system:String>
<system:String x:Key="EnableAllFixes">Enable / disable all fixes:</system:String>
<system:String x:Key="DisableFixesIn2dMode">Disable 3D fixes in 2D mode:</system:String>
<system:String x:Key="EnableAllFixesToolTip">Enables all installed 3D fixes.</system:String>
<system:String x:Key="DisableAllFixesToolTip">Disables all installed 3D fixes.</system:String>
<system:String x:Key="SendData">Send data when user customizes a fix profile</system:String>
<system:String x:Key="AutoUpdate3dmigoto">Update 3dmigoto at startup</system:String>
<system:String x:Key="UpdateAllWrappers">Update 3dmigoto for all installed 3D fixes:</system:String>
<!-- Search paths group -->
<system:String x:Key="SearchPathsGroup">Detecting installed Games:</system:String>
<system:String x:Key="EnableCachedPaths">Cache detected game paths for faster app start</system:String>
<system:String x:Key="EnableRegistrySearch">Search game paths in Windows registry</system:String>
<system:String x:Key="EnableSearchPaths">Enable search paths</system:String>
<system:String x:Key="PrioritizeSearchPaths">Prioritize search paths over paths from Windows registry</system:String>
<system:String x:Key="SearchDepth">Search depth:</system:String>
<system:String x:Key="SearchPaths">Search paths:</system:String>
<system:String x:Key="SearchGames">Search games</system:String>
<system:String x:Key="DetectPaths">Detect libraries</system:String>
<system:String x:Key="DetectPathsToolTip">Automatically detects game libraries of Steam, Uplay, Origin, Blizzard App and GOG Galaxy and adds them as search paths.</system:String>
<system:String x:Key="Add">Add</system:String>
<system:String x:Key="AddPathToolTip">Adds a search path.</system:String>
<system:String x:Key="Remove">Remove</system:String>
<system:String x:Key="RemovePathToolTip">Removes the selected search path.</system:String>
<system:String x:Key="ChangePathToolTip">Changes the selected search path</system:String>
<!-- RTSS settings group -->
<system:String x:Key="RtssSettingsGroup">RivaTuner Statistics Server Settings:</system:String>
<system:String x:Key="StartRTSS_Setting">Start / close RTSS depending on fix profile setting</system:String>
<system:String x:Key="InterruptGameLaunch">Pause game start for setting up RTSS</system:String>
<system:String x:Key="CloseRivaTunerIn2D">Close RTSS when starting a game in 2D mode</system:String>
<system:String x:Key="CloseRtssOnAppClose">Close RTSS when quitting 3D Fix Manager</system:String>
<system:String x:Key="RivaTunerNotDetected">RivaTuner Statistics Server not detected / not installed</system:String>
<system:String x:Key="RtssScanlineSyncNotSupportedError">RivaTuner Statistics Server older than version 7.2</system:String>
<!-- Game Launcher Settings group -->
<system:String x:Key="GameLauncherSettings">Game Launcher Settings:</system:String>
<system:String x:Key="StartGamesByGameExe">Prefer starting games via game launcher exe</system:String>
<system:String x:Key="StartGamesBySteamAppId">Prefer starting games via Steam client (Steam app ID)</system:String>
<system:String x:Key="StartGamesByFixProfile">Start method is controlled by fix profile (recommended)</system:String>
<!--Nvidia Profile Inspector Settings group -->
<system:String x:Key="NvidiaProfileInspectorSettings">Nvidia Profile Inspector Settings:</system:String>
<system:String x:Key="NeverInstallProfiles">Globally disable installation of driver profiles</system:String>
<system:String x:Key="ProfileInstallByFixProfile">Installation of driver profiles is controlled by fix profile</system:String>
<system:String x:Key="InstallProfilesSilently">Install driver profiles silently without warning messages</system:String>
<system:String x:Key="NoNvidiaDetected">No Nvidia driver detected / installed</system:String>
<system:String x:Key="Start">Start</system:String>
<system:String x:Key="StartProfileInspectorToolTip">Starts Nvidia Profile Inspector.</system:String>
<system:String x:Key="StartRtssToolTip">Starts RivaTuner Statistics Server.</system:String>
<!-- Stereo Refresh Rate Settings group -->
<system:String x:Key="StereoRefreshRateSettings">Shutter Frequency of Nvidia 3D Glasses / Stereo Refresh Rate:</system:String>
<system:String x:Key="GlobalStereoRefreshRate">Use refresh rate set in Nvidia driver</system:String>
<system:String x:Key="ProfileStereoRefreshRate">Refresh rate is controlled by fix profile</system:String>
<!-- Buttons-->
<system:String x:Key="Disable">Disable</system:String>
<system:String x:Key="Enable">Enable</system:String>
<system:String x:Key="Update">Update</system:String>
<system:String x:Key="Clear">Clear</system:String>
<!--.................... General Settings Tab End .......................... -->
<!--.................... Nvidia 3D Settings Tab Begin .......................... -->
<system:String x:Key="NvidiaNotDetected">Nvidia Stereoscopic 3D not detected</system:String>
<system:String x:Key="PressKeyCombination">Press a key combination on your keyboard.</system:String>
<!-- General settings group -->
<system:String x:Key="EnableStereoGroup">Enable / set up 3D Functionality:</system:String>
<system:String x:Key="EnableNvidia3D">Enable Nvidia Stereoscopic 3D</system:String>
<system:String x:Key="Disable3dOnClosing">Auto disable Nvidia Stereoscopic 3D when closing application</system:String>
<system:String x:Key="Disable3dOnGameClosing">Auto disable Nvidia Stereoscopic 3D when closing games</system:String>
<system:String x:Key="SetStereoTypeTo3DVision">Force 3D Vision / 3DTV Play mode</system:String>
<system:String x:Key="StereoEnabledOnGameLaunch">3D mode enabled on game launch</system:String>
<system:String x:Key="StereoWindowedModeEnabled">Enable 3D in windowed mode (DirectX 9 only)</system:String>
<system:String x:Key="StereoModeAlwaysEnabled">3D mode always enabled</system:String>
<system:String x:Key="StereoModeAlwaysEnabledToolTip">Sets whether the display is permanently in 3D mode (3D windowed mode must be also enabled).</system:String>
<system:String x:Key="Nvida3dDriverOverlay">Enable Nvidia 3D driver overlay</system:String>
<!-- 3D depth / 3D Vision shutter glasses group -->
<system:String x:Key="Advanced3dSettingsGroup">3D Depth / 3D Vision Shutter Glasses:</system:String>
<system:String x:Key="StereoSeparation">3D depth:</system:String>
<system:String x:Key="DepthMultiplier">3D depth multiplier:</system:String>
<system:String x:Key="Inch">inch</system:String>
<system:String x:Key="StereoRefreshRate">Shutter frequency 3D glasses:</system:String>
<system:String x:Key="IROutput">Sync mode of 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">3D Vision LAN Environment</system:String>
<!-- Driver settings group -->
<system:String x:Key="DriverSettings2D">Optimize global Driver Profile for 2D Mode:</system:String>
<system:String x:Key="DriverSettings3D">Optimize global Driver Profile for 3D Mode:</system:String>
<system:String x:Key="MaxPreRenderedFrames">Maximum pre-rendered frames:</system:String>
<system:String x:Key="VerticalSync">Vertical sync:</system:String>
<system:String x:Key="MonitorTechnology">Monitor technology:</system:String>
<system:String x:Key="GsyncMode">G-Sync Mode:</system:String>
<system:String x:Key="PreferredRefreshRate">Preferred refresh rate:</system:String>
<system:String x:Key="PowerManagementMode">Power management mode:</system:String>
<system:String x:Key="ApplicationControlled">Application controlled</system:String>
<system:String x:Key="Off">Off</system:String>
<system:String x:Key="On">On</system:String>
<system:String x:Key="Fast">Fast</system:String>
<system:String x:Key="FixedRefreshRate">Fixed refresh rate</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">Fullscreen only</system:String>
<system:String x:Key="FullscreenAndWindowed">Fullscreen and windowed</system:String>
<system:String x:Key="HighestAvailable">Highest available</system:String>
<system:String x:Key="MaximumPerformance">Maximum performance</system:String>
<system:String x:Key="OptimalPerformance">Optimal performance</system:String>
<system:String x:Key="Adaptive">Adaptive</system:String>
<system:String x:Key="AdaptiveHalf">Adaptive (half refresh rate)</system:String>
<system:String x:Key="GlobalDriverProfileFile">Exported profile:</system:String>
<!-- General hotkeys group -->
<system:String x:Key="GeneralHotkeys">General Hotkeys:</system:String>
<system:String x:Key="StereoToggle">Show / hide stereoscopic effects:</system:String>
<system:String x:Key="StereoToggleToolTip">Toggles between plain 2D and stereoscopic 3D while gaming.</system:String>
<system:String x:Key="StereoSeparationAdjustLess">Decrease 3D depth:</system:String>
<system:String x:Key="StereoSeparationAdjustLessToolTip">Decreases 3D depth / separation.</system:String>
<system:String x:Key="StereoSeparationAdjustMore">Increase 3D depth:</system:String>
<system:String x:Key="StereoSeparationAdjustMoreToolTip">Increases 3D depth / separation.</system:String>
<system:String x:Key="ToggleMemo">Show / hide in-game compatibility:</system:String>
<system:String x:Key="ToggleMemoToolTip">Shows / hides green text with compatibility information and recommended in-game settings.</system:String>
<!-- Advanced hotkeys group -->
<system:String x:Key="AdvancedHotkeys">Advanced Hotkeys:</system:String>
<system:String x:Key="StereoAdvancedHKConfig">Enable advanced in-game hotkeys</system:String>
<system:String x:Key="StereoAdvancedHKConfigToolTip">Enables advanced hotkeys for changing convergence / frustum settings and more.</system:String>
<system:String x:Key="StereoConvergenceAdjustLess">Decrease convergence:</system:String>
<system:String x:Key="StereoConvergenceAdjustLessToolTip">Decreases the pop-out effect in games.</system:String>
<system:String x:Key="StereoConvergenceAdjustMore">Increase convergence:</system:String>
<system:String x:Key="StereoConvergenceAdjustMoreToolTip">Increases the pop-out effect in games.</system:String>
<system:String x:Key="WriteConfig">Save in-game changes:</system:String>
<system:String x:Key="WriteConfigToolTip">Saves convergence and frustum adjustments to Nvidia driver profile.</system:String>
<system:String x:Key="CycleFrustumAdjust">Cycle frustum adjustment:</system:String>
<system:String x:Key="CycleFrustumAdjustToolTip">Cycles through three different frustum adjustments.</system:String>
<system:String x:Key="StereoToggleMode">Toggle 3D compatibility mode:</system:String>
<system:String x:Key="StereoToggleModeToolTip">Toggles between compatibility mode for DirectX 11 games (Fake 3D) and Real 3D mode.</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">Yes</system:String>
<system:String x:Key="No">No</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.
Thanks,
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 and Patreon 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">