forked from UNLOZE/sm-plugins
Allow mapchooser to exclude maps based on Daytime.
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user