Skip to content

Commit

Permalink
Merge pull request #26 from peylight/patch-1
Browse files Browse the repository at this point in the history
Added English translation.
  • Loading branch information
d3m37r4 committed Dec 14, 2023
2 parents c479ea5 + 5cd1738 commit b913fdd
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions cstrike/addons/amxmodx/data/lang/regg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,49 @@ REGG_MODE_FFA = FFA
REGG_PLAYER_VOTE = Игрок ^4%n ^1проголосовал за режим ^4%s
REGG_END_VOTE = Голосование окончено, выбран режим игры ^4%s
REGG_VOTE_ENDED = Голосование уже окончено!

[en]
REGG_PREFIX = ^1[^4REGG^1]

REGG_TEAM_CT = Counter-Terrorists
REGG_TEAM_T = Terrorists

REGG_INFORMER = Weapon: %s | Level: %d/%d | Points: %d/%d

REGG_LEADER = Leader:
REGG_NO_LEADER = none

REGG_TEAM_LEADER_CT = CT
REGG_TEAM_LEADER_T = TT

REGG_SHOW_WINNER = Player ^3%n^1 won!!!
REGG_SHOW_WINNER_TEAM = ^1Team ^3won
REGG_SHOW_LOOSER = ^1Last killed was ^4%n

REGG_SHOW_WINNER_FFA = Player ^4%n^1 won!!!

REGG_SHOW_WINNER_HUD = Player %n won!!!^nLast killed was %n
REGG_SHOW_WINNER_HUD_TEAM = Team %s won!!!^nLast killed was %n

REGG_LVL_UP = ^3You ^1leveled up by ^4%d ^1[^4%s^1] level.
REGG_LVL_DOWN = ^3You ^1leveled down by ^4%d ^1[^4%s^1] level.

REGG_LVL_TEAM_UP = ^3Your ^1team leveled up by ^4%d ^1[^4%s^1] level.
REGG_LVL_TEAM_DOWN = ^3Your ^1team leveled down by ^4%d ^1[^4%s^1] level.

REGG_LVL_TEAM_UP_ALL = ^1Team ^3%s ^1leveled up by ^4%d ^1[^4%s^1] level.
REGG_LVL_TEAM_DOWN_ALL = ^1Team ^3%s ^1leveled down by ^4%d ^1[^4%s^1] level.

REGG_STEAL_LVL = ^3%n ^1stole a level from ^4%n
REGG_STEAL_POINTS = ^3%n ^1stole ^4%d ^1points from ^4%n

REGG_WARMUP_HUD = Warm-up round
REGG_WARMUP_END = Warm-up ended!^nPrepare for battle, the game has begun!

REGG_VOTE_MENU = Voting for game mode:
REGG_MODE_SINGLE = Single
REGG_MODE_TEAM = Team
REGG_MODE_FFA = FFA
REGG_PLAYER_VOTE = Player ^4%n ^1voted for mode ^4%s
REGG_END_VOTE = Voting ended, selected game mode is ^4%s
REGG_VOTE_ENDED = Voting has already ended!

0 comments on commit b913fdd

Please sign in to comment.