pointing-system.ftl 616 B

12345678910
  1. ## PointingSystem
  2. pointing-system-try-point-cannot-reach = You can't reach there!
  3. pointing-system-point-at-self = You point at yourself.
  4. pointing-system-point-at-other = You point at {THE($other)}.
  5. pointing-system-point-at-self-others = {CAPITALIZE(THE($otherName))} points at {REFLEXIVE($other)}.
  6. pointing-system-point-at-other-others = {CAPITALIZE(THE($otherName))} points at {THE($other)}.
  7. pointing-system-point-at-you-other = {$otherName} points at you.
  8. pointing-system-point-at-tile = You point at the {$tileName}.
  9. pointing-system-other-point-at-tile = {CAPITALIZE(THE($otherName))} points at the {$tileName}.