mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
* run as different user * fix tests * Update src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Main.cs * fix typo
217 lines
8.6 KiB
C#
217 lines
8.6 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 Microsoft.Plugin.Program.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("Microsoft.Plugin.Program.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 Name.
|
|
/// </summary>
|
|
public static string powertoys_run_plugin_program_file_name {
|
|
get {
|
|
return ResourceManager.GetString("powertoys_run_plugin_program_file_name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Path.
|
|
/// </summary>
|
|
public static string powertoys_run_plugin_program_file_path {
|
|
get {
|
|
return ResourceManager.GetString("powertoys_run_plugin_program_file_path", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Folder.
|
|
/// </summary>
|
|
public static string powertoys_run_plugin_program_folder_type {
|
|
get {
|
|
return ResourceManager.GetString("powertoys_run_plugin_program_folder_type", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to File.
|
|
/// </summary>
|
|
public static string powertoys_run_plugin_program_generic_file_type {
|
|
get {
|
|
return ResourceManager.GetString("powertoys_run_plugin_program_generic_file_type", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Internet shortcut application.
|
|
/// </summary>
|
|
public static string powertoys_run_plugin_program_internet_shortcut_application {
|
|
get {
|
|
return ResourceManager.GetString("powertoys_run_plugin_program_internet_shortcut_application", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Packaged application.
|
|
/// </summary>
|
|
public static string powertoys_run_plugin_program_packaged_application {
|
|
get {
|
|
return ResourceManager.GetString("powertoys_run_plugin_program_packaged_application", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Run command.
|
|
/// </summary>
|
|
public static string powertoys_run_plugin_program_run_command {
|
|
get {
|
|
return ResourceManager.GetString("powertoys_run_plugin_program_run_command", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unable to start.
|
|
/// </summary>
|
|
public static string powertoys_run_plugin_program_start_failed {
|
|
get {
|
|
return ResourceManager.GetString("powertoys_run_plugin_program_start_failed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can't start UWP.
|
|
/// </summary>
|
|
public static string powertoys_run_plugin_program_uwp_failed {
|
|
get {
|
|
return ResourceManager.GetString("powertoys_run_plugin_program_uwp_failed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Web application.
|
|
/// </summary>
|
|
public static string powertoys_run_plugin_program_web_application {
|
|
get {
|
|
return ResourceManager.GetString("powertoys_run_plugin_program_web_application", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Application.
|
|
/// </summary>
|
|
public static string powertoys_run_plugin_program_win32_application {
|
|
get {
|
|
return ResourceManager.GetString("powertoys_run_plugin_program_win32_application", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open containing folder (Ctrl+Shift+E).
|
|
/// </summary>
|
|
public static string wox_plugin_program_open_containing_folder {
|
|
get {
|
|
return ResourceManager.GetString("wox_plugin_program_open_containing_folder", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open path in console (Ctrl+Shift+C).
|
|
/// </summary>
|
|
public static string wox_plugin_program_open_in_console {
|
|
get {
|
|
return ResourceManager.GetString("wox_plugin_program_open_in_console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Searches programs..
|
|
/// </summary>
|
|
public static string wox_plugin_program_plugin_description {
|
|
get {
|
|
return ResourceManager.GetString("wox_plugin_program_plugin_description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Program.
|
|
/// </summary>
|
|
public static string wox_plugin_program_plugin_name {
|
|
get {
|
|
return ResourceManager.GetString("wox_plugin_program_plugin_name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Run as administrator (Ctrl+Shift+Enter).
|
|
/// </summary>
|
|
public static string wox_plugin_program_run_as_administrator {
|
|
get {
|
|
return ResourceManager.GetString("wox_plugin_program_run_as_administrator", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Run as different user (Ctrl+Shift+U).
|
|
/// </summary>
|
|
public static string wox_plugin_program_run_as_user {
|
|
get {
|
|
return ResourceManager.GetString("wox_plugin_program_run_as_user", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|