criminal records revival (#22510)
This commit is contained in:
44
Resources/Locale/en-US/criminal-records/criminal-records.ftl
Normal file
44
Resources/Locale/en-US/criminal-records/criminal-records.ftl
Normal file
@@ -0,0 +1,44 @@
|
||||
criminal-records-console-window-title = Criminal Records Computer
|
||||
criminal-records-console-records-list-title = Crewmembers
|
||||
criminal-records-console-select-record-info = Select a record.
|
||||
criminal-records-console-no-records = No records found!
|
||||
criminal-records-console-no-record-found = No record was found for the selected person.
|
||||
|
||||
## Status
|
||||
|
||||
criminal-records-console-status = Status
|
||||
criminal-records-status-none = None
|
||||
criminal-records-status-wanted = Wanted
|
||||
criminal-records-status-detained = Detained
|
||||
|
||||
criminal-records-console-wanted-reason = [color=gray]Wanted Reason[/color]
|
||||
criminal-records-console-reason = Reason
|
||||
criminal-records-console-reason-placeholder = For example: {$placeholder}
|
||||
|
||||
## Crime History
|
||||
|
||||
criminal-records-console-crime-history = Crime History
|
||||
criminal-records-history-placeholder = Write the crime here
|
||||
criminal-records-no-history = This crewmember's record is spotless.
|
||||
criminal-records-add-history = Add
|
||||
criminal-records-delete-history = Delete
|
||||
|
||||
criminal-records-permission-denied = Permission denied
|
||||
|
||||
## Security channel notifications
|
||||
|
||||
criminal-records-console-wanted = {$name} is wanted by {$officer} for: {$reason}.
|
||||
criminal-records-console-detained = {$name} has been detained by {$officer}.
|
||||
criminal-records-console-released = {$name} has been released by {$officer}.
|
||||
criminal-records-console-not-wanted = {$name} is no longer wanted.
|
||||
|
||||
## Filters
|
||||
|
||||
criminal-records-filter-placeholder = Input text and press "Enter"
|
||||
criminal-records-name-filter = Name
|
||||
criminal-records-prints-filter = Fingerprints
|
||||
criminal-records-dna-filter = DNA
|
||||
|
||||
## Arrest auto history lines
|
||||
criminal-records-console-auto-history = ARRESTED: {$reason}
|
||||
criminal-records-console-unspecified-reason = <unspecified reason>
|
||||
@@ -48,6 +48,7 @@ guide-entry-cyborgs = Cyborgs
|
||||
guide-entry-security = Security
|
||||
guide-entry-forensics = Forensics
|
||||
guide-entry-defusal = Large Bomb Defusal
|
||||
guide-entry-criminal-records = Criminal Records
|
||||
|
||||
guide-entry-antagonists = Antagonists
|
||||
guide-entry-nuclear-operatives = Nuclear Operatives
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
general-station-record-console-window-title = Station Records Computer
|
||||
general-station-record-console-window-title = Station Records Computer
|
||||
general-station-record-console-select-record-info = Select a record on the left.
|
||||
general-station-record-console-empty-state = No records found!
|
||||
general-station-record-console-no-record-found = No record was found for the selected person.
|
||||
@@ -11,8 +11,5 @@ general-station-record-console-record-fingerprint = Fingerprint: {$fingerprint}
|
||||
general-station-record-console-record-dna = DNA: {$dna}
|
||||
|
||||
general-station-record-for-filter-line-placeholder = Input text and press "Enter"
|
||||
general-station-record-name-filter = Name of person
|
||||
general-station-record-prints-filter = Fingerprints
|
||||
general-station-record-dna-filter = DNA
|
||||
general-station-record-console-search-records = Search
|
||||
general-station-record-console-reset-filters = Reset
|
||||
general-station-record-console-reset-filters = Reset
|
||||
|
||||
Reference in New Issue
Block a user