mirror of
https://github.com/lin-ycv/EverythingPowerToys.git
synced 2025-01-09 04:17:47 +08:00
190 lines
7.4 KiB
C#
190 lines
7.4 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Community.PowerToys.Run.Plugin.Everything.Properties {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// 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() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[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("Community.PowerToys.Run.Plugin.Everything.Properties.Resources", typeof(Resources).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Alternative - if the icon for your files aren't displaying correctly, try this alternative method of getting icons..
|
|
/// </summary>
|
|
public static string AltIcon {
|
|
get {
|
|
return ResourceManager.GetString("AltIcon", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Fail to set text in clipboard.
|
|
/// </summary>
|
|
public static string clipboard_failed {
|
|
get {
|
|
return ResourceManager.GetString("clipboard_failed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy path (Ctrl+C).
|
|
/// </summary>
|
|
public static string copy_path {
|
|
get {
|
|
return ResourceManager.GetString("copy_path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Install Everything if not installed.
|
|
/// </summary>
|
|
public static string Everything_ini {
|
|
get {
|
|
return ResourceManager.GetString("Everything_ini", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Everything is not running.
|
|
/// </summary>
|
|
public static string Everything_not_running {
|
|
get {
|
|
return ResourceManager.GetString("Everything_not_running", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Fail to open folder at.
|
|
/// </summary>
|
|
public static string folder_open_failed {
|
|
get {
|
|
return ResourceManager.GetString("folder_open_failed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Path - Search path in additional to file/folder name..
|
|
/// </summary>
|
|
public static string Match_path {
|
|
get {
|
|
return ResourceManager.GetString("Match_path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open containing folder (Ctrl+Shift+E).
|
|
/// </summary>
|
|
public static string open_containing_folder {
|
|
get {
|
|
return ResourceManager.GetString("open_containing_folder", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open path in console (Ctrl+Shift+C).
|
|
/// </summary>
|
|
public static string open_in_console {
|
|
get {
|
|
return ResourceManager.GetString("open_in_console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Get search results from Everything.
|
|
/// </summary>
|
|
public static string plugin_description {
|
|
get {
|
|
return ResourceManager.GetString("plugin_description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Everything.
|
|
/// </summary>
|
|
public static string plugin_name {
|
|
get {
|
|
return ResourceManager.GetString("plugin_name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Preview - Preview file content as icon, may cause freezing if file is not local..
|
|
/// </summary>
|
|
public static string Preview {
|
|
get {
|
|
return ResourceManager.GetString("Preview", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to RegEx - Enable regular expression in search..
|
|
/// </summary>
|
|
public static string RegEx {
|
|
get {
|
|
return ResourceManager.GetString("RegEx", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Run as administrator (Ctrl+Shift+Enter).
|
|
/// </summary>
|
|
public static string run_as_admin {
|
|
get {
|
|
return ResourceManager.GetString("run_as_admin", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|