12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- # <copyright>
- # </copyright>
- #
- # $Id$
- pluginName = Mscript Computation Model
- providerName = Mscript Project
- _UI_CreateChild_text = {0}
- _UI_CreateChild_text2 = {1} {0}
- _UI_CreateChild_text3 = {1}
- _UI_CreateChild_tooltip = Create New {0} Under {1} Feature
- _UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
- _UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.
- _UI_PropertyDescriptor_description = The {0} of the {1}
- _UI_FloatingPointFormat_type = Floating Point Format
- _UI_NumberFormat_type = Number Format
- _UI_FixedPointFormat_type = Fixed Point Format
- _UI_FixedPointOperation_type = Fixed Point Operation
- _UI_ComputationModel_type = Computation Model
- _UI_NumberFormatMapping_type = Number Format Mapping
- _UI_Unknown_type = Object
- _UI_Unknown_datatype= Value
- _UI_FloatingPointFormat_kind_feature = Kind
- _UI_FixedPointFormat_integerLength_feature = Integer Length
- _UI_FixedPointFormat_fractionLength_feature = Fraction Length
- _UI_FixedPointFormat_wordSize_feature = Word Size
- _UI_FixedPointFormat_operations_feature = Operations
- _UI_FixedPointOperation_kind_feature = Kind
- _UI_FixedPointOperation_intermediateWordSize_feature = Intermediate Word Size
- _UI_FixedPointOperation_saturate_feature = Saturate
- _UI_ComputationModel_numberFormats_feature = Number Formats
- _UI_ComputationModel_numberFormatMappings_feature = Number Format Mappings
- _UI_NumberFormatMapping_ownedDataType_feature = Owned Data Type
- _UI_NumberFormatMapping_dataType_feature = Data Type
- _UI_NumberFormatMapping_numberFormat_feature = Number Format
- _UI_Unknown_feature = Unspecified
- _UI_FloatingPointFormatKind_Binary16_literal = Binary16
- _UI_FloatingPointFormatKind_Binary32_literal = Binary32
- _UI_FloatingPointFormatKind_Binary64_literal = Binary64
- _UI_FloatingPointFormatKind_Binary128_literal = Binary128
- _UI_FloatingPointFormatKind_Decimal32_literal = Decimal32
- _UI_FloatingPointFormatKind_Decimal64_literal = Decimal64
- _UI_FloatingPointFormatKind_Decimal128_literal = Decimal128
- _UI_FixedPointOperationKind_Construct_literal = Construct
- _UI_FixedPointOperationKind_Cast_literal = Cast
- _UI_FixedPointOperationKind_Add_literal = Add
- _UI_FixedPointOperationKind_Subtract_literal = Subtract
- _UI_FixedPointOperationKind_Multiply_literal = Multiply
- _UI_FixedPointOperationKind_Divide_literal = Divide
|