Forensics (#8451)
* Port forensics from nyanotrasen * port updates * printing * Update Resources/Locale/en-US/forensics/forensics.ftl Co-authored-by: Veritius <veritiusgaming@gmail.com> * Update Content.Server/Forensics/Components/ForensicPadComponent.cs Co-authored-by: Kara <lunarautomaton6@gmail.com> * Update Content.Server/Forensics/Systems/ForensicPadSystem.cs Co-authored-by: Kara <lunarautomaton6@gmail.com> * Update Content.Server/Forensics/Systems/ForensicScannerSystem.cs Co-authored-by: Kara <lunarautomaton6@gmail.com> * partially address reviews * comments * redo the events * handle it * rewrite loc * master fixes Co-authored-by: ike709 <ike709@github.com> Co-authored-by: Veritius <veritiusgaming@gmail.com> Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
22
Resources/Locale/en-US/forensics/fibers.ftl
Normal file
22
Resources/Locale/en-US/forensics/fibers.ftl
Normal file
@@ -0,0 +1,22 @@
|
||||
forensic-fibers = {LOC($material)} fibers
|
||||
forensic-fibers-colored = {LOC($color)} {LOC($material)} fibers
|
||||
|
||||
fibers-insulative = insulative
|
||||
fibers-synthetic = synthetic
|
||||
fibers-leather = leather
|
||||
fibers-durathread = durathread
|
||||
fibers-latex = latex
|
||||
fibers-nitrile = nitrile
|
||||
fibers-nanomachines = insulative nanomachine
|
||||
|
||||
fibers-purple = purple
|
||||
fibers-red = red
|
||||
fibers-black = black
|
||||
fibers-blue = blue
|
||||
fibers-brown = brown
|
||||
fibers-grey = grey
|
||||
fibers-green = green
|
||||
fibers-orange = orange
|
||||
fibers-white = white
|
||||
fibers-yellow = yellow
|
||||
fibers-regal-blue = regal blue
|
||||
15
Resources/Locale/en-US/forensics/forensics.ftl
Normal file
15
Resources/Locale/en-US/forensics/forensics.ftl
Normal file
@@ -0,0 +1,15 @@
|
||||
forensic-scanner-interface-title = Forensic scanner
|
||||
forensic-scanner-interface-fingerprints = Fingerprints
|
||||
forensic-scanner-interface-fibers = Fibers
|
||||
forensic-scanner-interface-no-data = No scan data available
|
||||
forensic-scanner-interface-print = Print
|
||||
forensic-scanner-report-title = Forensics Report
|
||||
forensic-pad-unused = It hasn't been used.
|
||||
forensic-pad-sample = It has a sample: {$sample}
|
||||
forensic-pad-gloves = {CAPITALIZE($target)} is wearing gloves.
|
||||
forensic-pad-start-scan-target = {CAPITALIZE($user)} is trying to take a sample of your fingerprints.
|
||||
forensic-pad-start-scan-user = You start taking a sample of {CAPITALIZE($target)}'s fingerprints.
|
||||
forensic-pad-already-used = This pad has already been used.
|
||||
forensic-scanner-match-fiber = Match in fiber found!
|
||||
forensic-scanner-match-fingerprint = Match in fingerprint found!
|
||||
forensic-scanner-match-none = No matches found!
|
||||
Reference in New Issue
Block a user