UI: Put English resources into a resource file (like all other languages)
This commit is contained in:
parent
aad8b2bd47
commit
45f80b6e43
13 changed files with 1164 additions and 492 deletions
|
@ -41,7 +41,6 @@
|
|||
<Control ID="mnuScale2x">2x</Control>
|
||||
<Control ID="mnuScale3x">3x</Control>
|
||||
<Control ID="mnuScale4x">4x</Control>
|
||||
<Control ID="mnuScaleCustom">Personalitzada</Control>
|
||||
<Control ID="mnuFullscreen">Pantalla completa</Control>
|
||||
<Control ID="mnuVideoFilter">Filtre de vídeo</Control>
|
||||
<Control ID="mnuNoneFilter">Cap</Control>
|
||||
|
@ -197,7 +196,6 @@
|
|||
<Control ID="lblExpansionPort">Port d'expansió:</Control>
|
||||
<Control ID="chkFourScore">Fes servir accesori per a 4 jugadors</Control>
|
||||
<Control ID="chkAutoConfigureInput">Configura els comandaments automàticament quan es carregui un joc</Control>
|
||||
<Control ID="tpgEmulatorKeys">Accessos directes</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Avançat</Control>
|
||||
<Control ID="grpDisplayInput">Comandaments en pantalla</Control>
|
||||
|
@ -231,6 +229,7 @@
|
|||
<Control ID="lblBottom">Avall</Control>
|
||||
<Control ID="lblRight">Dreta</Control>
|
||||
<Control ID="tpgPalette">Paleta de colors</Control>
|
||||
<Control ID="chkShowColorIndexes">Show color indexes</Control>
|
||||
<Control ID="mnuDefaultPalette">Per defecte (NTSC)</Control>
|
||||
<Control ID="btnSelectPalette">Escollir una paleta...</Control>
|
||||
<Control ID="btnExportPalette">Exportar fitxer .pal</Control>
|
||||
|
@ -262,7 +261,7 @@
|
|||
<Control ID="btnResetPictureSettings">Restableix</Control>
|
||||
<Control ID="mnuPresetComposite">Compost</Control>
|
||||
<Control ID="mnuPresetSVideo">S-Video</Control>
|
||||
<Control ID="menuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetMonochrome">Monocrom</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Avançat</Control>
|
||||
|
@ -426,7 +425,6 @@
|
|||
<Control ID="btnCancel">Cancel·la</Control>
|
||||
</Form>
|
||||
<Form ID="frmServerConfig" Title="Configuració del servidor">
|
||||
<Control ID="txtPort">8888</Control>
|
||||
<Control ID="lblPort">Port:</Control>
|
||||
<Control ID="chkPublicServer">Servidor públic</Control>
|
||||
<Control ID="lblServerName">Nom del servidor:</Control>
|
||||
|
@ -437,7 +435,6 @@
|
|||
<Control ID="btnCancel">Cancel·la</Control>
|
||||
</Form>
|
||||
<Form ID="frmClientConfig" Title="Connexió a un servidor">
|
||||
<Control ID="txtPort">8888</Control>
|
||||
<Control ID="lblHost">Servidor:</Control>
|
||||
<Control ID="lblPort">Port:</Control>
|
||||
<Control ID="chkSpectator">Uneix-t'hi com a espectador</Control>
|
||||
|
@ -575,7 +572,7 @@
|
|||
</Form>
|
||||
<Form ID="frmHelp" Title="Opcions de la línia d'ordres">
|
||||
<Control ID="grpExample">Exemple d'ús</Control>
|
||||
<Control ID="tpgGeneral">General</Control>
|
||||
<Control ID="tpgGeneralOptions">General</Control>
|
||||
<Control ID="tpgVideoOptions">Opcions de vídeo</Control>
|
||||
<Control ID="tpgAudioOptions">Opcions de so</Control>
|
||||
<Control ID="tpgEmulationOptions">Opcions de l'emulació</Control>
|
||||
|
|
|
@ -1,5 +1,712 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Resources>
|
||||
<Forms>
|
||||
<Form ID="frmMain" Title="Mesen">
|
||||
<Control ID="mnuFile">File</Control>
|
||||
<Control ID="mnuOpen">Open</Control>
|
||||
<Control ID="mnuSaveState">Save State</Control>
|
||||
<Control ID="mnuLoadState">Load State</Control>
|
||||
<Control ID="mnuLoadLastSession">Load Last Session</Control>
|
||||
<Control ID="mnuRecentFiles">Recent Files</Control>
|
||||
<Control ID="mnuExit">Exit</Control>
|
||||
<Control ID="mnuGame">Game</Control>
|
||||
<Control ID="mnuPause">Pause</Control>
|
||||
<Control ID="mnuReset">Reset</Control>
|
||||
<Control ID="mnuPowerCycle">Power Cycle</Control>
|
||||
<Control ID="mnuPowerOff">Power Off</Control>
|
||||
<Control ID="mnuSwitchDiskSide">Switch Disk Side</Control>
|
||||
<Control ID="mnuSelectDisk">Select Disk</Control>
|
||||
<Control ID="mnuEjectDisk">Eject Disk</Control>
|
||||
<Control ID="mnuVsGameConfig">Game Configuration</Control>
|
||||
<Control ID="mnuInsertCoin1">Insert Coin (1)</Control>
|
||||
<Control ID="mnuInsertCoin2">Insert Coin (2)</Control>
|
||||
<Control ID="mnuInputBarcode">Input Barcode...</Control>
|
||||
<Control ID="mnuTapeRecorder">Tape Recorder</Control>
|
||||
<Control ID="mnuLoadTapeFile">Load from file...</Control>
|
||||
<Control ID="mnuStartRecordTapeFile">Record to file...</Control>
|
||||
<Control ID="mnuStopRecordTapeFile">Stop recording</Control>
|
||||
<Control ID="mnuOptions">Options</Control>
|
||||
<Control ID="mnuEmulationSpeed">Speed</Control>
|
||||
<Control ID="mnuEmuSpeedNormal">Normal (100%)</Control>
|
||||
<Control ID="mnuIncreaseSpeed">Increase Speed</Control>
|
||||
<Control ID="mnuDecreaseSpeed">Decrease Speed</Control>
|
||||
<Control ID="mnuEmuSpeedMaximumSpeed">Maximum Speed</Control>
|
||||
<Control ID="mnuEmuSpeedTriple">Triple (300%)</Control>
|
||||
<Control ID="mnuEmuSpeedDouble">Double (200%)</Control>
|
||||
<Control ID="mnuEmuSpeedHalf">Half (50%)</Control>
|
||||
<Control ID="mnuEmuSpeedQuarter">Quarter (25%)</Control>
|
||||
<Control ID="mnuShowFPS">Show FPS</Control>
|
||||
<Control ID="mnuVideoScale">Video Size</Control>
|
||||
<Control ID="mnuScale1x">1x</Control>
|
||||
<Control ID="mnuScale2x">2x</Control>
|
||||
<Control ID="mnuScale3x">3x</Control>
|
||||
<Control ID="mnuScale4x">4x</Control>
|
||||
<Control ID="mnuFullscreen">Fullscreen</Control>
|
||||
<Control ID="mnuVideoFilter">Video Filter</Control>
|
||||
<Control ID="mnuNoneFilter">None</Control>
|
||||
<Control ID="mnuNtscFilter">NTSC</Control>
|
||||
<Control ID="mnuBilinearInterpolation">Use Bilinear Interpolation</Control>
|
||||
<Control ID="mnuAudioConfig">Audio</Control>
|
||||
<Control ID="mnuInput">Input</Control>
|
||||
<Control ID="mnuRegion">Region</Control>
|
||||
<Control ID="mnuRegionAuto">Auto</Control>
|
||||
<Control ID="mnuRegionNtsc">NTSC</Control>
|
||||
<Control ID="mnuRegionPal">PAL</Control>
|
||||
<Control ID="mnuRegionDendy">Dendy</Control>
|
||||
<Control ID="mnuVideoConfig">Video</Control>
|
||||
<Control ID="mnuEmulationConfig">Emulation</Control>
|
||||
<Control ID="mnuPreferences">Preferences</Control>
|
||||
<Control ID="mnuTools">Tools</Control>
|
||||
<Control ID="mnuNetPlay">Net Play</Control>
|
||||
<Control ID="mnuStartServer">Start Server</Control>
|
||||
<Control ID="mnuConnect">Connect to Server</Control>
|
||||
<Control ID="mnuNetPlaySelectController">Select Controller</Control>
|
||||
<Control ID="mnuNetPlayPlayer1">Player 1</Control>
|
||||
<Control ID="mnuNetPlayPlayer2">Player 2</Control>
|
||||
<Control ID="mnuNetPlayPlayer3">Player 3</Control>
|
||||
<Control ID="mnuNetPlayPlayer4">Player 4</Control>
|
||||
<Control ID="mnuNetPlayPlayer5">Expansion Device</Control>
|
||||
<Control ID="mnuNetPlaySpectator">Spectator</Control>
|
||||
<Control ID="mnuFindServer">Find Public Server...</Control>
|
||||
<Control ID="mnuProfile">Configure Profile</Control>
|
||||
<Control ID="mnuMovies">Movies</Control>
|
||||
<Control ID="mnuPlayMovie">Play...</Control>
|
||||
<Control ID="mnuRecordMovie">Record...</Control>
|
||||
<Control ID="mnuStopMovie">Stop</Control>
|
||||
<Control ID="mnuSoundRecorder">Sound Recorder</Control>
|
||||
<Control ID="mnuWaveRecord">Record...</Control>
|
||||
<Control ID="mnuWaveStop">Stop Recording</Control>
|
||||
<Control ID="mnuVideoRecorder">Video Recorder</Control>
|
||||
<Control ID="mnuAviRecord">Record...</Control>
|
||||
<Control ID="mnuAviStop">Stop Recording</Control>
|
||||
<Control ID="mnuCheats">Cheats</Control>
|
||||
<Control ID="mnuTests">Tests</Control>
|
||||
<Control ID="mnuTestRun">Run...</Control>
|
||||
<Control ID="mnuTestRecordFrom">Record from...</Control>
|
||||
<Control ID="mnuTestRecordStart">Start</Control>
|
||||
<Control ID="mnuTestRecordNow">Now</Control>
|
||||
<Control ID="mnuTestRecordMovie">Movie</Control>
|
||||
<Control ID="mnuTestRecordTest">Test</Control>
|
||||
<Control ID="mnuTestStopRecording">Stop recording</Control>
|
||||
<Control ID="mnuRunAllTests">Run all tests</Control>
|
||||
<Control ID="mnuDebugger">Debugger</Control>
|
||||
<Control ID="mnuLogWindow">Log Window</Control>
|
||||
<Control ID="mnuHdPackEditor">HD Pack Builder</Control>
|
||||
<Control ID="mnuRandomGame">Load Random Game</Control>
|
||||
<Control ID="mnuTakeScreenshot">Take Screenshot</Control>
|
||||
<Control ID="mnuHelp">Help</Control>
|
||||
<Control ID="mnuOnlineHelp">Online Help</Control>
|
||||
<Control ID="mnuCheckForUpdates">Check for updates</Control>
|
||||
<Control ID="mnuReportBug">Report a bug</Control>
|
||||
<Control ID="mnuHelpWindow">Command-line options</Control>
|
||||
<Control ID="mnuAbout">About</Control>
|
||||
|
||||
<!-- Archive Load Message -->
|
||||
<Control ID="lblExtractingFile">Extracting file, please wait...</Control>
|
||||
|
||||
<!-- NSF Player -->
|
||||
<Control ID="lblTitle">Title:</Control>
|
||||
<Control ID="lblArtist">Artist:</Control>
|
||||
<Control ID="lblCopyright">Copyright:</Control>
|
||||
<Control ID="lblSoundChips">Sound Chips:</Control>
|
||||
<Control ID="lblRecording">REC</Control>
|
||||
<Control ID="lblSlowMotion">Slow Motion</Control>
|
||||
<Control ID="lblFastForward">Fast Forward</Control>
|
||||
</Form>
|
||||
<Form ID="frmLogWindow" Title="Log Window">
|
||||
<Control ID="btnClose">Close</Control>
|
||||
</Form>
|
||||
<Form ID="frmAudioConfig" Title="Audio Options">
|
||||
<Control ID="tpgGeneral">General</Control>
|
||||
<Control ID="tpgAdvanced">Advanced</Control>
|
||||
<Control ID="chkSwapDutyCycles">Swap square channels duty cycles (Mimics old clones)</Control>
|
||||
<Control ID="chkSilenceTriangleHighFreq">Mute ultrasonic frequencies on triangle channel (reduces popping)</Control>
|
||||
<Control ID="chkReduceDmcPopping">Reduce popping sounds on the DMC channel</Control>
|
||||
<Control ID="chkDisableNoiseModeFlag">Disable noise channel mode flag</Control>
|
||||
<Control ID="tpgEffects">Effects</Control>
|
||||
<Control ID="grpStereo">Stereo</Control>
|
||||
<Control ID="radStereoDisabled">Disabled</Control>
|
||||
<Control ID="radStereoDelay">Delay</Control>
|
||||
<Control ID="radStereoPanning">Panning</Control>
|
||||
<Control ID="lblStereoDelayMs">ms</Control>
|
||||
<Control ID="lblStereoPanningAngle">(Angle in degrees)</Control>
|
||||
<Control ID="chkCrossFeedEnabled">Enable Crossfeed:</Control>
|
||||
<Control ID="grpReverb">Reverb</Control>
|
||||
<Control ID="chkReverbEnabled">Enable Reverb</Control>
|
||||
<Control ID="lblReverbDelay">Delay:</Control>
|
||||
<Control ID="lblReverbStrength">Strength:</Control>
|
||||
<Control ID="chkMuteSoundInBackground">Mute sound when in background</Control>
|
||||
<Control ID="chkReduceSoundInBackground">Reduce volume when in background</Control>
|
||||
<Control ID="chkEnableAudio">Enable Audio</Control>
|
||||
<Control ID="lblSampleRate">Sample Rate:</Control>
|
||||
<Control ID="lblLatencyMs">ms</Control>
|
||||
<Control ID="lblLatencyWarning">Low values may cause sound problems</Control>
|
||||
<Control ID="lblAudioLatency">Latency:</Control>
|
||||
<Control ID="lblAudioDevice">Device:</Control>
|
||||
<Control ID="tpgVolume">Volume</Control>
|
||||
<Control ID="grpVolume">Volume</Control>
|
||||
<Control ID="btnReset">Reset to Defaults</Control>
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
<Control ID="trkDmcVol">DMC</Control>
|
||||
<Control ID="trkNoiseVol">Noise</Control>
|
||||
<Control ID="trkTriangleVol">Triangle</Control>
|
||||
<Control ID="trkSquare2Vol">Square 2</Control>
|
||||
<Control ID="trkSquare1Vol">Square 1</Control>
|
||||
<Control ID="trkMaster">Master</Control>
|
||||
<Control ID="trkFdsVol">FDS</Control>
|
||||
<Control ID="trkMmc5Vol">MMC5</Control>
|
||||
<Control ID="trkVrc6Vol">VRC6</Control>
|
||||
<Control ID="trkVrc7Vol">VRC7</Control>
|
||||
<Control ID="trkNamco163Vol">Namco</Control>
|
||||
<Control ID="trkSunsoft5b">Sunsoft</Control>
|
||||
|
||||
<Control ID="tpgPanning">Panning</Control>
|
||||
<Control ID="trkDmcPan">DMC</Control>
|
||||
<Control ID="trkNoisePan">Noise</Control>
|
||||
<Control ID="trkTrianglePan">Triangle</Control>
|
||||
<Control ID="trkSquare2Pan">Square 2</Control>
|
||||
<Control ID="trkSquare1Pan">Square 1</Control>
|
||||
<Control ID="trkFdsPan">FDS</Control>
|
||||
<Control ID="trkMmc5Pan">MMC5</Control>
|
||||
<Control ID="trkVrc6Pan">VRC6</Control>
|
||||
<Control ID="trkVrc7Pan">VRC7</Control>
|
||||
<Control ID="trkNamcoPan">Namco</Control>
|
||||
<Control ID="trkSunsoftPan">Sunsoft</Control>
|
||||
|
||||
<Control ID="tpgEqualizer">Equalizer</Control>
|
||||
<Control ID="chkEnableEqualizer">Enable Equalizer</Control>
|
||||
</Form>
|
||||
<Form ID="frmInputConfig" Title="Input Settings">
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
<Control ID="tpgControllers">Controllers</Control>
|
||||
<Control ID="btnSetupP4">Setup</Control>
|
||||
<Control ID="btnSetupP3">Setup</Control>
|
||||
<Control ID="btnSetupExp">Setup</Control>
|
||||
<Control ID="btnSetupCartridge">Setup</Control>
|
||||
<Control ID="lblCartridge">Cartridge:</Control>
|
||||
<Control ID="lblPlayer1">Player 1:</Control>
|
||||
<Control ID="lblPlayer2">Player 2:</Control>
|
||||
<Control ID="lblPlayer4">Player 4:</Control>
|
||||
<Control ID="lblPlayer3">Player 3:</Control>
|
||||
<Control ID="btnSetupP1">Setup</Control>
|
||||
<Control ID="btnSetupP2">Setup</Control>
|
||||
<Control ID="lblNesType">Console Type:</Control>
|
||||
<Control ID="lblExpansionPort">Expansion Port:</Control>
|
||||
<Control ID="chkFourScore">Use Four Score accessory</Control>
|
||||
<Control ID="chkAutoConfigureInput">Automatically configure controllers when loading a game</Control>
|
||||
<Control ID="tpgEmulatorKeys">Raccourcis de l'émulateur</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Advanced</Control>
|
||||
<Control ID="grpDisplayInput">Display Controller Input</Control>
|
||||
<Control ID="chkDisplayPort1">Port 1</Control>
|
||||
<Control ID="chkDisplayPort2">Port 2</Control>
|
||||
<Control ID="chkDisplayPort3">Port 3</Control>
|
||||
<Control ID="chkDisplayPort4">Port 4</Control>
|
||||
<Control ID="lblDisplayPosition">Display Position:</Control>
|
||||
<Control ID="chkDisplayInputHorizontally">Display horizontally</Control>
|
||||
|
||||
<Control ID="lblKeyBinding">Warning: Your current configuration contains conflicting key bindings - some physical buttons on your keyboard or gamepad are mapped to multiple buttons on the NES controller. If this is not intentional, please review and correct your key bindings.</Control>
|
||||
</Form>
|
||||
<Form ID="frmVideoConfig" Title="Video Options">
|
||||
<Control ID="tpgGeneral">General</Control>
|
||||
<Control ID="lblVideoScale">Scale:</Control>
|
||||
<Control ID="lblVideoFilter">Filter:</Control>
|
||||
<Control ID="chkIntegerFpsMode">Enable integer FPS mode (e.g: run at 60 fps instead of 60.1)</Control>
|
||||
<Control ID="chkVerticalSync">Enable vertical sync</Control>
|
||||
<Control ID="lblDisplayRatio">Aspect Ratio:</Control>
|
||||
<Control ID="lblCustomRatio">Custom Ratio: </Control>
|
||||
<Control ID="chkBilinearInterpolation">Use bilinear interpolation when scaling</Control>
|
||||
<Control ID="chkFullscreenForceIntegerScale">Use integer scale values when entering fullscreen mode</Control>
|
||||
<Control ID="chkShowFps">Show FPS</Control>
|
||||
<Control ID="chkUseHdPacks">Use HDNes HD packs</Control>
|
||||
<Control ID="chkUseExclusiveFullscreen">Use exclusive fullscreen mode</Control>
|
||||
<Control ID="lblRequestedRefreshRate">Requested Refresh Rate:</Control>
|
||||
<Control ID="tpgOverscan">Overscan</Control>
|
||||
<Control ID="grpCropping">Video Cropping</Control>
|
||||
<Control ID="lblLeft">Left</Control>
|
||||
<Control ID="lblTop">Top</Control>
|
||||
<Control ID="lblBottom">Bottom</Control>
|
||||
<Control ID="lblRight">Right</Control>
|
||||
<Control ID="tpgPalette">Palette</Control>
|
||||
<Control ID="chkShowColorIndexes">Show color indexes</Control>
|
||||
<Control ID="mnuDefaultPalette">Default (NTSC)</Control>
|
||||
<Control ID="btnSelectPalette">Load Preset Palette...</Control>
|
||||
<Control ID="btnExportPalette">Export Palette</Control>
|
||||
<Control ID="btnLoadPalFile">Load Palette File</Control>
|
||||
<Control ID="chkUseCustomVsPalette">Use this palette for VS System games</Control>
|
||||
<Control ID="tpgPicture">Picture</Control>
|
||||
<Control ID="btnSelectPreset">Select Preset...</Control>
|
||||
<Control ID="grpCommon">Common Settings</Control>
|
||||
<Control ID="trkBrightness">Brightness</Control>
|
||||
<Control ID="trkContrast">Contrast</Control>
|
||||
<Control ID="trkHue">Hue</Control>
|
||||
<Control ID="trkSaturation">Saturation</Control>
|
||||
<Control ID="grpNtscFilter">NTSC Filter</Control>
|
||||
<Control ID="trkArtifacts">Artifacts</Control>
|
||||
<Control ID="trkBleed">Bleed</Control>
|
||||
<Control ID="trkFringing">Fringing</Control>
|
||||
<Control ID="trkGamma">Gamma</Control>
|
||||
<Control ID="trkResolution">Resolution</Control>
|
||||
<Control ID="trkSharpness">Sharpness</Control>
|
||||
<Control ID="chkMergeFields">Merge Fields</Control>
|
||||
<Control ID="chkVerticalBlend">Apply Vertical Blending</Control>
|
||||
|
||||
<Control ID="trkYFilterLength">Y Filter (Horizontal Blur)</Control>
|
||||
<Control ID="trkIFilterLength">I Filter (Horizontal Bleed)</Control>
|
||||
<Control ID="trkQFilterLength">Q Filter (Horizontal Bleed)</Control>
|
||||
|
||||
<Control ID="grpScanlines">Scanlines</Control>
|
||||
<Control ID="trkScanlines">Scanlines</Control>
|
||||
<Control ID="btnResetPictureSettings">Reset</Control>
|
||||
<Control ID="mnuPresetComposite">Composite</Control>
|
||||
<Control ID="mnuPresetSVideo">S-Video</Control>
|
||||
<Control ID="mnuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetMonochrome">Monochrome</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Advanced</Control>
|
||||
<Control ID="lblScreenRotation">Screen Rotation:</Control>
|
||||
<Control ID="chkDisableBackground">Disable background</Control>
|
||||
<Control ID="chkDisableSprites">Disable sprites</Control>
|
||||
<Control ID="chkForceBackgroundFirstColumn">Force background display in first column</Control>
|
||||
<Control ID="chkForceSpritesFirstColumn">Force sprite display in first column</Control>
|
||||
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmEmulationConfig" Title="Emulation Settings">
|
||||
<Control ID="tpgGeneral">General</Control>
|
||||
<Control ID="lblEmuSpeedHint">% (0 = Maximum speed)</Control>
|
||||
<Control ID="lblEmulationSpeed">Emulation Speed:</Control>
|
||||
<Control ID="lblTurboSpeedHint">% (0 = Maximum speed)</Control>
|
||||
<Control ID="lblTurboSpeed">Fast Forward Speed:</Control>
|
||||
<Control ID="lblRewindSpeedHint">% (0 = Maximum speed)</Control>
|
||||
<Control ID="lblRewindSpeed">Rewind Speed:</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Advanced</Control>
|
||||
<Control ID="chkUseAlternativeMmc3Irq">Use alternative MMC3 IRQ behavior</Control>
|
||||
<Control ID="chkAllowInvalidInput">Allow invalid input (e.g Down + Up or Left + Right at the same time)</Control>
|
||||
<Control ID="chkRemoveSpriteLimit">Remove sprite limit (Reduces flashing)</Control>
|
||||
<Control ID="chkAdaptiveSpriteLimit">Automatically re-enable sprite limit as needed to prevent graphical glitches when possible</Control>
|
||||
<Control ID="chkEnableOamDecay">Enable OAM RAM decay</Control>
|
||||
<Control ID="chkDisablePpu2004Reads">Disable PPU $2004 reads (Famicom behavior)</Control>
|
||||
<Control ID="chkDisableOamAddrBug">Disable PPU OAMADDR bug emulation</Control>
|
||||
<Control ID="chkDisablePaletteRead">Disable PPU palette reads</Control>
|
||||
<Control ID="chkDisablePpuReset">Do not reset PPU when resetting console (Famicom behavior)</Control>
|
||||
<Control ID="chkUseNes101Hvc101Behavior">Use NES/HVC-101 (Top-loader / AV Famicom) behavior</Control>
|
||||
<Control ID="chkMapperRandomPowerOnState">Randomize power-on state for mappers</Control>
|
||||
|
||||
<Control ID="lblRamPowerOnState">Default power on state for RAM:</Control>
|
||||
|
||||
<Control ID="tpgOverclocking">Overclocking</Control>
|
||||
<Control ID="grpOverclocking">Overclocking</Control>
|
||||
<Control ID="lblOverclockWarning">WARNING: Overclocking will cause stability issues and may crash some games!</Control>
|
||||
<Control ID="lblClockRate">Clock Rate Multiplier:</Control>
|
||||
<Control ID="lblClockRatePercent">% (Default: 100%)</Control>
|
||||
|
||||
<Control ID="grpPpuTiming">PPU Vertical Blank Configuration</Control>
|
||||
<Control ID="lblExtraScanlinesBeforeNmi">Additional scanlines before NMI:</Control>
|
||||
<Control ID="lblExtraScanlinesAfterNmi">Additional scanlines after NMI:</Control>
|
||||
<Control ID="lblEffectiveClockRate">Effective Clock Rate (NTSC):</Control>
|
||||
<Control ID="lblEffectiveClockRatePal">Effective Clock Rate (PAL):</Control>
|
||||
<Control ID="lblEffectiveClockRateDendy">Effective Clock Rate (Dendy):</Control>
|
||||
|
||||
<Control ID="chkOverclockAdjustApu">Do not overclock APU (prevents sound pitch changes caused by overclocking)</Control>
|
||||
|
||||
<Control ID="chkShowLagCounter">Show Lag Counter</Control>
|
||||
<Control ID="btnResetLagCounter">Reset Counter</Control>
|
||||
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmPreferences" Title="Preferences">
|
||||
<Control ID="tpgGeneral">General</Control>
|
||||
<Control ID="lblDisplayLanguage">Display Language:</Control>
|
||||
<Control ID="chkSingleInstance">Only allow one instance of Mesen at a time</Control>
|
||||
<Control ID="chkAutomaticallyCheckForUpdates">Automatically check for updates</Control>
|
||||
|
||||
<Control ID="chkDeveloperMode">Enable developer mode</Control>
|
||||
|
||||
<Control ID="lblPauseBackgroundSettings">Pause/Background Settings</Control>
|
||||
<Control ID="lblMiscSettings">Misc. Settings</Control>
|
||||
<Control ID="chkAutoHideMenu">Automatically hide menu bar</Control>
|
||||
<Control ID="chkDisplayTitleBarInfo">Display additional information in title bar</Control>
|
||||
|
||||
<Control ID="chkConfirmExitResetPower">Display confirmation dialog before reset/power cycle/exit</Control>
|
||||
<Control ID="chkPauseOnMovieEnd">Pause when a movie finishes playing</Control>
|
||||
<Control ID="chkAllowBackgroundInput">Allow input when in background</Control>
|
||||
|
||||
<Control ID="lblPauseIn">Pause when in:</Control>
|
||||
<Control ID="chkPauseWhenInBackground">Background</Control>
|
||||
<Control ID="chkPauseInMenuAndConfig">Menu and config dialogs</Control>
|
||||
<Control ID="chkPauseInDebugger">Debugging tools</Control>
|
||||
|
||||
<Control ID="chkPauseWhenInBackground">Background</Control>
|
||||
<Control ID="chkAutoLoadIps">Automatically load IPS/BPS patches</Control>
|
||||
<Control ID="chkHidePauseOverlay">Hide the pause screen</Control>
|
||||
<Control ID="chkDisplayMovieIcons">Display play/record icon when playing or recording a movie</Control>
|
||||
<Control ID="btnOpenMesenFolder">Open Mesen Folder</Control>
|
||||
<Control ID="btnResetSettings">Reset All Settings</Control>
|
||||
|
||||
<Control ID="tpgFiles">Folders/Files</Control>
|
||||
<Control ID="grpFileAssociations">File Associations</Control>
|
||||
<Control ID="chkNesFormat">.NES</Control>
|
||||
<Control ID="chkFdsFormat">.FDS (Famicom Disk System)</Control>
|
||||
<Control ID="chkMmoFormat">.MMO (Mesen Movies)</Control>
|
||||
<Control ID="chkMstFormat">.MST (Mesen Save State)</Control>
|
||||
|
||||
<Control ID="grpDataStorageLocation">Data Storage Location</Control>
|
||||
<Control ID="radStorageDocuments">Store Mesen\'s data in my user profile</Control>
|
||||
<Control ID="radStoragePortable">Store Mesen\'s data in the same folder as the application</Control>
|
||||
<Control ID="lblDataLocation">Folder:</Control>
|
||||
|
||||
<Control ID="grpPathOverrides">Folder Overrides</Control>
|
||||
<Control ID="chkGameOverride">Games:</Control>
|
||||
<Control ID="chkAviOverride">Videos:</Control>
|
||||
<Control ID="chkScreenshotsOverride">Screenshots:</Control>
|
||||
<Control ID="chkSaveDataOverride">Save Data:</Control>
|
||||
<Control ID="chkWaveOverride">Audio:</Control>
|
||||
<Control ID="chkSaveStatesOverride">Save States:</Control>
|
||||
<Control ID="chkMoviesOverride">Movies:</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Advanced</Control>
|
||||
<Control ID="chkFdsAutoLoadDisk">Automatically insert disk 1 side A when starting FDS games</Control>
|
||||
<Control ID="chkFdsFastForwardOnLoad">Automatically fast forward FDS games when disk or BIOS is loading</Control>
|
||||
<Control ID="chkFdsAutoInsertDisk">Automatically switch disks for FDS games</Control>
|
||||
|
||||
<Control ID="chkShowFullPathInRecents">Show full file path in recent file list</Control>
|
||||
<Control ID="chkShowFrameCounter">Show frame counter</Control>
|
||||
<Control ID="chkShowGameTimer">Show game timer</Control>
|
||||
<Control ID="chkShowVsConfigOnLoad">Show game configuration dialog when loading VS System games</Control>
|
||||
|
||||
<Control ID="lblRewind">Keep rewind data for the last</Control>
|
||||
<Control ID="lblRewindMinutes">minutes (Memory Usage ≈1MB/min)</Control>
|
||||
|
||||
<Control ID="tpgShortcuts">Shortcut Keys</Control>
|
||||
<Control ID="lblShortcutWarning">Attention: Votre configuration actuelle contient des conflicts. Veuillez réviser votre configuration et la corriger au besoin.</Control>
|
||||
<Control ID="colAction">Action</Control>
|
||||
<Control ID="colBinding1">Binding #1</Control>
|
||||
<Control ID="colBinding2">Binding #2</Control>
|
||||
|
||||
<Control ID="tpgSaveData">Save Data</Control>
|
||||
<Control ID="grpAutomaticSaves">Save States</Control>
|
||||
<Control ID="chkAutoSave">Automatically create a save state every</Control>
|
||||
<Control ID="lblAutoSave">minutes</Control>
|
||||
<Control ID="chkAutoSaveNotify">Notify when an automatic save state is saved</Control>
|
||||
<Control ID="chkAllowMismatchingSaveStates">Allow save states to be loaded on modified ROMs (e.g IPS patches)</Control>
|
||||
|
||||
<Control ID="grpCloudSaves">Cloud Saves</Control>
|
||||
<Control ID="lblGoogleDriveIntegration">Mesen can integrate with Google Drive to keep your save data in the cloud. When Google Drive integration is enabled, your save data is easily accessible from any computer and is synced between computers. Additionally, save data stored on Google Drive can be restored in the event it is erased from your computer.</Control>
|
||||
<Control ID="lblIntegrationOK">Google Drive integration is active.</Control>
|
||||
<Control ID="btnDisableIntegration">Disable Google Drive Integration</Control>
|
||||
<Control ID="btnEnableIntegration">Enable Google Drive Integration</Control>
|
||||
<Control ID="lblLastSync">Last Sync:</Control>
|
||||
<Control ID="btnResync">Resync</Control>
|
||||
|
||||
<Control ID="lblFdsSettings">Famicom Disk System Settings</Control>
|
||||
<Control ID="lblUiDisplaySettings">UI Display Settings</Control>
|
||||
<Control ID="lblGameSelectionScreenSettings">Game Selection Screen Settings</Control>
|
||||
<Control ID="chkGameSelectionScreenResetGame">Start game from power-on instead of resuming the previous gameplay session</Control>
|
||||
<Control ID="chkDisableGameSelectionScreen">Disable game selection screen</Control>
|
||||
|
||||
<Control ID="chkDisableGameDatabase">Disable built-in game database</Control>
|
||||
<Control ID="chkDisableOsd">Disable on-screen display (OSD)</Control>
|
||||
|
||||
<Control ID="chkAlwaysOnTop">Always display on top of other windows</Control>
|
||||
|
||||
<Control ID="tpgNsf">NSF</Control>
|
||||
<Control ID="chkNsfAutoDetectSilence">Move to next track after</Control>
|
||||
<Control ID="lblNsfMillisecondsOfSilence">milliseconds of silence</Control>
|
||||
<Control ID="chkNsfMoveToNextTrackAfterTime">Limit track run time to</Control>
|
||||
<Control ID="lblNsfSeconds">seconds</Control>
|
||||
<Control ID="chkNsfDisableApuIrqs">Disable APU IRQs (Recommended)</Control>
|
||||
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmServerConfig" Title="Server Configuration">
|
||||
<Control ID="lblPort">Port:</Control>
|
||||
<Control ID="chkPublicServer">Public server</Control>
|
||||
<Control ID="lblServerName">Server name:</Control>
|
||||
<Control ID="chkSpectator">Allow spectators</Control>
|
||||
<Control ID="lblMaxPlayers">Max. number of players:</Control>
|
||||
<Control ID="lblPassword">Password:</Control>
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmClientConfig" Title="Connect...">
|
||||
<Control ID="lblHost">Host:</Control>
|
||||
<Control ID="lblPort">Port:</Control>
|
||||
<Control ID="chkSpectator">Join as spectator</Control>
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmCheatImport" Title="Import Cheats">
|
||||
<Control ID="grpImportOptions">Import Options</Control>
|
||||
<Control ID="lblCheatFile">Cheat File:</Control>
|
||||
<Control ID="lblGame">Game:</Control>
|
||||
<Control ID="btnBrowseCheat">Browse...</Control>
|
||||
<Control ID="btnBrowseGame">Browse...</Control>
|
||||
<Control ID="btnImport">Import</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmCheatImport" Title="Import Cheats">
|
||||
<Control ID="grpImportOptions">Import Options</Control>
|
||||
<Control ID="lblCheatFile">Cheat File:</Control>
|
||||
<Control ID="lblGame">Game:</Control>
|
||||
<Control ID="btnBrowseCheat">Browse...</Control>
|
||||
<Control ID="btnBrowseGame">Browse...</Control>
|
||||
<Control ID="btnImport">Import</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmCheatImportFromDb" Title="Select Game...">
|
||||
<Control ID="lblSearch">Search:</Control>
|
||||
<Control ID="btnOK">Import</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmCheatList" Title="Cheats">
|
||||
<Control ID="tabCheats">Cheats</Control>
|
||||
<Control ID="btnAddCheat">Add Cheat</Control>
|
||||
<Control ID="btnDelete">Delete</Control>
|
||||
<Control ID="btnDeleteCheat">Delete selected cheats</Control>
|
||||
<Control ID="btnDeleteGameCheats">Delete all cheats for selected game</Control>
|
||||
<Control ID="mnuAddCheat">Add cheat...</Control>
|
||||
<Control ID="mnuDeleteGameCheats">Delete</Control>
|
||||
<Control ID="mnuDeleteCheat">Delete</Control>
|
||||
<Control ID="colGameName">Game</Control>
|
||||
<Control ID="colCheatName">Cheat Name</Control>
|
||||
<Control ID="colCode">Code</Control>
|
||||
<Control ID="btnImport">Import</Control>
|
||||
<Control ID="btnImportCheatDB">From Cheat Database</Control>
|
||||
<Control ID="btnImportFromFile">From File (XML, CHT)</Control>
|
||||
<Control ID="btnExport">Export</Control>
|
||||
<Control ID="btnExportAllCheats">All Cheats</Control>
|
||||
<Control ID="btnExportGame">Selected Game</Control>
|
||||
<Control ID="mnuExportGame">Export</Control>
|
||||
<Control ID="btnExportSelectedCheats">Selected Cheats</Control>
|
||||
<Control ID="mnuExportSelectedCheats">Export</Control>
|
||||
<Control ID="chkDisableCheats">Disable all cheats</Control>
|
||||
|
||||
<Control ID="tpgCheatFinder">Cheat Finder</Control>
|
||||
<Control ID="btnReset">Reset</Control>
|
||||
<Control ID="btnUndo">Undo</Control>
|
||||
<Control ID="lblCurrentValue">Current value is</Control>
|
||||
<Control ID="lblPreviousValue">Previous value was</Control>
|
||||
<Control ID="btnAddCurrentFilter">Add Filter</Control>
|
||||
<Control ID="btnAddPrevFilter">Add Filter</Control>
|
||||
<Control ID="btnCreateCheat">Create Cheat</Control>
|
||||
<Control ID="mnuCreateCheat">Create Cheat</Control>
|
||||
<Control ID="lblAtAddress">at</Control>
|
||||
<Control ID="chkPauseGameWhileWindowActive">Automatically pause game when this window is active</Control>
|
||||
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmCheat" Title="Edit Cheat">
|
||||
<Control ID="label2">Game:</Control>
|
||||
<Control ID="label1">Cheat Name:</Control>
|
||||
<Control ID="grpCode">Code</Control>
|
||||
<Control ID="radCustom">Custom:</Control>
|
||||
<Control ID="radGameGenie">Game Genie:</Control>
|
||||
<Control ID="radProActionRocky">Pro Action Rocky:</Control>
|
||||
<Control ID="lblAddress">Address:</Control>
|
||||
<Control ID="lblNewValue">New Value:</Control>
|
||||
<Control ID="radRelativeAddress">Memory</Control>
|
||||
<Control ID="radAbsoluteAddress">Game Code</Control>
|
||||
<Control ID="chkCompareValue">Compare Value</Control>
|
||||
<Control ID="btnBrowse">Browse...</Control>
|
||||
<Control ID="chkEnabled">Cheat Enabled</Control>
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmAbout" Title="About - Mesen">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2018 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Website:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Version: 0.9.5 (Beta)</Control>
|
||||
<Control ID="lblDonate">If you want to support Mesen, please consider donating. Thank you for your support!</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
<Form ID="frmVsGameConfig" Title="Game Configuration">
|
||||
<Control ID="lblGame">Game:</Control>
|
||||
<Control ID="lblPpuModel">PPU Model:</Control>
|
||||
<Control ID="grpDipSwitches">DIP Switches</Control>
|
||||
</Form>
|
||||
<Form ID="frmUpdatePrompt" Title="Mesen - Update Available">
|
||||
<Control ID="lblLatestVersion">Latest Version:</Control>
|
||||
<Control ID="lblCurrentVersion">Current Version:</Control>
|
||||
<Control ID="lblChangeLog">Changelog:</Control>
|
||||
<Control ID="lblDonate">If you want to support Mesen, please consider donating. Thank you!</Control>
|
||||
<Control ID="btnUpdate">Update</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmSelectRom" Title="Select Rom...">
|
||||
<Control ID="lblSearch">Search:</Control>
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmGetKey" Title="Set key binding...">
|
||||
<Control ID="lblSetKeyMessage">Press any key on your keyboard or controller to set a new binding.</Control>
|
||||
</Form>
|
||||
<Form ID="frmPlayerProfile" Title="Profile">
|
||||
<Control ID="lblName">Player name:</Control>
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmRecordAvi" Title="Video Recording Options">
|
||||
<Control ID="lblAviFile">Save to:</Control>
|
||||
<Control ID="lblCodec">Video Codec:</Control>
|
||||
<Control ID="lblCompressionLevel">Compression Level:</Control>
|
||||
<Control ID="lblLowCompression">low (fast)</Control>
|
||||
<Control ID="lblHighCompression">high (slow)</Control>
|
||||
<Control ID="btnBrowse">Browse...</Control>
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmHdPackEditor" Title="HD Pack Builder">
|
||||
<Control ID="grpPreview">CHR Bank Preview</Control>
|
||||
<Control ID="lblChrBank">CHR Bank:</Control>
|
||||
<Control ID="grpOptions">Recording Options</Control>
|
||||
<Control ID="lblBankSize">CHR Bank Size:</Control>
|
||||
<Control ID="lblScale">Scale/Filter:</Control>
|
||||
<Control ID="chkSortByFrequency">Sort pages by usage frequency</Control>
|
||||
<Control ID="chkLargeSprites">Use 8x16 sprite display mode</Control>
|
||||
<Control ID="chkGroupBlankTiles">Group blank tiles</Control>
|
||||
<Control ID="chkIgnoreOverscan">Ignore tiles at the edges of the screen (overscan)</Control>
|
||||
<Control ID="lblFolder">Save Folder:</Control>
|
||||
<Control ID="btnSelectFolder">Browse...</Control>
|
||||
<Control ID="btnStartRecording">Start Recording</Control>
|
||||
<Control ID="btnStopRecording">Stop Recording</Control>
|
||||
<Control ID="btnOpenFolder">Open Save Folder</Control>
|
||||
</Form>
|
||||
<Form ID="frmHelp" Title="Command-line options">
|
||||
<Control ID="grpExample">Usage Example</Control>
|
||||
<Control ID="tpgGeneralOptions">General</Control>
|
||||
<Control ID="tpgVideoOptions">Video Options</Control>
|
||||
<Control ID="tpgAudioOptions">Audio Options</Control>
|
||||
<Control ID="tpgEmulationOptions">Emulation Options</Control>
|
||||
<Control ID="lblExplanation">This will start Mesen in fullscreen mode with the "MyGame.nes" rom loaded. It will also use the NTSC filter, set at a 2x scale and configure the Overscan settings. The "DoNotSaveSettings" flag is used to prevent the command line switches from pernanently altering Mesen's settings.</Control>
|
||||
<Control ID="txtGeneralOptions">/fullscreen - Start Mesen in fullscreen mode /DoNotSaveSettings - Prevent settings from being saved to the disk (useful to prevent command line options from becoming the default settings)</Control>
|
||||
</Form>
|
||||
<Form ID="frmCopyFiles" Title="Please wait...">
|
||||
<Control ID="lblCopying">Copying:</Control>
|
||||
</Form>
|
||||
<Form ID="frmConfigWizard" Title="Mesen - Configuration">
|
||||
<Control ID="lblMesen">Mesen - NES Emulator</Control>
|
||||
<Control ID="lblConfigWizard">Configuration Wizard</Control>
|
||||
<Control ID="lblInitialSetup">Please take a moment to perform Mesen\'s initial setup.</Control>
|
||||
<Control ID="lblStorageLocation">Data Storage Location</Control>
|
||||
<Control ID="lblStorageHint">Select where you want to store Mesen\'s data:</Control>
|
||||
<Control ID="radStorageDocuments">Store the data in my user profile</Control>
|
||||
<Control ID="radStoragePortable">Store the data in the same folder as the application</Control>
|
||||
<Control ID="lblDataLocation">Folder:</Control>
|
||||
<Control ID="lblInputMappings">Input Mappings</Control>
|
||||
<Control ID="lblInputHint">Select your preferred input methods:</Control>
|
||||
<Control ID="lblMiscOptions">Other Options</Control>
|
||||
<Control ID="chkCreateShortcut">Create a shortcut on my desktop</Control>
|
||||
<Control ID="btnOk">CONFIRM</Control>
|
||||
<Control ID="lblCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmRecordMovie" Title="Movie Recording Options">
|
||||
<Control ID="lblSaveTo">Save to:</Control>
|
||||
<Control ID="lblRecordFrom">Record from:</Control>
|
||||
<Control ID="lblMovieInformation">Movie Information (Optional)</Control>
|
||||
<Control ID="lblAuthor">Author:</Control>
|
||||
<Control ID="lblDescription">Description:</Control>
|
||||
<Control ID="btnBrowse">Browse...</Control>
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmInputBarCode" Title="Input Barcode...">
|
||||
<Control ID="lblBarcode">Barcode:</Control>
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="BaseInputConfigForm">
|
||||
<Control ID="lblHint">Tabs with an icon contain key bindings for this player. Each button can be mapped to up to 4 different keyboard keys or gamepad buttons.</Control>
|
||||
<Control ID="tpgSet1">Key Set #1</Control>
|
||||
<Control ID="tpgSet2">Key Set #2</Control>
|
||||
<Control ID="tpgSet3">Key Set #3</Control>
|
||||
<Control ID="tpgSet4">Key Set #4</Control>
|
||||
<Control ID="btnSetDefault">Set Default Bindings</Control>
|
||||
<Control ID="btnClear">Clear Key Bindings</Control>
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmControllerConfig">
|
||||
<Control ID="lblTurboSpeed">Turbo Speed:</Control>
|
||||
<Control ID="lblTurboFast">Fast</Control>
|
||||
<Control ID="lblSlow">Slow</Control>
|
||||
|
||||
<Control ID="btnSelectPreset">Select Preset...</Control>
|
||||
<Control ID="mnuKeyboard">Keyboard</Control>
|
||||
<Control ID="mnuWasdLayout">WASD Layout</Control>
|
||||
<Control ID="mnuArrowLayout">Arrow Keys Layout</Control>
|
||||
<Control ID="mnuFceuxLayout">FCEUX Default</Control>
|
||||
<Control ID="mnuNestopiaLayout">Nestopia Default</Control>
|
||||
<Control ID="mnuXboxController">Xbox Controller</Control>
|
||||
<Control ID="mnuXboxLayout1">Controller #1</Control>
|
||||
<Control ID="mnuXboxLayout2">Controller #2</Control>
|
||||
<Control ID="mnuPs4Controller">PS4 Controller</Control>
|
||||
<Control ID="mnuPs4Layout1">Controller #1</Control>
|
||||
<Control ID="mnuPs4Layout2">Controller #2</Control>
|
||||
<Control ID="mnuSnes30Controller">SNES30 Controller</Control>
|
||||
<Control ID="mnuSnes30Layout1">Controller #1</Control>
|
||||
<Control ID="mnuSnes30Layout2">Controller #2</Control>
|
||||
</Form>
|
||||
<Form ID="frmZapperConfig">
|
||||
<Control ID="lblSmall">Small</Control>
|
||||
<Control ID="lblLarge">Large</Control>
|
||||
<Control ID="lblDetectRadius">Light Detection Radius:</Control>
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmMouseConfig">
|
||||
<Control ID="lblLow">Low</Control>
|
||||
<Control ID="lblHigh">High</Control>
|
||||
<Control ID="lblSensitivity">Sensitivity:</Control>
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Cancel</Control>
|
||||
</Form>
|
||||
<Form ID="frmExcitingBoxingConfig">
|
||||
</Form>
|
||||
<Form ID="frmFamilyBasicKeyboardConfig">
|
||||
</Form>
|
||||
<Form ID="frmJissenMahjongConfig">
|
||||
</Form>
|
||||
<Form ID="frmPartyTapConfig">
|
||||
</Form>
|
||||
<Form ID="frmPowerPadConfig">
|
||||
<Control ID="chkUseSideA">Use side A</Control>
|
||||
</Form>
|
||||
<Form ID="frmSuborKeyboardConfig">
|
||||
</Form>
|
||||
<Form ID="frmPachinkoConfig">
|
||||
</Form>
|
||||
<Form ID="frmBandaiMicrophone">
|
||||
</Form>
|
||||
</Forms>
|
||||
<UserControls>
|
||||
<UserControl ID="ctrlExcitingBoxingConfig">
|
||||
<Control ID="lblLeftHook">Left Hook</Control>
|
||||
<Control ID="lblRightHook">Right Hook</Control>
|
||||
<Control ID="lblLeftJab">Left Jab</Control>
|
||||
<Control ID="lblRightJab">Right Jab</Control>
|
||||
<Control ID="lblStraight">Straight</Control>
|
||||
<Control ID="lblBody">Body</Control>
|
||||
<Control ID="lblMoveLeft">Move Left</Control>
|
||||
<Control ID="lblMoveRight">Move Right</Control>
|
||||
</UserControl>
|
||||
<UserControl ID="ctrlPachinkoConfig">
|
||||
<Control ID="lblPress">Press</Control>
|
||||
<Control ID="lblRelease">Release</Control>
|
||||
</UserControl>
|
||||
<UserControl ID="ctrlBandaiMicrophone">
|
||||
<Control ID="lblMicrophone">Microphone</Control>
|
||||
</UserControl>
|
||||
</UserControls>
|
||||
<Messages>
|
||||
<Message ID="FilterAll">All Files (*.*)|*.*</Message>
|
||||
<Message ID="FilterMovie">Movie files (*.mmo)|*.mmo|All Files (*.*)|*.*</Message>
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
<Control ID="mnuScale2x">2x</Control>
|
||||
<Control ID="mnuScale3x">3x</Control>
|
||||
<Control ID="mnuScale4x">4x</Control>
|
||||
<Control ID="mnuScaleCustom">Personalizar</Control>
|
||||
<Control ID="mnuFullscreen">Pantalla completa</Control>
|
||||
<Control ID="mnuVideoFilter">Filtro de video</Control>
|
||||
<Control ID="mnuNoneFilter">Ninguno</Control>
|
||||
|
@ -196,7 +195,6 @@
|
|||
<Control ID="lblExpansionPort">Puerto de extensión:</Control>
|
||||
<Control ID="chkFourScore">Utilizar accesorio para 4 jugadores</Control>
|
||||
<Control ID="chkAutoConfigureInput">Configurar controles automáticamente al cargar un juego</Control>
|
||||
<Control ID="tpgEmulatorKeys">Accesos directos</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Avanzado</Control>
|
||||
<Control ID="grpDisplayInput">Controladores de pantalla</Control>
|
||||
|
@ -230,6 +228,7 @@
|
|||
<Control ID="lblBottom">Abajo</Control>
|
||||
<Control ID="lblRight">Derecha</Control>
|
||||
<Control ID="tpgPalette">Paleta</Control>
|
||||
<Control ID="chkShowColorIndexes">Show color indexes</Control>
|
||||
<Control ID="mnuDefaultPalette">Por defecto (NTSC)</Control>
|
||||
<Control ID="btnSelectPalette">Elegir una paleta...</Control>
|
||||
<Control ID="btnExportPalette">Exportar archivo .pal</Control>
|
||||
|
@ -261,7 +260,7 @@
|
|||
<Control ID="btnResetPictureSettings">Reiniciar</Control>
|
||||
<Control ID="mnuPresetComposite">Compuesto</Control>
|
||||
<Control ID="mnuPresetSVideo">S-Video</Control>
|
||||
<Control ID="menuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetMonochrome">Monocromo</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Avanzado</Control>
|
||||
|
@ -424,7 +423,6 @@
|
|||
<Control ID="btnCancel">Cancelar</Control>
|
||||
</Form>
|
||||
<Form ID="frmServerConfig" Title="Iniciar un servidor de juegos">
|
||||
<Control ID="txtPort">8888</Control>
|
||||
<Control ID="lblPort">Puerto:</Control>
|
||||
<Control ID="chkPublicServer">Servidor público</Control>
|
||||
<Control ID="lblServerName">Nombre del servidor:</Control>
|
||||
|
@ -435,7 +433,6 @@
|
|||
<Control ID="btnCancel">Cancelar</Control>
|
||||
</Form>
|
||||
<Form ID="frmClientConfig" Title="Conexión a un servidor">
|
||||
<Control ID="txtPort">8888</Control>
|
||||
<Control ID="lblHost">Servidor host:</Control>
|
||||
<Control ID="lblPort">Puerto:</Control>
|
||||
<Control ID="chkSpectator">Unirse como espectador</Control>
|
||||
|
@ -573,7 +570,7 @@
|
|||
</Form>
|
||||
<Form ID="frmHelp" Title="Opciones de linea de comandos">
|
||||
<Control ID="grpExample">Ejemplo de uso</Control>
|
||||
<Control ID="tpgGeneral">General</Control>
|
||||
<Control ID="tpgGeneralOptions">General</Control>
|
||||
<Control ID="tpgVideoOptions">Opciones de video</Control>
|
||||
<Control ID="tpgAudioOptions">Opciones de audio</Control>
|
||||
<Control ID="tpgEmulationOptions">Opciones de emulación</Control>
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
<Control ID="mnuScale2x">2x</Control>
|
||||
<Control ID="mnuScale3x">3x</Control>
|
||||
<Control ID="mnuScale4x">4x</Control>
|
||||
<Control ID="mnuScaleCustom">Personalisé</Control>
|
||||
<Control ID="mnuFullscreen">Plein écran</Control>
|
||||
<Control ID="mnuVideoFilter">Filtre vidéo</Control>
|
||||
<Control ID="mnuNoneFilter">Aucun</Control>
|
||||
|
@ -197,7 +196,6 @@
|
|||
<Control ID="lblExpansionPort">Port d'extension :</Control>
|
||||
<Control ID="chkFourScore">Utiliser l'accessoire pour 4 joueurs</Control>
|
||||
<Control ID="chkAutoConfigureInput">Configurer les manettes automatiquement au chargement d'un jeu</Control>
|
||||
<Control ID="tpgEmulatorKeys">Raccourcis de l'émulateur</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Avancé</Control>
|
||||
<Control ID="grpDisplayInput">Affichage des manettes</Control>
|
||||
|
@ -231,6 +229,7 @@
|
|||
<Control ID="lblBottom">Bas</Control>
|
||||
<Control ID="lblRight">Droite</Control>
|
||||
<Control ID="tpgPalette">Palette</Control>
|
||||
<Control ID="chkShowColorIndexes">Afficher l'indexe des couleurs</Control>
|
||||
<Control ID="mnuDefaultPalette">Défaut (NTSC)</Control>
|
||||
<Control ID="btnSelectPalette">Choisir une palette...</Control>
|
||||
<Control ID="btnExportPalette">Exporter fichier .pal</Control>
|
||||
|
@ -262,7 +261,7 @@
|
|||
<Control ID="btnResetPictureSettings">Réinitialiser</Control>
|
||||
<Control ID="mnuPresetComposite">Composite</Control>
|
||||
<Control ID="mnuPresetSVideo">S-Vidéo</Control>
|
||||
<Control ID="menuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetMonochrome">Monochrome</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Avancé</Control>
|
||||
|
@ -426,7 +425,6 @@
|
|||
<Control ID="btnCancel">Annuler</Control>
|
||||
</Form>
|
||||
<Form ID="frmServerConfig" Title="Démarrer un serveur de jeu">
|
||||
<Control ID="txtPort">8888</Control>
|
||||
<Control ID="lblPort">Port:</Control>
|
||||
<Control ID="chkPublicServer">Serveur publique</Control>
|
||||
<Control ID="lblServerName">Nom du serveur :</Control>
|
||||
|
@ -437,7 +435,6 @@
|
|||
<Control ID="btnCancel">Annuler</Control>
|
||||
</Form>
|
||||
<Form ID="frmClientConfig" Title="Connexion à un serveur">
|
||||
<Control ID="txtPort">8888</Control>
|
||||
<Control ID="lblHost">Serveur hôte:</Control>
|
||||
<Control ID="lblPort">Port:</Control>
|
||||
<Control ID="chkSpectator">Se joindre en tant que spectateur</Control>
|
||||
|
@ -585,7 +582,7 @@
|
|||
</Form>
|
||||
<Form ID="frmHelp" Title="Options de ligne de commande">
|
||||
<Control ID="grpExample">Exemple d'utilisation</Control>
|
||||
<Control ID="tpgGeneral">Général</Control>
|
||||
<Control ID="tpgGeneralOptions">Général</Control>
|
||||
<Control ID="tpgVideoOptions">Options vidéo</Control>
|
||||
<Control ID="tpgAudioOptions">Options audio</Control>
|
||||
<Control ID="tpgEmulationOptions">Options d'émulation</Control>
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
<Control ID="mnuScale4x">4倍</Control>
|
||||
<Control ID="mnuScale5x">5倍</Control>
|
||||
<Control ID="mnuScale6x">6倍</Control>
|
||||
<Control ID="mnuScaleCustom">カスタム</Control>
|
||||
<Control ID="mnuFullscreen">全画面表示</Control>
|
||||
<Control ID="mnuVideoFilter">画面エフェクト</Control>
|
||||
<Control ID="mnuNoneFilter">なし</Control>
|
||||
|
@ -197,7 +196,6 @@
|
|||
<Control ID="lblNesType">ゲーム機:</Control>
|
||||
<Control ID="lblExpansionPort">拡張ポート:</Control>
|
||||
<Control ID="chkFourScore">Four Scoreを使う</Control>
|
||||
<Control ID="tpgEmulatorKeys">ショートカットキー</Control>
|
||||
<Control ID="chkAutoConfigureInput">ゲームをロードする時、自動的に一番適切なコントローラを選ぶ</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">詳細設定</Control>
|
||||
|
@ -232,6 +230,7 @@
|
|||
<Control ID="lblBottom">下</Control>
|
||||
<Control ID="lblRight">右</Control>
|
||||
<Control ID="tpgPalette">パレット</Control>
|
||||
<Control ID="chkShowColorIndexes">色のインデックスを表示する</Control>
|
||||
<Control ID="mnuDefaultPalette">デフォルト (NTSC)</Control>
|
||||
<Control ID="btnSelectPalette">プリセットを選ぶ...</Control>
|
||||
<Control ID="btnExportPalette">.palファイルにエクスポートする</Control>
|
||||
|
@ -263,7 +262,7 @@
|
|||
<Control ID="btnResetPictureSettings">リセット</Control>
|
||||
<Control ID="mnuPresetComposite">コンポジット</Control>
|
||||
<Control ID="mnuPresetSVideo">S端子</Control>
|
||||
<Control ID="menuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetMonochrome">モノクロ</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">詳細設定</Control>
|
||||
|
@ -568,7 +567,7 @@
|
|||
</Form>
|
||||
<Form ID="frmHelp" Title="コマンドラインオプション">
|
||||
<Control ID="grpExample">使い方</Control>
|
||||
<Control ID="tpgGeneral">全般</Control>
|
||||
<Control ID="tpgGeneralOptions">全般</Control>
|
||||
<Control ID="tpgVideoOptions">映像</Control>
|
||||
<Control ID="tpgAudioOptions">音声</Control>
|
||||
<Control ID="tpgEmulationOptions">エミュレーション</Control>
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
<Control ID="mnuScale2x">2x</Control>
|
||||
<Control ID="mnuScale3x">3x</Control>
|
||||
<Control ID="mnuScale4x">4x</Control>
|
||||
<Control ID="mnuScaleCustom">Personalizar</Control>
|
||||
<Control ID="mnuFullscreen">Tela cheia</Control>
|
||||
<Control ID="mnuVideoFilter">Filtro de vídeo</Control>
|
||||
<Control ID="mnuNoneFilter">Nenhum</Control>
|
||||
|
@ -196,7 +195,6 @@
|
|||
<Control ID="lblExpansionPort">Porta de expansão:</Control>
|
||||
<Control ID="chkFourScore">Utilizar acessório para 4 jogadores</Control>
|
||||
<Control ID="chkAutoConfigureInput">Configurar controles automaticamente ao carregar um jogo</Control>
|
||||
<Control ID="tpgEmulatorKeys">Acessos diretos</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Avançado</Control>
|
||||
<Control ID="grpDisplayInput">Controladores de tela</Control>
|
||||
|
@ -230,6 +228,7 @@
|
|||
<Control ID="lblBottom">Abaixo</Control>
|
||||
<Control ID="lblRight">Direita</Control>
|
||||
<Control ID="tpgPalette">Paleta</Control>
|
||||
<Control ID="chkShowColorIndexes">Show color indexes</Control>
|
||||
<Control ID="mnuDefaultPalette">Por padrão (NTSC)</Control>
|
||||
<Control ID="btnSelectPalette">Escolher uma paleta...</Control>
|
||||
<Control ID="btnExportPalette">Exportar arquivo .pal</Control>
|
||||
|
@ -261,7 +260,7 @@
|
|||
<Control ID="btnResetPictureSettings">Reiniciar</Control>
|
||||
<Control ID="mnuPresetComposite">Composto</Control>
|
||||
<Control ID="mnuPresetSVideo">S-Video</Control>
|
||||
<Control ID="menuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetMonochrome">Monocromo</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Avançado</Control>
|
||||
|
@ -422,7 +421,6 @@
|
|||
<Control ID="btnCancel">Cancelar</Control>
|
||||
</Form>
|
||||
<Form ID="frmServerConfig" Title="Iniciar um servidor de jogos">
|
||||
<Control ID="txtPort">8888</Control>
|
||||
<Control ID="lblPort">Port:</Control>
|
||||
<Control ID="chkPublicServer">Servidor público</Control>
|
||||
<Control ID="lblServerName">Nome do servidor:</Control>
|
||||
|
@ -433,7 +431,6 @@
|
|||
<Control ID="btnCancel">Cancelar</Control>
|
||||
</Form>
|
||||
<Form ID="frmClientConfig" Title="Conexão a um servidor">
|
||||
<Control ID="txtPort">8888</Control>
|
||||
<Control ID="lblHost">Servidor host:</Control>
|
||||
<Control ID="lblPort">Port:</Control>
|
||||
<Control ID="chkSpectator">Entrar como espectador</Control>
|
||||
|
@ -571,7 +568,7 @@
|
|||
</Form>
|
||||
<Form ID="frmHelp" Title="Opções de linha de comando">
|
||||
<Control ID="grpExample">Exemplo de uso</Control>
|
||||
<Control ID="tpgGeneral">Geral</Control>
|
||||
<Control ID="tpgGeneralOptions">Geral</Control>
|
||||
<Control ID="tpgVideoOptions">Opções de vídeo</Control>
|
||||
<Control ID="tpgAudioOptions">Opções de áudio</Control>
|
||||
<Control ID="tpgEmulationOptions">Opções de emulação</Control>
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
<Control ID="mnuScale2x">2x</Control>
|
||||
<Control ID="mnuScale3x">3x</Control>
|
||||
<Control ID="mnuScale4x">4x</Control>
|
||||
<Control ID="mnuScaleCustom">Вручную</Control>
|
||||
<Control ID="mnuFullscreen">Полный экран</Control>
|
||||
<Control ID="mnuVideoFilter">Фильтр изображения</Control>
|
||||
<Control ID="mnuNoneFilter">Нет</Control>
|
||||
|
@ -196,7 +195,6 @@
|
|||
<Control ID="lblExpansionPort">Порт расширения :</Control>
|
||||
<Control ID="chkFourScore">Использовать NES Four Score</Control>
|
||||
<Control ID="chkAutoConfigureInput">Автоматически настраивать контроллеры при загрузке игры</Control>
|
||||
<Control ID="tpgEmulatorKeys">Emulator Keys</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Расширенные</Control>
|
||||
<Control ID="grpDisplayInput">Отображать ввод</Control>
|
||||
|
@ -230,6 +228,7 @@
|
|||
<Control ID="lblBottom">Снизу</Control>
|
||||
<Control ID="lblRight">Справа</Control>
|
||||
<Control ID="tpgPalette">Палитра</Control>
|
||||
<Control ID="chkShowColorIndexes">Show color indexes</Control>
|
||||
<Control ID="mnuDefaultPalette">По умолчанию (NTSC)</Control>
|
||||
<Control ID="btnSelectPalette">Выбрать палитру</Control>
|
||||
<Control ID="btnExportPalette">Экспорт .pal</Control>
|
||||
|
@ -261,7 +260,7 @@
|
|||
<Control ID="btnResetPictureSettings">Сброс</Control>
|
||||
<Control ID="mnuPresetComposite">Composite</Control>
|
||||
<Control ID="mnuPresetSVideo">S-Video</Control>
|
||||
<Control ID="menuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetMonochrome">Monochrome</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Advanced</Control>
|
||||
|
@ -423,7 +422,6 @@
|
|||
<Control ID="btnCancel">Отмена</Control>
|
||||
</Form>
|
||||
<Form ID="frmServerConfig" Title="Настройка сервера">
|
||||
<Control ID="txtPort">8888</Control>
|
||||
<Control ID="lblPort">Порт:</Control>
|
||||
<Control ID="chkPublicServer">Публичный сервер</Control>
|
||||
<Control ID="lblServerName">Название :</Control>
|
||||
|
@ -434,7 +432,6 @@
|
|||
<Control ID="btnCancel">Отмена</Control>
|
||||
</Form>
|
||||
<Form ID="frmClientConfig" Title="Подключение к серверу">
|
||||
<Control ID="txtPort">8888</Control>
|
||||
<Control ID="lblHost">Имя сервера:</Control>
|
||||
<Control ID="lblPort">Порт:</Control>
|
||||
<Control ID="chkSpectator">Войти как наблюдатель</Control>
|
||||
|
@ -573,7 +570,7 @@
|
|||
</Form>
|
||||
<Form ID="frmHelp" Title="Command-line Options">
|
||||
<Control ID="grpExample">Usage example</Control>
|
||||
<Control ID="tpgGeneral">General</Control>
|
||||
<Control ID="tpgGeneralOptions">General</Control>
|
||||
<Control ID="tpgVideoOptions">Video Options</Control>
|
||||
<Control ID="tpgAudioOptions">Audio Options</Control>
|
||||
<Control ID="tpgEmulationOptions">Emulation Options</Control>
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
<Control ID="mnuScale2x">2x</Control>
|
||||
<Control ID="mnuScale3x">3x</Control>
|
||||
<Control ID="mnuScale4x">4x</Control>
|
||||
<Control ID="mnuScaleCustom">Вручну</Control>
|
||||
<Control ID="mnuFullscreen">Повний екран</Control>
|
||||
<Control ID="mnuVideoFilter">Фільтр зображення</Control>
|
||||
<Control ID="mnuNoneFilter">Немає</Control>
|
||||
|
@ -196,7 +195,6 @@
|
|||
<Control ID="lblExpansionPort">Порт розширення :</Control>
|
||||
<Control ID="chkFourScore">Використовувати NES Four Score</Control>
|
||||
<Control ID="chkAutoConfigureInput">Автоматично налаштовувати контролери при завантаженні гри</Control>
|
||||
<Control ID="tpgEmulatorKeys">Емуляторні ключі</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Розширені</Control>
|
||||
<Control ID="grpDisplayInput">Відображати введення</Control>
|
||||
|
@ -230,6 +228,7 @@
|
|||
<Control ID="lblBottom">Знизу</Control>
|
||||
<Control ID="lblRight">Справа</Control>
|
||||
<Control ID="tpgPalette">Палiтра</Control>
|
||||
<Control ID="chkShowColorIndexes">Show color indexes</Control>
|
||||
<Control ID="mnuDefaultPalette">За замовчуванням (NTSC)</Control>
|
||||
<Control ID="btnSelectPalette">Виберіть палітру...</Control>
|
||||
<Control ID="btnExportPalette">Експортувати файл .pal</Control>
|
||||
|
@ -261,7 +260,7 @@
|
|||
<Control ID="btnResetPictureSettings">Скидання</Control>
|
||||
<Control ID="mnuPresetComposite">Композитний</Control>
|
||||
<Control ID="mnuPresetSVideo">S-Video</Control>
|
||||
<Control ID="menuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetRgb">RGB</Control>
|
||||
<Control ID="mnuPresetMonochrome">Монохромний</Control>
|
||||
|
||||
<Control ID="tpgAdvanced">Розширенi</Control>
|
||||
|
@ -423,7 +422,6 @@
|
|||
<Control ID="btnCancel">Вiдмiна</Control>
|
||||
</Form>
|
||||
<Form ID="frmServerConfig" Title="Налаштування сервера">
|
||||
<Control ID="txtPort">8888</Control>
|
||||
<Control ID="lblPort">Порт:</Control>
|
||||
<Control ID="chkPublicServer">Публічний сервер</Control>
|
||||
<Control ID="lblServerName">Назва :</Control>
|
||||
|
@ -434,7 +432,6 @@
|
|||
<Control ID="btnCancel">Вiдмiна</Control>
|
||||
</Form>
|
||||
<Form ID="frmClientConfig" Title="Підключення до сервера">
|
||||
<Control ID="txtPort">8888</Control>
|
||||
<Control ID="lblHost">Iм'я сервера:</Control>
|
||||
<Control ID="lblPort">Порт:</Control>
|
||||
<Control ID="chkSpectator">Ввійти як спостерігач</Control>
|
||||
|
@ -573,7 +570,7 @@
|
|||
</Form>
|
||||
<Form ID="frmHelp" Title="Параметри командного рядка">
|
||||
<Control ID="grpExample">Приклад використання</Control>
|
||||
<Control ID="tpgGeneral">Загальний</Control>
|
||||
<Control ID="tpgGeneralOptions">Загальний</Control>
|
||||
<Control ID="tpgVideoOptions">Вiдео Опцiї</Control>
|
||||
<Control ID="tpgAudioOptions">Аудiо Опцiї</Control>
|
||||
<Control ID="tpgEmulationOptions">Опцiї Эмуляцiї</Control>
|
||||
|
|
|
@ -151,8 +151,7 @@
|
|||
this.lblShortcutWarning.Name = "lblShortcutWarning";
|
||||
this.lblShortcutWarning.Size = new System.Drawing.Size(418, 28);
|
||||
this.lblShortcutWarning.TabIndex = 1;
|
||||
this.lblShortcutWarning.Text = "Warning: Your current configuration contains conflicting key bindings. If this is" +
|
||||
" not intentional, please review and correct your key bindings.";
|
||||
this.lblShortcutWarning.Text = "Warning: Your current configuration contains conflicting key bindings. If this is not intentional, please review and correct your key bindings.";
|
||||
//
|
||||
// ctrlEmulatorShortcuts
|
||||
//
|
||||
|
|
|
@ -528,8 +528,7 @@ namespace Mesen.GUI.Forms.Config
|
|||
this.chkAdaptiveSpriteLimit.Name = "chkAdaptiveSpriteLimit";
|
||||
this.chkAdaptiveSpriteLimit.Size = new System.Drawing.Size(442, 17);
|
||||
this.chkAdaptiveSpriteLimit.TabIndex = 10;
|
||||
this.chkAdaptiveSpriteLimit.Text = "Automatically re-enable sprite limit as needed to prevent graphical glitches when" +
|
||||
" possible";
|
||||
this.chkAdaptiveSpriteLimit.Text = "Automatically re-enable sprite limit as needed to prevent graphical glitches when possible";
|
||||
this.chkAdaptiveSpriteLimit.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// tpgOverclocking
|
||||
|
|
|
@ -32,7 +32,6 @@ namespace Mesen.GUI.Forms
|
|||
private static Language _language;
|
||||
private static XmlDocument _resources = new XmlDocument();
|
||||
private static XmlDocument _enResources = new XmlDocument();
|
||||
private static XmlDocument _originalEnglishResources = null;
|
||||
|
||||
public static Language GetCurrentLanguage()
|
||||
{
|
||||
|
@ -135,16 +134,7 @@ namespace Mesen.GUI.Forms
|
|||
|
||||
public static void ApplyResources(Form form, string formName)
|
||||
{
|
||||
if(form is frmMain && _originalEnglishResources == null) {
|
||||
_originalEnglishResources = BuildResourceFile(form);
|
||||
}
|
||||
|
||||
XmlNode baseNode = null;
|
||||
if(form is frmMain && _language == Language.English) {
|
||||
baseNode = _originalEnglishResources.SelectSingleNode("/Resources/Forms/Form[@ID='" + formName + "']");
|
||||
} else {
|
||||
baseNode = _resources.SelectSingleNode("/Resources/Forms/Form[@ID='" + formName + "']");
|
||||
}
|
||||
XmlNode baseNode = _resources.SelectSingleNode("/Resources/Forms/Form[@ID='" + formName + "']");
|
||||
|
||||
if(baseNode != null) {
|
||||
if(baseNode.Attributes["Title"] != null) {
|
||||
|
|
3
GUI.NET/Forms/frmAbout.Designer.cs
generated
3
GUI.NET/Forms/frmAbout.Designer.cs
generated
|
@ -166,8 +166,7 @@
|
|||
this.lblDonate.Name = "lblDonate";
|
||||
this.lblDonate.Size = new System.Drawing.Size(271, 26);
|
||||
this.lblDonate.TabIndex = 30;
|
||||
this.lblDonate.Text = "If you want to support Mesen, please consider donating.\r\nThank you for your suppo" +
|
||||
"rt!";
|
||||
this.lblDonate.Text = "If you want to support Mesen, please consider donating.\r\nThank you for your support!";
|
||||
//
|
||||
// picDonate
|
||||
//
|
||||
|
|
7
GUI.NET/Forms/frmHelp.Designer.cs
generated
7
GUI.NET/Forms/frmHelp.Designer.cs
generated
|
@ -102,9 +102,7 @@
|
|||
this.txtGeneralOptions.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||||
this.txtGeneralOptions.Size = new System.Drawing.Size(568, 210);
|
||||
this.txtGeneralOptions.TabIndex = 3;
|
||||
this.txtGeneralOptions.Text = "/fullscreen - Start Mesen in fullscreen mode\r\n/DoNotSaveSettings - Prevent settin" +
|
||||
"gs from being saved to the disk (useful to prevent command line options from bec" +
|
||||
"oming the default settings)";
|
||||
this.txtGeneralOptions.Text = "/fullscreen - Start Mesen in fullscreen mode\r\n/DoNotSaveSettings - Prevent settings from being saved to the disk (useful to prevent command line options from becoming the default settings)";
|
||||
//
|
||||
// grpExample
|
||||
//
|
||||
|
@ -142,8 +140,7 @@
|
|||
this.lblExample.Name = "lblExample";
|
||||
this.lblExample.Size = new System.Drawing.Size(556, 38);
|
||||
this.lblExample.TabIndex = 0;
|
||||
this.lblExample.Text = "Mesen C:\\Games\\MyGame.nes /fullscreen /VideoFilter=NTSC /VideoScale=2 /OverscanTo" +
|
||||
"p=8 /OverscanBottom=8 /OverscanLeft=0 /OverscanRight=0 /DoNotSaveSettings";
|
||||
this.lblExample.Text = "Mesen C:\\Games\\MyGame.nes /fullscreen /VideoFilter=NTSC /VideoScale=2 /OverscanTop=8 /OverscanBottom=8 /OverscanLeft=0 /OverscanRight=0 /DoNotSaveSettings";
|
||||
//
|
||||
// lblExplanation
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue