//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Microsoft.CmdPal.Ext.WindowsTerminal.Properties { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CmdPal.Ext.WindowsTerminal.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to All channels. /// internal static string all_channels { get { return ResourceManager.GetString("all_channels", resourceCulture); } } /// /// Looks up a localized string similar to Windows Terminal Profiles. /// internal static string extension_name { get { return ResourceManager.GetString("extension_name", resourceCulture); } } /// /// Looks up a localized string similar to Launch profile. /// internal static string launch_profile { get { return ResourceManager.GetString("launch_profile", resourceCulture); } } /// /// Looks up a localized string similar to Launch profile as administrator. /// internal static string launch_profile_as_admin { get { return ResourceManager.GetString("launch_profile_as_admin", resourceCulture); } } /// /// Looks up a localized string similar to Open Windows Terminal profiles. /// internal static string list_item_title { get { return ResourceManager.GetString("list_item_title", resourceCulture); } } /// /// Looks up a localized string similar to Open profiles in a new tab. /// internal static string open_new_tab { get { return ResourceManager.GetString("open_new_tab", resourceCulture); } } /// /// Looks up a localized string similar to Open profiles in the quake window. /// internal static string open_quake { get { return ResourceManager.GetString("open_quake", resourceCulture); } } /// /// Looks up a localized string similar to Windows Terminal supports a "quake" feature where a terminal window is accessible using a global hotkey. Enable this option to open profiles in a new tab in this window.. /// internal static string open_quake_description { get { return ResourceManager.GetString("open_quake_description", resourceCulture); } } /// /// Looks up a localized string similar to Opens Windows Terminal profiles. /// internal static string plugin_description { get { return ResourceManager.GetString("plugin_description", resourceCulture); } } /// /// Looks up a localized string similar to Preferred channel. /// internal static string preferred_channel { get { return ResourceManager.GetString("preferred_channel", resourceCulture); } } /// /// Looks up a localized string similar to Preferred channel. /// internal static string preferred_channel_description { get { return ResourceManager.GetString("preferred_channel_description", resourceCulture); } } /// /// Looks up a localized string similar to Profiles order. /// internal static string profile_sort_order { get { return ResourceManager.GetString("profile_sort_order", resourceCulture); } } /// /// Looks up a localized string similar to Profiles order. /// internal static string profile_sort_order_description { get { return ResourceManager.GetString("profile_sort_order_description", resourceCulture); } } /// /// Looks up a localized string similar to Alphabetical. /// internal static string profile_sort_order_item_alphabetical { get { return ResourceManager.GetString("profile_sort_order_item_alphabetical", resourceCulture); } } /// /// Looks up a localized string similar to As defined in Terminal. /// internal static string profile_sort_order_item_as_in_terminal { get { return ResourceManager.GetString("profile_sort_order_item_as_in_terminal", resourceCulture); } } /// /// Looks up a localized string similar to Default (alphabetical). /// internal static string profile_sort_order_item_default { get { return ResourceManager.GetString("profile_sort_order_item_default", resourceCulture); } } /// /// Looks up a localized string similar to Most recently used. /// internal static string profile_sort_order_item_mru { get { return ResourceManager.GetString("profile_sort_order_item_mru", resourceCulture); } } /// /// Looks up a localized string similar to Windows Terminal Profiles. /// internal static string profiles_list_page_name { get { return ResourceManager.GetString("profiles_list_page_name", resourceCulture); } } /// /// Looks up a localized string similar to Run as administrator (Ctrl+Shift+Enter). /// internal static string run_as_administrator { get { return ResourceManager.GetString("run_as_administrator", resourceCulture); } } /// /// Looks up a localized string similar to Failed to open Windows Terminal. /// internal static string run_terminal_failed { get { return ResourceManager.GetString("run_terminal_failed", resourceCulture); } } /// /// Looks up a localized string similar to Keep last channel filter. /// internal static string save_last_selected_channel { get { return ResourceManager.GetString("save_last_selected_channel", resourceCulture); } } /// /// Looks up a localized string similar to Remember the last selected channel instead of resetting to All Channels.. /// internal static string save_last_selected_channel_description { get { return ResourceManager.GetString("save_last_selected_channel_description", resourceCulture); } } /// /// Looks up a localized string similar to Settings. /// internal static string settings_page_name { get { return ResourceManager.GetString("settings_page_name", resourceCulture); } } /// /// Looks up a localized string similar to Show hidden profiles. /// internal static string show_hidden_profiles { get { return ResourceManager.GetString("show_hidden_profiles", resourceCulture); } } } }