1
0

wieldable-component.ftl 1.1 KB

123456789101112131415161718192021222324
  1. ### Locale for wielding items; i.e. two-handing them
  2. wieldable-verb-text-wield = Wield
  3. wieldable-verb-text-unwield = Unwield
  4. wieldable-component-successful-wield = You wield { THE($item) }.
  5. wieldable-component-failed-wield = You unwield { THE($item) }.
  6. wieldable-component-successful-wield-other = { CAPITALIZE(THE($user)) } wields { THE($item) }.
  7. wieldable-component-failed-wield-other = { CAPITALIZE(THE($user)) } unwields { THE($item) }.
  8. wieldable-component-no-hands = You don't have enough hands!
  9. wieldable-component-not-enough-free-hands = {$number ->
  10. [one] You need a free hand to wield { THE($item) }.
  11. *[other] You need { $number } free hands to wield { THE($item) }.
  12. }
  13. wieldable-component-not-in-hands = { CAPITALIZE(THE($item)) } isn't in your hands!
  14. wieldable-component-requires = { CAPITALIZE(THE($item))} must be wielded!
  15. gunwieldbonus-component-examine = This weapon has improved accuracy when wielded.
  16. gunrequireswield-component-examine = This weapon can only be fired when wielded.
  17. wieldable-component-no-free-hands = You need both hands to use this!