|
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Aspire.Cli.Resources {
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", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class ConfigCommandStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ConfigCommandStrings() {
}
/// <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("Aspire.Cli.Resources.ConfigCommandStrings", typeof(ConfigCommandStrings).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 Configuration '{0}' deleted globally..
/// </summary>
public static string ConfigurationKeyDeletedGlobally {
get {
return ResourceManager.GetString("ConfigurationKeyDeletedGlobally", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Configuration '{0}' deleted locally..
/// </summary>
public static string ConfigurationKeyDeletedLocally {
get {
return ResourceManager.GetString("ConfigurationKeyDeletedLocally", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Configuration '{0}' set to '{1}' globally..
/// </summary>
public static string ConfigurationKeySetGlobally {
get {
return ResourceManager.GetString("ConfigurationKeySetGlobally", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Configuration '{0}' set to '{1}' locally..
/// </summary>
public static string ConfigurationKeySetLocally {
get {
return ResourceManager.GetString("ConfigurationKeySetLocally", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Delete a configuration value..
/// </summary>
public static string DeleteCommand_Description {
get {
return ResourceManager.GetString("DeleteCommand_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Delete the configuration value from the global $HOME/.aspire/settings.json instead of the local settings file..
/// </summary>
public static string DeleteCommand_GlobalArgumentDescription {
get {
return ResourceManager.GetString("DeleteCommand_GlobalArgumentDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The configuration key to delete..
/// </summary>
public static string DeleteCommand_KeyArgumentDescription {
get {
return ResourceManager.GetString("DeleteCommand_KeyArgumentDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Delete the configuration value from the global $HOME/.aspire/settings.json instead of the local settings file?.
/// </summary>
public static string DeleteCommand_PromptForGlobal {
get {
return ResourceManager.GetString("DeleteCommand_PromptForGlobal", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Which config value do you want to delete?.
/// </summary>
public static string DeleteCommand_PromptForKey {
get {
return ResourceManager.GetString("DeleteCommand_PromptForKey", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Manage configuration settings..
/// </summary>
public static string Description {
get {
return ResourceManager.GetString("Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to What do you want to do?.
/// </summary>
public static string ExtensionActionPrompt {
get {
return ResourceManager.GetString("ExtensionActionPrompt", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Get a configuration value..
/// </summary>
public static string GetCommand_Description {
get {
return ResourceManager.GetString("GetCommand_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The configuration key to retrieve..
/// </summary>
public static string GetCommand_KeyArgumentDescription {
get {
return ResourceManager.GetString("GetCommand_KeyArgumentDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Which configuration key do you want to retrieve?.
/// </summary>
public static string GetCommand_PromptForKey {
get {
return ResourceManager.GetString("GetCommand_PromptForKey", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to List all configuration values..
/// </summary>
public static string ListCommand_Description {
get {
return ResourceManager.GetString("ListCommand_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No configuration values found..
/// </summary>
public static string NoConfigurationValuesFound {
get {
return ResourceManager.GetString("NoConfigurationValuesFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Set a configuration value..
/// </summary>
public static string SetCommand_Description {
get {
return ResourceManager.GetString("SetCommand_Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Set the configuration value globally in $HOME/.aspire/settings.json instead of the local settings file..
/// </summary>
public static string SetCommand_GlobalArgumentDescription {
get {
return ResourceManager.GetString("SetCommand_GlobalArgumentDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The configuration key to set..
/// </summary>
public static string SetCommand_KeyArgumentDescription {
get {
return ResourceManager.GetString("SetCommand_KeyArgumentDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Where do you want to set the configuration value?.
/// </summary>
public static string SetCommand_PromptForGlobal {
get {
return ResourceManager.GetString("SetCommand_PromptForGlobal", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Globally ($HOME/.aspire/settings.json).
/// </summary>
public static string SetCommand_PromptForGlobal_GlobalOption {
get {
return ResourceManager.GetString("SetCommand_PromptForGlobal_GlobalOption", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Locally.
/// </summary>
public static string SetCommand_PromptForGlobal_LocalOption {
get {
return ResourceManager.GetString("SetCommand_PromptForGlobal_LocalOption", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Which configuration key do you want to set?.
/// </summary>
public static string SetCommand_PromptForKey {
get {
return ResourceManager.GetString("SetCommand_PromptForKey", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to What value do you want to set?.
/// </summary>
public static string SetCommand_PromptForValue {
get {
return ResourceManager.GetString("SetCommand_PromptForValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The configuration value to set..
/// </summary>
public static string SetCommand_ValueArgumentDescription {
get {
return ResourceManager.GetString("SetCommand_ValueArgumentDescription", resourceCulture);
}
}
}
}
|