-- -=[ Instructions for Contributors ]=-
-- Firstly, thank you for stopping in; I hope you enjoy your time here.

-- Steps:
---- 1. If there is not a directory for your language with in "/media/lua/client/shared/Translate/" then create one.
------ 1a. Copy over this file to "Translate/<LANGUAGE>" and rename it to "UI_<LANGUAGE>" (for example: UI_EN.txt)
---- 2. Under the instructions there is the 'header' for a list - make sure the name matches the text file's name.
------ For example: Both the text file and list should be UI_EN, UI_RU, UI_FR, etc.
---- 3. You're ready to translate! Only change things bellow

-- Phrases can be found in "/media/lua/client/shared/Translate/"
--- (the folder of your language, for example: EN, RU, FR, will include everything you need.)

-- You can add more phrases than what is available, just make sure the numbers at the end of the entry follows numerically.
--- (1, 2, 3, 4, 5, etc)

-- When Writing New Phrases:
-- 1. Keep them short when you can.
-- 2. Don't capitalize anything other than 'I' or proper nouns.
-- 3. Punctuation is fine, but keep in mind all '.' can become '!' - so avoid things like U.S.A. or F.B.I. (USA and FBI are fine)
-- 4. Avoid swears (as there is dynamic swearing built-in), instead use <SWEAR>.
-- 5. For the moment any *emotive actions* have to be the entire phrase (which won't be filtered).

-- For more variety and to avoid bloat from repetitive phrases, phrases can be used as Keywords to replace parts of another phrase at random.
-- Format: "<WORD> in the phrase." Make sure there is a corresponding PhrasesWORD phrase-set.
-- When writing new Phrases to be used as keywords: Read through some lines with <WORD> to make sure it sounds correct before adding them in.
-- For example: Look at "UI_Phrases_FOOD" and <FOOD> below.

-- DO NOT TRANSLATE KEYWORDS LIKE <WORD> OR <SWEAR>.
-- Make sure to save the file in the proper encoding for your language.
-- NOTE: THE TABLE HEADER "UI_XX" MUST MATCH THE IN GAME LANGUAGE ABBREVIATION
UI_RU = {

-- These are for the config options - leave "\n" in for line break purposes.
-- Each phrase set that has a config option for it has the prefix "UI_Config_" followed by the same MoodID
UI_ConfigMODID_Conditional-Speech = "Conditional Speech",
UI_Config_SpeechCanAttractsZombies = "   ",
UI_Config_SpeechCanAttractsZombiesToolTip = "        ."
UI_Config_ShowOnlyAudibleSpeech = "   "
UI_Config_ShowOnlyAudibleSpeechToolTip = "  ,     ."
UI_Config_moodTableToolTip = " :"

-- This phrase is used for remaining ammunition left in the gun.
UI_shotsLeft = " "

--UI_Phrases_Drunk
UI_Config_Drunk = "",
UI_Phrases_Drunk1 = "  ",
UI_Phrases_Drunk2 = "  ",
UI_Phrases_Drunk3 = " ",
UI_Phrases_Drunk4 = "  ",
UI_Phrases_Drunk5 = " ",
UI_Phrases_Drunk6 = " ",
UI_Phrases_Drunk7 = "  ",
UI_Phrases_Drunk8 = "  ",
UI_Phrases_Drunk9 = "     ",
UI_Phrases_Drunk10 = "    ",
UI_Phrases_Drunk11 = " ",
UI_Phrases_Drunk12 = " ",
UI_Phrases_Drunk13 = "   ",
UI_Phrases_Drunk14 = "  ",
UI_Phrases_Drunk15 = "     ",
UI_Phrases_Drunk16 = "      ",
UI_Phrases_Drunk17 = "  ",
UI_Phrases_Drunk18 = "   ",
UI_Phrases_Drunk19 = "   ",
UI_Phrases_Drunk20 = " -  ",
UI_Phrases_Drunk21 = "     ",
UI_Phrases_Drunk22 = "",
UI_Phrases_Drunk23 = "  ",
UI_Phrases_Drunk24 = "  ",
UI_Phrases_Drunk25 = "  ",

--UI_Phrases_HasACold
UI_Config_HasACold = "",
UI_Phrases_HasACold1 = "   ",
UI_Phrases_HasACold2 = "  ",
UI_Phrases_HasACold3 = "   ",
UI_Phrases_HasACold4 = "   ",
UI_Phrases_HasACold5 = "  ",
UI_Phrases_HasACold6 = "  -   ",
UI_Phrases_HasACold7 = "  ?",
UI_Phrases_HasACold8 = "    ",
UI_Phrases_HasACold9 = "   ",
UI_Phrases_HasACold10 = "     ",
UI_Phrases_HasACold11 = "  ,    ",
UI_Phrases_HasACold12 = "   ",
UI_Phrases_HasACold13 = "    ",
UI_Phrases_HasACold14 = "    ",
UI_Phrases_HasACold15 = "   ",
UI_Phrases_HasACold16 = "     ",
UI_Phrases_HasACold17 = "   ",
UI_Phrases_HasACold18 = "  ,      ",
UI_Phrases_HasACold19 = "  -  ",
UI_Phrases_HasACold20 = "   ",
UI_Phrases_HasACold21 = "  ",
UI_Phrases_HasACold22 = "   ",
UI_Phrases_HasACold23 = " ,   ",
UI_Phrases_HasACold24 = "     ",
UI_Phrases_HasACold25 = "   ",

--UI_Phrases_Windchill
UI_Config_Windchill = " ",
UI_Phrases_Windchill1 = " ",
UI_Phrases_Windchill2 = "  ",
UI_Phrases_Windchill3 = "  ",
UI_Phrases_Windchill4 = " ",
UI_Phrases_Windchill5 = " ",
UI_Phrases_Windchill6 = "   ",
UI_Phrases_Windchill7 = " ",
UI_Phrases_Windchill8 = "   ",
UI_Phrases_Windchill9 = "  ",
UI_Phrases_Windchill10 = "     ",
UI_Phrases_Windchill11 = "       ",
UI_Phrases_Windchill12 = "  ",
UI_Phrases_Windchill13 = "    ",
UI_Phrases_Windchill14 = "    ",
UI_Phrases_Windchill15 = "   ",
UI_Phrases_Windchill16 = "   ",
UI_Phrases_Windchill17 = "   ",
UI_Phrases_Windchill18 = "   ",
UI_Phrases_Windchill19 = "  ",
UI_Phrases_Windchill20 = "  ,   ",
UI_Phrases_Windchill21 = "     ",
UI_Phrases_Windchill22 = "     ",
UI_Phrases_Windchill23 = "   ",
UI_Phrases_Windchill24 = " ,   ",
UI_Phrases_Windchill25 = "   ",

--UI_Phrases_Hyperthermia
UI_Config_Hyperthermia = "",
UI_Phrases_Hyperthermia1 = " ",
UI_Phrases_Hyperthermia2 = "  ",
UI_Phrases_Hyperthermia3 = "  ",
UI_Phrases_Hyperthermia4 = "  ",
UI_Phrases_Hyperthermia5 = " ,  ",
UI_Phrases_Hyperthermia6 = "     ",
UI_Phrases_Hyperthermia7 = "   ",
UI_Phrases_Hyperthermia8 = "  ",
UI_Phrases_Hyperthermia9 = "   ",
UI_Phrases_Hyperthermia10 = "  ",
UI_Phrases_Hyperthermia11 = "  ",
UI_Phrases_Hyperthermia12 = "  ",
UI_Phrases_Hyperthermia13 = "     ",
UI_Phrases_Hyperthermia14 = "   ",
UI_Phrases_Hyperthermia15 = "  ",
UI_Phrases_Hyperthermia16 = "    ",
UI_Phrases_Hyperthermia17 = "    ",

--UI_Phrases_Endurance
UI_Config_Endurance = "",
UI_Phrases_Endurance1 = "",
UI_Phrases_Endurance2 = "  ",
UI_Phrases_Endurance3 = "**",
UI_Phrases_Endurance4 = "    ",
UI_Phrases_Endurance5 = "  ",
UI_Phrases_Endurance6 = "   ",
UI_Phrases_Endurance7 = "  ,    ",
UI_Phrases_Endurance8 = "   ",
UI_Phrases_Endurance9 = "  ",
UI_Phrases_Endurance10 = "   ",
UI_Phrases_Endurance11 = "    ",
UI_Phrases_Endurance12 = "    ",
UI_Phrases_Endurance13 = "  ",
UI_Phrases_Endurance14 = "  ",
UI_Phrases_Endurance15 = " ",
UI_Phrases_Endurance16 = "    ",
UI_Phrases_Endurance17 = "  ",
UI_Phrases_Endurance18 = "  ",
UI_Phrases_Endurance19 = "   ",
UI_Phrases_Endurance20 = " ",
UI_Phrases_Endurance21 = "    ",
UI_Phrases_Endurance22 = "   ",
UI_Phrases_Endurance23 = "   ",
UI_Phrases_Endurance24 = "  ",
UI_Phrases_Endurance25 = "    ",

--UI_Phrases_Bleeding
UI_Config_Bleeding = "",
UI_Phrases_Bleeding1 = "   ",
UI_Phrases_Bleeding2 = "  ",
UI_Phrases_Bleeding3 = "   ",
UI_Phrases_Bleeding4 = "  ",
UI_Phrases_Bleeding5 = "   ",
UI_Phrases_Bleeding6 = "    "
UI_Phrases_Bleeding7 = " ",
UI_Phrases_Bleeding8 = "   ",
UI_Phrases_Bleeding9 = " ",
UI_Phrases_Bleeding10 = "  , ",
UI_Phrases_Bleeding11 = "   ",
UI_Phrases_Bleeding12 = "  ",
UI_Phrases_Bleeding13 = "   ",
UI_Phrases_Bleeding14 = "  ",
UI_Phrases_Bleeding15 = "    ",
UI_Phrases_Bleeding16 = "    ",
UI_Phrases_Bleeding17 = "-, ,  ",
UI_Phrases_Bleeding18 = "  ",
UI_Phrases_Bleeding19 = " ",
UI_Phrases_Bleeding20 = "   ",
UI_Phrases_Bleeding21 = "  ",
UI_Phrases_Bleeding22 = "   ",

--UI_Phrases_FoodEaten
UI_Config_FoodEaten = " ",
UI_Phrases_FoodEaten1 = " ",
UI_Phrases_FoodEaten2 = " ",
UI_Phrases_FoodEaten3 = "  ",
UI_Phrases_FoodEaten4 = "",
UI_Phrases_FoodEaten5 = "  ",
UI_Phrases_FoodEaten6 = "    ",
UI_Phrases_FoodEaten7 = "   "
UI_Phrases_FoodEaten8 = "  ",
UI_Phrases_FoodEaten9 = "     ",
UI_Phrases_FoodEaten10 = " ",
UI_Phrases_FoodEaten11 = "   ",
UI_Phrases_FoodEaten12 = "    - ",
UI_Phrases_FoodEaten13 = "   ",
UI_Phrases_FoodEaten14 = "   ",
UI_Phrases_FoodEaten15 = "     ",
UI_Phrases_FoodEaten16 = "    ",
UI_Phrases_FoodEaten17 = "      ",
UI_Phrases_FoodEaten18 = "  ,    ",
UI_Phrases_FoodEaten19 = "   ",
UI_Phrases_FoodEaten20 = "     ",
UI_Phrases_FoodEaten21 = "       ",


--UI_Phrases_Injured
UI_Config_Injured = "",
UI_Phrases_Injured1 = "  ",
UI_Phrases_Injured2 = "<SARCASM>, ",
UI_Phrases_Injured3 = "<SWEAR>",
UI_Phrases_Injured4 = " ",
UI_Phrases_Injured5 = "   ",
UI_Phrases_Injured6 = "   ",
UI_Phrases_Injured7 = "   ",

--UI_Phrases_Unhappy
UI_Config_Unhappy = "",
UI_Phrases_Unhappy1 = "   ",
UI_Phrases_Unhappy2 = "  ",
UI_Phrases_Unhappy3 = "    ?",
UI_Phrases_Unhappy4 = "   ?",
UI_Phrases_Unhappy5 = "  ",
UI_Phrases_Unhappy6 = "   ",
UI_Phrases_Unhappy7 = "    ?",
UI_Phrases_Unhappy8 = "  ",
UI_Phrases_Unhappy9 = "    ",
UI_Phrases_Unhappy10 = " ?",
UI_Phrases_Unhappy11 = "   ",
UI_Phrases_Unhappy12 = "  -  ",
UI_Phrases_Unhappy13 = "  ",
UI_Phrases_Unhappy14 = "   ",
UI_Phrases_Unhappy15 = "   ",
UI_Phrases_Unhappy16 = "      ",
UI_Phrases_Unhappy17 = "  ",
UI_Phrases_Unhappy18 = "   ",
UI_Phrases_Unhappy19 = " -     ",
UI_Phrases_Unhappy20 = " ,    -",
UI_Phrases_Unhappy21 = "      ",
UI_Phrases_Unhappy22 = " ?",
UI_Phrases_Unhappy23 = "    ",
UI_Phrases_Unhappy24 = "    ,    ",
UI_Phrases_Unhappy25 = "  ,      ",


--UI_Phrases_Wet
UI_Config_Wet = "",
UI_Phrases_Wet1 = " ",
UI_Phrases_Wet2 = " ",
UI_Phrases_Wet3 = "  ",
UI_Phrases_Wet4 = "<SARCASM>,   ",
UI_Phrases_Wet5 = "  ",
UI_Phrases_Wet6 = "   ",

--UI_Phrases_Sick
UI_Config_Sick = "",
UI_Phrases_Sick1 = "",
UI_Phrases_Sick2 = "   ",
UI_Phrases_Sick3 = " ",
UI_Phrases_Sick4 = "  ",
UI_Phrases_Sick5 = " ",
UI_Phrases_Sick6 = " ",
UI_Phrases_Sick7 = "  ?",
UI_Phrases_Sick8 = "  ",

--UI_Phrases_HeavyLoad
UI_Config_HeavyLoad = " ",
UI_Phrases_HeavyLoad1 = "**",
UI_Phrases_HeavyLoad2 = "",
UI_Phrases_HeavyLoad3 = "     ",
UI_Phrases_HeavyLoad4 = "  ",
UI_Phrases_HeavyLoad5 = "<SWEAR>,  ",
UI_Phrases_HeavyLoad6 = "<Pain>.  ",

--UI_Phrases_OnDusk
UI_Config_OnDusk = "",
UI_Phrases_OnDusk1 = "",
UI_Phrases_OnDusk2 = ",  ",
UI_Phrases_OnDusk3 = " ",
UI_Phrases_OnDusk4 = "  ",
UI_Phrases_OnDusk5 = " ",
UI_Phrases_OnDusk6 = " ",
UI_Phrases_OnDusk7 = "  ",
UI_Phrases_OnDusk8 = "    ",
UI_Phrases_OnDusk9 = "     ",
UI_Phrases_OnDusk10 = " ",


--UI_Phrases_OnDawn
UI_Config_OnDawn = "",
UI_Phrases_OnDawn1 = "  ",
UI_Phrases_OnDawn2 = "  ",
UI_Phrases_OnDawn3 = " ",
UI_Phrases_OnDawn4 = " ",

--UI_Phrases_GunJammed
UI_Config_GunJammed = " ",
UI_Phrases_GunJammed1 = "",
UI_Phrases_GunJammed2 = " ",
UI_Phrases_GunJammed3 = "  ",
UI_Phrases_GunJammed4 = "",

--UI_Phrases_LowAmmo
UI_Config_LowAmmo = " ",
UI_Phrases_LowAmmo1 = " ",
UI_Phrases_LowAmmo2 = " ",
UI_Phrases_LowAmmo3 = " ",
UI_Phrases_LowAmmo4 = "  ",
UI_Phrases_LowAmmo5 = " ",

--UI_Phrases_OutOfAmmo
UI_Config_OutOfAmmo = " ",
UI_Phrases_OutOfAmmo1 = "  ",
UI_Phrases_OutOfAmmo2 = "",
UI_Phrases_OutOfAmmo3 = " ",
UI_Phrases_OutOfAmmo4 = " ",
UI_Phrases_OutOfAmmo5 = "  ",
UI_Phrases_OutOfAmmo6 = "   ",
UI_Phrases_OutOfAmmo7 = " ",
UI_Phrases_OutOfAmmo8 = "  ",
UI_Phrases_OutOfAmmo9 = " ",
UI_Phrases_OutOfAmmo10 = " ",
UI_Phrases_OutOfAmmo11 = " ",
UI_Phrases_OutOfAmmo12 = "  ",

--UI_Phrases_Hungry
UI_Config_Hungry = "",
UI_Phrases_Hungry1 = "  ",
UI_Phrases_Hungry2 = "*  *",
UI_Phrases_Hungry3 = "   <FOOD>",
UI_Phrases_Hungry4 = " - ",
UI_Phrases_Hungry5 = "  <FOOD>   ",
UI_Phrases_Hungry6 = "  ",
UI_Phrases_Hungry7 = "* *",
UI_Phrases_Hungry8 = "   ",
UI_Phrases_Hungry9 = " - ",
UI_Phrases_Hungry10 = "  ",
UI_Phrases_Hungry11 = ",    - ",
UI_Phrases_Hungry12 = "   <FOOD>",
UI_Phrases_Hungry13 = "   <FOOD>  ",
UI_Phrases_Hungry14 = "*  *",
UI_Phrases_Hungry15 = "      !",
UI_Phrases_Hungry16 = "-     ",
UI_Phrases_Hungry17 = "  ",
UI_Phrases_Hungry18 = "--. .",
UI_Phrases_Hungry19 = " <SWEAR>  - !?",
UI_Phrases_Hungry20 = "   ",
UI_Phrases_Hungry21 = "--. ",
UI_Phrases_Hungry22 = "   ",

--UI_Phrases_Thirst
UI_Config_Thirst = "",
UI_Phrases_Thirst1 = "  ",
UI_Phrases_Thirst2 = "* *",
UI_Phrases_Thirst3 = " .",
UI_Phrases_Thirst4 = "    .",
UI_Phrases_Thirst5 = "  - .",
UI_Phrases_Thirst6 = "   - .",
UI_Phrases_Thirst7 = "   .",
UI_Phrases_Thirst8 = "     .",
UI_Phrases_Thirst9 = "  - .",
UI_Phrases_Thirst10 = "     ",
UI_Phrases_Thirst11 = "   - .",
UI_Phrases_Thirst12 = "   !",
UI_Phrases_Thirst13 = "-    ",
UI_Phrases_Thirst14 = "  ",

--UI_Phrases_Tired
UI_Config_Tired = "",
UI_Phrases_Tired1 = "**",
UI_Phrases_Tired2 = " .",
UI_Phrases_Tired3 = "  .",
UI_Phrases_Tired4 = "   .",
UI_Phrases_Tired5 = ",     .",
UI_Phrases_Tired6 = "* *",
UI_Phrases_Tired7 = "   ",
UI_Phrases_Tired8 = "    ",
UI_Phrases_Tired9 = "  ",
UI_Phrases_Tired10 = "      .",
UI_Phrases_Tired11 = ",  .",
UI_Phrases_Tired12 = "*  *",
UI_Phrases_Tired13 = "  ",
UI_Phrases_Tired14 = ",   .",
UI_Phrases_Tired15 = ",    .    .",
UI_Phrases_Tired16 = "     ",
UI_Phrases_Tired17 = "   ",
UI_Phrases_Tired18 = "    ?",
UI_Phrases_Tired19 = ",  ",
UI_Phrases_Tired20 = "   .",
UI_Phrases_Tired21 = "*  *",
UI_Phrases_Tired22 = "  ,   .",

--UI_Phrases_Bored
UI_Config_Bored = "",
UI_Phrases_Bored1 = "  - .",
UI_Phrases_Bored2 = "    - ",
UI_Phrases_Bored3 = "**",
UI_Phrases_Bored4 = " - ",
UI_Phrases_Bored5 = ",  ",
UI_Phrases_Bored6 = ",  ",
UI_Phrases_Bored7 = " ,    ",
UI_Phrases_Bored8 = "   <SWEAR>",
UI_Phrases_Bored9 = "* *",
UI_Phrases_Bored10 = " .",
UI_Phrases_Bored11 = "  .",
UI_Phrases_Bored12 = "* *",
UI_Phrases_Bored13 = "   - ",
UI_Phrases_Bored14 = "   -,   ! -!  ! -!",
UI_Phrases_Bored15 = "       ,  ",
UI_Phrases_Bored16 = "     !",

--UI_Phrases_Stress
UI_Config_Stress = "",
UI_Phrases_Stress1 = "  ",
UI_Phrases_Stress2 = "  - ",
UI_Phrases_Stress3 = "* *",
UI_Phrases_Stress4 = "  ",
UI_Phrases_Stress5 = "",
UI_Phrases_Stress6 = "     ",
UI_Phrases_Stress7 = "*  *",
UI_Phrases_Stress8 = "    ",
UI_Phrases_Stress9 = "   ",
UI_Phrases_Stress10 = "  ",
UI_Phrases_Stress10 = "    ",
UI_Phrases_Stress11 = "  ",

--UI_Phrases_Agoraphobic
UI_Config_Agoraphobic = "",
UI_Phrases_Agoraphobic1 = " ,  ",
UI_Phrases_Agoraphobic2 = "  ",
UI_Phrases_Agoraphobic3 = "   ",
UI_Phrases_Agoraphobic4 = "    ",
UI_Phrases_Agoraphobic5 = "  ?",
UI_Phrases_Agoraphobic6 = "     ?",

--UI_Phrases_Claustrophobic
UI_Config_Claustrophobic = "",
UI_Phrases_Claustrophobic1 = " ,  ",
UI_Phrases_Claustrophobic2 = "   ",
UI_Phrases_Claustrophobic3 = " ",
UI_Phrases_Claustrophobic4 = "* *",
UI_Phrases_Claustrophobic5 = "<SWEAR>,   ",
UI_Phrases_Claustrophobic6 = "    ",

--UI_Phrases_Panic
UI_Config_Panic = "",
UI_Phrases_Panic1 = "**",
UI_Phrases_Panic2 = " !",
UI_Phrases_Panic3 = "!",
UI_Phrases_Panic4 = "!",
UI_Phrases_Panic5 = " !",
UI_Phrases_Panic6 = "!",
UI_Phrases_Panic7 = "!",
UI_Phrases_Panic8 = "!",
UI_Phrases_Panic9 = "!",
UI_Phrases_Panic10 = "!",
UI_Phrases_Panic11 = "<SWEAR>",
UI_Phrases_Panic12 = " <SWEAR>!",
UI_Phrases_Panic13 = " <SWEAR>!",
UI_Phrases_Panic14 = "!",
UI_Phrases_Panic15 = " <SWEAR>!",
UI_Phrases_Panic16 = "!?",
UI_Phrases_Panic17 = "!",
UI_Phrases_Panic18 = "!",
UI_Phrases_Panic19 = "!?",
UI_Phrases_Panic20 = " !",
UI_Phrases_Panic21 = "-,  !",
UI_Phrases_Panic22 = "-,  !",
UI_Phrases_Panic23 = " ! !",

--UI_Phrases_Hypothermia
UI_Config_Hypothermia = "",
UI_Phrases_Hypothermia1 = " ",
UI_Phrases_Hypothermia2 = "",
UI_Phrases_Hypothermia3 = "**",

--UI_Phrases_Pain
UI_Config_Pain = "",
UI_Phrases_Pain1 = "",
UI_Phrases_Pain2 = "",
UI_Phrases_Pain3 = "",
UI_Phrases_Pain4 = " ",
UI_Phrases_Pain5 = "",
UI_Phrases_Pain6 = "",
UI_Phrases_Pain7 = "",
UI_Phrases_Pain8 = " ",
UI_Phrases_Pain9 = "",
UI_Phrases_Pain10 = "",
UI_Phrases_Pain11 = "",
UI_Phrases_Pain12 = "  ",
UI_Phrases_Pain13 = "",
UI_Phrases_Pain14 = " ",
UI_Phrases_Pain15 = "",
UI_Phrases_Pain16 = "",
UI_Phrases_Pain17 = "",
UI_Phrases_Pain18 = " ",
UI_Phrases_Pain19 = "",


--The phrase sets below don't have config options

--UI_Phrases_SWEAR
UI_Phrases_SWEAR1 = "",
UI_Phrases_SWEAR2 = "",
UI_Phrases_SWEAR3 = " ",
UI_Phrases_SWEAR4 = "",
UI_Phrases_SWEAR5 = "",

--UI_Phrases_Plosives
UI_Phrases_Plosives1 = "",
UI_Phrases_Plosives2 = "",
UI_Phrases_Plosives3 = "",
UI_Phrases_Plosives4 = "",
UI_Phrases_Plosives5 = "",
UI_Phrases_Plosives6 = "",
UI_Phrases_Plosives7 = "",
UI_Phrases_Plosives8 = "",
UI_Phrases_Plosives9 = "",
UI_Phrases_Plosives10 = "",
UI_Phrases_Plosives11 = "",
UI_Phrases_Plosives12 = "",
UI_Phrases_Plosives13 = "",
UI_Phrases_Plosives14 = "",
UI_Phrases_Plosives15 = "",
UI_Phrases_Plosives16 = "",
UI_Phrases_Plosives17 = "",
UI_Phrases_Plosives18 = "",

--UI_Phrases_FOOD
UI_Phrases_FOOD1 = "- ",
UI_Phrases_FOOD2 = " ",
UI_Phrases_FOOD3 = "",
UI_Phrases_FOOD4 = "",
UI_Phrases_FOOD5 = " ",
UI_Phrases_FOOD6 = "",
UI_Phrases_FOOD7 = "",
UI_Phrases_FOOD8 = "",
UI_Phrases_FOOD9 = " ",
UI_Phrases_FOOD10 = " ",
UI_Phrases_FOOD11 = "",
UI_Phrases_FOOD12 = "",
UI_Phrases_FOOD13 = "",
UI_Phrases_FOOD14 = " ",
UI_Phrases_FOOD15 = " ",
UI_Phrases_FOOD16 = "- ",
UI_Phrases_FOOD17 = " ",
UI_Phrases_FOOD18 = " ",
UI_Phrases_FOOD19 = " ",
UI_Phrases_FOOD20 = "   ",
UI_Phrases_FOOD21 = " ",
UI_Phrases_FOOD22 = " ",
UI_Phrases_FOOD23 = "  Spiffo",
UI_Phrases_FOOD24 = "   Spiffo",
UI_Phrases_FOOD25 = "  Jay's Chicken",
UI_Phrases_FOOD26 = "     Jay's",
UI_Phrases_FOOD27 = "- ",
UI_Phrases_FOOD28 = ",   ",

--UI_Phrases_SARCASM
UI_Phrases_SARCASM1 = " ",
UI_Phrases_SARCASM2 = "",
UI_Phrases_SARCASM3 = "",
UI_Phrases_SARCASM4 = " ,   ",
UI_Phrases_SARCASM5 = " ",

}
