@@ -68,11 +68,11 @@ NamedColors.Lime Green=Lime Green
6868NamedColors.Yellow =Yellow
6969NamedColors.Orange =Orange
7070NamedColors.Red =Red
71- NamedColors.BloodRed =Blood Red
71+ NamedColors.Blood Red =Blood Red
7272NamedColors.Pink =Pink
7373NamedColors.Cherry =Cherry
7474NamedColors.Purple =Purple
75- NamedColors.SkyBlue =Sky Blue
75+ NamedColors.Sky Blue =Sky Blue
7676NamedColors.Blue =Blue
7777NamedColors.Brown =Brown
7878NamedColors.Metalic =Metalic
@@ -218,11 +218,26 @@ UIManager.IssuesFound.Description=The map has been saved, but one or more issues
218218UIManager.LoadMapFailure.Title =Failed to open map
219219WindowController.NoTriggerAttached.Title =No trigger attached
220220WindowController.NoTriggerAttached.Description =The specified Tag has no attached Trigger!
221+ ListExtensions.TaskForceParseError =Failed to load TaskForce {0}. It might be missing a section or be otherwise invalid.
222+ ListExtensions.TeamTypes.TaskForceNotFound =TeamType {0} has an invalid TaskForce ({1}) specified!
223+
224+ ; *************************************************
225+ ; TileSelector
226+ ; *************************************************
227+
228+ TileSelector.SearchTileSets =Search TileSet...
229+ TileSelector.SortById =Sort by ID
230+ TileSelector.SortByName =Sort by Name
231+ TileSelector.Pin =Pin
232+ TileSelector.Unpin =Unpin
233+ TileSelector.Unselect =Unselect
221234
222235; *************************************************
223236; TileInfoDisplay
224237; *************************************************
225238
239+ TileInfoDisplay.HouseBaseNodesHeader =Base Node:\s
240+ TileInfoDisplay.HouseBaseNodesInfo ={0} ({1}), Owner:
226241TileInfoDisplay.NoToolSelected =No tool selected
227242TileInfoDisplay.TileSet =TileSet:\s
228243TileInfoDisplay.TileNumber =Tile # :\s
@@ -1332,6 +1347,9 @@ SmudgeCollection.Random Snowy Burn=Random Snowy Burn
13321347; Script Actions
13331348; *************************************************
13341349
1350+ ScriptAction.UnknownAction=Unknown action
1351+ ScriptAction.NoDescription=No description
1352+ ScriptAction.Use0=Use 0
13351353ScriptAction.Attack Quarry.Name=Attack Quarry
13361354ScriptAction.Attack Quarry.Description=Attack the target type (quarry) and repeat until all of that type are destroyed or the unit runs out of ammo. Target selection to choose nearest or first created is affected by TargetDistanceCoefficientDefault.
13371355ScriptAction.Attack Quarry.Option0.PresetText=N/A (Cancel)
0 commit comments