mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-26 10:07:58 +03:00
* refactor-locale+translation
* more
* and fucking more
* conflict-resolve
* Revert "conflict-resolve"
This reverts commit f8a58ed640.
23 lines
1.5 KiB
Plaintext
23 lines
1.5 KiB
Plaintext
execution-verb-name = Казнить
|
||
execution-verb-message = Казнить кого-либо при помощи вашего оружия.
|
||
|
||
# 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)
|
||
|
||
# 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)
|
||
|
||
execution-popup-melee-initial-internal = Вы заносите {$weapon} над горлом {$victim}.
|
||
execution-popup-melee-initial-external = {$attacker} заносит {POSS-ADJ($attacker)} {$weapon} над горлом {$victim}.
|
||
execution-popup-melee-complete-internal = Вы перерезаете горло {$victim}!
|
||
execution-popup-melee-complete-external = {$attacker} перерезает горло {$victim}!
|
||
|
||
execution-popup-self-initial-internal = Вы заносите {$weapon} над своим горлом.
|
||
execution-popup-self-initial-external = {$attacker} заносит {POSS-ADJ($attacker)} {$weapon} над горлом {POSS-ADJ($attacker)}.
|
||
execution-popup-self-complete-internal = Вы перерезаете себе горло при помощи {$weapon}!
|
||
execution-popup-self-complete-external = {$attacker} перерезает горло {POSS-ADJ($attacker)} при помощи {$weapon}!
|