IG_UI_EN = {
    IGUI_TRUESMOKING_KEY_SMOKE = "Puff/Relight/Find Smoke",
    IGUI_TRUESMOKING_KEY_SMOKE_DESC = "Take a puff or relight a cigarette, find a cigarette if not smoking",

    IGUI_TRUESMOKING_FIND_SMOKE = "Unpack/Light Smoke",
    IGUI_TRUESMOKING_FIND_SMOKE_DESC = "Enable or disable the feature to find and light a smoke automatically",

    IGUI_TRUESMOKING_KEY_STOP_SMOKE = "Stop Smoking",
    IGUI_TRUESMOKING_KEY_STOP_SMOKE_DESC = "Put out the smoke",

    IGUI_TRUESMOKING_PASSIVE_SMOKING = "Passive Puffing",
    IGUI_TRUESMOKING_PASSIVE_SMOKING_DESC = "Enable automatic passive puffing while holding a cigarette",

    IGUI_TRUESMOKING_PASSIVE_MIN_TIME = "Passive Puffing Min Time",
    IGUI_TRUESMOKING_PASSIVE_MIN_TIME_DESC = "Set the minimum time interval for passive puffing",

    IGUI_TRUESMOKING_PASSIVE_MAX_TIME = "Passive Puffing Max Time",
    IGUI_TRUESMOKING_PASSIVE_MAX_TIME_DESC = "Set the maximum time interval for passive puffing",

    IGUI_TRUESMOKING_KEEP_LIT = "Keep Smoke Lit",
    IGUI_TRUESMOKING_KEEP_LIT_DESC = "Automatically puff when the smoke is about to go out",

    IGUI_TRUESMOKING_AUTO_PUT_OUT = "Automatically Put Out Smoke",
    IGUI_TRUESMOKING_AUTO_PUT_OUT_DESC = "Automatically put out the smoke when finished",

    IGUI_TRUESMOKING_HIDE_PUFF_ACTION_BAR = "Hide puffing action bar",
    IGUI_TRUESMOKING_HIDE_PUFF_ACTION_BAR_DESC = "Hide the action bar that appears during puffing",

    IGUI_TRUESMOKING_HIDE_ALL_ACTION_BARS = "Hides all actions bars",
    IGUI_TRUESMOKING_HIDE_ALL_ACTION_BARS_DESC = "Hide all action bars related to smoking",

    IGUI_TRUESMOKING_HIDE_MOODLES = "Hide Moodles",
    IGUI_TRUESMOKING_HIDE_MOODLES_DESC = "Hides the moodles",

    IGUI_TRUESMOKING_SHOW_DAYS_REMAINING = "Show Days Remaining",
    IGUI_TRUESMOKING_SHOW_DAYS_REMAINING_DESC = "Show the number of days remaining until recovery from addiction",

    IGUI_TRUESMOKING_SHOW_SMOKE_PERCENT = "Show Smoke Percent Remaining",
    IGUI_TRUESMOKING_SHOW_SMOKE_PERCENT_DESC = "Show the remianing percentage of the smoke",

    IGUI_TRUESMOKING_DEBUG_MOODLES = "Debug Info",
    IGUI_TRUESMOKING_DEBUG_MOODLES_DESC = "Shows Debug information on the moodle tooltips",

    IGUI_TRUESMOKING_WITHDRAWAL_TEXT = "Withdrawal Symptom Text",
    IGUI_TRUESMOKING_WITHDRAWAL_TEXT_DESC = "Display text above the players head for withdrawal symptoms",

    IGUI_TRUESMOKING_ALWAYS_SHOW_MOODLE = "Always Show Addiction Moodle",
    IGUI_TRUESMOKING_ALWAYS_SHOW_MOODLE_DESC = "Always show the addiction moodle",

    IGUI_TRUESMOKING_HIDE_ADDICTION_MOODLE = "Hide Addiction Moodle",
    IGUI_TRUESMOKING_HIDE_ADDICTION_MOODLE_DESC = "Hides the addiction moodle",

    IGUI_TRUESMOKING_SMOKE_KEYS = "Hotkeys For Smokes",
    IGUI_TRUESMOKING_ROLLED_HK = "Rolled Cigarette",
    IGUI_TRUESMOKING_CIG_HK = "Cigarette",
    IGUI_TRUESMOKING_CIGARILLO_HK = "Cigarillo",
    IGUI_TRUESMOKING_CIGAR_HK = "Cigar",
    IGUI_TRUESMOKING_CAN_HK = "Can",
    IGUI_TRUESMOKING_PIPE_HK = "Smoking Pipe",
}