| 12345678910111213141516171819202122232425 |
- ### Secret stash component. Stuff like potted plants, comfy chair cushions, etc...
- comp-secret-stash-action-hide-success = You hide { THE($item) } in the {$stashname}.
- comp-secret-stash-action-hide-container-not-empty = There's already something in here!?
- comp-secret-stash-action-hide-item-too-big = { CAPITALIZE(THE($item)) } is too big to fit in the {$stashname}.
- comp-secret-stash-action-get-item-found-something = There was something inside the {$stashname}!
- comp-secret-stash-on-examine-found-hidden-item = There is something hidden inside the {$stashname}!
- comp-secret-stash-on-destroyed-popup = Something falls out of the the {$stashname}!
- ### Verbs
- comp-secret-stash-verb-insert-into-stash = Stash item
- comp-secret-stash-verb-insert-message-item-already-inside = There is already an item inside the {$stashname}.
- comp-secret-stash-verb-insert-message-no-item = Hide { THE($item) } in the {$stashname}.
- comp-secret-stash-verb-take-out-item = Grab item
- comp-secret-stash-verb-take-out-message-something = Take the contents of the {$stashname} out.
- comp-secret-stash-verb-take-out-message-nothing = There is nothing inside the {$stashname}.
- comp-secret-stash-verb-close = Close
- comp-secret-stash-verb-cant-close = You can't close the {$stashname} with that.
- comp-secret-stash-verb-open = Open
- ### Stash names
- secret-stash-plant = plant
- secret-stash-toilet = toilet cistern
- secret-stash-plushie = plushie
|