source: trunk/org.modelica.uml.sysml.edit/plugin.properties @ 1802

Last change on this file since 1802 was 514, checked in by x07vasba, 17 years ago
File size: 5.2 KB
Line 
1# <copyright>
2# </copyright>
3#
4# $Id$
5
6# ====================================================================
7# To code developer:
8#   Do NOT change the properties between this line and the
9#   "%%% END OF TRANSLATED PROPERTIES %%%" line.
10#   Make a new property name, append to the end of the file and change
11#   the code to use the new property.
12# ====================================================================
13
14# ====================================================================
15# %%% END OF TRANSLATED PROPERTIES %%%
16# ====================================================================
17
18pluginName = Sysml Edit Support
19providerName = www.example.org
20
21_UI_CreateChild_text = {0}
22_UI_CreateChild_text2 = {1} {0}
23_UI_CreateChild_text3 = {1}
24_UI_CreateChild_tooltip = Create New {0} Under {1} Feature
25_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
26_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.
27
28_UI_PropertyDescriptor_description = The {0} of the {1}
29
30_UI_Block_type = Block
31_UI_BlockProperty_type = Block Property
32_UI_DistributedProperty_type = Distributed Property
33_UI_ValueType_type = Value Type
34_UI_Unit_type = Unit
35_UI_Dimension_type = Dimension
36_UI_Conform_type = Conform
37_UI_Rationale_type = Rationale
38_UI_Problem_type = Problem
39_UI_FlowPort_type = Flow Port
40_UI_FlowProperty_type = Flow Property
41_UI_FlowSpecification_type = Flow Specification
42_UI_ItemFlow_type = Item Flow
43_UI_ModelicaType_type = Modelica Type
44_UI_ModelicaReal_type = Modelica Real
45_UI_ModelicaInteger_type = Modelica Integer
46_UI_ModelicaString_type = Modelica String
47_UI_ModelicaBoolean_type = Modelica Boolean
48_UI_ModelicaClass_type = Modelica Class
49_UI_ModelicaModel_type = Modelica Model
50_UI_ModelicaBlock_type = Modelica Block
51_UI_ModelicaConnector_type = Modelica Connector
52_UI_ModelicaRecord_type = Modelica Record
53_UI_ModelicaFunction_type = Modelica Function
54_UI_ModelicaProperty_type = Modelica Property
55_UI_ModelicaConnectorProperty_type = Modelica Connector Property
56_UI_Unknown_type = Object
57
58_UI_Unknown_datatype= Value
59
60_UI_Block_isEncapsulated_feature = Is Encapsulated
61_UI_ValueType_unit_feature = Unit
62_UI_ValueType_dimension_feature = Dimension
63_UI_FlowPort_isAtomic_feature = Is Atomic
64_UI_FlowPort_direction_feature = Direction
65_UI_FlowPort_isConjugated_feature = Is Conjugated
66_UI_FlowProperty_direction_feature = Direction
67_UI_FlowProperty_access_feature = Access
68_UI_FlowSpecification_ownedFlowProperty_feature = Owned Flow Property
69_UI_ItemFlow_itemProperty_feature = Item Property
70_UI_ModelicaReal_value_feature = Value
71_UI_ModelicaReal_quantity_feature = Quantity
72_UI_ModelicaReal_unit_feature = Unit
73_UI_ModelicaReal_displayUnit_feature = Display Unit
74_UI_ModelicaReal_min_feature = Min
75_UI_ModelicaReal_max_feature = Max
76_UI_ModelicaReal_start_feature = Start
77_UI_ModelicaReal_fixed_feature = Fixed
78_UI_ModelicaReal_nominal_feature = Nominal
79_UI_ModelicaInteger_value_feature = Value
80_UI_ModelicaInteger_min_feature = Min
81_UI_ModelicaInteger_max_feature = Max
82_UI_ModelicaInteger_start_feature = Start
83_UI_ModelicaInteger_fixed_feature = Fixed
84_UI_ModelicaString_value_feature = Value
85_UI_ModelicaString_start_feature = Start
86_UI_ModelicaBoolean_value_feature = Value
87_UI_ModelicaBoolean_start_feature = Start
88_UI_ModelicaBoolean_fixed_feature = Fixed
89_UI_ModelicaClass_isEncapsulatedClass_feature = Is Encapsulated Class
90_UI_ModelicaProperty_variability_feature = Variability
91_UI_ModelicaProperty_isFlow_feature = Is Flow
92_UI_ModelicaProperty_direction_feature = Direction
93_UI_ModelicaProperty_propertyKind_feature = Property Kind
94_UI_ModelicaProperty_arrayDimension_feature = Array Dimension
95_UI_ModelicaProperty_access_feature = Access
96_UI_ModelicaConnectorProperty_direction_feature = Direction
97_UI_Unknown_feature = Unspecified
98
99_UI_FlowDirection_in_literal = in
100_UI_FlowDirection_out_literal = out
101_UI_FlowDirection_inout_literal = inout
102_UI_VariabilityKind_none_literal = none
103_UI_VariabilityKind_constant_literal = constant
104_UI_VariabilityKind_discrete_literal = discrete
105_UI_PropertyKind_parameter_literal = parameter
106_UI_PropertyKind_part_literal = part
107_UI_PropertyKind_variable_literal = variable
108_UI_AccessKind_public_literal = public
109_UI_AccessKind_protected_literal = protected
110_UI_ModelicaComposition_type = Modelica Composition
111_UI_ModelicaComposition_isFlow_feature = Is Flow
112_UI_ModelicaComposition_direction_feature = Direction
113_UI_ModelicaComposition_arrayDimension_feature = Array Dimension
114_UI_ModelicaComposition_access_feature = Access
115_UI_ModelicaComposition_default_feature = Default
116_UI_ModelicaEquationProperty_type = Modelica Equation Property
117_UI_ModelicaEquationProperty_equation_feature = Equation
118_UI_ModelicaConnection_type = Modelica Connection
119_UI_PropertyKind_equation_literal = equation
120_UI_ModelicaProperty_type_feature = Type
121_UI_ModelicaProperty_dataType_feature = Data Type
122_UI_ModelicaClassifier_type = Modelica Classifier
123_UI_ModelicaPrimitiveType_type = Modelica Primitive Type
124_UI_ModelicaType_modelicaType_feature = Modelica Type
125_UI_ModelicaType_typeData_feature = Type Data
Note: See TracBrowser for help on using the repository browser.