Map vote & forcemap command (#5278)
This commit is contained in:
6
Resources/Locale/en-US/game-ticking/forcemap-command.ftl
Normal file
6
Resources/Locale/en-US/game-ticking/forcemap-command.ftl
Normal file
@@ -0,0 +1,6 @@
|
||||
## Forcemap command loc.
|
||||
|
||||
forcemap-command-description = Forces the game to start with a given map next round.
|
||||
forcemap-command-help = forcemap <map_path>
|
||||
forcemap-command-need-one-argument = forcemap takes one argument, the path to the map file.
|
||||
forcemap-command-success = Forced the game to start with map { $map } next round.
|
||||
@@ -13,7 +13,11 @@ 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-map-title = Next map
|
||||
ui-vote-map-tie = Tie for map vote! Picking... { $picked }
|
||||
ui-vote-map-win = { $winner } won the map vote!
|
||||
|
||||
mode-traitor = Traitor
|
||||
mode-extended = Extended
|
||||
mode-sandbox = Sandbox
|
||||
mode-suspicion = Suspicion
|
||||
mode-suspicion = Suspicion
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
ui-vote-type-restart = Restart round
|
||||
ui-vote-type-gamemode = Next gamemode
|
||||
ui-vote-type-map = Next map
|
||||
|
||||
# Window title of the vote create menu
|
||||
ui-vote-create-title = Call Vote
|
||||
|
||||
Reference in New Issue
Block a user