Removed old Loc.GetString() use instances (#4155)

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
Galactic Chimp
2021-06-21 02:13:54 +02:00
committed by GitHub
parent 4a46fbe6dd
commit 392b820796
523 changed files with 3082 additions and 1551 deletions

View File

@@ -0,0 +1,3 @@
# AirlockBolted
construction-condition-airlock-bolt = First, bolt the {$entityName}.
construction-condition-airlock-unbolt = First, unbolt the {$entityName}.

View File

@@ -0,0 +1,3 @@
# DoorWelded
construction-condition-door-weld = First, weld the {$entityName}.
construction-condition-door-unweld = First, unweld the {$entityName}.

View File

@@ -0,0 +1,4 @@
# MachineFrameComplete
construction-condition-machine-frame-requirement-label = Requires:
construction-condition-machine-frame-insert-circuit-board-message = Insert [color=cyan]any machine circuit board[/color].
construction-condition-machine-frame-required-element-entry = [color=yellow]{$amount}x[/color] [color=green]{$elementName}[/color]

View File

@@ -0,0 +1,2 @@
# ToiletLidClosed
construction-condition-toilet-lid-closed = Use a [color=yellow]crowbar[/color] to close the lid.

View File

@@ -0,0 +1,3 @@
# WirePanel
construction-condition-wire-panel-open = First, open the maintenance panel.
construction-condition-wire-panel-close = First, close the maintenance panel.