The following enumerations were derived from the XLIFF standard.
A prefix (e.g., "state_") has been added to the names for easy use within the VBA development environment.

state_final = 1
state_needs_adaptation = 2
state_needs_l10n = 3
state_needs_review_adaptation = 4
state_needs_review_l10n = 5
state_needs_review_translation = 6
state_needs_translation = 7
state_new = 8
state_signed_off = 9
state_translated = 10
state_x_change = 11
state_x_extended = 12


Last Updated: 03/17/21