Restart vote improvements, voting localization.
Restart votes now need 80% majority to succeed. Restart votes now have a 3 minute cooldown on the caller. Voting stuff has been localized.
This commit is contained in:
30
Resources/Locale/en-US/ui/voting.ftl
Normal file
30
Resources/Locale/en-US/ui/voting.ftl
Normal file
@@ -0,0 +1,30 @@
|
||||
### 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
|
||||
Reference in New Issue
Block a user