// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
namespace WixToolset {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// 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 WixStrings {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal WixStrings() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[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("WixToolset.WixStrings", typeof(WixStrings).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to Cannot index into a FileRowCollection that allows duplicate FileIds.
///
internal static string EXP_CannotIndexIntoFileRowCollection {
get {
return ResourceManager.GetString("EXP_CannotIndexIntoFileRowCollection", resourceCulture);
}
}
///
/// Looks up a localized string similar to The value '{0}' is not a legal identifier and therefore cannot be modularized..
///
internal static string EXP_CannotModularizeIllegalID {
get {
return ResourceManager.GetString("EXP_CannotModularizeIllegalID", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot set column '{0}' with value {1} because it is greater than the maximum allowed value for this column, {2}..
///
internal static string EXP_CannotSetColumnWithValueGreaterThanMaxValue {
get {
return ResourceManager.GetString("EXP_CannotSetColumnWithValueGreaterThanMaxValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot set column '{0}' with value {1} because it is less than the minimum allowed value for this column, {2}..
///
internal static string EXP_CannotSetColumnWithValueLessThanMinValue {
get {
return ResourceManager.GetString("EXP_CannotSetColumnWithValueLessThanMinValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to A Merge table FileCompression column cannot be set to the invalid value '{0}'..
///
internal static string EXP_CannotSetMergeTableFileCompressionColumnToInvalidValue {
get {
return ResourceManager.GetString("EXP_CannotSetMergeTableFileCompressionColumnToInvalidValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot set column '{0}' with a null value because this is a required field..
///
internal static string EXP_CannotSetNullOnRequiredField {
get {
return ResourceManager.GetString("EXP_CannotSetNullOnRequiredField", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot set number column '{0}' with a value of type '{1}'..
///
internal static string EXP_CannotSetNumberColumnWithValueOfType {
get {
return ResourceManager.GetString("EXP_CannotSetNumberColumnWithValueOfType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot set string column '{0}' with a value of type '{1}'..
///
internal static string EXP_CannotSetStringColumnWithValueOfType {
get {
return ResourceManager.GetString("EXP_CannotSetStringColumnWithValueOfType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Could not determine ProductCode from transform summary information.
///
internal static string EXP_CouldnotDetermineProductCodeFromTransformSummaryInfo {
get {
return ResourceManager.GetString("EXP_CouldnotDetermineProductCodeFromTransformSummaryInfo", resourceCulture);
}
}
///
/// Looks up a localized string similar to Could not find a unique identifier for the given resource name..
///
internal static string EXP_CouldnotFileUniqueIDForResourceName {
get {
return ResourceManager.GetString("EXP_CouldnotFileUniqueIDForResourceName", resourceCulture);
}
}
///
/// Looks up a localized string similar to Didn't find duplicated symbol..
///
internal static string EXP_DidnotFindDuplicateSymbol {
get {
return ResourceManager.GetString("EXP_DidnotFindDuplicateSymbol", resourceCulture);
}
}
///
/// Looks up a localized string similar to Expected ComplexReference type..
///
internal static string EXP_ExpectedComplexReferenceType {
get {
return ResourceManager.GetString("EXP_ExpectedComplexReferenceType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Found an ActionRow with a non-existent {0} action: {1}..
///
internal static string EXP_FoundActionRowWinNonExistentAction {
get {
return ResourceManager.GetString("EXP_FoundActionRowWinNonExistentAction", resourceCulture);
}
}
///
/// Looks up a localized string similar to Found an ActionRow with no Sequence, Before, or After column set..
///
internal static string EXP_FoundActionRowWithNoSequenceBeforeOrAfterColumnSet {
get {
return ResourceManager.GetString("EXP_FoundActionRowWithNoSequenceBeforeOrAfterColumnSet", resourceCulture);
}
}
///
/// Looks up a localized string similar to Illegal arguments passed..
///
internal static string EXP_IllegalArgumentsPassed {
get {
return ResourceManager.GetString("EXP_IllegalArgumentsPassed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid table name passed into GenerateIdentifier..
///
internal static string EXP_InvalidTableNamePassed {
get {
return ResourceManager.GetString("EXP_InvalidTableNamePassed", resourceCulture);
}
}
///
/// Looks up a localized string similar to A Merge table FileCompression column contains an invalid value '{0}'..
///
internal static string EXP_MergeTableFileCompressionColumnContainsInvalidValue {
get {
return ResourceManager.GetString("EXP_MergeTableFileCompressionColumnContainsInvalidValue", resourceCulture);
}
}
///
/// Looks up a localized string similar to Multiple harvester extensions specified..
///
internal static string EXP_MultipleHarvesterExtensionsSpecified {
get {
return ResourceManager.GetString("EXP_MultipleHarvesterExtensionsSpecified", resourceCulture);
}
}
///
/// Looks up a localized string similar to The other object is not a FileRow..
///
internal static string EXP_OtherObjectIsNotFileRow {
get {
return ResourceManager.GetString("EXP_OtherObjectIsNotFileRow", resourceCulture);
}
}
///
/// Looks up a localized string similar to Transform authored into multiple Media '{0}' and '{1}'..
///
internal static string EXP_TransformAuthoredIntoMultipleMedia {
get {
return ResourceManager.GetString("EXP_TransformAuthoredIntoMultipleMedia", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unexpected complex reference child type: {0}.
///
internal static string EXP_UnexpectedComplexReferenceChildType {
get {
return ResourceManager.GetString("EXP_UnexpectedComplexReferenceChildType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unexpected entry section type: {0}.
///
internal static string EXP_UnexpectedEntrySectionType {
get {
return ResourceManager.GetString("EXP_UnexpectedEntrySectionType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Encountered an unexpected error while merging '{0}'. More information about the merge and the failure can be found in the merge log: '{1}'.
///
internal static string EXP_UnexpectedMergerErrorInSourceFile {
get {
return ResourceManager.GetString("EXP_UnexpectedMergerErrorInSourceFile", resourceCulture);
}
}
///
/// Looks up a localized string similar to Encountered an unexpected merge error of type '{0}' for which there is currently no error message to display. More information about the merge and the failure can be found in the merge log: '{1}'.
///
internal static string EXP_UnexpectedMergerErrorWithType {
get {
return ResourceManager.GetString("EXP_UnexpectedMergerErrorWithType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unknown control attribute: '{0}'..
///
internal static string EXP_UnknowControlAttribute {
get {
return ResourceManager.GetString("EXP_UnknowControlAttribute", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unknown column type: {0}.
///
internal static string EXP_UnknownColumnType {
get {
return ResourceManager.GetString("EXP_UnknownColumnType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unknown compression level type: {0}.
///
internal static string EXP_UnknownCompressionLevelType {
get {
return ResourceManager.GetString("EXP_UnknownCompressionLevelType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unknown custom column category '{0}'..
///
internal static string EXP_UnknownCustomColumnCategory {
get {
return ResourceManager.GetString("EXP_UnknownCustomColumnCategory", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unknown custom column modularization type '{0}'..
///
internal static string EXP_UnknownCustomColumnModularizationType {
get {
return ResourceManager.GetString("EXP_UnknownCustomColumnModularizationType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unknown custom column type '{0}'..
///
internal static string EXP_UnknownCustomColumnType {
get {
return ResourceManager.GetString("EXP_UnknownCustomColumnType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unknown output type..
///
internal static string EXP_UnknownOutputType {
get {
return ResourceManager.GetString("EXP_UnknownOutputType", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unknown permission attribute '{0}'..
///
internal static string EXP_UnknownPermissionAttribute {
get {
return ResourceManager.GetString("EXP_UnknownPermissionAttribute", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unknown platform enumeration '{0}' encountered..
///
internal static string EXP_UnknownPlatformEnum {
get {
return ResourceManager.GetString("EXP_UnknownPlatformEnum", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unknown sequence table..
///
internal static string EXP_UnknowSequenceTable {
get {
return ResourceManager.GetString("EXP_UnknowSequenceTable", resourceCulture);
}
}
///
/// Looks up a localized string similar to The table {0} is not supported..
///
internal static string EXP_UnsupportedTable {
get {
return ResourceManager.GetString("EXP_UnsupportedTable", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0}({1}).
///
internal static string Format_FirstLineNumber {
get {
return ResourceManager.GetString("Format_FirstLineNumber", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0}.
///
internal static string Format_InfoMessage {
get {
return ResourceManager.GetString("Format_InfoMessage", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0}: line {1}.
///
internal static string Format_LineNumber {
get {
return ResourceManager.GetString("Format_LineNumber", resourceCulture);
}
}
///
/// Looks up a localized string similar to {0} : {1} {2}{3:0000} : {4}.
///
internal static string Format_NonInfoMessage {
get {
return ResourceManager.GetString("Format_NonInfoMessage", resourceCulture);
}
}
///
/// Looks up a localized string similar to Source trace:{0}.
///
internal static string INF_SourceTrace {
get {
return ResourceManager.GetString("INF_SourceTrace", resourceCulture);
}
}
///
/// Looks up a localized string similar to at {0}{1}.
///
internal static string INF_SourceTraceLocation {
get {
return ResourceManager.GetString("INF_SourceTraceLocation", resourceCulture);
}
}
///
/// Looks up a localized string similar to error.
///
internal static string MessageType_Error {
get {
return ResourceManager.GetString("MessageType_Error", resourceCulture);
}
}
///
/// Looks up a localized string similar to warning.
///
internal static string MessageType_Warning {
get {
return ResourceManager.GetString("MessageType_Warning", resourceCulture);
}
}
}
}