Allow mapchooser to exclude maps based on Daytime.

This commit is contained in:
zaCade
2017-10-12 21:52:19 +02:00
parent 54eca07b3e
commit 9532c0893f
4 changed files with 206 additions and 13 deletions
@@ -106,6 +106,18 @@
"en" "*{1}"
}
"Map Nominate MinTime Error"
{
"#format" "{1:d}"
"en" "It's to early to nominate {1}."
}
"Map Nominate MaxTime Error"
{
"#format" "{1:d}"
"en" "It's to late to nominate {1}."
}
"Map Nominate MinPlayers Error"
{
"#format" "{1:d}"
@@ -118,12 +130,30 @@
"en" "Map requires {1} less players."
}
"Map Time Restriction"
{
"#format" "{1:s},{2:d}"
"en" "Hours{1}{2}"
}
"Map Player Restriction"
{
"#format" "{1:s},{2:d}"
"en" "Players{1}{2}"
}
"Nomination Removed MinTime Error"
{
"#format" "{1:s}"
"en" "Your nomination {1} has been removed because it doesn't meet the minumum time requirements."
}
"Nomination Removed MaxTime Error"
{
"#format" "{1:s}"
"en" "Your nomination {1} has been removed because it exceeds the maximum time restriction."
}
"Nomination Removed MinPlayers Error"
{
"#format" "{1:s}"