You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/TSMapEditor/Config/Translations/en/Translation_en.ini
+23-22Lines changed: 23 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1279,29 +1279,30 @@ TriggersWindow.SortByID=Sort by ID
1279
1279
TriggersWindow.SortByName=Sort by Name
1280
1280
TriggersWindow.SortByColor=Sort by Color
1281
1281
TriggersWindow.SortByColorName=Sort by Color, then by Name
1282
-
NoTagFound.Title=No tag found
1283
-
NoTagFound.Description=The selected trigger '{0}' has no associated tag. As such, it cannot be attached to any objects.@@This should never happen, have you modified the map with another editor?
1284
-
LinkedObjects.Title=Linked Objects
1285
-
NoLinkedObjects.Description=The selected trigger '{0}' is not linked to any objects, CellTags or other triggers.
1286
-
NoAssociatedTag=The selected trigger {0} has no associated tag. As such, it is not attached to any objects.
1287
-
ObjectReferences=The selected trigger '{0}' is linked to the following objects:
1282
+
TriggersWindow.NoTagFound.Title=No tag found
1283
+
TriggersWindow.NoTagFound.Description=The selected trigger '{0}' has no associated tag. As such, it cannot be attached to any objects.@@This should never happen, have you modified the map with another editor?
1284
+
TriggersWindow.LinkedObjects.Title=Linked Objects
1285
+
TriggersWindow.NoLinkedObjects.Description=The selected trigger '{0}' is not linked to any objects, CellTags or other triggers.
1286
+
TriggersWindow.NoAssociatedTag=The selected trigger {0} has no associated tag. As such, it is not attached to any objects.
1287
+
TriggersWindow.ObjectReferences=The selected trigger '{0}' is linked to the following objects:
1288
1288
TeamTypeReferences=The trigger is linked to TeamType '{0}' ({1}).
1289
-
LinkedCellTags=The trigger is linked to one or more celltags (first match at {0}).
1290
-
TriggerReferences=The trigger is referenced by the following other triggers:
1291
-
TriggersLinkedToSelectedTrigger=The following other triggers are linked to the trigger:
1292
-
ActionTypeNotFound.Title=Trigger action type not found
1293
-
DisableSpeechNotFound=Could not find trigger action type for "Disable Speech" {0}
1294
-
EnableSpeechNotFound=Could not find trigger action type for "Enable Speech" {0}
1295
-
RegenerateIDs.Title=Are you sure?
1296
-
RegenerateIDs.Description=This will re-generate the internal IDs (01000000, 01000001 etc.) for ALL* of your map's script elements@that start their ID with 0100 (all editor-generated script elements do).@@It might make the list more sensible in case there are deleted triggers. However, this feature is@experimental and if it goes wrong, it can destroy all of your scripting. Do you want to continue?
1297
-
CloneForEasierDiffs.Title=Are you sure?
1298
-
CloneForEasierDiffs.Description=Cloning this trigger for easier difficulties will create duplicate instances@of this trigger for Medium and Easy difficulties, replacing Hard-mode globals@with respective globals of easier difficulties.@@In case the trigger references TeamTypes, duplicates of the TeamTypes@and their TaskForces are also created for the easier-difficulty triggers.@@No un-do is available. Do you want to continue?
1299
-
CloneForEasierDiffsNoDependencies.Title=Are you sure?
1300
-
CloneForEasierDiffsNoDependencies.Description=Cloning this trigger for easier difficulties will create duplicate instances@of this trigger for Medium and Easy difficulties, replacing Hard-mode globals@with respective globals of easier difficulties.@@No un-do is available. Do you want to continue?
1301
-
ClearCellTags.Title=Are you sure?
1302
-
ClearCellTags.Description=This will delete all CellTags related to trigger "{0}". No un-do is available. Do you want to continue?
1303
-
DeleteTrigger.Title=Are you sure?
1304
-
DeleteTrigger.Description=Do you really want to delete trigger "{0}"?@@(You can hold Shift to skip this confirmation dialog.)
1289
+
TriggersWindow.LinkedCellTags=The trigger is linked to one or more celltags (first match at {0}).
1290
+
TriggersWindow.TriggerReferences=The trigger is referenced by the following other triggers:
1291
+
TriggersWindow.TriggersLinkedToSelectedTrigger=The following other triggers are linked to the trigger:
1292
+
TriggersWindow.SelfReference=The trigger is referenced by one or more of its own actions.
1293
+
TriggersWindow.ActionTypeNotFound.Title=Trigger action type not found
1294
+
TriggersWindow.DisableSpeechNotFound=Could not find trigger action type for "Disable Speech" {0}
1295
+
TriggersWindow.EnableSpeechNotFound=Could not find trigger action type for "Enable Speech" {0}
1296
+
TriggersWindow.RegenerateIDs.Title=Are you sure?
1297
+
TriggersWindow.RegenerateIDs.Description=This will re-generate the internal IDs (01000000, 01000001 etc.) for ALL* of your map's script elements@that start their ID with 0100 (all editor-generated script elements do).@@It might make the list more sensible in case there are deleted triggers. However, this feature is@experimental and if it goes wrong, it can destroy all of your scripting. Do you want to continue?
1298
+
TriggersWindow.CloneForEasierDiffs.Title=Are you sure?
1299
+
TriggersWindow.CloneForEasierDiffs.Description=Cloning this trigger for easier difficulties will create duplicate instances@of this trigger for Medium and Easy difficulties, replacing Hard-mode globals@with respective globals of easier difficulties.@@In case the trigger references TeamTypes, duplicates of the TeamTypes@and their TaskForces are also created for the easier-difficulty triggers.@@No un-do is available. Do you want to continue?
1300
+
TriggersWindow.CloneForEasierDiffsNoDependencies.Title=Are you sure?
1301
+
TriggersWindow.CloneForEasierDiffsNoDependencies.Description=Cloning this trigger for easier difficulties will create duplicate instances@of this trigger for Medium and Easy difficulties, replacing Hard-mode globals@with respective globals of easier difficulties.@@No un-do is available. Do you want to continue?
1302
+
TriggersWindow.ClearCellTags.Title=Are you sure?
1303
+
TriggersWindow.ClearCellTags.Description=This will delete all CellTags related to trigger "{0}". No un-do is available. Do you want to continue?
1304
+
TriggersWindow.DeleteTrigger.Title=Are you sure?
1305
+
TriggersWindow.DeleteTrigger.Description=Do you really want to delete trigger "{0}"?@@(You can hold Shift to skip this confirmation dialog.)
0 commit comments