Updated basetriggers to use more translation friendly phrases (bug 3330, r=dvander).

Basetriggers now counts rounds remaining for mp_maxrounds output.
This commit is contained in:
Matt Woodrow
2008-10-16 10:54:23 +13:00
parent 4a1c565b62
commit 07cbe39552
2 changed files with 134 additions and 18 deletions
+43 -12
View File
@@ -29,37 +29,68 @@
"WinLimitAppend"
{
"#format" "{1:i},{2:s}"
"en" ", or change map after a team wins {1} round{2}"
"en" ", or change map after a team wins one round"
}
"WinLimit"
{
"#format" "{1:i},{2:s}"
"en" "Map will change after a team wins {1} round{2}"
"en" "Map will change after a team wins one round"
}
"MaxRoundsAppend"
{
"#format" "{1:i},{2:s}"
"en" ", or change map after {1} round{2}"
"en" ", or change map after one more round"
}
"MaxRounds"
{
"#format" "{1:i},{2:s}"
"en" "Map will change after {1} round{2}"
"en" "Map will change after one more round"
}
"FragLimitAppend"
{
"#format" "{1:i},{2:s}"
"en" ", or change map after player reaches {1} frag{2}"
"en" ", or change map after player reaches one frag"
}
"FragLimit"
{
"#format" "{1:i},{2:s}"
"en" "Map will change after a player reaches {1} frag{2}"
"en" "Map will change after a player reaches one frag"
}
"WinLimitAppendPlural"
{
"#format" "{1:i}"
"en" ", or change map after a team wins {1} rounds"
}
"WinLimitPlural"
{
"#format" "{1:i}"
"en" "Map will change after a team wins {1} rounds"
}
"MaxRoundsAppendPlural"
{
"#format" "{1:i}"
"en" ", or change map after {1} more rounds"
}
"MaxRoundsPlural"
{
"#format" "{1:i}"
"en" "Map will change after {1} more rounds"
}
"FragLimitAppendPlural"
{
"#format" "{1:i}"
"en" ", or change map after player reaches {1} frags"
}
"FragLimitPlural"
{
"#format" "{1:i}"
"en" "Map will change after a player reaches {1} frags"
}
"LastRound"