Use nav beacon locations for announcements (#26437)
* use nav beacon locations for announcements * :thumbs_up:
This commit is contained in:
8
Resources/Locale/en-US/_directions.ftl
Normal file
8
Resources/Locale/en-US/_directions.ftl
Normal file
@@ -0,0 +1,8 @@
|
||||
zzzz-fmt-direction-North = North
|
||||
zzzz-fmt-direction-South = South
|
||||
zzzz-fmt-direction-East = East
|
||||
zzzz-fmt-direction-West = West
|
||||
zzzz-fmt-direction-NorthEast = NorthEast
|
||||
zzzz-fmt-direction-SouthEast = SouthEast
|
||||
zzzz-fmt-direction-NorthWest = NorthWest
|
||||
zzzz-fmt-direction-SouthWest = SouthWest
|
||||
@@ -1,4 +1,4 @@
|
||||
carp-rift-warning = A rift is causing an unnaturally large energy flux at {$location}. Stop it at all costs!
|
||||
carp-rift-warning = A rift is causing an unnaturally large energy flux {$location}. Stop it at all costs!
|
||||
carp-rift-duplicate = Cannot have 2 charging rifts at the same time!
|
||||
carp-rift-examine = It is [color=yellow]{$percentage}%[/color] charged!
|
||||
carp-rift-max = You have reached your maximum amount of rifts
|
||||
|
||||
@@ -22,5 +22,5 @@ scramble-implant-activated-popup = Your appearance shifts and changes!
|
||||
|
||||
## Implant Messages
|
||||
|
||||
deathrattle-implant-dead-message = {$user} has died at {$position}.
|
||||
deathrattle-implant-critical-message = {$user} life signs critical, immediate assistance required at {$position}.
|
||||
deathrattle-implant-dead-message = {$user} has died {$position}.
|
||||
deathrattle-implant-critical-message = {$user} life signs critical, immediate assistance required {$position}.
|
||||
|
||||
@@ -11,3 +11,8 @@ nav-beacon-examine-text = It is [color={$enabled ->
|
||||
[true] forestgreen]on
|
||||
*[false] crimson]off
|
||||
}[/color] and the display reads [color={$color}]"{$label}"[/color]
|
||||
|
||||
nav-beacon-pos-no-beacons = in the middle of nowhere
|
||||
nav-beacon-pos-format = [color={$color}]near {$marker}[/color]
|
||||
nav-beacon-pos-format-direction = [color={$color}]{$modifier}{$direction} of {$marker}[/color]
|
||||
nav-beacon-pos-format-direction-mod-far = far {""}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
nuke-component-cant-anchor-floor = The anchoring bolts fail to lock into the floor!
|
||||
nuke-component-announcement-sender = Nuclear Fission Explosive
|
||||
nuke-component-announcement-armed = Attention! The station's self-destruct mechanism has been engaged at global coordinates {$position}. {$time} seconds until detonation. If this was made in error, the mechanism may still be disarmed.
|
||||
nuke-component-announcement-armed = Attention! The station's self-destruct mechanism has been engaged {$location}. {$time} seconds until detonation. If this was made in error, the mechanism may still be disarmed.
|
||||
nuke-component-announcement-unarmed = The station's self-destruct was deactivated! Have a nice day!
|
||||
nuke-component-announcement-send-codes = Attention! Self-destruction codes have been sent to designated fax machines.
|
||||
nuke-component-doafter-warning = You start fiddling with wires and knobs in order to disarm the nuke.. This may take a while.
|
||||
|
||||
@@ -15,7 +15,7 @@ emergency-shuttle-left = The Emergency Shuttle has left the station. Estimate {$
|
||||
emergency-shuttle-launch-time = The emergency shuttle will launch in {$consoleAccumulator} seconds.
|
||||
emergency-shuttle-docked = The Emergency Shuttle has docked with the station on the {$direction} side. It will leave in {$time} seconds.
|
||||
emergency-shuttle-good-luck = The Emergency Shuttle is unable to find a station. Good luck.
|
||||
emergency-shuttle-nearby = The Emergency Shuttle is unable to find a valid docking port. It has warped in {$direction} of the station.
|
||||
emergency-shuttle-nearby = The Emergency Shuttle is unable to find a valid docking port. It has warped {$direction}.
|
||||
|
||||
# Emergency shuttle console popup / announcement
|
||||
emergency-shuttle-console-no-early-launches = Early launch is disabled
|
||||
|
||||
Reference in New Issue
Block a user