signal-linker-component.ftl 1.1 KB

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