namespace Microsoft.DotNet.Tools.New { internal class LocalizableStrings { public const string ProjectExistsError = "Creating new {0} project failed, project already exists."; public const string ProjectContainsError = "Creating new {0} project failed, directory already contains {1}"; public const string ProjectFailedError = "Creating new {0} project failed."; public const string CreatedNewProject = "Created new {0} project in {1}."; public const string AppFullName = ".NET Initializer"; public const string AppDescription = "Initializes empty project for .NET Platform"; public const string ValidValuesText = "Valid values for {0}: {1}."; public const string Language = "LANGUAGE"; public const string LanguageOfProject = "Language of project Valid values: {0}."; public const string Type = "TYPE"; public const string TypeOfProject = "Type of project {0}"; public const string UnrecognizedLanguage = "Unrecognized language: {0}"; public const string UnrecognizedType = "Unrecognized type: {0}"; public const string AvailableTypes = "Available types for {0} :"; } }