UI_EN = {
    UI_prof_unemployed = "Drifter",
    UI_profdesc_unemployed = "",

    UI_prof_formerslave = "Former Slave",
    UI_profdesc_formerslave = "",

    UI_prof_cultist = "Cultist",
    UI_profdesc_cultist = "",

    UI_prof_peasant = "Peasant",
    UI_profdesc_peasant = "",

    UI_prof_clothier = "Clothier",
    UI_profdesc_clothier = "",

    UI_prof_herbalist = "Herbalist",
    UI_profdesc_herbalist = "",

    UI_prof_blacksmith = "Blacksmith",
    UI_profdesc_blacksmith = "",

    UI_prof_tinkerer = "Tinkerer",
    UI_profdesc_tinkerer = "",

    UI_prof_scavenger = "Scavenger",
    UI_profdesc_scavenger = "",

    UI_prof_gatherer = "Gatherer",
    UI_profdesc_gatherer = "",

    UI_prof_hermit = "Hermit",
    UI_profdesc_hermit = "",

    UI_prof_hunter = "Hunter",
    UI_profdesc_hunter = "",

    UI_prof_raider = "Raider",
    UI_profdesc_raider = "",

    UI_prof_militia = "Militia",
    UI_profdesc_militia = "",

    UI_prof_bountyhunter = "Bounty Hunter",
    UI_profdesc_bountyhunter = "",

    UI_prof_tribesman = "Tribesman",
    UI_profdesc_tribesman = "",

    UI_prof_psycho = "Psycho",
    UI_profdesc_psycho = "",

    UI_prof_gladiator = "Gladiator",
    UI_profdesc_gladiator = "",

    UI_prof_deadbeat = "Deadbeat",
    UI_profdesc_deadbeat = "",

    UI_prof_courier = "Courier",
    UI_profdesc_courier = "",

    UI_prof_thief = "Thief",
    UI_profdesc_thief = "",

    UI_prof_merchant = "Travelling Merchant",
    UI_profdesc_merchant = "",

    UI_prof_scout = "Scout",
    UI_profdesc_scout = "",

    UI_prof_dancer = "Exotic Dancer",
    UI_profdesc_dancer = "",

    UI_prof_educator = "Educator",
    UI_profdesc_educator = "",
    
    UI_trait_Sober = "Sober",
    UI_trait_SoberDesc = "Can't drink alcohol or smoke.",

    UI_trait_Mechanics3 = "Amateur Mechanic",
    UI_trait_Mechanics3Desc = "Can repair all vehicle types without having to read any recipe magazines.",

    UI_trait_Solitary = "Solitary",
    UI_trait_SolitaryDesc = "Gets paniced when around people.",

    UI_trait_Brawler2 = "Brawler",
    UI_trait_Brawler2Desc = "Used to getting into trouble.",

    UI_trait_Untalented = "Untalented",
    UI_trait_UntalentedDesc = "Locked out from most talent or profession related traits.",

    UI_trait_Pathfinder = "Pathfinder",
    UI_trait_PathfinderDesc = "Start the game with some important maps of Knox County.",

    UI_trait_Trader = "Trader",
    UI_trait_TraderDesc = "Always has some money on hand and knows how to make makeshift communication devices in case they get into trouble.",

    UI_trait_Pretty = "Pretty",
    UI_trait_PrettyDesc = "My appearance is my capital in this world.",

    UI_trait_Primitive = "Primitive",
    UI_trait_PrimitiveDesc = "Can't use traits that are somehow related to old world technology or culture.",
}