//------------------------------------------------------------------------------ // // 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.Indexer.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()] 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.Indexer.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 Browse. /// internal static string Indexer_Command_Browse { get { return ResourceManager.GetString("Indexer_Command_Browse", resourceCulture); } } /// /// Looks up a localized string similar to Copy path. /// internal static string Indexer_Command_CopyPath { get { return ResourceManager.GetString("Indexer_Command_CopyPath", resourceCulture); } } /// /// Looks up a localized string similar to Open. /// internal static string Indexer_Command_OpenFile { get { return ResourceManager.GetString("Indexer_Command_OpenFile", resourceCulture); } } /// /// Looks up a localized string similar to Open path in console. /// internal static string Indexer_Command_OpenPathInConsole { get { return ResourceManager.GetString("Indexer_Command_OpenPathInConsole", resourceCulture); } } /// /// Looks up a localized string similar to Properties. /// internal static string Indexer_Command_OpenProperties { get { return ResourceManager.GetString("Indexer_Command_OpenProperties", resourceCulture); } } /// /// Looks up a localized string similar to Open with. /// internal static string Indexer_Command_OpenWith { get { return ResourceManager.GetString("Indexer_Command_OpenWith", resourceCulture); } } /// /// Looks up a localized string similar to Show in folder. /// internal static string Indexer_Command_ShowInFolder { get { return ResourceManager.GetString("Indexer_Command_ShowInFolder", resourceCulture); } } /// /// Looks up a localized string similar to This file doesn't exist. /// internal static string Indexer_File_Does_Not_Exist { get { return ResourceManager.GetString("Indexer_File_Does_Not_Exist", resourceCulture); } } /// /// Looks up a localized string similar to This is a file, not a folder. /// internal static string Indexer_File_Is_File_Not_Folder { get { return ResourceManager.GetString("Indexer_File_Is_File_Not_Folder", resourceCulture); } } /// /// Looks up a localized string similar to Find file from path. /// internal static string Indexer_Find_Path_fallback_display_title { get { return ResourceManager.GetString("Indexer_Find_Path_fallback_display_title", resourceCulture); } } /// /// Looks up a localized string similar to This folder is empty. /// internal static string Indexer_Folder_Is_Empty { get { return ResourceManager.GetString("Indexer_Folder_Is_Empty", resourceCulture); } } /// /// Looks up a localized string similar to Search for files and folders.... /// internal static string Indexer_PlaceholderText { get { return ResourceManager.GetString("Indexer_PlaceholderText", resourceCulture); } } /// /// Looks up a localized string similar to Search files on this device. /// internal static string Indexer_Subtitle { get { return ResourceManager.GetString("Indexer_Subtitle", resourceCulture); } } /// /// Looks up a localized string similar to Search files. /// internal static string Indexer_Title { get { return ResourceManager.GetString("Indexer_Title", resourceCulture); } } /// /// Looks up a localized string similar to File search. /// internal static string IndexerCommandsProvider_DisplayName { get { return ResourceManager.GetString("IndexerCommandsProvider_DisplayName", resourceCulture); } } } }