//------------------------------------------------------------------------------ // // Hand-maintained strongly-typed accessor for HellionStrings.resx. // Mirrors the layout of Language.Designer.cs so the same Plugin.cs // LanguageChanged handler can update Culture for both classes. // //------------------------------------------------------------------------------ #nullable enable namespace ChatTwo.Resources; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute] internal class HellionStrings { private static global::System.Resources.ResourceManager? resourceMan; private static global::System.Globalization.CultureInfo? resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal HellionStrings() { } [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (resourceMan is null) resourceMan = new global::System.Resources.ResourceManager("ChatTwo.Resources.HellionStrings", typeof(HellionStrings).Assembly); return resourceMan; } } [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo? Culture { get => resourceCulture; set => resourceCulture = value; } private static string Get(string key) => ResourceManager.GetString(key, resourceCulture) ?? key; internal static string Privacy_Tab_Title => Get(nameof(Privacy_Tab_Title)); internal static string Privacy_FilterEnabled_Name => Get(nameof(Privacy_FilterEnabled_Name)); internal static string Privacy_FilterEnabled_Description => Get(nameof(Privacy_FilterEnabled_Description)); internal static string Privacy_FilterEnabled_StorageOnly_Help => Get(nameof(Privacy_FilterEnabled_StorageOnly_Help)); internal static string Privacy_Whitelist_Help => Get(nameof(Privacy_Whitelist_Help)); internal static string Privacy_Preset_PrivacyFirst => Get(nameof(Privacy_Preset_PrivacyFirst)); internal static string Privacy_Preset_ClearAll => Get(nameof(Privacy_Preset_ClearAll)); internal static string Privacy_Preset_SelectAll => Get(nameof(Privacy_Preset_SelectAll)); internal static string Privacy_Group_DirectMessages => Get(nameof(Privacy_Group_DirectMessages)); internal static string Privacy_Group_PartyAlliance => Get(nameof(Privacy_Group_PartyAlliance)); internal static string Privacy_Group_FreeCompany => Get(nameof(Privacy_Group_FreeCompany)); internal static string Privacy_Group_Linkshells => Get(nameof(Privacy_Group_Linkshells)); internal static string Privacy_Group_CrossLinkshells => Get(nameof(Privacy_Group_CrossLinkshells)); internal static string Privacy_Group_ExtraChat => Get(nameof(Privacy_Group_ExtraChat)); internal static string Privacy_Group_PublicChat => Get(nameof(Privacy_Group_PublicChat)); internal static string Privacy_Group_SystemLogs => Get(nameof(Privacy_Group_SystemLogs)); internal static string Privacy_PersistUnknown_Name => Get(nameof(Privacy_PersistUnknown_Name)); internal static string Privacy_PersistUnknown_Description => Get(nameof(Privacy_PersistUnknown_Description)); internal static string Cleanup_Heading => Get(nameof(Cleanup_Heading)); internal static string Cleanup_Help_Intro => Get(nameof(Cleanup_Help_Intro)); internal static string Cleanup_Help_SavedNote => Get(nameof(Cleanup_Help_SavedNote)); internal static string Cleanup_RefreshPreview => Get(nameof(Cleanup_RefreshPreview)); internal static string Cleanup_NoPreview => Get(nameof(Cleanup_NoPreview)); internal static string Cleanup_TotalStored => Get(nameof(Cleanup_TotalStored)); internal static string Cleanup_WillKeep => Get(nameof(Cleanup_WillKeep)); internal static string Cleanup_WillDelete => Get(nameof(Cleanup_WillDelete)); internal static string Cleanup_Breakdown => Get(nameof(Cleanup_Breakdown)); internal static string Cleanup_Marker_Keep => Get(nameof(Cleanup_Marker_Keep)); internal static string Cleanup_Marker_Delete => Get(nameof(Cleanup_Marker_Delete)); internal static string Cleanup_Apply_Label => Get(nameof(Cleanup_Apply_Label)); internal static string Cleanup_Apply_Tooltip => Get(nameof(Cleanup_Apply_Tooltip)); internal static string Cleanup_Running => Get(nameof(Cleanup_Running)); internal static string Cleanup_PreviewError => Get(nameof(Cleanup_PreviewError)); internal static string Cleanup_Success => Get(nameof(Cleanup_Success)); internal static string Cleanup_Error => Get(nameof(Cleanup_Error)); internal static string Retention_Heading => Get(nameof(Retention_Heading)); internal static string Retention_Enabled_Name => Get(nameof(Retention_Enabled_Name)); internal static string Retention_Enabled_Description => Get(nameof(Retention_Enabled_Description)); internal static string Retention_Default_Label => Get(nameof(Retention_Default_Label)); internal static string Retention_Default_Help => Get(nameof(Retention_Default_Help)); internal static string Retention_Reset_Spec => Get(nameof(Retention_Reset_Spec)); internal static string Retention_Clear_Overrides => Get(nameof(Retention_Clear_Overrides)); internal static string Retention_Tree_Heading => Get(nameof(Retention_Tree_Heading)); internal static string Retention_Tag_Override => Get(nameof(Retention_Tag_Override)); internal static string Retention_Tag_Spec => Get(nameof(Retention_Tag_Spec)); internal static string Retention_Tag_Global => Get(nameof(Retention_Tag_Global)); internal static string Retention_Reset_Button => Get(nameof(Retention_Reset_Button)); internal static string Retention_Apply_Label => Get(nameof(Retention_Apply_Label)); internal static string Retention_Apply_Tooltip => Get(nameof(Retention_Apply_Tooltip)); internal static string Retention_Running => Get(nameof(Retention_Running)); internal static string Retention_LastRun_Never => Get(nameof(Retention_LastRun_Never)); internal static string Retention_LastRun_At => Get(nameof(Retention_LastRun_At)); internal static string Retention_Success => Get(nameof(Retention_Success)); internal static string Retention_Error => Get(nameof(Retention_Error)); internal static string Migration_Notification_Title => Get(nameof(Migration_Notification_Title)); internal static string Migration_Notification_Content => Get(nameof(Migration_Notification_Content)); internal static string Migration_Webinterface_Removed_Title => Get(nameof(Migration_Webinterface_Removed_Title)); internal static string Migration_Webinterface_Removed_Content => Get(nameof(Migration_Webinterface_Removed_Content)); internal static string Wizard_Title => Get(nameof(Wizard_Title)); internal static string Wizard_Intro => Get(nameof(Wizard_Intro)); internal static string Wizard_Profile_PrivacyFirst_Heading => Get(nameof(Wizard_Profile_PrivacyFirst_Heading)); internal static string Wizard_Profile_PrivacyFirst_Description => Get(nameof(Wizard_Profile_PrivacyFirst_Description)); internal static string Wizard_Profile_PrivacyFirst_Apply => Get(nameof(Wizard_Profile_PrivacyFirst_Apply)); internal static string Wizard_Profile_Casual_Heading => Get(nameof(Wizard_Profile_Casual_Heading)); internal static string Wizard_Profile_Casual_Description => Get(nameof(Wizard_Profile_Casual_Description)); internal static string Wizard_Profile_Casual_Apply => Get(nameof(Wizard_Profile_Casual_Apply)); internal static string Wizard_Profile_FullHistory_Heading => Get(nameof(Wizard_Profile_FullHistory_Heading)); internal static string Wizard_Profile_FullHistory_Description => Get(nameof(Wizard_Profile_FullHistory_Description)); internal static string Wizard_Profile_FullHistory_GdprWarning => Get(nameof(Wizard_Profile_FullHistory_GdprWarning)); internal static string Wizard_Profile_FullHistory_Apply => Get(nameof(Wizard_Profile_FullHistory_Apply)); internal static string Wizard_Reopen_Button => Get(nameof(Wizard_Reopen_Button)); internal static string Export_Heading => Get(nameof(Export_Heading)); internal static string Export_Help => Get(nameof(Export_Help)); internal static string Export_Range_Label => Get(nameof(Export_Range_Label)); internal static string Export_Sender_Label => Get(nameof(Export_Sender_Label)); internal static string Export_Channels_Heading => Get(nameof(Export_Channels_Heading)); internal static string Export_Channels_AllOff => Get(nameof(Export_Channels_AllOff)); internal static string Export_Format_Label => Get(nameof(Export_Format_Label)); internal static string Export_Format_Markdown => Get(nameof(Export_Format_Markdown)); internal static string Export_Format_Json => Get(nameof(Export_Format_Json)); internal static string Export_Format_Csv => Get(nameof(Export_Format_Csv)); internal static string Export_Button => Get(nameof(Export_Button)); internal static string Export_Dialog_Title => Get(nameof(Export_Dialog_Title)); internal static string Export_Running => Get(nameof(Export_Running)); internal static string Export_Success => Get(nameof(Export_Success)); internal static string Export_Empty => Get(nameof(Export_Empty)); internal static string Export_Error => Get(nameof(Export_Error)); internal static string Theme_Heading => Get(nameof(Theme_Heading)); internal static string Theme_Enabled_Name => Get(nameof(Theme_Enabled_Name)); internal static string Theme_Enabled_Description => Get(nameof(Theme_Enabled_Description)); internal static string Theme_WindowOpacity_Label => Get(nameof(Theme_WindowOpacity_Label)); internal static string Theme_WindowOpacity_Help => Get(nameof(Theme_WindowOpacity_Help)); internal static string Theme_UseHellionFont_Name => Get(nameof(Theme_UseHellionFont_Name)); internal static string Theme_UseHellionFont_Description => Get(nameof(Theme_UseHellionFont_Description)); internal static string About_Maintainer_Heading => Get(nameof(About_Maintainer_Heading)); internal static string About_Maintainer_Body => Get(nameof(About_Maintainer_Body)); internal static string About_Maintainer_Website_Label => Get(nameof(About_Maintainer_Website_Label)); internal static string About_Mission_Heading => Get(nameof(About_Mission_Heading)); internal static string About_Mission_P1 => Get(nameof(About_Mission_P1)); internal static string About_Mission_P2 => Get(nameof(About_Mission_P2)); internal static string About_Mission_P3 => Get(nameof(About_Mission_P3)); internal static string About_BuiltOn_Heading => Get(nameof(About_BuiltOn_Heading)); internal static string About_BuiltOn_P1 => Get(nameof(About_BuiltOn_P1)); internal static string About_BuiltOn_P2 => Get(nameof(About_BuiltOn_P2)); internal static string About_BuiltOn_Upstream_Label => Get(nameof(About_BuiltOn_Upstream_Label)); internal static string About_License_Heading => Get(nameof(About_License_Heading)); internal static string About_License_P1 => Get(nameof(About_License_P1)); internal static string About_License_P2 => Get(nameof(About_License_P2)); internal static string About_License_P3 => Get(nameof(About_License_P3)); internal static string About_SE_Heading => Get(nameof(About_SE_Heading)); internal static string About_SE_P1 => Get(nameof(About_SE_P1)); internal static string About_SE_P2 => Get(nameof(About_SE_P2)); internal static string About_Localization_Heading => Get(nameof(About_Localization_Heading)); internal static string About_Localization_P1 => Get(nameof(About_Localization_P1)); internal static string About_Localization_P2 => Get(nameof(About_Localization_P2)); internal static string About_Translators_TreeNode => Get(nameof(About_Translators_TreeNode)); // Hellion Chat — Auto-Tell-Tabs runtime strings internal static string AutoTellTabs_Migration_Title => Get(nameof(AutoTellTabs_Migration_Title)); internal static string AutoTellTabs_Migration_Content => Get(nameof(AutoTellTabs_Migration_Content)); internal static string AutoTellTabs_SectionHeader => Get(nameof(AutoTellTabs_SectionHeader)); internal static string AutoTellTabs_HistorySeparator => Get(nameof(AutoTellTabs_HistorySeparator)); internal static string AutoTellTabs_HistoryLoadError => Get(nameof(AutoTellTabs_HistoryLoadError)); internal static string AutoTellTabs_GreetedTooltip => Get(nameof(AutoTellTabs_GreetedTooltip)); internal static string AutoTellTabs_UnGreetedTooltip => Get(nameof(AutoTellTabs_UnGreetedTooltip)); // Hellion Chat — Auto-Tell-Tabs Chat settings tab internal static string ChatLog_AutoTellTabs_Section_Title => Get(nameof(ChatLog_AutoTellTabs_Section_Title)); internal static string ChatLog_AutoTellTabs_Enable_Name => Get(nameof(ChatLog_AutoTellTabs_Enable_Name)); internal static string ChatLog_AutoTellTabs_Enable_Description => Get(nameof(ChatLog_AutoTellTabs_Enable_Description)); internal static string ChatLog_AutoTellTabs_Limit_Name => Get(nameof(ChatLog_AutoTellTabs_Limit_Name)); internal static string ChatLog_AutoTellTabs_Limit_Description => Get(nameof(ChatLog_AutoTellTabs_Limit_Description)); internal static string ChatLog_AutoTellTabs_Compact_Name => Get(nameof(ChatLog_AutoTellTabs_Compact_Name)); internal static string ChatLog_AutoTellTabs_Compact_Description => Get(nameof(ChatLog_AutoTellTabs_Compact_Description)); internal static string ChatLog_AutoTellTabs_GreetedToggle_Name => Get(nameof(ChatLog_AutoTellTabs_GreetedToggle_Name)); internal static string ChatLog_AutoTellTabs_GreetedToggle_Description => Get(nameof(ChatLog_AutoTellTabs_GreetedToggle_Description)); internal static string ChatLog_AutoTellTabs_PreloadHint => Get(nameof(ChatLog_AutoTellTabs_PreloadHint)); internal static string ChatLog_AutoTellTabs_ConflictHint => Get(nameof(ChatLog_AutoTellTabs_ConflictHint)); // Hellion Chat — Auto-Tell-Tabs Privacy settings tab internal static string Privacy_AutoTellTabs_Section_Title => Get(nameof(Privacy_AutoTellTabs_Section_Title)); internal static string Privacy_AutoTellTabs_Preload_Name => Get(nameof(Privacy_AutoTellTabs_Preload_Name)); internal static string Privacy_AutoTellTabs_Preload_Description => Get(nameof(Privacy_AutoTellTabs_Preload_Description)); internal static string Privacy_AutoTellTabs_Preload_Hint => Get(nameof(Privacy_AutoTellTabs_Preload_Hint)); }