Skip to content

Commit

Permalink
Localization 284 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
EQAditu authored Aug 7, 2024
1 parent ebb43bb commit 0a5d1b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@
<Control ControlPath="root\tc1\tpOptions\flpOptionControls\Options_DataCorrectionRedirect\tableLayoutPanel1" UniqueName="label96" Text="Abilty" />
<Control ControlPath="root\tc1\tpOptions\tableLayoutPanel12" UniqueName="btnOptionSearchClear" Text="Clear" />
<Control ControlPath="root\tc1" UniqueName="tpTriggers" Text="Custom Triggers" />
<Control ControlPath="root\tc1\tpTriggers" UniqueName="btnOpenCtBenchmark" Text="Benchmark CTs..." />
<Control ControlPath="root\tc1\tpTriggers\tcTriggers" UniqueName="tabPage0" Text="Triggers" />
<Control ControlPath="root\tc1\tpTriggers\tcTriggers\tabPage0" UniqueName="btnOpenCtBenchmark" Text="Benchmark CTs..." />
<Control ControlPath="root\tc1\tpTriggers\tcTriggers\tabPage0\tableLayoutPanel2" UniqueName="btnRemoveTrigger" Text="&amp;Remove" />
<Control ControlPath="root\tc1\tpTriggers\tcTriggers\tabPage0\tableLayoutPanel2" UniqueName="btnAddTrigger" Text="Add/Edit" />
<Control ControlPath="root\tc1\tpTriggers\tcTriggers\tabPage0\tableLayoutPanel2" UniqueName="btnSndTriggerBrowse" Text="..." />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[assembly: AssemblyTitle("ActLocalization-InternalStrings")]
[assembly: AssemblyDescription("A sample of an ACT plugin that changes localization strings.")]
[assembly: AssemblyVersion("281.0.0.0")]
[assembly: AssemblyVersion("284.0.0.0")]

