Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TLDR.Language = {}
- TLDR.Language = {
- Voice = {
- cold1 = "I think I can't feel my fingers and toes again.",
- cold2 = "So...Cold!",
- cold3 = "It's getting colder.If I have don't have enough firewood to last the night, i might not make it..",
- hungry1 = "I need to find something eat before i starve to death.",
- hungry2 = "My stomach doesn't feel so good.",
- hungry3 = "I have never been so hungry in my life.",
- hungry4 = "Can you eat trees?",
- hungry5 = "I would eat snow if the hypothermia wouldnt kill me.",
- hungry6 = "Never thought i've be dying from starvation.",
- hungry7 = "*Rumbling belly*",
- drink1 = "I would do anything for a drink right now.",
- drink2 = "Gonna need water real soon.",
- drink3 = "So thirsty... Got to be a way to melt some snow.",
- sleep1 = "*yawn*",
- sleep2 = "I'm gonna need a rest soon.",
- sleep3 = "I need to find place for a rest.",
- },
- VGUI = {
- SomebodyLooting = "Somebody already looting this container!",
- SpawnBed = "Spawn bed",
- SpawnCampfire = "Spawn campfire",
- Back = "Back",
- Take = "Take",
- Leave = "Leave",
- Use = "Use",
- Drop = "Drop",
- Sleep = "Sleep",
- MeltSnow = "Melt snow",
- WaterMelting = "Snow is melting, please wait",
- Campfire_Time = "Campfire working time",
- Campfire_Woods = "Woods",
- Campfire_AddWoods = "Add wood",
- Campfire_Fire = "Make a fire",
- Campfire_CookMeat = "Cook meat",
- Autosave = "Game autosaved",
- Save = "Game saved",
- SaveGame = "Save game",
- KnifeNeeded = "You need knife for that!",
- CutMeat = "Cut into meat",
- Death = {
- Killed = "You are dead",
- Frozen = "You are frozen to death",
- Hunger = "You died of hunger",
- Drink = "You died of dehydration",
- Survived = "You survived"
- },
- RIP = "Rest in peace, ",
- Items = {
- ["surv_chipsbag1"] = "Chips",
- ["surv_chipsbag2"] = "Chips",
- ["surv_chipsbag3"] = "Chips",
- ["surv_bagel1"] = "Bagel",
- ["surv_fruitbanana"] = "Banana",
- ["surv_bread1"] = "Bread",
- ["surv_cabbage3"] = "Cabbage",
- ["surv_vegcarrot"] = "Carrot",
- ["surv_cheesewheel1a"] = "Cheese",
- ["surv_chickenwrap"] = "Chicken wrap",
- ["surv_fruitcoconut"] = "Cocount",
- ["surv_cookies"] = "Cookies",
- ["surv_vegeggplant"] = "Eggplant",
- ["surv_veggourd"] = "Gourd",
- ["surv_fruitgrape1"] = "Grape",
- ["surv_fruitpineapple"] = "Pineapple",
- ["surv_fruitpumpkin"] = "Pumpkin",
- ["surv_meat_cooked"] = "Meat",
- ["surv_meat_raw"] = "Meat(raw)",
- ["surv_vegcorn"] = "Corn",
- ["surv_applejuice"] = "Apple juice",
- ["surv_sodacan02"] = "Can of soda",
- ["surv_orangejuice"] = "Orange juice",
- ["surv_can"] = "Can",
- ["surv_wood"] = "Wood",
- ["surv_medic"] = "Medicine",
- ["tldr_sf_campfire"] = "Campfire",
- ["tldr_bed"] = "Bed",
- ["tldr_crate"] = "Crate",
- ["tldr_player_crate"] = "Box",
- ["surv_weapon"] = "Rifle",
- ["notmic_mosin"] = "Rifle",
- ["surv_water"] = "Water",
- ["tldr_bear_gib"] = "Bear",
- ["surv_knife"] = "Knife",
- ["tldr_box"] = "Box",
- ["tldr_cabinet"] = "Cabinet",
- ["tldr_dresser"] = "Dresser",
- ["tldr_lcabinet"] = "Cabinet",
- ["tldr_locker"] = "Locker",
- ["surv_ammo"] = "Ammo"
- },
- Empty = "Empty",
- },
- Other = {
- kg = "kg",
- seconds = "sec.",
- Day = "Day(s)",
- Hour = "Hour(s)",
- Minute = "Minute(s)",
- Second = "Second(s)",
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment