mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-09-01 12:49:18 +02:00
build 210303. vehicle control hint system, virtual trainman toggle, configurable diesel engine rpm deceleration rate, vehicle repair enhancement, debug panel enhancements, customizable vehicle displays refresh rate, idling compressor sound, traction ac motor sound, braking sound enhancement, sky state enhancement, minor bug fixes
This commit is contained in:
104
translation.h
104
translation.h
@@ -45,6 +45,110 @@ enum string {
|
||||
driver_scenario_obeytrain,
|
||||
driver_scenario_bank,
|
||||
|
||||
driver_hint_header,
|
||||
driver_hint_batteryon,
|
||||
driver_hint_batteryoff,
|
||||
driver_hint_radioon,
|
||||
driver_hint_radiooff,
|
||||
driver_hint_radiochannel,
|
||||
driver_hint_oilpumpon,
|
||||
driver_hint_oilpumpoff,
|
||||
driver_hint_fuelpumpon,
|
||||
driver_hint_fuelpumpoff,
|
||||
driver_hint_pantographairsourcesetmain,
|
||||
driver_hint_pantographairsourcesetauxiliary,
|
||||
driver_hint_pantographcompressoron,
|
||||
driver_hint_pantographcompressoroff,
|
||||
driver_hint_pantographsvalveon,
|
||||
driver_hint_pantographsvalveoff,
|
||||
driver_hint_frontpantographvalveon,
|
||||
driver_hint_frontpantographvalveoff,
|
||||
driver_hint_rearpantographvalveon,
|
||||
driver_hint_rearpantographvalveoff,
|
||||
driver_hint_converteron,
|
||||
driver_hint_converteroff,
|
||||
driver_hint_primaryconverteroverloadreset,
|
||||
driver_hint_maincircuitgroundreset,
|
||||
driver_hint_tractionnmotoroverloadreset,
|
||||
driver_hint_linebreakerclose,
|
||||
driver_hint_linebreakeropen,
|
||||
driver_hint_compressoron,
|
||||
driver_hint_compressoroff,
|
||||
driver_hint_frontmotorblowerson,
|
||||
driver_hint_frontmotorblowersoff,
|
||||
driver_hint_rearmotorblowerson,
|
||||
driver_hint_rearmotorblowersoff,
|
||||
driver_hint_springbrakeon,
|
||||
driver_hint_springbrakeoff,
|
||||
driver_hint_manualbrakon,
|
||||
driver_hint_manualbrakoff,
|
||||
driver_hint_mastercontrollersetidle,
|
||||
driver_hint_mastercontrollersetseriesmode,
|
||||
driver_hint_waterheateron,
|
||||
driver_hint_waterheateroff,
|
||||
driver_hint_waterheaterbreakeron,
|
||||
driver_hint_waterheaterbreakeroff,
|
||||
driver_hint_waterpumpon,
|
||||
driver_hint_waterpumpoff,
|
||||
driver_hint_waterpumpbreakeron,
|
||||
driver_hint_waterpumpbreakeroff,
|
||||
driver_hint_watercircuitslinkon,
|
||||
driver_hint_watercircuitslinkoff,
|
||||
driver_hint_waittemperaturetoolow,
|
||||
driver_hint_mastercontrollersetzerospeed,
|
||||
driver_hint_mastercontrollersetreverserunlock,
|
||||
driver_hint_trainbrakesetpipeunlock,
|
||||
driver_hint_trainbrakerelease,
|
||||
driver_hint_trainbrakeapply,
|
||||
driver_hint_directionforward,
|
||||
driver_hint_directionbackward,
|
||||
driver_hint_directionother,
|
||||
driver_hint_directionnone,
|
||||
driver_hint_waitpressuretoolow,
|
||||
driver_hint_waitpantographpressuretoolow,
|
||||
driver_hint_sandingon,
|
||||
driver_hint_sandingoff,
|
||||
driver_hint_consistdoorlockson,
|
||||
driver_hint_departuresignalon,
|
||||
driver_hint_departuresignaloff,
|
||||
driver_hint_doorrightopen,
|
||||
driver_hint_doorrightclose,
|
||||
driver_hint_doorleftopen,
|
||||
driver_hint_doorleftclose,
|
||||
driver_hint_doorrightpermiton,
|
||||
driver_hint_doorrightpermitoff,
|
||||
driver_hint_doorleftpermiton,
|
||||
driver_hint_doorleftpermitoff,
|
||||
driver_hint_hornon,
|
||||
driver_hint_hornoff,
|
||||
driver_hint_consistlightson,
|
||||
driver_hint_consistlightsoff,
|
||||
driver_hint_consistheatingon,
|
||||
driver_hint_consistheatingoff,
|
||||
driver_hint_securitysystemreset,
|
||||
driver_hint_couplingadapterattach,
|
||||
driver_hint_couplingadapterremove,
|
||||
driver_hint_secondcontrollersetzero,
|
||||
driver_hint_tractiveforcedecrease,
|
||||
driver_hint_tractiveforceincrease,
|
||||
driver_hint_brakingforcedecrease,
|
||||
driver_hint_brakingforceincrease,
|
||||
driver_hint_brakingforcesetzero,
|
||||
driver_hint_brakingforcelap,
|
||||
driver_hint_independentbrakeapply,
|
||||
driver_hint_independentbrakerelease,
|
||||
driver_hint_antislip,
|
||||
driver_hint_waitloadexchange,
|
||||
driver_hint_waitdeparturetime,
|
||||
driver_hint_headcodepc1,
|
||||
driver_hint_headcodepc2,
|
||||
driver_hint_headcodepc5,
|
||||
driver_hint_headcodetb1,
|
||||
driver_hint_lightsoff,
|
||||
driver_hint_releaseron,
|
||||
driver_hint_releaseroff,
|
||||
driver_hint_bufferscompress,
|
||||
|
||||
driver_timetable_header,
|
||||
driver_timetable_name,
|
||||
driver_timetable_notimetable,
|
||||
|
||||
Reference in New Issue
Block a user