Table of Contents

Enum Predefined

Namespace
SunamoXliffParser
Assembly
SunamoXliffParser.dll

Defines the predefined state values for XLIFF translation units as specified by the XLIFF standard.

public enum Predefined
Extension Methods

Fields

Final = 0

Indicates the terminating state.

NeedsAdaptation = 1

Indicates only non-textual information needs adaptation.

NeedsL10n = 2

Indicates both text and non-textual information needs adaptation.

NeedsReviewAdaptation = 3

Indicates only non-textual information needs review.

NeedsReviewL10n = 4

Indicates both text and non-textual information needs review.

NeedsReviewTranslation = 5

Indicates that only the text of the item needs to be reviewed.

NeedsTranslation = 6

Indicates that the item needs to be translated.

New = 7

Indicates that the item is new, for example translation units not in a previous version.

SignedOff = 8

Indicates that changes are reviewed and approved.

Translated = 9

Indicates that the item has been translated.