light-replacer-component.ftl 907 B

1234567891011121314151617181920212223
  1. ### Interaction Messages
  2. # Shown when player tries to replace light, but there is no lights left
  3. comp-light-replacer-missing-light = No lights left in {THE($light-replacer)}.
  4. # Shown when player inserts light bulb inside light replacer
  5. comp-light-replacer-insert-light = You insert {$bulb} into {THE($light-replacer)}.
  6. # Shown when player tries to insert in light replacer brolen light bulb
  7. comp-light-replacer-insert-broken-light = You can't insert broken lights!
  8. # Shown when player refill light from light box
  9. comp-light-replacer-refill-from-storage = You refill {THE($light-replacer)}.
  10. ### Examine
  11. comp-light-replacer-no-lights = It's empty.
  12. comp-light-replacer-has-lights = It contains the following:
  13. comp-light-replacer-light-listing = {$amount ->
  14. [one] [color=yellow]{$amount}[/color] [color=gray]{$name}[/color]
  15. *[other] [color=yellow]{$amount}[/color] [color=gray]{$name}s[/color]
  16. }