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,4 @@
## PowerGridCheck
station-event-power-grid-check-start-announcement = Abnormal activity detected in the station's powernet. As a precautionary measure, the station's power will be shut off for an indeterminate duration.
station-event-power-grid-check-end-announcement = Power has been restored to the station. We apologize for the inconvenience.

View File

@@ -0,0 +1,4 @@
## RadiationStorm
station-event-radiation-storm-start-announcement = High levels of radiation detected near the station. Evacuate any areas containing abnormal green energy fields.
station-event-radiation-storm-end-announcement = The radiation threat has passed. Please return to your workplaces.

View File

@@ -0,0 +1,19 @@
station-event-command-description = Provides admin control to station events
station-event-command-help-text = events <running/list/pause/resume/stop/run <eventName/random>>
running: return the current running event
list: return all event names that can be run
pause: stop all random events from running and any one currently running
resume: allow random events to run again
run <eventName/random>: start a particular event now; <eventName> is case-insensitive and not localized
station-event-command-running-help-text = running: return the current running event
station-event-command-list-help-text = list: return all event names that can be run
station-event-command-pause-help-text = pause: stop all random events from running and any one currently running
station-event-command-resume-help-text = resume: allow random events to run again
station-event-command-run-help-text = run <eventName/random>: start a particular event now; <eventName> is case-insensitive and not localized
station-event-command-no-event-running-message = No station event running
station-event-command-event-list = Random
{$otherEvents}
station-event-command-events-paused-message = Station events paused
station-event-command-events-already-paused-message = Station events are already paused
station-event-command-events-resumed-message = Station events resumed
station-event-command-events-already-running-message = Station events are already running

View File

@@ -0,0 +1,7 @@
## StationEventSystem
station-event-system-run-event = Running event {$eventName}
station-event-system-run-event-no-event-name = No event named: {$eventName}
station-event-system-run-random-event-no-valid-events = No valid events available
station-event-system-stop-event-no-running-event = No event running currently
station-event-system-stop-event = Stopped event {$eventName}