storage-component.ftl 629 B

123456789101112
  1. comp-storage-no-item-size = N/A
  2. comp-storage-cant-insert = Can't insert.
  3. comp-storage-too-big = Too big!
  4. comp-storage-insufficient-capacity = No room!
  5. comp-storage-invalid-container = This doesn't go in there!
  6. comp-storage-anchored-failure = Can't insert an anchored item.
  7. comp-storage-cant-drop = You can't let go of { THE($entity) }!
  8. comp-storage-window-title = Storage Item
  9. comp-storage-window-weight = { $weight }/{ $maxWeight }, Max Size: {$size}
  10. comp-storage-window-slots = Slots: { $itemCount }/{ $maxCount }, Max Size: {$size}
  11. comp-storage-verb-open-storage = Open Storage
  12. comp-storage-verb-close-storage = Close Storage