16 lines
1.3 KiB
Plaintext
16 lines
1.3 KiB
Plaintext
## PointingSystem
|
|
|
|
pointing-system-try-point-cannot-reach = Вы не можете туда достать!
|
|
pointing-system-point-at-self = Вы указываете на себя.
|
|
pointing-system-point-at-other = Вы указываете на { $other }.
|
|
pointing-system-point-at-self-others = { CAPITALIZE($otherName) } указывает на { REFLEXIVE($other) }.
|
|
pointing-system-point-at-other-others = { CAPITALIZE($otherName) } указывает на { $other }.
|
|
pointing-system-point-at-you-other = { $otherName } указывает на вас.
|
|
pointing-system-point-at-tile = Вы указываете на { $tileName }.
|
|
pointing-system-point-in-own-inventory-self = Вы указываете на свой { $item }.
|
|
pointing-system-point-in-own-inventory-others = { CAPITALIZE($pointer) } указывает на свой { $item }.
|
|
pointing-system-point-in-other-inventory-self = Вы указываете на { $wearer } { $item }.
|
|
pointing-system-point-in-other-inventory-target = { CAPITALIZE($pointer) } указывает на ваш { $item }.
|
|
pointing-system-point-in-other-inventory-others = { CAPITALIZE($pointer) } указывает на { $wearer } { $item }.
|
|
pointing-system-other-point-at-tile = { CAPITALIZE($otherName) } указывает на { $tileName }.
|