New locale strings

This commit is contained in:
Vortrex
2023-03-08 23:40:37 -06:00
parent 244b1e94e7
commit 0ba6bb770e
15 changed files with 62 additions and 15 deletions

View File

@@ -783,5 +783,8 @@
"PlayerNotSurrendered": "The player must be surrendered (hands up, be knocked out, or tazed)!",
"PlayerRemovedFromJob": "You removed {1} from the job",
"RemovedFromJob": "You were removed from the job by {1}",
"UnableToCallPlayer": "{1} can't be called right now"
"UnableToCallPlayer": "{1} can't be called right now",
"NoRadioToUse": "You must have a radio, or be in a vehicle with a radio!",
"FrequencyMustBeNumber": "The radio channel must be a number!",
"FrequencyMustBeBetween": "The radio channel must be between {1} and {2}!"
}