using System;

public enum StringNames
{
	ExitButton,
	BackButton,
	AvailableGamesLabel,
	CreateGameButton,
	FindGameButton,
	EnterCode,
	GhostIgnoreTasks,
	GhostDoTasks,
	GhostImpostor,
	ImpostorTask,
	FakeTasks,
	TaskComplete,
	ExileTextSP,
	ExileTextSN,
	ExileTextPP,
	ExileTextPN,
	NoExileSkip,
	NoExileTie,
	ImpostorsRemainS,
	ImpostorsRemainP,
	Hallway,
	Storage,
	Cafeteria,
	Reactor,
	UpperEngine,
	Nav,
	Admin,
	Electrical,
	LifeSupp,
	Shields,
	MedBay,
	Security,
	Weapons,
	LowerEngine,
	Comms,
	Decontamination,
	Launchpad,
	LockerRoom,
	Laboratory,
	Balcony,
	Office,
	Greenhouse,
	DivertPowerTo,
	AcceptDivertedPower,
	SubmitScan,
	PrimeShields,
	FuelEngines,
	ChartCourse,
	StartReactor,
	SwipeCard,
	ClearAsteroids,
	UploadData,
	DownloadData,
	InspectSample,
	EmptyChute,
	EmptyGarbage,
	AlignEngineOutput,
	FixWiring,
	CalibrateDistributor,
	UnlockManifolds,
	ResetReactor,
	FixLights,
	FixComms,
	RestoreOxy,
	CleanO2Filter,
	StabilizeSteering,
	AssembleArtifact,
	SortSamples,
	MeasureWeather,
	EnterIdCode,
	HowToPlayText1,
	HowToPlayText2,
	HowToPlayText5,
	HowToPlayText6,
	HowToPlayText7,
	HowToPlayText81,
	HowToPlayText82,
	NumImpostorsS,
	NumImpostorsP,
	Crewmate,
	Impostor,
	Victory,
	Defeat,
	CrewmatesDisconnected,
	ImpostorDisconnected,
	HowToPlayText41,
	HowToPlayText42,
	HowToPlayText43,
	HowToPlayText44,
	HowToPlayTextMap,
	HowToPlayTextCrew1,
	HowToPlayTextCrew2,
	HowToPlayTextCrew3,
	HowToPlayTextCrew4,
	HowToPlayTextCrew5,
	HowToPlayTextCrew6,
	HowToPlayTextImp1,
	HowToPlayTextImp2,
	HowToPlayTextImp3,
	HowToPlayTextImp4,
	HowToPlayTextImp5,
	HowToPlayTextImp6,
	HowToPlayTextImp7,
	SettingsGeneral,
	SettingsControls,
	SettingsSound,
	SettingsGraphics,
	SettingsData,
	SettingsCensorChat,
	SettingsMusic,
	SettingsSFX,
	SettingsOn,
	SettingsOff,
	SettingsSendTelemetry,
	SettingsControlMode,
	SettingsTouchMode,
	SettingsJoystickMode,
	SettingsKeyboardMode,
	SettingsFullscreen,
	SettingsResolution,
	SettingsApply,
	SettingsPersonalizeAds,
	SettingsLanguage,
	SettingsJoystickSize,
	SettingsMouseMode,
	PlayerColor,
	PlayerHat,
	PlayerSkin,
	PlayerPet,
	GameSettings,
	GameRecommendedSettings,
	GameCustomSettings,
	GameMapName,
	GameNumImpostors,
	GameNumMeetings,
	GameDiscussTime,
	GameVotingTime,
	GamePlayerSpeed,
	GameCrewLight,
	GameImpostorLight,
	GameKillCooldown,
	GameKillDistance,
	GameCommonTasks,
	GameLongTasks,
	GameShortTasks,
	MatchMapName,
	MatchLanguage,
	MatchImpostors,
	MatchMaxPlayers,
	Cancel,
	Confirm,
	Limit,
	RoomCode,
	LeaveGame,
	ReturnToGame,
	LocalHelp,
	OnlineHelp,
	SettingsVSync,
	EmergencyCount,
	EmergencyNotReady,
	EmergencyDuringCrisis,
	EmergencyRequested,
	GameEmergencyCooldown
}