forked from UNLOZE/sm-plugins
Update Mapchooser Time restrictions
Time till nomination calculation might still be off. (restriction itself works fine)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user