101 lines
3.6 KiB
Plaintext
101 lines
3.6 KiB
Plaintext
device-pda-slot-component-slot-name-cartridge = Cartridge
|
|
|
|
default-program-name = Program
|
|
notekeeper-program-name = Notekeeper
|
|
nano-task-program-name = NanoTask
|
|
news-read-program-name = Station news
|
|
|
|
crew-manifest-program-name = Crew manifest
|
|
crew-manifest-cartridge-loading = Loading ...
|
|
|
|
net-probe-program-name = NetProbe
|
|
net-probe-scan = Scanned {$device}!
|
|
net-probe-label-name = Name
|
|
net-probe-label-address = Address
|
|
net-probe-label-frequency = Frequency
|
|
net-probe-label-network = Network
|
|
|
|
log-probe-program-name = LogProbe
|
|
log-probe-scan = Downloaded logs from {$device}!
|
|
log-probe-label-time = Time
|
|
log-probe-label-accessor = Accessed by
|
|
log-probe-label-number = #
|
|
log-probe-print-button = Print Logs
|
|
log-probe-printout-device = Scanned Device: {$name}
|
|
log-probe-printout-header = Latest logs:
|
|
log-probe-printout-entry = #{$number} / {$time} / {$accessor}
|
|
|
|
astro-nav-program-name = AstroNav
|
|
|
|
med-tek-program-name = MedTek
|
|
|
|
# NanoTask cartridge
|
|
|
|
nano-task-ui-heading-high-priority-tasks =
|
|
{ $amount ->
|
|
[zero] No High Priority Tasks
|
|
[one] 1 High Priority Task
|
|
*[other] {$amount} High Priority Tasks
|
|
}
|
|
nano-task-ui-heading-medium-priority-tasks =
|
|
{ $amount ->
|
|
[zero] No Medium Priority Tasks
|
|
[one] 1 Medium Priority Task
|
|
*[other] {$amount} Medium Priority Tasks
|
|
}
|
|
nano-task-ui-heading-low-priority-tasks =
|
|
{ $amount ->
|
|
[zero] No Low Priority Tasks
|
|
[one] 1 Low Priority Task
|
|
*[other] {$amount} Low Priority Tasks
|
|
}
|
|
nano-task-ui-done = Done
|
|
nano-task-ui-revert-done = Undo
|
|
nano-task-ui-priority-low = Low
|
|
nano-task-ui-priority-medium = Medium
|
|
nano-task-ui-priority-high = High
|
|
nano-task-ui-cancel = Cancel
|
|
nano-task-ui-print = Print
|
|
nano-task-ui-delete = Delete
|
|
nano-task-ui-save = Save
|
|
nano-task-ui-new-task = New Task
|
|
nano-task-ui-description-label = Description:
|
|
nano-task-ui-description-placeholder = Get something important
|
|
nano-task-ui-requester-label = Requester:
|
|
nano-task-ui-requester-placeholder = John Nanotrasen
|
|
nano-task-ui-item-title = Edit Task
|
|
nano-task-printed-description = [bold]Description[/bold]: {$description}
|
|
nano-task-printed-requester = [bold]Requester[/bold]: {$requester}
|
|
nano-task-printed-high-priority = [bold]Priority[/bold]: [color=red]High[/color]
|
|
nano-task-printed-medium-priority = [bold]Priority[/bold]: Medium
|
|
nano-task-printed-low-priority = [bold]Priority[/bold]: Low
|
|
|
|
# Wanted list cartridge
|
|
wanted-list-program-name = Wanted list
|
|
wanted-list-label-no-records = It's all right, cowboy
|
|
wanted-list-search-placeholder = Search by name and status
|
|
|
|
wanted-list-age-label = [color=darkgray]Age:[/color] [color=white]{$age}[/color]
|
|
wanted-list-job-label = [color=darkgray]Job:[/color] [color=white]{$job}[/color]
|
|
wanted-list-species-label = [color=darkgray]Species:[/color] [color=white]{$species}[/color]
|
|
wanted-list-gender-label = [color=darkgray]Gender:[/color] [color=white]{$gender}[/color]
|
|
|
|
wanted-list-reason-label = [color=darkgray]Reason:[/color] [color=white]{$reason}[/color]
|
|
wanted-list-unknown-reason-label = unknown reason
|
|
|
|
wanted-list-initiator-label = [color=darkgray]Initiator:[/color] [color=white]{$initiator}[/color]
|
|
wanted-list-unknown-initiator-label = unknown initiator
|
|
|
|
wanted-list-status-label = [color=darkgray]status:[/color] {$status ->
|
|
[suspected] [color=yellow]suspected[/color]
|
|
[wanted] [color=red]wanted[/color]
|
|
[detained] [color=#b18644]detained[/color]
|
|
[paroled] [color=green]paroled[/color]
|
|
[discharged] [color=green]discharged[/color]
|
|
*[other] none
|
|
}
|
|
|
|
wanted-list-history-table-time-col = Time
|
|
wanted-list-history-table-reason-col = Crime
|
|
wanted-list-history-table-initiator-col = Initiator
|