Added amb1665 and amb1381 - Added other map limits to 'timeleft' and handling of timeleft/nextmap console commands.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402195
This commit is contained in:
Matt Woodrow
2008-05-26 01:09:10 +00:00
parent c9b320d645
commit bff2b0a95d
3 changed files with 200 additions and 41 deletions
+45
View File
@@ -26,4 +26,49 @@
"#format" "{1:s}"
"en" "The current map is {1}."
}
"WinLimitAppend"
{
"#format" "{1:i},{2:s}"
"en" ", or change map after a team wins {1} round{2}"
}
"WinLimit"
{
"#format" "{1:i},{2:s}"
"en" "Map will change after a team wins {1} round{2}"
}
"MaxRoundsAppend"
{
"#format" "{1:i},{2:s}"
"en" ", or change map after {1} round{2}"
}
"MaxRounds"
{
"#format" "{1:i},{2:s}"
"en" "Map will change after {1} round{2}"
}
"FragLimitAppend"
{
"#format" "{1:i},{2:s}"
"en" ", or change map after player reaches {1} frag{2}"
}
"FragLimit"
{
"#format" "{1:i},{2:s}"
"en" "Map will change after a player reaches {1} frag{2}"
}
"LastRound"
{
"en" "This is the last round!!"
}
"NoTimelimit"
{
"en" "No timelimit for map"
}
}