* add button to menu * networking and component work * try to add access stuff * main functionality done * add access lock? I think? * remove extra line * fix access system * move SkipTime to StationCargoBountyDatabaseComponent * Disable/Enable skip button based on cooldown * remove debugging * add access denied sound * remove DataField tags * dynamic timer
20 lines
825 B
Plaintext
20 lines
825 B
Plaintext
bounty-console-menu-title = Cargo bounty console
|
|
bounty-console-label-button-text = Print label
|
|
bounty-console-skip-button-text = Skip
|
|
bounty-console-time-label = Time: [color=orange]{$time}[/color]
|
|
bounty-console-reward-label = Reward: [color=limegreen]${$reward}[/color]
|
|
bounty-console-manifest-label = Manifest: [color=orange]{$item}[/color]
|
|
bounty-console-manifest-entry =
|
|
{ $amount ->
|
|
[1] {$item}
|
|
*[other] {$item} x{$amount}
|
|
}
|
|
bounty-console-description-label = [color=gray]{$description}[/color]
|
|
bounty-console-id-label = ID#{$id}
|
|
|
|
bounty-console-flavor-left = Bounties sourced from local unscrupulous dealers.
|
|
bounty-console-flavor-right = v1.4
|
|
|
|
bounty-manifest-header = [font size=14][bold]Official cargo bounty manifest[/bold] (ID#{$id})[/font]
|
|
bounty-manifest-list-start = Item manifest:
|