-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
popup-grab-soft-target = {CAPITALIZE($puller)} grabbed you softly. | ||
popup-grab-hard-target = {CAPITALIZE($puller)} grabbed you hardly. | ||
popup-grab-suffocate-target = {CAPITALIZE($puller)} started to choke you! | ||
popup-grab-no-target = {CAPITALIZE($puller)} stopped grabbing you. | ||
popup-grab-soft-self = You grabbed {CAPITALIZE($target)} softly. | ||
popup-grab-hard-self = You grabbed {CAPITALIZE($target)} hardly. | ||
popup-grab-suffocate-self = You started to choke {CAPITALIZE($target)}. | ||
popup-grab-no-self = You stopped grabbing {CAPITALIZE($target)}. | ||
popup-grab-soft-others = {CAPITALIZE($puller)} grabbed {CAPITALIZE($target)} softly. | ||
popup-grab-hard-others = {CAPITALIZE($puller)} grabbed {CAPITALIZE($target)} hardly. | ||
popup-grab-suffocate-others = {CAPITALIZE($puller)} started to choke {CAPITALIZE($target)}! | ||
popup-grab-no-others = {CAPITALIZE($puller)} stopped grabbing {CAPITALIZE($target)}. | ||
popup-grab-release-fail-self = You are trying to escape. | ||
popup-grab-release-success-self = You escaped from grab! | ||
popup-grab-release-success-puller = {CAPITALIZE($target)} escaped! | ||
popup-grab-retake-fail = {CAPITALIZE($puller)} is not letting you to pull {CAPITALIZE($pulled)}! | ||
popup-grab-retake-fail-puller = {CAPITALIZE($puller)} is trying to release {CAPITALIZE($pulled)}! | ||
popup-grab-retake-success = You released {CAPITALIZE($pulled)} from {CAPITALIZE($puller)}'s grab! | ||
popup-grab-retake-success-puller = {CAPITALIZE($puller)} released {CAPITALIZE($pulled)} from your grab! | ||
popup-grabbed-cant-speak = You can't breathe! | ||
popup-grab-need-hand = You need a free hand! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
popup-grab-soft-target = {CAPITALIZE($puller)} взял вас в захват. | ||
popup-grab-hard-target = {CAPITALIZE($puller)} взял вас в агресивный захват. | ||
popup-grab-suffocate-target = {CAPITALIZE($puller)} начал душить вас! | ||
popup-grab-no-target = {CAPITALIZE($puller)} выпустил вас из захвата. | ||
popup-grab-soft-self = Вы взяли в захват {CAPITALIZE($target)}. | ||
popup-grab-hard-self = Вы агресивно взяли в захват {CAPITALIZE($target)}. | ||
popup-grab-suffocate-self = Вы начали душить {CAPITALIZE($target)}. | ||
popup-grab-no-self = вы выпустили {CAPITALIZE($target)} из захвата. | ||
popup-grab-soft-others = {CAPITALIZE($puller)} взял в захват {CAPITALIZE($target)}. | ||
popup-grab-hard-others = {CAPITALIZE($puller)} взял в агресивный захват {CAPITALIZE($target)}. | ||
popup-grab-suffocate-others = {CAPITALIZE($puller)} начал душить {CAPITALIZE($target)}! | ||
popup-grab-no-others = {CAPITALIZE($puller)} выпустил из захвата {CAPITALIZE($target)}. | ||
popup-grab-release-fail-self = Вы пытаетесь выбраьтся. | ||
popup-grab-release-success-self = Вы освободились! | ||
popup-grab-release-success-puller = {CAPITALIZE($target)} освободилс! | ||
popup-grab-retake-fail = {CAPITALIZE($puller)} не дает тебе тянуть {CAPITALIZE($pulled)}! | ||
popup-grab-retake-fail-puller = {CAPITALIZE($puller)} пытаеться освободить {CAPITALIZE($pulled)}! | ||
popup-grab-retake-success = Вы осовбождаете {CAPITALIZE($pulled)} из захвата {CAPITALIZE($puller)}! | ||
popup-grab-retake-success-puller = {CAPITALIZE($puller)} освобождает {CAPITALIZE($pulled)} из вашаего захвата! | ||
popup-grabbed-cant-speak = Вы не можете дышать! | ||
popup-grab-need-hand = Вым нужна свободная рука! |