From d19a753244be664004cc2fec20fd2141b7cdad8f Mon Sep 17 00:00:00 2001 From: EQAditu <52854036+EQAditu@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:56:52 -0500 Subject: [PATCH] Localization 280 (#90) updated gitignore file Sample Plugin Revert "Sample Plugin" This reverts commit 4b495b04d9a425faa1e2e5b0a38bf10bef2c2dcc. Revert "updated gitignore file" This reverts commit 4988fd1bb910481ce1484be6b1fd0063496146ec. Localization 280 (#90) --- ...dvanced Combat Tracker.exe.FormActMain.xml | 134 +++++++++++------- ...d Combat Tracker.exe.FormStartupWizard.xml | 5 + ...nced Combat Tracker.exe.InternalStrings.cs | 6 +- ...ced Combat Tracker.exe.InternalStrings.xml | 4 + 4 files changed, 93 insertions(+), 56 deletions(-) diff --git a/Localization/en-US/Advanced Combat Tracker.exe.FormActMain.xml b/Localization/en-US/Advanced Combat Tracker.exe.FormActMain.xml index a0ca5f73..accd7368 100644 --- a/Localization/en-US/Advanced Combat Tracker.exe.FormActMain.xml +++ b/Localization/en-US/Advanced Combat Tracker.exe.FormActMain.xml @@ -3,7 +3,6 @@ - @@ -90,7 +89,7 @@ - + @@ -98,7 +97,7 @@ - + @@ -123,23 +122,24 @@ - + + - + + + + + + + - - - - - - @@ -272,6 +272,12 @@ + + + + + + @@ -283,8 +289,8 @@ - - + + @@ -292,6 +298,10 @@ + + + + @@ -370,6 +380,19 @@ + + + + + + + + + + + + + @@ -380,23 +403,23 @@ - + + + + + - + - - + - - - @@ -404,63 +427,63 @@ + + + - - + + - - - - - - + + + - - + + + + - - - - - - - - - - - - + + + + + + + + + + - + - + + + + + + + + + + - + - - - - - - - - - @@ -468,6 +491,7 @@ + @@ -541,7 +565,7 @@ - + diff --git a/Localization/en-US/Advanced Combat Tracker.exe.FormStartupWizard.xml b/Localization/en-US/Advanced Combat Tracker.exe.FormStartupWizard.xml index 5f39a4dd..2eba27a6 100644 --- a/Localization/en-US/Advanced Combat Tracker.exe.FormStartupWizard.xml +++ b/Localization/en-US/Advanced Combat Tracker.exe.FormStartupWizard.xml @@ -19,4 +19,9 @@ + + + + + \ No newline at end of file diff --git a/Localization/en-US/Advanced Combat Tracker.exe.InternalStrings.cs b/Localization/en-US/Advanced Combat Tracker.exe.InternalStrings.cs index 71165567..439069f8 100644 --- a/Localization/en-US/Advanced Combat Tracker.exe.InternalStrings.cs +++ b/Localization/en-US/Advanced Combat Tracker.exe.InternalStrings.cs @@ -6,7 +6,7 @@ [assembly: AssemblyTitle("ActLocalization-InternalStrings")] [assembly: AssemblyDescription("A sample of an ACT plugin that changes localization strings.")] -[assembly: AssemblyVersion("278.0.0.0")] +[assembly: AssemblyVersion("280.0.0.0")] namespace ActLocalization { @@ -192,11 +192,14 @@ internal static void EditLocalizations() TryEditLocalization("graphCombatant-toolTip", "+{0} ({1:#,0} sec average)"); // sec = second TryEditLocalization("graphEncText-noDataError", "The table currently has no data to graph..."); // TryEditLocalization("graphEncText-noDataSortingError", "No rows with compatible data to graph...\nTry sorting the table by another column."); // + TryEditLocalization("helpPanel-btnApplyDark", "This will apply some starting colors to use with pseudo-dark themes. For best results, restart ACT after applying. \n\nPS. WinForms will never theme well with what Microsoft offers."); // + TryEditLocalization("helpPanel-btnApplyDark2", "This will apply some starting colors to use with pseudo-dark themes. For best results, restart ACT after applying. \n\nPS. WinForms will never theme well with what Microsoft offers."); // TryEditLocalization("helpPanel-btnExportUIBrowser", "Press this button to start a wizard allowing you to set the EQ2's web browser to ACT's encounter index and optionally extracting a browser UI replacement with a collapsable interface and controls for maximum screen space."); // TryEditLocalization("helpPanel-btnImportFile", "To import encounters from your logfile, select the start and ending date with the choosers and select the log file to parse."); // TryEditLocalization("helpPanel-btnOdbcDropTables", "This will perform the DROP command on each table ACT uses. This will delete all table data and remove the tables from the datasource."); // TryEditLocalization("helpPanel-btnOdbcTestConnection", "This will attempt to log into the ODBC datasource specified in the Connection String."); // TryEditLocalization("helpPanel-btnOdbcValidateTables", "This will make sure the ODBC datasource has the required tables and the tables have the required columns. If anything is missing, ACT will attempt to create or alter the tables. Success is required to do SQL exporting."); // + TryEditLocalization("helpPanel-btnResetAll", "This will reset all of the colors defined in the sub-pages and will require a restart of ACT."); // TryEditLocalization("helpPanel-btnResetColors", "Resetting color/font settings will require ACT to be restarted."); // TryEditLocalization("helpPanel-btnResetOdbcHacks", "This button will delete all ODBC hacks and replace them with a set of known hacks for various datasources, such as MSSQL, MS Access, Postgres..."); // TryEditLocalization("helpPanel-cbAutoLoadLogs", "ACT should check every few seconds for existing logs to have been updated and switch to those currently used logs. (It will not check for new files automatically)"); // @@ -427,6 +430,7 @@ internal static void EditLocalizations() TryEditLocalization("messageBoxTitle-getPluginsApplyFail2", "Error applying plugin"); // TryEditLocalization("messageBoxTitle-getPluginsError1", "Error retrieving plugin list"); // TryEditLocalization("messageBoxTitle-getPluginsUnknownFile", "Unknown file type"); // + TryEditLocalization("messageBoxTitle-historyDatabase", "History Database"); // TryEditLocalization("messageBoxTitle-htmlNoFileAccess", "File Access Denied"); // TryEditLocalization("messageBoxTitle-importAbort", "Abort?"); // TryEditLocalization("messageBoxTitle-importFail", "Parse failed"); // diff --git a/Localization/en-US/Advanced Combat Tracker.exe.InternalStrings.xml b/Localization/en-US/Advanced Combat Tracker.exe.InternalStrings.xml index cc436aea..9d4e36e4 100644 --- a/Localization/en-US/Advanced Combat Tracker.exe.InternalStrings.xml +++ b/Localization/en-US/Advanced Combat Tracker.exe.InternalStrings.xml @@ -275,11 +275,14 @@ + + + @@ -514,6 +517,7 @@ +