IGUI_EN = {
    IGUI_Bicycle_MissingWheel = "This bicycle is missing a wheel!",
    IGUI_Bicycle_MissingBothWheels = "This bicycle is missing both wheels!",
    IGUI_Bicycle_MissingChain = "This bicycle is missing a chain!",
    IGUI_Bicycle_HopOffFirst = "I should hop off first",
    IGUI_Bicycle_StandCloser = "I should stand closer to the bike",
    IGUI_Bicycle_AttachmentEditorReminder = "HEY MODDER! Message from Bicycle mod, you need to enable the mod option to make the attachment editor work properly. Sorry about that!",
    IGUI_Bicycle_ModOptionsTitle = "Bicycle",
    IGUI_Bicycle_ModOptionsDescriptionVolume = "Change the volume of Bicycle sounds.",
    IGUI_Bicycle_SoundVolumeLabel = "Bicycle Sound Volume (Default 0.40)",
    IGUI_Bicycle_SoundVolumeTooltip = "Set sound volume of bicycle sounds.",
    IGUI_Bicycle_ModOptionsDescriptionSpeed = "Change the speed of the bicycle. Slow is when you're not holding SHIFT, Fast is when you're holding SHIFT.",
    IGUI_Bicycle_SpeedSlowLabel = "Bicycle Speed Slow (Default 1.9)",
    IGUI_Bicycle_SpeedSlowTooltip = "Set your player speed when riding the bicycle and not holding SHIFT.",
    IGUI_Bicycle_SpeedFastLabel = "Bicycle Speed Fast (Default 2.7)",
    IGUI_Bicycle_SpeedFastTooltip = "Set your player speed when riding the bicycle and holding SHIFT.",
    IGUI_Bicycle_GameplayOptionsHeader = "Gameplay Options",
    IGUI_Bicycle_EquipKeyLabel = "Change button to equip the bicycle",
    IGUI_Bicycle_EquipKeyTooltip = "Change the keybind to equip the bicycle.",
    IGUI_Bicycle_ImmersiveModeLabel = "Immersive Mode",
    IGUI_Bicycle_ImmersiveModeTooltip = "Toggle Immersive mode. When enabled you will be a little bit slower on rough surfaces like gravel/sand.",
    IGUI_Bicycle_TransferInventoryLabel = "Allow Transfer to Inventory",
    IGUI_Bicycle_TransferInventoryTooltip = "Toggle to allow the bicycle to be transferred to player inventory.",
    IGUI_Bicycle_DebugOptionsHeader = "Debug Options",
    IGUI_Bicycle_SpawnBikeButton = "Add Bicycle to Inventory (FOR DEBUG PURPOSES)",
    IGUI_Bicycle_SpawnBikeTooltip = "Mod updates can cause bicycles to despawn, use this to get one back.",
    IGUI_Bicycle_SpawnSaddlebagsButton = "Add Saddlebags attachment to Inventory (FOR DEBUG PURPOSES)",
    IGUI_Bicycle_SpawnSaddlebagsTooltip = "Mod updates can cause bicycles and attachments to despawn, use this to get one back.",
    IGUI_Bicycle_SpawnBasketButton = "Add Basket attachment to Inventory (FOR DEBUG PURPOSES)",
    IGUI_Bicycle_SpawnBasketTooltip = "Mod updates can cause bicycles and attachments to despawn, use this to get one back.",
    IGUI_Bicycle_SpawnCrateButton = "Add Crate attachment to Inventory (FOR DEBUG PURPOSES)",
    IGUI_Bicycle_SpawnCrateTooltip = "Mod updates can cause bicycles and attachments to despawn, use this to get one back.",
    IGUI_Bicycle_FixAutoVaultButton = "Fix Auto Vault",
    IGUI_Bicycle_FixAutoVaultTooltip = "If you are unable to vault over fences after using a bicycle, click here to fix it.",
    IGUI_Bicycle_CompatibilityDescription = "COMPATIBILITY SETTINGS: If you're having mod conflict issues, check these settings and enable the fixes you need.",
    IGUI_Bicycle_BetterInventoryFixLabel = "Fix [B42] Another items UI beta",
    IGUI_Bicycle_BetterInventoryFixTooltip = "Makes the [B42] Another items UI beta work, however, there will be bicycle containers visible in the UI that can't be interacted with.",
    IGUI_Bicycle_ModderNoticeDescription = "!! ATTENTION MODDERS !! Enable this option if you need to use the attachment editor. There will be an error on game load, but ignore it.",
    IGUI_Bicycle_EditorFixLabel = "Fix Attachment Editor",
    IGUI_Bicycle_EditorFixTooltip = "Fixes the attachment editor so the model stays loaded, and the save/exit works as expected.",
}
