Translate_EN = {
  UI_GeneratorActivation_genBroken = "I can't.. The generator is broken",
  UI_GeneratorActivation_genEmpty = "I can't.. The generator is out of fuel",

  UI_ProximitySensorActivation_notInsideBuilding = "Need to be inside building to add sensor",
  UI_ProximitySensorActivation_needScrap_1 = "Need ",
  UI_ProximitySensorActivation_needScrap_2 = " electric scrap to add sensor",

  UI_BuildingGenerator_needFuelCan = "Need some fuel can to fill generator",
  UI_BuildingGenerator_fixNeedKnowledge = "I don't know how to repair generator",
  UI_BuildingGenerator_fixGenStillOn = "I can't.. The generator is still on",
  UI_BuildingGenerator_fixNeedScrap = "Need scrap to repair generator",

  UI_LightSensor_knowledge = "I don't know how to do it",
  UI_LightSensor_knowledgeElec = "I need to learn more about electricity",
  UI_LightSensor_needScrap = "Need electric scrap to add sensor",

  UI_ProximitySensor_catchSentence_1 = "Something is in the building!",
  UI_ProximitySensor_catchSentence_2 = "I heard a zombie nearby!",
  UI_ProximitySensor_catchSentence_3 = "Oh shit! The alarm! Zombies are coming",
}