File: src\e6b78ce4005f4b7f\Microsoft.TemplateEngine.Orchestrator.RunnableProjects.LocalizableStrings.cs
Project: src\sdk\src\TemplateEngine\Microsoft.TemplateEngine.Orchestrator.RunnableProjects\Microsoft.TemplateEngine.Orchestrator.RunnableProjects.csproj (Microsoft.TemplateEngine.Orchestrator.RunnableProjects)
// <auto-generated>
using System.Reflection;


namespace Microsoft.TemplateEngine.Orchestrator.RunnableProjects
{
    internal static partial class LocalizableStrings
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(LocalizableStrings)));
        internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
        [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
        internal static string GetResourceString(string resourceKey, string defaultValue = null) =>  ResourceManager.GetString(resourceKey, Culture);
        /// <summary>Id of the post action '{0}' at index '{1}' is not unique. Only the first post action that uses this id will be localized.</summary>
        internal static string @Authoring_CONFIG0201_PostActionIdIsNotUnique => GetResourceString("Authoring_CONFIG0201_PostActionIdIsNotUnique");
        /// <summary>Post action at index '{0}' should have an 'actionId' to declare the action to be executed.</summary>
        internal static string @Authoring_CONFIG0202_PostActionMustHaveActionId => GetResourceString("Authoring_CONFIG0202_PostActionMustHaveActionId");
        /// <summary>'id' of the manual instruction '{0}' at index {1} is not unique. Only the first manual instruction that uses this id will be localized.</summary>
        internal static string @Authoring_CONFIG0203_ManualInstructionIdIsNotUnique => GetResourceString("Authoring_CONFIG0203_ManualInstructionIdIsNotUnique");
        /// <summary>The argument '{0}' configured in '{1}' is not listed in '{2}' and will be skipped for processing.</summary>
        internal static string @Authoring_CONFIG0204_UnknownArgumentForReplace => GetResourceString("Authoring_CONFIG0204_UnknownArgumentForReplace");
        /// <summary>Parameter conditions contain cyclic dependency: [{0}] that is preventing deterministic evaluation.</summary>
        internal static string @Authoring_CyclicDependencyInSymbols => GetResourceString("Authoring_CyclicDependencyInSymbols");
        /// <summary>Localization file should only contain elements with type 'string'. Remove elements that are not strings.</summary>
        internal static string @Authoring_InvalidJsonElementInLocalizationFile => GetResourceString("Authoring_InvalidJsonElementInLocalizationFile");
        /// <summary>In localization file under the post action with id '{1}', there are localized strings for manual instruction(s) with ids '{0}'. These manual instructions do not exist in the template.json file and should be removed from localization file.</summary>
        internal static string @Authoring_InvalidManualInstructionLocalizationIndex => GetResourceString("Authoring_InvalidManualInstructionLocalizationIndex");
        /// <summary>Choice parameter '{0}' is invalid. It allows multiple values ('AllowMultipleValues=true'), while some of the configured choices contain separator characters ({1}). Invalid choices: {2}</summary>
        internal static string @Authoring_InvalidMultichoiceSymbol => GetResourceString("Authoring_InvalidMultichoiceSymbol");
        /// <summary>Post action(s) with id(s) '{0}' specified in the localization file do not exist in the template.json file. Remove the localized strings from the localization file.</summary>
        internal static string @Authoring_InvalidPostActionLocalizationIndex => GetResourceString("Authoring_InvalidPostActionLocalizationIndex");
        /// <summary>'{0}' could not be parsed as a regular expression</summary>
        internal static string @Authoring_InvalidRegex => GetResourceString("Authoring_InvalidRegex");
        /// <summary>One or more postActions have a malformed or missing manualInstructions value.</summary>
        internal static string @Authoring_MalformedPostActionManualInstructions => GetResourceString("Authoring_MalformedPostActionManualInstructions");
        /// <summary>Missing '{0}'.</summary>
        internal static string @Authoring_MissingValue => GetResourceString("Authoring_MissingValue");
        /// <summary>A non-bool DataType was specified for a regexMatch type symbol</summary>
        internal static string @Authoring_NonBoolDataTypeForRegexMatch => GetResourceString("Authoring_NonBoolDataTypeForRegexMatch");
        /// <summary>Source '{0}' in template does not exist.</summary>
        internal static string @Authoring_SourceDoesNotExist => GetResourceString("Authoring_SourceDoesNotExist");
        /// <summary>Source location '{0}' is outside the specified install source location.</summary>
        internal static string @Authoring_SourceIsOutsideInstallSource => GetResourceString("Authoring_SourceIsOutsideInstallSource");
        /// <summary>Source must be a directory, but '{0}' is a file.</summary>
        internal static string @Authoring_SourceMustBeDirectory => GetResourceString("Authoring_SourceMustBeDirectory");
        /// <summary>The template configuration {0} is missing common information:</summary>
        internal static string @Authoring_TemplateMissingCommonInformation => GetResourceString("Authoring_TemplateMissingCommonInformation");
        /// <summary>Failed to load template from {0}:</summary>
        internal static string @Authoring_TemplateNotInstalled => GetResourceString("Authoring_TemplateNotInstalled");
        /// <summary>Failed to load template from {0}.
        /// Details: {1}</summary>
        internal static string @Authoring_TemplateNotInstalled_Message => GetResourceString("Authoring_TemplateNotInstalled_Message");
        /// <summary>The template root is outside the specified install source location.</summary>
        internal static string @Authoring_TemplateRootOutsideInstallSource => GetResourceString("Authoring_TemplateRootOutsideInstallSource");
        /// <summary>Bind symbol '{0}': failed to convert value '{1}' to datatype '{2}'. The symbol processing is skipped.</summary>
        internal static string @BindSymbolEvaluator_Warning_ConversionFailure => GetResourceString("BindSymbolEvaluator_Warning_ConversionFailure");
        /// <summary>Bind symbol '{0}': failed to convert default value '{1}' to datatype '{2}'. The default value is skipped.</summary>
        internal static string @BindSymbolEvaluator_Warning_DefaultValueConversionFailure => GetResourceString("BindSymbolEvaluator_Warning_DefaultValueConversionFailure");
        /// <summary>Failed to evaluate bind symbol '{0}', it will be skipped.</summary>
        internal static string @BindSymbolEvaluator_Warning_EvaluationError => GetResourceString("BindSymbolEvaluator_Warning_EvaluationError");
        /// <summary>Failed to evaluate binding '{0}', its value is available from multiple sources: {1}. Use the prefixed value ({2}) in template configuration instead.</summary>
        internal static string @BindSymbolEvaluator_Warning_ValueAvailableFromMultipleSources => GetResourceString("BindSymbolEvaluator_Warning_ValueAvailableFromMultipleSources");
        /// <summary>Template authoring error encountered while processing macro '{0}': Variable '{1}'. Neither source nor fallback variable was found.</summary>
        internal static string @CoalesceMacro_Exception_MissedVariables => GetResourceString("CoalesceMacro_Exception_MissedVariables");
        /// <summary>Unrecognized evaluator: '{0}'.</summary>
        internal static string @EvaluatorSelector_Exception_UnknownEvaluator => GetResourceString("EvaluatorSelector_Exception_UnknownEvaluator");
        /// <summary>The high port bound '{0}' is greater than the maximum allowed, '{1}' will be used instead.</summary>
        internal static string @GeneratePortNumberConfig_Warning_InvalidHighBound => GetResourceString("GeneratePortNumberConfig_Warning_InvalidHighBound");
        /// <summary>The low port bound '{0}' is less than the minimum allowed, '{1}' will be used instead.</summary>
        internal static string @GeneratePortNumberConfig_Warning_InvalidLowBound => GetResourceString("GeneratePortNumberConfig_Warning_InvalidLowBound");
        /// <summary>The low port bound '{0}' is greater the high port bound '{1}', the default range [{2}-{3}] will be used instead.</summary>
        internal static string @GeneratePortNumberConfig_Warning_InvalidLowHighBound => GetResourceString("GeneratePortNumberConfig_Warning_InvalidLowHighBound");
        /// <summary>Generated symbol '{0}': array '{1}' should contain JSON objects with property non-empty '{2}' when '{3}' is '{4}'.</summary>
        internal static string @JoinMacroConfig_Exception_ValuePropertyIsEmpty => GetResourceString("JoinMacroConfig_Exception_ValuePropertyIsEmpty");
        /// <summary>Failed to read or parse localization file {0}, it will be skipped from further processing.</summary>
        internal static string @LocalizationModelDeserializer_Error_FailedToParse => GetResourceString("LocalizationModelDeserializer_Error_FailedToParse");
        /// <summary>Locale '{0}' does not match any known cultures.</summary>
        internal static string @LocalizationModelDeserializer_Error_UnknownLocale => GetResourceString("LocalizationModelDeserializer_Error_UnknownLocale");
        /// <summary>The method '{0}' must be called prior '{1}' property reading.</summary>
        internal static string @MacroConfig_Exception_AccessToDependencies => GetResourceString("MacroConfig_Exception_AccessToDependencies");
        /// <summary>Generated symbol '{0}': array '{1}' should contain JSON objects.</summary>
        internal static string @MacroConfig_Exception_ArrayShouldContainObjects => GetResourceString("MacroConfig_Exception_ArrayShouldContainObjects");
        /// <summary>Generated symbol '{0}': '{1}' is not a valid JSON.</summary>
        internal static string @MacroConfig_Exception_InvalidJSON => GetResourceString("MacroConfig_Exception_InvalidJSON");
        /// <summary>Generated symbol '{0}': the regex pattern '{1}' is invalid.</summary>
        internal static string @MacroConfig_Exception_InvalidRegex => GetResourceString("MacroConfig_Exception_InvalidRegex");
        /// <summary>Generated symbol '{0}' of type '{1}' should have '{2}' property defined.</summary>
        internal static string @MacroConfig_Exception_MissingMandatoryProperty => GetResourceString("MacroConfig_Exception_MissingMandatoryProperty");
        /// <summary>Generated symbol '{0}': array '{1}' should contain JSON objects with property '{2}'.</summary>
        internal static string @MacroConfig_Exception_MissingValueProperty => GetResourceString("MacroConfig_Exception_MissingValueProperty");
        /// <summary>Generated symbol '{0}': '{1}' should be a valid JSON array.</summary>
        internal static string @MacroConfig_Exception_ValueShouldBeArray => GetResourceString("MacroConfig_Exception_ValueShouldBeArray");
        /// <summary>Generated symbol '{0}': '{1}' should be a boolean value.</summary>
        internal static string @MacroConfig_Exception_ValueShouldBeBoolean => GetResourceString("MacroConfig_Exception_ValueShouldBeBoolean");
        /// <summary>Generated symbol '{0}': '{1}' should be an integer value.</summary>
        internal static string @MacroConfig_Exception_ValueShouldBeInteger => GetResourceString("MacroConfig_Exception_ValueShouldBeInteger");
        /// <summary>Generated symbol '{0}': '{1}' should be a string value.</summary>
        internal static string @MacroConfig_Exception_ValueShouldBeString => GetResourceString("MacroConfig_Exception_ValueShouldBeString");
        /// <summary>Failed to process macro '{0}' of type '{1}'.</summary>
        internal static string @MacroProcessingException_Message => GetResourceString("MacroProcessingException_Message");
        /// <summary>'{0}' was not processed due to the next issues in dependencies: '{1}'.</summary>
        internal static string @MacroProcessing_Warning_DependencyErrors => GetResourceString("MacroProcessing_Warning_DependencyErrors");
        /// <summary>Generated symbol '{0}': type '{1}' is unknown, processing is skipped.</summary>
        internal static string @MacroProcessor_Warning_UnknownMacro => GetResourceString("MacroProcessor_Warning_UnknownMacro");
        /// <summary>The symbol '{0}': unable to find a form '{1}', the further processing of the symbol will be skipped.</summary>
        internal static string @RunnableProjectConfig_OperationSetup_UnknownForm => GetResourceString("RunnableProjectConfig_OperationSetup_UnknownForm");
        /// <summary>Variable [{0}] already added with value [{1}]. Cannot add it as implicit variable with value of self.</summary>
        internal static string @RunnableProjectGenerator_CannotAddImplicitChoice => GetResourceString("RunnableProjectGenerator_CannotAddImplicitChoice");
        /// <summary>Template configuration must be a file, but {0} is not a file.</summary>
        internal static string @RunnableProjectGenerator_Exception_ConfigShouldBeFile => GetResourceString("RunnableProjectGenerator_Exception_ConfigShouldBeFile");
        /// <summary>Template localization configuration must be a file, but {0} is not a file.</summary>
        internal static string @RunnableProjectGenerator_Exception_LocaleConfigShouldBeFile => GetResourceString("RunnableProjectGenerator_Exception_LocaleConfigShouldBeFile");
        /// <summary>The template configuration {0} is not valid.</summary>
        internal static string @RunnableProjectGenerator_Exception_TemplateValidationFailed => GetResourceString("RunnableProjectGenerator_Exception_TemplateValidationFailed");
        /// <summary>The template is not compatible with generator version: allowed versions: {0}, generator version: {1}.</summary>
        internal static string @RunnableProjectGenerator_Exception_TemplateVersionNotSupported => GetResourceString("RunnableProjectGenerator_Exception_TemplateVersionNotSupported");
        /// <summary>Localization file {0} is not compatible with base configuration {1}, and will be skipped.</summary>
        internal static string @RunnableProjectGenerator_Warning_LocFileSkipped => GetResourceString("RunnableProjectGenerator_Warning_LocFileSkipped");
        /// <summary>Failed to load additional configuration file {0}, the file does not exist.</summary>
        internal static string @SimpleConfigModel_AuthoringException_MergeConfiguration_FileNotFound => GetResourceString("SimpleConfigModel_AuthoringException_MergeConfiguration_FileNotFound");
        /// <summary>Failed to load additional configuration file {0}. Additional configuration file names must end with '.{1}'.</summary>
        internal static string @SimpleConfigModel_AuthoringException_MergeConfiguration_InvalidFileName => GetResourceString("SimpleConfigModel_AuthoringException_MergeConfiguration_InvalidFileName");
        /// <summary>'{0}' should contain objects.</summary>
        internal static string @SimpleConfigModel_Error_Constraints_InvalidSyntax => GetResourceString("SimpleConfigModel_Error_Constraints_InvalidSyntax");
        /// <summary>Constraint definition '{0}' does not contain mandatory property '{1}'.</summary>
        internal static string @SimpleConfigModel_Error_Constraints_MissingType => GetResourceString("SimpleConfigModel_Error_Constraints_MissingType");
        /// <summary>The symbol '{0}' of type '{1}' is incorrect: mandatory property '{2}' is not set. The symbol will be skipped.</summary>
        internal static string @SymbolModel_Error_MandatoryPropertyMissing => GetResourceString("SymbolModel_Error_MandatoryPropertyMissing");
        /// <summary>Found disallowed value for IsRequired property: [{0}], expected boolean value.</summary>
        internal static string @Symbol_Error_IsRequiredNotABool => GetResourceString("Symbol_Error_IsRequiredNotABool");
        /// <summary>Found disallowed value for IsRequired property: [{0}], expected boolean or string (condition) value</summary>
        internal static string @Symbol_Error_IsRequiredNotABoolOrString => GetResourceString("Symbol_Error_IsRequiredNotABoolOrString");

    }
}