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 = 0Indicates the terminating state.
NeedsAdaptation = 1Indicates only non-textual information needs adaptation.
NeedsL10n = 2Indicates both text and non-textual information needs adaptation.
NeedsReviewAdaptation = 3Indicates only non-textual information needs review.
NeedsReviewL10n = 4Indicates both text and non-textual information needs review.
NeedsReviewTranslation = 5Indicates that only the text of the item needs to be reviewed.
NeedsTranslation = 6Indicates that the item needs to be translated.
New = 7Indicates that the item is new, for example translation units not in a previous version.
SignedOff = 8Indicates that changes are reviewed and approved.
Translated = 9Indicates that the item has been translated.