Update Mapchooser Time restrictions

Time till nomination calculation might still be off. (restriction itself
works fine)
This commit is contained in:
zaCade
2017-10-15 16:20:53 +02:00
parent b92e95b79e
commit 6fc8146d7f
4 changed files with 43 additions and 51 deletions
@@ -106,16 +106,10 @@
"en" "*{1}"
}
"Map Nominate MinTime Error"
"Map Nominate Time 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}."
"#format" "{1:d},{2:d}"
"en" "You can only nominate this map in {1} hours and {2} minutes."
}
"Map Nominate MinPlayers Error"
@@ -132,8 +126,8 @@
"Map Time Restriction"
{
"#format" "{1:s},{2:d}"
"en" "Hours{1}{2}"
"#format" "{1:s},{2:d},{3:d}"
"en" "Time{1}{2}H{3}M"
}
"Map Player Restriction"
@@ -142,16 +136,10 @@
"en" "Players{1}{2}"
}
"Nomination Removed MinTime Error"
"Nomination Removed Time 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."
"en" "Your nomination {1} has been removed because it doesn't meet the time requirements."
}
"Nomination Removed MinPlayers Error"