Format for translation text: Ext[0-7]DeliverableId[0-65535]Started
ex: Ext0DeliverableId1Started
Example
Popup "DynamicDeliverableStartedPopup" with "DynamicDeliverableStartedLabel"
<!-- Start DynamicDeliverableStartedPopup -->
<TFT:PopupPanel Name="DynamicDeliverableStartedPopup" MxStyle="{PopupStyle}" Timeout="3" >
<Controls>
<TFT:Label MxStyle="{DebugLabelStyle}" FormattedText="DynamicDeliverableStartedPopup"/>
<TFT:Label Name="DynamicDeliverableStartedLabel" MxStyle="{PopupTextLabelStyle}"/>
</Controls>
</TFT:PopupPanel>
<!-- End DynamicDeliverableStartedPopup -->