| File: src\runtime\artifacts\obj\System.IO.Packaging\Release\net11.0\System.SR.cs | |
| Project: src\runtime\src\libraries\System.IO.Packaging\src\System.IO.Packaging.csproj (System.IO.Packaging) |
// <auto-generated> using System.Reflection; namespace FxResources.System.IO.Packaging { internal static class SR { } } namespace System { internal static partial class SR { 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(FxResources.System.IO.Packaging.SR))); /// <summary>Format error in package.</summary> internal static string @BadPackageFormat => GetResourceString("BadPackageFormat"); /// <summary>Cannot modify readonly container</summary> internal static string @CannotModifyReadOnlyContainer => GetResourceString("CannotModifyReadOnlyContainer"); /// <summary>Cannot retrieve parts of writeonly container</summary> internal static string @CannotRetrievePartsOfWriteOnlyContainer => GetResourceString("CannotRetrievePartsOfWriteOnlyContainer"); /// <summary>FileMode/FileAccess for Part.GetStream is not compatible with FileMode/FileAccess used to open the Package.</summary> internal static string @ContainerAndPartModeIncompatible => GetResourceString("ContainerAndPartModeIncompatible"); /// <summary>ContentType string cannot have leading/trailing Linear White Spaces [LWS - RFC 2616].</summary> internal static string @ContentTypeCannotHaveLeadingTrailingLWS => GetResourceString("ContentTypeCannotHaveLeadingTrailingLWS"); /// <summary>Unrecognized root element in Core Properties part.</summary> internal static string @CorePropertiesElementExpected => GetResourceString("CorePropertiesElementExpected"); /// <summary>CreateNew not supported</summary> internal static string @CreateNewNotSupported => GetResourceString("CreateNewNotSupported"); /// <summary>The target of the Core Properties relationship does not reference an existing part.</summary> internal static string @DanglingMetadataRelationship => GetResourceString("DanglingMetadataRelationship"); /// <summary>Default tag is not valid per the schema. Verify that attributes are correct.</summary> internal static string @DefaultTagDoesNotMatchSchema => GetResourceString("DefaultTagDoesNotMatchSchema"); /// <summary>More than one '{0}' property found.</summary> internal static string @DuplicateCorePropertyName => GetResourceString("DuplicateCorePropertyName"); /// <summary>'{0}' element must be empty.</summary> internal static string @ElementIsNotEmptyElement => GetResourceString("ElementIsNotEmptyElement"); /// <summary>Encoding format is not supported. Only UTF-8 and UTF-16 are supported.</summary> internal static string @EncodingNotSupported => GetResourceString("EncodingNotSupported"); /// <summary>Relationships tag expected at root level.</summary> internal static string @ExpectedRelationshipsElementTag => GetResourceString("ExpectedRelationshipsElementTag"); /// <summary>';' must be followed by parameter=value pair.</summary> internal static string @ExpectingParameterValuePairs => GetResourceString("ExpectingParameterValuePairs"); /// <summary>Semicolon separator is required between two valid parameter=value pairs.</summary> internal static string @ExpectingSemicolon => GetResourceString("ExpectingSemicolon"); /// <summary>Invalid file format.</summary> internal static string @FileFormatException => GetResourceString("FileFormatException"); /// <summary>File '{0}' has an invalid file format.</summary> internal static string @FileFormatExceptionWithFileName => GetResourceString("FileFormatExceptionWithFileName"); /// <summary>PackagePart subclass must implement GetContentTypeCore method if passing a null value for the content type when PackagePart object is constructed.</summary> internal static string @GetContentTypeCoreNotImplemented => GetResourceString("GetContentTypeCoreNotImplemented"); /// <summary>A Linear White Space character is not valid.</summary> internal static string @InvalidLinearWhiteSpaceCharacter => GetResourceString("InvalidLinearWhiteSpaceCharacter"); /// <summary>Parameter value must be a valid token or a quoted string as per RFC 2616.</summary> internal static string @InvalidParameterValue => GetResourceString("InvalidParameterValue"); /// <summary>Parameter and value pair is not valid. Expected form is parameter=value.</summary> internal static string @InvalidParameterValuePair => GetResourceString("InvalidParameterValuePair"); /// <summary>Part URI is not valid per rules defined in the Open Packaging Conventions specification.</summary> internal static string @InvalidPartUri => GetResourceString("InvalidPartUri"); /// <summary>'{0}' property name is not valid in Core Properties part.</summary> internal static string @InvalidPropertyNameInCorePropertiesPart => GetResourceString("InvalidPropertyNameInCorePropertiesPart"); /// <summary>Relationship Type cannot contain only spaces or be empty.</summary> internal static string @InvalidRelationshipType => GetResourceString("InvalidRelationshipType"); /// <summary>A token is not valid. Refer to RFC 2616 for correct grammar of content types.</summary> internal static string @InvalidToken_ContentType => GetResourceString("InvalidToken_ContentType"); /// <summary>ContentType string is not valid. Expected format is type/subtype.</summary> internal static string @InvalidTypeSubType => GetResourceString("InvalidTypeSubType"); /// <summary>'{0}' attribute value is not valid.</summary> internal static string @InvalidValueForTheAttribute => GetResourceString("InvalidValueForTheAttribute"); /// <summary>Relationships XML elements cannot specify attribute '{0}'.</summary> internal static string @InvalidXmlBaseAttributePresent => GetResourceString("InvalidXmlBaseAttributePresent"); /// <summary>Package has more than one Core Properties relationship.</summary> internal static string @MoreThanOneMetadataRelationships => GetResourceString("MoreThanOneMetadataRelationships"); /// <summary>TargetMode for a Core Properties relationship must be 'Internal'.</summary> internal static string @NoExternalTargetForMetadataRelationship => GetResourceString("NoExternalTargetForMetadataRelationship"); /// <summary>Core Properties part: core property elements can contain only text data.</summary> internal static string @NoStructuredContentInsideProperties => GetResourceString("NoStructuredContentInsideProperties"); /// <summary>'{0}' ID conflicts with the ID of an existing relationship for the specified source.</summary> internal static string @NotAUniqueRelationshipId => GetResourceString("NotAUniqueRelationshipId"); /// <summary>PackageRelationship part URI syntax is not valid.</summary> internal static string @NotAValidRelationshipPartUri => GetResourceString("NotAValidRelationshipPartUri"); /// <summary>'{0}' ID is not a valid XSD ID.</summary> internal static string @NotAValidXmlIdString => GetResourceString("NotAValidXmlIdString"); /// <summary>GetContentTypeCore method cannot return null for the content type stream.</summary> internal static string @NullContentTypeProvided => GetResourceString("NullContentTypeProvided"); /// <summary>Returned stream for the part is null.</summary> internal static string @NullStreamReturned => GetResourceString("NullStreamReturned"); /// <summary>Package object was closed and disposed, so cannot carry out operations on this object or any stream opened on a part of this package.</summary> internal static string @ObjectDisposed => GetResourceString("ObjectDisposed"); /// <summary>Override tag is not valid per the schema. Verify that attributes are correct.</summary> internal static string @OverrideTagDoesNotMatchSchema => GetResourceString("OverrideTagDoesNotMatchSchema"); /// <summary>Part was deleted.</summary> internal static string @PackagePartDeleted => GetResourceString("PackagePartDeleted"); /// <summary>PackageRelationship with specified ID does not exist for the source part.</summary> internal static string @PackagePartRelationshipDoesNotExist => GetResourceString("PackagePartRelationshipDoesNotExist"); /// <summary>PackageRelationship with specified ID does not exist at the Package level.</summary> internal static string @PackageRelationshipDoesNotExist => GetResourceString("PackageRelationshipDoesNotExist"); /// <summary>Cannot access part because parent package was closed.</summary> internal static string @ParentContainerClosed => GetResourceString("ParentContainerClosed"); /// <summary>Cannot add part for the specified URI because it is already in the package.</summary> internal static string @PartAlreadyExists => GetResourceString("PartAlreadyExists"); /// <summary>Specified part does not exist in the package.</summary> internal static string @PartDoesNotExist => GetResourceString("PartDoesNotExist"); /// <summary>Cannot add part to the package. Part names cannot be derived from another part name by appending segments to it.</summary> internal static string @PartNamePrefixExists => GetResourceString("PartNamePrefixExists"); /// <summary>Part URI cannot contain a Fragment component.</summary> internal static string @PartUriCannotHaveAFragment => GetResourceString("PartUriCannotHaveAFragment"); /// <summary>Part URI is empty.</summary> internal static string @PartUriIsEmpty => GetResourceString("PartUriIsEmpty"); /// <summary>Part URI cannot end with a forward slash.</summary> internal static string @PartUriShouldNotEndWithForwardSlash => GetResourceString("PartUriShouldNotEndWithForwardSlash"); /// <summary>Part URI cannot start with two forward slashes.</summary> internal static string @PartUriShouldNotStartWithTwoForwardSlashes => GetResourceString("PartUriShouldNotStartWithTwoForwardSlashes"); /// <summary>Part URI must start with a forward slash.</summary> internal static string @PartUriShouldStartWithForwardSlash => GetResourceString("PartUriShouldStartWithForwardSlash"); /// <summary>Core Properties part: A property start-tag was expected.</summary> internal static string @PropertyStartTagExpected => GetResourceString("PropertyStartTagExpected"); /// <summary>Unexpected number of attributes is found on '{0}'.</summary> internal static string @PropertyWrongNumbOfAttribsDefinedOn => GetResourceString("PropertyWrongNumbOfAttribsDefinedOn"); /// <summary>Incorrect content type for PackageRelationship part.</summary> internal static string @RelationshipPartIncorrectContentType => GetResourceString("RelationshipPartIncorrectContentType"); /// <summary>PackageRelationship parts cannot have relationships to other parts.</summary> internal static string @RelationshipPartsCannotHaveRelationships => GetResourceString("RelationshipPartsCannotHaveRelationships"); /// <summary>PackageRelationship part URI is expected.</summary> internal static string @RelationshipPartUriExpected => GetResourceString("RelationshipPartUriExpected"); /// <summary>PackageRelationship part URI is not expected.</summary> internal static string @RelationshipPartUriNotExpected => GetResourceString("RelationshipPartUriNotExpected"); /// <summary>Relationships tag has extra attributes.</summary> internal static string @RelationshipsTagHasExtraAttributes => GetResourceString("RelationshipsTagHasExtraAttributes"); /// <summary>Relationship tag contains incorrect attribute.</summary> internal static string @RelationshipTagDoesntMatchSchema => GetResourceString("RelationshipTagDoesntMatchSchema"); /// <summary>PackageRelationship target must be relative URI if TargetMode is Internal.</summary> internal static string @RelationshipTargetMustBeRelative => GetResourceString("RelationshipTargetMustBeRelative"); /// <summary>PackageRelationship cannot target another PackageRelationship.</summary> internal static string @RelationshipToRelationshipIllegal => GetResourceString("RelationshipToRelationshipIllegal"); /// <summary>'{0}' tag requires a nonempty '{1}' attribute.</summary> internal static string @RequiredAttributeEmpty => GetResourceString("RequiredAttributeEmpty"); /// <summary>'{0}' tag requires attribute '{1}'.</summary> internal static string @RequiredAttributeMissing => GetResourceString("RequiredAttributeMissing"); /// <summary>Relationship tag requires attribute '{0}'.</summary> internal static string @RequiredRelationshipAttributeMissing => GetResourceString("RequiredRelationshipAttributeMissing"); /// <summary>Cannot access Stream object because it was closed or disposed.</summary> internal static string @StreamObjectDisposed => GetResourceString("StreamObjectDisposed"); /// <summary>Truncate not supported</summary> internal static string @TruncateNotSupported => GetResourceString("TruncateNotSupported"); /// <summary>Required Types tag not found.</summary> internal static string @TypesElementExpected => GetResourceString("TypesElementExpected"); /// <summary>Types tag has attributes not valid per the schema.</summary> internal static string @TypesTagHasExtraAttributes => GetResourceString("TypesTagHasExtraAttributes"); /// <summary>Content Types XML does not match schema.</summary> internal static string @TypesXmlDoesNotMatchSchema => GetResourceString("TypesXmlDoesNotMatchSchema"); /// <summary>Unknown xsi:type for DateTime on '{0}'.</summary> internal static string @UnknownDCDateTimeXsiType => GetResourceString("UnknownDCDateTimeXsiType"); /// <summary>Unrecognized namespace in Core Properties part.</summary> internal static string @UnknownNamespaceInCorePropertiesPart => GetResourceString("UnknownNamespaceInCorePropertiesPart"); /// <summary>Unrecognized tag found in Relationships XML.</summary> internal static string @UnknownTagEncountered => GetResourceString("UnknownTagEncountered"); /// <summary>Cannot get stream with FileMode.Create, FileMode.CreateNew, FileMode.Truncate, FileMode.Append when access is FileAccess.Read.</summary> internal static string @UnsupportedCombinationOfModeAccess => GetResourceString("UnsupportedCombinationOfModeAccess"); /// <summary>Cannot be an absolute URI.</summary> internal static string @URIShouldNotBeAbsolute => GetResourceString("URIShouldNotBeAbsolute"); /// <summary>The Core Properties relationship references a part that has an incorrect content type.</summary> internal static string @WrongContentTypeForPropertyPart => GetResourceString("WrongContentTypeForPropertyPart"); /// <summary>Choice cannot follow a Fallback.</summary> internal static string @XCRChoiceAfterFallback => GetResourceString("XCRChoiceAfterFallback"); /// <summary>AlternateContent must contain one or more Choice elements.</summary> internal static string @XCRChoiceNotFound => GetResourceString("XCRChoiceNotFound"); /// <summary>Choice is valid only in AlternateContent.</summary> internal static string @XCRChoiceOnlyInAC => GetResourceString("XCRChoiceOnlyInAC"); /// <summary>There is a cycle of XML compatibility definitions, such that namespace '{0}' overrides itself. This could be due to inconsistent XmlnsCompatibilityAttributes in different assemblies. Please change the definitions to eliminate this cycle.</summary> internal static string @XCRCompatCycle => GetResourceString("XCRCompatCycle"); /// <summary>Duplicate Preserve declaration for element {1} in namespace '{0}'.</summary> internal static string @XCRDuplicatePreserve => GetResourceString("XCRDuplicatePreserve"); /// <summary>Duplicate ProcessContent declaration for element '{1}' in namespace '{0}'.</summary> internal static string @XCRDuplicateProcessContent => GetResourceString("XCRDuplicateProcessContent"); /// <summary>Duplicate wildcard Preserve declaration for namespace '{0}'.</summary> internal static string @XCRDuplicateWildcardPreserve => GetResourceString("XCRDuplicateWildcardPreserve"); /// <summary>Duplicate wildcard ProcessContent declaration for namespace '{0}'.</summary> internal static string @XCRDuplicateWildcardProcessContent => GetResourceString("XCRDuplicateWildcardProcessContent"); /// <summary>Fallback is valid only in AlternateContent.</summary> internal static string @XCRFallbackOnlyInAC => GetResourceString("XCRFallbackOnlyInAC"); /// <summary>'{0}' element is not a valid child of AlternateContent. Only Choice and Fallback elements are valid children of an AlternateContent element.</summary> internal static string @XCRInvalidACChild => GetResourceString("XCRInvalidACChild"); /// <summary>'{0}' attribute is not valid for '{1}' element.</summary> internal static string @XCRInvalidAttribInElement => GetResourceString("XCRInvalidAttribInElement"); /// <summary>'{0}' format is not valid.</summary> internal static string @XCRInvalidFormat => GetResourceString("XCRInvalidFormat"); /// <summary>Cannot have both a specific and a wildcard Preserve declaration for namespace '{0}'.</summary> internal static string @XCRInvalidPreserve => GetResourceString("XCRInvalidPreserve"); /// <summary>Cannot have both a specific and a wildcard ProcessContent declaration for namespace '{0}'.</summary> internal static string @XCRInvalidProcessContent => GetResourceString("XCRInvalidProcessContent"); /// <summary>Requires attribute must contain a valid namespace prefix.</summary> internal static string @XCRInvalidRequiresAttribute => GetResourceString("XCRInvalidRequiresAttribute"); /// <summary>'{0}' attribute value is not a valid XML name.</summary> internal static string @XCRInvalidXMLName => GetResourceString("XCRInvalidXMLName"); /// <summary>AlternateContent must contain only one Fallback element.</summary> internal static string @XCRMultipleFallbackFound => GetResourceString("XCRMultipleFallbackFound"); /// <summary>MustUnderstand condition failed on namespace '{0}'</summary> internal static string @XCRMustUnderstandFailed => GetResourceString("XCRMustUnderstandFailed"); /// <summary>'{0}' namespace cannot preserve items; it must be declared Ignorable first.</summary> internal static string @XCRNSPreserveNotIgnorable => GetResourceString("XCRNSPreserveNotIgnorable"); /// <summary>'{0}' namespace cannot process content; it must be declared Ignorable first.</summary> internal static string @XCRNSProcessContentNotIgnorable => GetResourceString("XCRNSProcessContentNotIgnorable"); /// <summary>Choice must contain Requires attribute.</summary> internal static string @XCRRequiresAttribNotFound => GetResourceString("XCRRequiresAttribNotFound"); /// <summary>'{0}' prefix is not defined.</summary> internal static string @XCRUndefinedPrefix => GetResourceString("XCRUndefinedPrefix"); /// <summary>Unrecognized compatibility attribute '{0}'.</summary> internal static string @XCRUnknownCompatAttrib => GetResourceString("XCRUnknownCompatAttrib"); /// <summary>Unrecognized Compatibility element '{0}'.</summary> internal static string @XCRUnknownCompatElement => GetResourceString("XCRUnknownCompatElement"); /// <summary>Core Properties part: Text data of XSD type 'DateTime' was expected.</summary> internal static string @XsdDateTimeExpected => GetResourceString("XsdDateTimeExpected"); /// <summary>CreateNew is not a valid FileMode for a non-empty stream.</summary> internal static string @CreateNewOnNonEmptyStream => GetResourceString("CreateNewOnNonEmptyStream"); /// <summary>Archive file cannot be size 0.</summary> internal static string @ZipZeroSizeFileIsNotValidArchive => GetResourceString("ZipZeroSizeFileIsNotValidArchive"); /// <summary>Package URI obtained from the pack URI cannot contain a Fragment.</summary> internal static string @InnerPackageUriHasFragment => GetResourceString("InnerPackageUriHasFragment"); /// <summary>The '{0}' parameter must start with '#'.</summary> internal static string @FragmentMustStartWithHash => GetResourceString("FragmentMustStartWithHash"); /// <summary>URI must contain pack:// scheme.</summary> internal static string @UriShouldBePackScheme => GetResourceString("UriShouldBePackScheme"); /// <summary>Must have absolute URI.</summary> internal static string @UriShouldBeAbsolute => GetResourceString("UriShouldBeAbsolute"); /// <summary>File contains corrupted data.</summary> internal static string @FileContainsCorruptedData => GetResourceString("FileContainsCorruptedData"); /// <summary>Duplicate pieces found in the package.</summary> internal static string @DuplicatePiecesFound => GetResourceString("DuplicatePiecesFound"); /// <summary>Offset must be greater than or equal to zero.</summary> internal static string @OffsetNegative => GetResourceString("OffsetNegative"); /// <summary>Cannot find piece with the specified piece number.</summary> internal static string @PieceDoesNotExist => GetResourceString("PieceDoesNotExist"); /// <summary>Buffer too small to hold results of Read.</summary> internal static string @ReadBufferTooSmall => GetResourceString("ReadBufferTooSmall"); /// <summary>Count of bytes to read cannot be negative.</summary> internal static string @ReadCountNegative => GetResourceString("ReadCountNegative"); /// <summary>Reading is not supported on this stream.</summary> internal static string @ReadNotSupported => GetResourceString("ReadNotSupported"); /// <summary>Cannot set seek pointer to a negative position.</summary> internal static string @SeekNegative => GetResourceString("SeekNegative"); /// <summary>Stream does not support Seek.</summary> internal static string @SeekNotSupported => GetResourceString("SeekNotSupported"); /// <summary>Cannot change content of a read-only stream.</summary> internal static string @StreamDoesNotSupportWrite => GetResourceString("StreamDoesNotSupportWrite"); /// <summary>Buffer of bytes to be written is too small.</summary> internal static string @WriteBufferTooSmall => GetResourceString("WriteBufferTooSmall"); /// <summary>Count of bytes to write cannot be negative.</summary> internal static string @WriteCountNegative => GetResourceString("WriteCountNegative"); /// <summary>Stream does not support writing.</summary> internal static string @WriteNotSupported => GetResourceString("WriteNotSupported"); /// <summary>Provided URI is a part piece URI, not a part URI.</summary> internal static string @UnexpectedPartPieceUri => GetResourceString("UnexpectedPartPieceUri"); } }