Makes Airtight ECS. (#4351)
* Makes Airtight ECS. * Remove atmos holdovers while at it!
This commit is contained in:
committed by
GitHub
parent
0aaa2727c8
commit
93acc565f0
17
Resources/Locale/en-US/atmos/gas-tank-component.ftl
Normal file
17
Resources/Locale/en-US/atmos/gas-tank-component.ftl
Normal file
@@ -0,0 +1,17 @@
|
||||
### GasTankComponent stuff.
|
||||
|
||||
# Examine text showing pressure in tank.
|
||||
comp-gas-tank-examine = Pressure: [color=orange]{PRESSURE($pressure)}[/color].
|
||||
|
||||
# Examine text when internals are active.
|
||||
comp-gas-tank-connected = {"\u000A"}Connected to external component
|
||||
|
||||
## ControlVerb
|
||||
control-verb-open-control-panel-text = Open Control Panel
|
||||
|
||||
## UI
|
||||
gas-tank-window-label = Gas Tank
|
||||
gas-tank-window-internals-toggle-button = Toggle
|
||||
gas-tank-window-output-pressure-label = Output Pressure
|
||||
gas-tank-window-tank-pressure-text = Pressure: {$tankPressure} kPA
|
||||
gas-tank-window-internal-text = Internals: [color={$colorName}]{$status}[/color]
|
||||
Reference in New Issue
Block a user