Skip to main content
summaryrefslogtreecommitdiffstats
blob: 636845138a3d49507c4ad0b66b7003e03e563537 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
# ====================================================================
# Copyright (c) 2015, 2016 Obeo
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#    Obeo - initial API and implementation
# ====================================================================

pluginName = Sirius Properties View Model Edit Support
providerName = Eclipse Modeling 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_ViewExtensionDescription_type = Properties View Description
_UI_PageDescription_type = Page
_UI_GroupDescription_type = Group
_UI_ContainerDescription_type = Container
_UI_WidgetDescription_type = Widget
_UI_TextDescription_type = Text
_UI_HyperlinkDescription_type = Hyperlink
_UI_HyperlinkWidgetStyle_type = Style
_UI_HyperlinkWidgetConditionalStyle_type = Conditional Style
_UI_Unknown_type = Object
_UI_Unknown_datatype= Value
_UI_ViewExtensionDescription_identifier_feature = Identifier
_UI_ViewExtensionDescription_metamodels_feature = Metamodels
_UI_ViewExtensionDescription_pages_feature = Pages
_UI_ViewExtensionDescription_groups_feature = Groups
_UI_PageDescription_identifier_feature = Identifier
_UI_PageDescription_labelExpression_feature = Label Expression
_UI_PageDescription_domainClass_feature = Domain Class
_UI_PageDescription_semanticCandidateExpression_feature = Semantic Candidate Expression
_UI_PageDescription_groups_feature = Groups
_UI_GroupDescription_identifier_feature = Identifier
_UI_GroupDescription_labelExpression_feature = Label Expression
_UI_GroupDescription_domainClass_feature = Domain Class
_UI_GroupDescription_semanticCandidateExpression_feature = Semantic Candidate Expression
_UI_WidgetDescription_labelExpression_feature = Label Expression
_UI_TextDescription_valueExpression_feature = Value Expression
_UI_TextDescription_initialOperation_feature = Initial Operation
_UI_Unknown_feature = Unspecified
_UI_LabelDescription_type = Label
_UI_DynamicMappingFor_type = Dynamic Mapping
_UI_DynamicMappingFor_iterator_feature = Iterator
_UI_SelectDescription_type = Select
_UI_SelectDescription_valueExpression_feature = Value Expression
_UI_SelectDescription_initialOperation_feature = Initial Operation
_UI_SelectDescription_candidatesExpression_feature = Candidates Expression
_UI_SelectDescription_candidateDisplayExpression_feature = Candidate Display Expression
_UI_DynamicMappingFor_iterableExpression_feature = Iterable Expression
_UI_CheckboxDescription_type = Checkbox
_UI_CheckboxDescription_valueExpression_feature = Value Expression
_UI_CheckboxDescription_initialOperation_feature = Initial Operation
_UI_ButtonDescription_type = Button
_UI_ButtonDescription_initialOperation_feature = Initial Operation
_UI_ButtonDescription_buttonLabelExpression_feature = Button Label Expression
_UI_TextAreaDescription_type = Text Area
_UI_RadioDescription_type = Radio
_UI_RadioDescription_valueExpression_feature = Value Expression
_UI_RadioDescription_initialOperation_feature = Initial Operation
_UI_RadioDescription_candidatesExpression_feature = Candidates Expression
_UI_RadioDescription_candidateDisplayExpression_feature = Candidate Display Expression
_UI_RadioDescription_numberOfColumns_feature = Number of Columns
_UI_TextAreaDescription_lineCount_feature = Line Count
_UI_DynamicMappingIf_type = If
_UI_DynamicMappingFor_ifs_feature = Ifs
_UI_DynamicMappingIf_predicateExpression_feature = Predicate Expression
_UI_DynamicMappingIf_widget_feature = Widget
_UI_WidgetDescription_helpExpression_feature = Help Expression
_UI_OperationDescription_type = Operation
_UI_CustomDescription_type = Custom Widget
_UI_CustomExpression_type = Custom Expression
_UI_CustomDescription_customExpressions_feature = Custom Expressions
_UI_CustomExpression_identifier_feature = Identifier
_UI_CustomExpression_customExpression_feature = Custom Expression
_UI_CustomOperation_type = Custom Operation
_UI_CustomDescription_customOperations_feature = Custom Operations
_UI_CustomOperation_identifier_feature = Identifier
_UI_CustomOperation_initialOperation_feature = Initial Operation
_UI_HyperlinkDescription_valueExpression_feature = Value Expression
_UI_HyperlinkDescription_initialOperation_feature = Initial Operation
_UI_HyperlinkDescription_style_feature = Style
_UI_HyperlinkDescription_conditionalStyles_feature = Conditional Styles
_UI_HyperlinkDescription_actions_feature = Actions
_UI_HyperlinkDescription_displayExpression_feature = Display Expression
_UI_OperationDescription_initialOperation_feature = Initial Operation
_UI_PropertyValidationRule_type = Property Validation Rule
_UI_PageDescription_validationSet_feature = Validation
_UI_PropertyValidationRule_targets_feature = Targets
_UI_PageValidationSetDescription_type = Page Validations
_UI_GroupValidationSetDescription_type = Group Validations
_UI_PageValidationSetDescription_semanticValidationRules_feature = Semantic Validation Rules
_UI_GroupDescription_validationSet_feature = Validations
_UI_GroupValidationSetDescription_semanticValidationRules_feature = Semantic Validation Rules
_UI_GroupValidationSetDescription_propertyValidationRules_feature = Property Validation Rules
_UI_WidgetStyle_type = Widget Style
_UI_TextDescription_style_feature = Style
_UI_PageDescription_preconditionExpression_feature = Precondition Expression
_UI_GroupDescription_preconditionExpression_feature = Precondition Expression
_UI_LabelDescription_style_feature = Style
_UI_TextWidgetStyle_type = Style
_UI_LabelWidgetStyle_type = Style
_UI_WidgetStyle_labelFontNameExpression_feature = Label Font Name Expression
_UI_WidgetStyle_labelFontSizeExpression_feature = Label Font Size Expression
_UI_WidgetStyle_labelBackgroundColor_feature = Label Background Color
_UI_WidgetStyle_labelForegroundColor_feature = Label Foreground Color
_UI_WidgetStyle_labelFontFormat_feature = Label Font Format
_UI_TextWidgetStyle_fontNameExpression_feature = Font Name Expression
_UI_TextWidgetStyle_fontSizeExpression_feature = Font Size Expression
_UI_TextWidgetStyle_backgroundColor_feature = Background Color
_UI_TextWidgetStyle_foregroundColor_feature = Foreground Color
_UI_TextWidgetStyle_fontFormat_feature = Font Format
_UI_LabelWidgetStyle_fontNameExpression_feature = Font Name Expression
_UI_LabelWidgetStyle_fontSizeExpression_feature = Font Size Expression
_UI_LabelWidgetStyle_backgroundColor_feature = Background Color
_UI_LabelWidgetStyle_foregroundColor_feature = Foreground Color
_UI_LabelWidgetStyle_fontFormat_feature = Font Format
_UI_HyperlinkWidgetStyle_fontNameExpression_feature = Font Name Expression
_UI_HyperlinkWidgetStyle_fontSizeExpression_feature = Font Size Expression
_UI_HyperlinkWidgetStyle_backgroundColor_feature = Background Color
_UI_HyperlinkWidgetStyle_fontFormat_feature = Font Format
_UI_CheckboxWidgetStyle_type = Style
_UI_RadioWidgetStyle_type = Style
_UI_ButtonWidgetStyle_type = Style
_UI_SelectWidgetStyle_type = Style
_UI_ButtonDescription_style_feature = Style
_UI_CheckboxDescription_style_feature = Style
_UI_SelectDescription_style_feature = Style
_UI_RadioDescription_style_feature = Style
_UI_WidgetConditionalStyle_type = Conditional Style
_UI_TextWidgetConditionalStyle_type = Conditional Style
_UI_TextDescription_conditionalStyles_feature = Conditional Styles
_UI_WidgetConditionalStyle_preconditionExpression_feature = Precondition Expression
_UI_TextWidgetConditionalStyle_style_feature = Style
_UI_LabelWidgetConditionalStyle_type = Conditional Style
_UI_CheckboxWidgetConditionalStyle_type = Conditional Style
_UI_RadioWidgetConditionalStyle_type = Conditional Style
_UI_ButtonWidgetConditionalStyle_type = Conditional Style
_UI_SelectWidgetConditionalStyle_type = Conditional Style
_UI_LabelWidgetConditionalStyle_style_feature = Style
_UI_CheckboxWidgetConditionalStyle_style_feature = Style
_UI_RadioWidgetConditionalStyle_style_feature = Style
_UI_ButtonWidgetConditionalStyle_style_feature = Style
_UI_SelectWidgetConditionalStyle_style_feature = Style
_UI_ButtonDescription_conditionalStyles_feature = Conditional Styles
_UI_LabelDescription_conditionalStyles_feature = Conditional Styles
_UI_CheckboxDescription_conditionalStyles_feature = Conditional Styles
_UI_SelectDescription_conditionalStyles_feature = Conditional Styles
_UI_RadioDescription_conditionalStyles_feature = Conditional Styles
_UI_CustomWidgetStyle_type = Style
_UI_CustomWidgetConditionalStyle_type = Conditional Style
_UI_CustomDescription_style_feature = Style
_UI_CustomDescription_conditionalStyles_feature = Conditional Styles
_UI_CustomWidgetConditionalStyle_style_feature = Style
_UI_WidgetDescription_isEnabledExpression_feature = Is Enabled Expression
_UI_ControlDescription_type = Control
_UI_GroupDescription_controls_feature = Controls
_UI_HyperlinkWidgetConditionalStyle_style_feature = Style
_UI_ControlDescription_identifier_feature = Identifier
_UI_ContainerDescription_controls_feature = Controls
_UI_LayoutDescription_type = Layout
_UI_FillLayoutDescription_type = Fill Layout
_UI_GridLayoutDescription_type = Grid Layout
_UI_ContainerDescription_layout_feature = Layout
_UI_FillLayoutDescription_orientation_feature = Orientation
_UI_GridLayoutDescription_numberOfColumns_feature = Number of Columns
_UI_GridLayoutDescription_makeColumnsWithEqualWidth_feature = Make Columns With Equal Width
_UI_FILL_LAYOUT_ORIENTATION_VERTICAL_literal = VERTICAL
_UI_FILL_LAYOUT_ORIENTATION_HORIZONTAL_literal = HORIZONTAL
_UI_WidgetAction_type = Widget Action
_UI_WidgetAction_labelExpression_feature = Label Expression
_UI_WidgetAction_initialOperation_feature = Initial Operation
_UI_GroupStyle_type = Style
_UI_GroupDescription_style_feature = Style
_UI_GroupStyle_backgroundColor_feature = Background Color
_UI_GroupStyle_foregroundColor_feature = Foreground Color
_UI_GroupStyle_fontNameExpression_feature = Font Name Expression
_UI_GroupStyle_fontSizeExpression_feature = Font Size Expression
_UI_GroupStyle_barStyle_feature = Bar Style
_UI_GroupStyle_toggleStyle_feature = Toggle Style
_UI_ToggleStyle_TWISTIE_literal = TWISTIE
_UI_ToggleStyle_TREE_NODE_literal = TREE_NODE
_UI_ToggleStyle_NONE_literal = NONE
_UI_TitleBarStyle_TITLE_BAR_literal = TITLE_BAR
_UI_TitleBarStyle_SHORT_TITLE_BAR_literal = SHORT_TITLE_BAR
_UI_TitleBarStyle_NO_TITLE_literal = NO_TITLE
_UI_GroupStyle_expandedByDefault_feature = Expanded by Default
_UI_GroupConditionalStyle_type = Conditional Style
_UI_GroupConditionalStyle_style_feature = Style
_UI_GroupDescription_conditionalStyles_feature = Conditional Styles
_UI_LabelDescription_valueExpression_feature = Value Expression
_UI_LabelDescription_displayExpression_feature = Display Expression
_UI_LabelDescription_actions_feature = Actions
_UI_ListDescription_type = List
_UI_ListWidgetStyle_type = List Widget Style
_UI_ListWidgetConditionalStyle_type = List Widget Conditional Style
_UI_ListDescription_valueExpression_feature = Value Expression
_UI_ListDescription_displayExpression_feature = Display Expression
_UI_ListDescription_onClickOperation_feature = On Click Operation
_UI_ListDescription_actions_feature = Actions
_UI_ListDescription_style_feature = Style
_UI_ListDescription_conditionalStyles_feature = Conditional Styles
_UI_ListWidgetConditionalStyle_style_feature = Style
_UI_EditSupport_type = Edit Support

Back to the top