Config.language = {
notificationTitle = "Medical",
medicalBed = "Medical Bed",
layDown = "Lay Down",
getUp = "Get Up",
visit = "Visit",
inspect = "Inspect",
unableToUseItem = "You're unable to use this item",
doctorsOnline = "There's a doctor around, go ask him help.",
-- ...
noDoctorsOnline = "There are no doctors online",
-- Webhooks Formatting
embedName = "Mega Doctorjob",
newDiseaseTitle = "Player has contracted a disease",
newDiseaseText = "**Player ID**: %s (%s)\n**Disease:** %s\n**Severity:** %s\n**Bone:** %s\n**Damage Type:** %s",
-- Vaccines
applyingVaccine = "Applying %s",
vaccineApplied = "%s has been applied",
-- Severity
symptomsWorsened = "Symptoms worsened: %s"
}