namespace ActLocalization
{
Expand Down Expand Up @@ -377,6 +377,7 @@ internal static void EditLocalizations()
TryEditLocalization("messageBoxText-getPluginsApplyFail", "The downloaded file did not contain a plugin that could be loaded."); //
TryEditLocalization("messageBoxText-getPluginsUnknownFile", "The downloaded file was not of the expected type for a plugin."); //
TryEditLocalization("messageBoxText-importAbort", "Do you wish to abort the import process?"); //
TryEditLocalization("messageBoxText-noPluginPath", "The plugin file \"{0}\" cannot be found. Did you mean to use the Get Plugins dialog?"); //
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."); //
TryEditLocalization("messageBoxText-pluginWizParserAdded", "The parsing plugin has been added and started."); //
TryEditLocalization("messageBoxText-restartAct", "You must restart ACT to apply changes."); //
Expand Down Expand Up @@ -432,6 +433,7 @@ internal static void EditLocalizations()
TryEditLocalization("messageBoxTitle-loadError", "Load Error"); //
TryEditLocalization("messageBoxTitle-localSecurityPolicy", "Security Exception"); //
TryEditLocalization("messageBoxTitle-noFileFound", "File Not Found"); //
TryEditLocalization("messageBoxTitle-noPluginPath", "Invalid Browse Path"); //
TryEditLocalization("messageBoxTitle-odbcDropTables", "ACT ODBC database removal"); //
TryEditLocalization("messageBoxTitle-odbcHackError", "Could not add OdbcHack"); //
TryEditLocalization("messageBoxTitle-odbcQueryError", "ODBC Connection Query Failed"); //
Expand Down Expand Up @@ -476,6 +478,7 @@ internal static void EditLocalizations()
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?"); //
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}"); //
TryEditLocalization("notifText-UnzipError", "The following file could not be extracted: {0}"); //
TryEditLocalization("notifText-windowOutOfBounds", "{0}({1}) was found out of bounds of all displays and could not be restored to its old location/size."); //
TryEditLocalization("notifText-xmlShareAdded", "A ({0}) from ({1}) has been added to ACT."); //
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]"); //
TryEditLocalization("notifText-xmlSnippetError", "There was an unexpected error importing this XML snippet.\n\n{0}"); //
Expand All @@ -488,6 +491,7 @@ internal static void EditLocalizations()
TryEditLocalization("notifTitle-UnzipError", "Unzip error"); //
TryEditLocalization("notifTitle-webserverError", "Webserver error"); //
TryEditLocalization("notifTitle-webserverException", "Webserver closed"); //
TryEditLocalization("notifTitle-windowOutOfBounds", "Window Out of Bounds"); //
TryEditLocalization("notifTitle-xmlShareAdded", "ACT XML Share"); //
TryEditLocalization("notifTitle-xmlSnippetError", "XML Share error"); //
TryEditLocalization("notifTitle-xmlSnippetIncomplete", "XML Share incomplete"); //
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@
<string key="messageBoxText-getPluginsApplyFail" value="The downloaded file did not contain a plugin that could be loaded." />
<string key="messageBoxText-getPluginsUnknownFile" value="The downloaded file was not of the expected type for a plugin." />
<string key="messageBoxText-importAbort" value="Do you wish to abort the import process?" />
<string key="messageBoxText-noPluginPath" value="The plugin file &quot;{0}&quot; cannot be found. Did you mean to use the Get Plugins dialog?" />
<string key="messageBoxText-pluginInternetBlocked" value="{0}&#xA;&#xA;---&#xA;&#xA;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.&#xA;&#xA;If this plugin came with any other files, unblock them as well." />
<string key="messageBoxText-pluginWizParserAdded" value="The parsing plugin has been added and started." />
<string key="messageBoxText-restartAct" value="You must restart ACT to apply changes." />
Expand Down Expand Up @@ -519,6 +520,7 @@
<string key="messageBoxTitle-loadError" value="Load Error" />
<string key="messageBoxTitle-localSecurityPolicy" value="Security Exception" />
<string key="messageBoxTitle-noFileFound" value="File Not Found" />
<string key="messageBoxTitle-noPluginPath" value="Invalid Browse Path" />
<string key="messageBoxTitle-odbcDropTables" value="ACT ODBC database removal" />
<string key="messageBoxTitle-odbcHackError" value="Could not add OdbcHack" />
<string key="messageBoxTitle-odbcQueryError" value="ODBC Connection Query Failed" />
Expand Down Expand Up @@ -565,6 +567,7 @@
<string key="notifText-oldSslError" value="This version of Windows cannot create a secure channel to download plugins/updates. You will need to download this file manually.&#xA;&#xA;Would you like to open your default browser to the file download?" />
<string key="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 &quot;wrong version&quot; load issues.&#xA;&#xA;{0}" />
<string key="notifText-UnzipError" value="The following file could not be extracted: {0}" />
<string key="notifText-windowOutOfBounds" value="{0}({1}) was found out of bounds of all displays and could not be restored to its old location/size." />
<string key="notifText-xmlShareAdded" value="A ({0}) from ({1}) has been added to ACT." />
<string key="notifText-xmlShareDetected" value="A ({0}) from ({1}) has been detected in the log file.&#xA;&#xA;Would you like to import this to ACT?&#xA;&#xA;&#xA;&#xA;&#xA;[Also in Options -&gt; Configuration Import/Export -&gt; XML Share Snippets]" />
<string key="notifText-xmlSnippetError" value="There was an unexpected error importing this XML snippet.&#xA;&#xA;{0}" />
Expand All @@ -577,6 +580,7 @@
<string key="notifTitle-UnzipError" value="Unzip error" />
<string key="notifTitle-webserverError" value="Webserver error" />
<string key="notifTitle-webserverException" value="Webserver closed" />
<string key="notifTitle-windowOutOfBounds" value="Window Out of Bounds" />
<string key="notifTitle-xmlShareAdded" value="ACT XML Share" />
<string key="notifTitle-xmlSnippetError" value="XML Share error" />
<string key="notifTitle-xmlSnippetIncomplete" value="XML Share incomplete" />
Expand Down

0 comments on commit 0a5d1b4

Please sign in to comment.