|
6 | 6 |
|
7 | 7 | [assembly: AssemblyTitle("ActLocalization-InternalStrings")]
|
8 | 8 | [assembly: AssemblyDescription("A sample of an ACT plugin that changes localization strings.")]
|
9 |
| -[assembly: AssemblyVersion("274.0.0.0")] |
| 9 | +[assembly: AssemblyVersion("276.0.0.0")] |
10 | 10 |
|
11 | 11 | namespace ActLocalization
|
12 | 12 | {
|
@@ -207,6 +207,7 @@ internal static void EditLocalizations()
|
207 | 207 | TryEditLocalization("helpPanel-cbCullOther", "When a new zone listing is created, ACT will keep the normal encounters of this many previous zones."); //
|
208 | 208 | TryEditLocalization("helpPanel-cbCullTimer", "When an encounter ends, all encounters (except for \"All\" zone-wide encounters) older than this time limit will be removed."); //
|
209 | 209 | TryEditLocalization("helpPanel-cbCurrentOdbc", "When in combat, ACT can export to a temporary table called current_table on your ODBC datasource every few seconds. Every export, the table will be deleted and refilled to reflect the current encounter. This option is only recommended if you have a very quick connection to your datasource."); //
|
| 210 | + TryEditLocalization("helpPanel-cbDisableIncrementalCaching", "This will disable the new incremental caching for encounter tables and mini parse exports. Only use this if real-time calculations are different than imported encounters."); // |
210 | 211 | TryEditLocalization("helpPanel-cbDoubleBufferLV", "When checked, ACT will attempt to enable minimal redrawing of the main table. Windows versions before WindowsXP normally do not have this ability and may cause undesired results."); //
|
211 | 212 | TryEditLocalization("helpPanel-cbEncSilenceCut", "When enabled, an encounter's duration will be reduced when there are no hostile actions recorded for this many seconds. This setting should be lower than the above end encounter idle timer. This setting will not increase the duration of an enounter past its last hostile action."); //
|
212 | 213 | TryEditLocalization("helpPanel-cbExFile", "At the end of combat, this option will export to a macro file something similar to what a clipboard export would look like. This file export is not restricted to 256 characters like the clipboard export, however it can only output 16 lines. Once the export is created, you can display the results by using the command:\n\n/do_file_commands act-export.txt\n\nYou can create an EQ2 macro to trigger this command. The macro file export will attempt to tabulate the data to make viewing it easier.\n\nYou must set the below option with what channel you wish to display the export to beforehand. Leaving the channel prefix blank will cause the macro file not to function unless the Text Only Formatting options prefix a channel to *every* line."); //
|
@@ -549,13 +550,15 @@ internal static void EditLocalizations()
|
549 | 550 | TryEditLocalization("trayText-eventExceptions1", "In the last minute, these plugins caused exceptions in event handlers:\n"); //
|
550 | 551 | TryEditLocalization("trayText-eventExceptions2", "{0} [{1} time(s)]"); //
|
551 | 552 | TryEditLocalization("trayText-findZoneBusy", "Finding the zone name in the log file appears to be taking a long time. Do you wish to skip scanning?\n\n{0} {1:0,0} bytes"); //
|
| 553 | + TryEditLocalization("trayText-globalMutex", "There is already another running copy of ACT. You should close ALL running copies and restart ACT.\n\nYou may disable this warning by adding \n-skipmutex to the commandline parameters. You may block new instances by adding -onlyone."); // |
552 | 554 | TryEditLocalization("trayText-lowDotNet", "Your detected .NET Framework version is {0}.\n\nYou will need to install v4.6 of the .NET Framework or greater in order for most Internet downloads/updates to work."); //
|
553 | 555 | TryEditLocalization("trayText-parsingBusy", "Log line parsing has been behind for 10 seconds. A plugin subscribed to BeforeLogLine/OnLogLine may be processing synchronously and taking too long."); //
|
554 | 556 | TryEditLocalization("trayText-restartACT", "Restarting ACT is required to complete changes. \n\n{0}"); //
|
555 | 557 | TryEditLocalization("trayText-xmlPrefErrorCount", "There were {0} errors encountered while loading settings.\nIf you just changed ACT versions, these errors may be a one-time result of ACT settings changing names/locations."); //
|
556 | 558 | TryEditLocalization("trayTitle-ctBench", "Custom Triggers lagging behind"); //
|
557 | 559 | TryEditLocalization("trayTitle-eventUnhandledException", "Event Handler Unhandled Exceptions"); //
|
558 | 560 | TryEditLocalization("trayTitle-findZoneBusy", "Scanning Log File"); //
|
| 561 | + TryEditLocalization("trayTitle-globalMutex", "Multiple Instances"); // |
559 | 562 | TryEditLocalization("trayTitle-lowDotNet", "Insufficient .NET Framework"); //
|
560 | 563 | TryEditLocalization("trayTitle-parsingBusy", "Log Parsing lagging behind"); //
|
561 | 564 | TryEditLocalization("trayTitle-restartAct", "ACT Restart Requested"); //
|
|
0 commit comments