//------------------------------------------------------------------------------ // // 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.WinGet.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", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public 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)] public 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.WinGet.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)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Author. /// public static string winget_author { get { return ResourceManager.GetString("winget_author", resourceCulture); } } /// /// Looks up a localized string similar to Copyright. /// public static string winget_copyright { get { return ResourceManager.GetString("winget_copyright", resourceCulture); } } /// /// Looks up a localized string similar to Error {0}. Are you connected to the internet?. /// public static string winget_create_catalog_error { get { return ResourceManager.GetString("winget_create_catalog_error", resourceCulture); } } /// /// Looks up a localized string similar to WinGet. /// public static string winget_display_name { get { return ResourceManager.GetString("winget_display_name", resourceCulture); } } /// /// Looks up a localized string similar to Downloading. {0} of {1}. /// public static string winget_download_progress { get { return ResourceManager.GetString("winget_download_progress", resourceCulture); } } /// /// Looks up a localized string similar to Downloading. /// public static string winget_downloading { get { return ResourceManager.GetString("winget_downloading", resourceCulture); } } /// /// Looks up a localized string similar to Install Extensions. /// public static string winget_install_extensions_name { get { return ResourceManager.GetString("winget_install_extensions_name", resourceCulture); } } /// /// Looks up a localized string similar to Search for extensions on WinGet. /// public static string winget_install_extensions_subtitle { get { return ResourceManager.GetString("winget_install_extensions_subtitle", resourceCulture); } } /// /// Looks up a localized string similar to Install Command Palette extensions. /// public static string winget_install_extensions_title { get { return ResourceManager.GetString("winget_install_extensions_title", resourceCulture); } } /// /// Looks up a localized string similar to Finished install. /// public static string winget_install_finished { get { return ResourceManager.GetString("winget_install_finished", resourceCulture); } } /// /// Looks up a localized string similar to Install. /// public static string winget_install_name { get { return ResourceManager.GetString("winget_install_name", resourceCulture); } } /// /// Looks up a localized string similar to Finished install for {0}. /// public static string winget_install_package_finished { get { return ResourceManager.GetString("winget_install_package_finished", resourceCulture); } } /// /// Looks up a localized string similar to Finishing install for {0}.... /// public static string winget_install_package_finishing { get { return ResourceManager.GetString("winget_install_package_finishing", resourceCulture); } } /// /// Looks up a localized string similar to Installing {0}.... /// public static string winget_installing_package { get { return ResourceManager.GetString("winget_installing_package", resourceCulture); } } /// /// Looks up a localized string similar to License. /// public static string winget_license { get { return ResourceManager.GetString("winget_license", resourceCulture); } } /// /// Looks up a localized string similar to No packages found. /// public static string winget_no_packages_found { get { return ResourceManager.GetString("winget_no_packages_found", resourceCulture); } } /// /// Looks up a localized string similar to Search WinGet. /// public static string winget_page_name { get { return ResourceManager.GetString("winget_page_name", resourceCulture); } } /// /// Looks up a localized string similar to Start typing to search for packages. /// public static string winget_placeholder_text { get { return ResourceManager.GetString("winget_placeholder_text", resourceCulture); } } /// /// Looks up a localized string similar to Publisher. /// public static string winget_publisher { get { return ResourceManager.GetString("winget_publisher", resourceCulture); } } /// /// Looks up a localized string similar to Publisher Support. /// public static string winget_publisher_support { get { return ResourceManager.GetString("winget_publisher_support", resourceCulture); } } /// /// Looks up a localized string similar to Queued {0} for download.... /// public static string winget_queued_package_download { get { return ResourceManager.GetString("winget_queued_package_download", resourceCulture); } } /// /// Looks up a localized string similar to Queued {0} for uninstall.... /// public static string winget_queued_package_uninstall { get { return ResourceManager.GetString("winget_queued_package_uninstall", resourceCulture); } } /// /// Looks up a localized string similar to Release Notes. /// public static string winget_release_notes { get { return ResourceManager.GetString("winget_release_notes", resourceCulture); } } /// /// Looks up a localized string similar to Search for extensions in the Store. /// public static string winget_search_store_title { get { return ResourceManager.GetString("winget_search_store_title", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected error: {0}. /// public static string winget_unexpected_error { get { return ResourceManager.GetString("winget_unexpected_error", resourceCulture); } } /// /// Looks up a localized string similar to Finished uninstall.. /// public static string winget_uninstall_finished { get { return ResourceManager.GetString("winget_uninstall_finished", resourceCulture); } } /// /// Looks up a localized string similar to Uninstall. /// public static string winget_uninstall_name { get { return ResourceManager.GetString("winget_uninstall_name", resourceCulture); } } /// /// Looks up a localized string similar to Finished uninstall for {0}. /// public static string winget_uninstall_package_finished { get { return ResourceManager.GetString("winget_uninstall_package_finished", resourceCulture); } } /// /// Looks up a localized string similar to Finishing uninstall for {0}.... /// public static string winget_uninstall_package_finishing { get { return ResourceManager.GetString("winget_uninstall_package_finishing", resourceCulture); } } /// /// Looks up a localized string similar to Uninstalling {0}.... /// public static string winget_uninstalling_package { get { return ResourceManager.GetString("winget_uninstalling_package", resourceCulture); } } /// /// Looks up a localized string similar to View online. /// public static string winget_view_online { get { return ResourceManager.GetString("winget_view_online", resourceCulture); } } /// /// Looks up a localized string similar to View Release Notes. /// public static string winget_view_release_notes { get { return ResourceManager.GetString("winget_view_release_notes", resourceCulture); } } } }