Restart votes now need 80% majority to succeed. Restart votes now have a 3 minute cooldown on the caller. Voting stuff has been localized.
31 lines
973 B
Plaintext
31 lines
973 B
Plaintext
### Voting menu stuff
|
|
|
|
# Displayed as initiator of vote when no user creates the vote
|
|
ui-vote-initiator-server = The server
|
|
|
|
ui-vote-restart-title = Restart round
|
|
ui-vote-restart-succeeded = Restart vote succeeded.
|
|
ui-vote-restart-failed = Restart vote failed (need { TOSTRING($ratio, "P0") }).
|
|
ui-vote-restart-yes = Yes
|
|
ui-vote-restart-no = No
|
|
|
|
ui-vote-gamemode-title = Next gamemode
|
|
ui-vote-gamemode-tie = Tie for gamemode vote! Picking... { $picked }
|
|
ui-vote-gamemode-win = { $winner } won the gamemode vote!
|
|
|
|
ui-vote-created = { $initiator } has called a vote:
|
|
ui-vote-button = { $text } ({ $votes })
|
|
|
|
ui-vote-type-restart = Restart round
|
|
ui-vote-type-gamemode = Next gamemode
|
|
|
|
# Window title of the vote create menu
|
|
ui-vote-create-title = Call Vote
|
|
# Submit button in the vote create button
|
|
ui-vote-create-button = Call Vote
|
|
# Hue hue hue
|
|
ui-vote-fluff = Powered by Robust™ Anti-Tamper Technology
|
|
|
|
# Button text in lobby/escape menu
|
|
ui-vote-menu-button = Call vote
|