Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions zeros_methlab02/zmlab2_languages/sh_language_en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ if (zmlab2.config.SelectedLanguage == "en") then
zmlab2.language["filter_title"] = "Filter"
zmlab2.language["filter_desc"] = "Used to refine the final mixture to increase its quality."
zmlab2.language["filler_title"] = "Filler"
zmlab2.language["filler_desc"] = "Used to fill the final mixture on frezzer trays."
zmlab2.language["frezzer_title"] = "Frezzer"
zmlab2.language["filler_desc"] = "Used to fill the final mixture on Freezer trays."
zmlab2.language["frezzer_title"] = "Freezer"
zmlab2.language["frezzer_desc"] = "Used to stop the final methamphetamine solution from reacting further."
zmlab2.language["packingtable_title"] = "Packing Table"
zmlab2.language["packingtable_desc"] = "Provides a fast way to break / pack meth. Can hold up to 12 frezzer trays. Can be upgraded with a automatic Ice Breaker."
zmlab2.language["packingtable_desc"] = "Provides a fast way to break / pack meth. Can hold up to 12 Freezer trays. Can be upgraded with a automatic Ice Breaker."
-- Storage Config
zmlab2.language["acid_title"] = "Hydrofluoric Acid"
zmlab2.language["acid_desc"] = "A catalyst to increase the rate of reaction."
Expand All @@ -97,7 +97,7 @@ if (zmlab2.config.SelectedLanguage == "en") then
zmlab2.language["aluminum_title"] = "Aluminum"
zmlab2.language["aluminum_desc"] = "Aluminum amalgam is used as a chemical reagent to reduce compounds."
zmlab2.language["lox_title"] = "Liquid Oxygen"
zmlab2.language["lox_desc"] = "Liquid Oxygen is used in the Frezzer to stop the final methamphetamine solution from reacting any further."
zmlab2.language["lox_desc"] = "Liquid Oxygen is used in the Freezer to stop the final methamphetamine solution from reacting any further."
zmlab2.language["crate_title"] = "Transportcrate"
zmlab2.language["crate_desc"] = "Used for transporting big amounts of meth."
zmlab2.language["palette_title"] = "Palette"
Expand Down