plugin.properties 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # <copyright>
  2. # </copyright>
  3. #
  4. # $Id$
  5. pluginName = Mscript Computation Model
  6. providerName = Mscript Project
  7. _UI_CreateChild_text = {0}
  8. _UI_CreateChild_text2 = {1} {0}
  9. _UI_CreateChild_text3 = {1}
  10. _UI_CreateChild_tooltip = Create New {0} Under {1} Feature
  11. _UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
  12. _UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.
  13. _UI_PropertyDescriptor_description = The {0} of the {1}
  14. _UI_FloatingPointFormat_type = Floating Point Format
  15. _UI_NumberFormat_type = Number Format
  16. _UI_FixedPointFormat_type = Fixed Point Format
  17. _UI_FixedPointOperation_type = Fixed Point Operation
  18. _UI_ComputationModel_type = Computation Model
  19. _UI_NumberFormatMapping_type = Number Format Mapping
  20. _UI_Unknown_type = Object
  21. _UI_Unknown_datatype= Value
  22. _UI_FloatingPointFormat_kind_feature = Kind
  23. _UI_FixedPointFormat_integerLength_feature = Integer Length
  24. _UI_FixedPointFormat_fractionLength_feature = Fraction Length
  25. _UI_FixedPointFormat_wordSize_feature = Word Size
  26. _UI_FixedPointFormat_operations_feature = Operations
  27. _UI_FixedPointOperation_kind_feature = Kind
  28. _UI_FixedPointOperation_intermediateWordSize_feature = Intermediate Word Size
  29. _UI_FixedPointOperation_saturate_feature = Saturate
  30. _UI_ComputationModel_numberFormats_feature = Number Formats
  31. _UI_ComputationModel_numberFormatMappings_feature = Number Format Mappings
  32. _UI_NumberFormatMapping_ownedDataType_feature = Owned Data Type
  33. _UI_NumberFormatMapping_dataType_feature = Data Type
  34. _UI_NumberFormatMapping_numberFormat_feature = Number Format
  35. _UI_Unknown_feature = Unspecified
  36. _UI_FloatingPointFormatKind_Binary16_literal = Binary16
  37. _UI_FloatingPointFormatKind_Binary32_literal = Binary32
  38. _UI_FloatingPointFormatKind_Binary64_literal = Binary64
  39. _UI_FloatingPointFormatKind_Binary128_literal = Binary128
  40. _UI_FloatingPointFormatKind_Decimal32_literal = Decimal32
  41. _UI_FloatingPointFormatKind_Decimal64_literal = Decimal64
  42. _UI_FloatingPointFormatKind_Decimal128_literal = Decimal128
  43. _UI_FixedPointOperationKind_Construct_literal = Construct
  44. _UI_FixedPointOperationKind_Cast_literal = Cast
  45. _UI_FixedPointOperationKind_Add_literal = Add
  46. _UI_FixedPointOperationKind_Subtract_literal = Subtract
  47. _UI_FixedPointOperationKind_Multiply_literal = Multiply
  48. _UI_FixedPointOperationKind_Divide_literal = Divide