Files
tbd-station-14/Resources/Locale/en-US/machine-linking/components/signal-linker-component.ftl
Kara 6ab3942bfe Verb tooltip tweaks (#7796)
* tooltip changes

* these too
2022-04-25 22:48:12 -07:00

17 lines
1.1 KiB
Plaintext

signal-linker-component-saved = Successfully saved link to {$machine}!
signal-linker-component-linked-port = Successfully linked {$machine1}:{$port1} to {$machine2}:{$port2}!
signal-linker-component-unlinked-port = Successfully unlinked {$machine1}:{$port1} from {$machine2}:{$port2}!
signal-linker-component-connection-refused = {$machine} refused the connection!
signal-linker-component-max-connections-receiver = Maximum connections reached on the receiver!
signal-linker-component-max-connections-transmitter = Maximum connections reached on the transmitter!
signal-linker-component-type-mismatch = The port's type does not match the type of the saved port!
signal-linker-component-out-of-range = Connection is out of range!
# Verbs
signal-linking-verb-text-link-default = Link default ports
signal-linking-verb-success = Connected all default {$machine} links.
signal-linking-verb-fail = Failed to connect all default {$machine} links.
signal-linking-verb-disabled-no-transmitter = First interact with a transmitter, then link default ports.
signal-linking-verb-disabled-no-receiver = First interact with a receiver, then link default ports.