forcemap-command.ftl 501 B

123456789
  1. ## Forcemap command loc.
  2. forcemap-command-description = Forces the game to start with a given map next round.
  3. forcemap-command-help = forcemap <map ID>
  4. forcemap-command-need-one-argument = forcemap takes one argument, the path to the map file.
  5. forcemap-command-map-not-found = No eligible map exists with name { $map }.
  6. forcemap-command-success = Forced the game to start with map { $map } next round.
  7. forcemap-command-cleared = Cleared the forced map setting.
  8. forcemap-command-arg-map = <map ID>