PowerShell/scripts/commands-utility-strings/VariableCommandStrings.cs

153 lines
5.3 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.0
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
/// <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", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class VariableCommandStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal VariableCommandStrings() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[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("VariableCommandStrings", typeof(VariableCommandStrings).GetTypeInfo().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)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Add variable.
/// </summary>
internal static string AddVariableAction {
get {
return ResourceManager.GetString("AddVariableAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0}.
/// </summary>
internal static string AddVariableTarget {
get {
return ResourceManager.GetString("AddVariableTarget", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Clear variable.
/// </summary>
internal static string ClearVariableAction {
get {
return ResourceManager.GetString("ClearVariableAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0}.
/// </summary>
internal static string ClearVariableTarget {
get {
return ResourceManager.GetString("ClearVariableTarget", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New variable.
/// </summary>
internal static string NewVariableAction {
get {
return ResourceManager.GetString("NewVariableAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0} Value: {1}.
/// </summary>
internal static string NewVariableTarget {
get {
return ResourceManager.GetString("NewVariableTarget", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Remove variable.
/// </summary>
internal static string RemoveVariableAction {
get {
return ResourceManager.GetString("RemoveVariableAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0}.
/// </summary>
internal static string RemoveVariableTarget {
get {
return ResourceManager.GetString("RemoveVariableTarget", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Set variable.
/// </summary>
internal static string SetVariableAction {
get {
return ResourceManager.GetString("SetVariableAction", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name: {0} Value: {1}.
/// </summary>
internal static string SetVariableTarget {
get {
return ResourceManager.GetString("SetVariableTarget", resourceCulture);
}
}
}