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
TryEditLocalization("messageBoxText-getPluginsApplyFail","The downloaded file did not contain a plugin that could be loaded.");//
378
378
TryEditLocalization("messageBoxText-getPluginsUnknownFile","The downloaded file was not of the expected type for a plugin.");//
379
379
TryEditLocalization("messageBoxText-importAbort","Do you wish to abort the import process?");//
380
+
TryEditLocalization("messageBoxText-noPluginPath","The plugin file \"{0}\" cannot be found. Did you mean to use the Get Plugins dialog?");//
380
381
TryEditLocalization("messageBoxText-pluginInternetBlocked","{0}\n\n---\n\nSuggestion: The plugin ({1}) may be blocked from loading because it is marked as from the Internet. Please right-click the file, select Properties and Unblock the file.\n\nIf this plugin came with any other files, unblock them as well.");//
381
382
TryEditLocalization("messageBoxText-pluginWizParserAdded","The parsing plugin has been added and started.");//
382
383
TryEditLocalization("messageBoxText-restartAct","You must restart ACT to apply changes.");//
TryEditLocalization("notifText-oldSslError","This version of Windows cannot create a secure channel to download plugins/updates. You will need to download this file manually.\n\nWould you like to open your default browser to the file download?");//
477
479
TryEditLocalization("notifText-unknownAssembly","The following assemblies were not recognized. If they are plugins or from plugins, they should be deleted or moved to another folder to avoid \"wrong version\" load issues.\n\n{0}");//
478
480
TryEditLocalization("notifText-UnzipError","The following file could not be extracted: {0}");//
481
+
TryEditLocalization("notifText-windowOutOfBounds","{0}({1}) was found out of bounds of all displays and could not be restored to its old location/size.");//
479
482
TryEditLocalization("notifText-xmlShareAdded","A ({0}) from ({1}) has been added to ACT.");//
480
483
TryEditLocalization("notifText-xmlShareDetected","A ({0}) from ({1}) has been detected in the log file.\n\nWould you like to import this to ACT?\n\n\n\n\n[Also in Options -> Configuration Import/Export -> XML Share Snippets]");//
481
484
TryEditLocalization("notifText-xmlSnippetError","There was an unexpected error importing this XML snippet.\n\n{0}");//
Copy file name to clipboardExpand all lines: Localization/en-US/Advanced Combat Tracker.exe.InternalStrings.xml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -463,6 +463,7 @@
463
463
<stringkey="messageBoxText-getPluginsApplyFail"value="The downloaded file did not contain a plugin that could be loaded." />
464
464
<stringkey="messageBoxText-getPluginsUnknownFile"value="The downloaded file was not of the expected type for a plugin." />
465
465
<stringkey="messageBoxText-importAbort"value="Do you wish to abort the import process?" />
466
+
<stringkey="messageBoxText-noPluginPath"value="The plugin file "{0}" cannot be found. Did you mean to use the Get Plugins dialog?" />
466
467
<stringkey="messageBoxText-pluginInternetBlocked"value="{0}

---

Suggestion: The plugin ({1}) may be blocked from loading because it is marked as from the Internet. Please right-click the file, select Properties and Unblock the file.

If this plugin came with any other files, unblock them as well." />
467
468
<stringkey="messageBoxText-pluginWizParserAdded"value="The parsing plugin has been added and started." />
468
469
<stringkey="messageBoxText-restartAct"value="You must restart ACT to apply changes." />
<stringkey="notifText-oldSslError"value="This version of Windows cannot create a secure channel to download plugins/updates. You will need to download this file manually.

Would you like to open your default browser to the file download?" />
566
568
<stringkey="notifText-unknownAssembly"value="The following assemblies were not recognized. If they are plugins or from plugins, they should be deleted or moved to another folder to avoid "wrong version" load issues.

{0}" />
567
569
<stringkey="notifText-UnzipError"value="The following file could not be extracted: {0}" />
570
+
<stringkey="notifText-windowOutOfBounds"value="{0}({1}) was found out of bounds of all displays and could not be restored to its old location/size." />
568
571
<stringkey="notifText-xmlShareAdded"value="A ({0}) from ({1}) has been added to ACT." />
569
572
<stringkey="notifText-xmlShareDetected"value="A ({0}) from ({1}) has been detected in the log file.

Would you like to import this to ACT?




[Also in Options -> Configuration Import/Export -> XML Share Snippets]" />
570
573
<stringkey="notifText-xmlSnippetError"value="There was an unexpected error importing this XML snippet.

{0}" />
0 commit comments