emitter-component.ftl 577 B

123456789101112131415
  1. ### EmitterComponent
  2. # Shows when attempting to turn the emitter on or off without proper access
  3. comp-emitter-access-locked = The {$target} is access locked!
  4. # Shows when turning the emitter on/off
  5. comp-emitter-turned-on = The {$target} turns on.
  6. comp-emitter-turned-off = The {$target} turns off.
  7. # Shows if the user attempts to activate the emitter while it's un-anchored.
  8. comp-emitter-not-anchored = The {$target} isn't anchored to the ground!
  9. emitter-component-current-type = The current selected type is: {$type}.
  10. emitter-component-type-set = Type set to: {$type}