sourcemod/translations/basetriggers.phrases.txt
Matt Woodrow 07cbe39552 Updated basetriggers to use more translation friendly phrases (bug 3330, r=dvander).
Basetriggers now counts rounds remaining for mp_maxrounds output.
2008-10-16 10:54:23 +13:00

117 lines
1.7 KiB
Plaintext

"Phrases"
{
"Timeleft"
{
"en" "Time remaining for map: "
}
"Thetime"
{
"#format" "{1:s}"
"en" "The current server time is {1}"
}
"Friendly Fire On"
{
"en" "Friendly Fire is enabled."
}
"Friendly Fire Off"
{
"en" "Friendly Fire is disabled."
}
"Current Map"
{
"#format" "{1:s}"
"en" "The current map is {1}."
}
"WinLimitAppend"
{
"en" ", or change map after a team wins one round"
}
"WinLimit"
{
"en" "Map will change after a team wins one round"
}
"MaxRoundsAppend"
{
"en" ", or change map after one more round"
}
"MaxRounds"
{
"en" "Map will change after one more round"
}
"FragLimitAppend"
{
"en" ", or change map after player reaches one frag"
}
"FragLimit"
{
"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"
{
"en" "This is the last round!!"
}
"NoTimelimit"
{
"en" "No timelimit for map"
}
"Next Map"
{
"#format" "{1:s}"
"en" "Next Map: {1}"
}
"Pending Vote"
{
"en" "Pending Vote"
}
}