Added support for runoff voting in mapchooser (bug 4218, r=dvander).

This commit is contained in:
Matt Woodrow
2011-11-05 20:36:20 -04:00
parent e18faf085f
commit 3b12883a1b
2 changed files with 98 additions and 36 deletions
+10 -4
View File
@@ -12,13 +12,13 @@
"Nextmap Voting Finished"
{
"#format" "{1:s},{2:i},{3:i}"
"#format" "{1:s},{2:i},{3:i}"
"en" "Map voting has finished. The next map will be {1}. (Received {2}%% of {3} votes)"
}
"Current Map Extended"
{
"#format" "{1:i},{2:i}"
"#format" "{1:i},{2:i}"
"en" "The current map has been extended. (Received {1}%% of {2} votes)"
}
@@ -34,13 +34,19 @@
"Current Map Stays"
{
"#format" "{1:i},{2:i}"
"#format" "{1:i},{2:i}"
"en" "Current map continues! The Vote has spoken! (Received {1}%% of {2} votes)"
}
"Changed Next Map"
{
"#format" "{1:s}"
"en" "Changed nextmap to \"{1}\"."
"en" "Changed nextmap to \"{1}\"."
}
"Starting Runoff"
{
"#format" "{1:.0f},{2:s},{3:.0f},{4:s},{5:.0f}"
"en" "No map got over {1}%% votes ({2} [{3}%%] & {4} [{5}%%]), starting runoff vote"
}
}