Files

15 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2025-06-18 13:27:39 +03:00
# All the below localisation strings have access to the following variables
# attacker (the person committing the execution)
# victim (the person being executed)
# weapon (the weapon used for the execution)
cp14-execution-popup-melee-initial-internal = Вы прикладываете { $weapon } к виску { $victim }.
cp14-execution-popup-melee-initial-external = { CAPITALIZE($attacker) } прикладывает свой { $weapon } к виску { $victim }.
cp14-execution-popup-melee-complete-internal = Вы проламываете голову { $victim }!
cp14-execution-popup-melee-complete-external = { CAPITALIZE($attacker) } проламывает голову { $victim }!
2025-06-18 13:27:39 +03:00
cp14-execution-popup-self-initial-internal = Вы прикладываете { $weapon } к своему виску.
cp14-execution-popup-self-initial-external = { CAPITALIZE($attacker) } прикладывает свой { $weapon } к своему виску.
cp14-execution-popup-self-complete-internal = Вы разбиваете себе голову!
cp14-execution-popup-self-complete-external = { CAPITALIZE($attacker) } разбивает себе голову!