Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 741e917f4d7068563a97e8b1beb7f0f841347d1c (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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
# 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.htm
# Contributors: Obeo - initial API and implementation

pluginName = EEF 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_EEFViewDescription_type = EEF View Description
_UI_EEFPageDescription_type = EEF Page Description
_UI_EEFValidationRuleDescription_type = EEF Validation Rule Description
_UI_EEFRuleAuditDescription_type = EEF Rule Audit Description
_UI_EEFValidationFixDescription_type = EEF Validation Fix Description
_UI_EEFPropertyValidationRuleDescription_type = EEF Property Validation Rule Description
_UI_EEFSemanticValidationRuleDescription_type = EEF Semantic Validation Rule Description
_UI_EEFGroupDescription_type = EEF Group Description
_UI_EEFControlDescription_type = EEF Control Description
_UI_EEFContainerDescription_type = EEF Container Description
_UI_EEFLayoutDescription_type = EEF Layout Description
_UI_EEFFillLayoutDescription_type = EEF Fill Layout Description
_UI_EEFGridLayoutDescription_type = EEF Grid Layout Description
_UI_EEFWidgetDescription_type = EEF Widget Description
_UI_EEFTextDescription_type = EEF Text Description
_UI_EEFLabelDescription_type = EEF Label Description
_UI_EEFButtonDescription_type = EEF Button Description
_UI_EEFCheckboxDescription_type = EEF Checkbox Description
_UI_EEFSelectDescription_type = EEF Select Description
_UI_EEFRadioDescription_type = EEF Radio Description
_UI_EEFHyperlinkDescription_type = EEF Hyperlink Description
_UI_EEFDynamicMappingFor_type = EEF Dynamic Mapping For
_UI_EEFDynamicMappingIf_type = EEF Dynamic Mapping If
_UI_EEFCustomWidgetDescription_type = EEF Custom Widget Description
_UI_EEFCustomExpression_type = EEF Custom Expression
_UI_EEFWidgetStyle_type = EEF Widget Style
_UI_EEFTextStyle_type = EEF Text Style
_UI_EEFLabelStyle_type = EEF Label Style
_UI_EEFButtonStyle_type = EEF Button Style
_UI_EEFCheckboxStyle_type = EEF Checkbox Style
_UI_EEFSelectStyle_type = EEF Select Style
_UI_EEFRadioStyle_type = EEF Radio Style
_UI_EEFHyperlinkStyle_type = EEF Hyperlink Style
_UI_EEFCustomWidgetStyle_type = EEF Custom Widget Style
_UI_EEFConditionalStyle_type = EEF Conditional Style
_UI_EEFTextConditionalStyle_type = EEF Text Conditional Style
_UI_EEFButtonConditionalStyle_type = EEF Button Conditional Style
_UI_EEFLabelConditionalStyle_type = EEF Label Conditional Style
_UI_EEFCheckboxConditionalStyle_type = EEF Checkbox Conditional Style
_UI_EEFSelectConditionalStyle_type = EEF Select Conditional Style
_UI_EEFRadioConditionalStyle_type = EEF Radio Conditional Style
_UI_EEFHyperlinkConditionalStyle_type = EEF Hyperlink Conditional Style
_UI_EEFCustomWidgetConditionalStyle_type = EEF Custom Widget Conditional Style
_UI_EEFWidgetAction_type = EEF Widget Action
_UI_Unknown_type = Object

_UI_Unknown_datatype= Value

_UI_EEFViewDescription_identifier_feature = Identifier
_UI_EEFViewDescription_labelExpression_feature = Label Expression
_UI_EEFViewDescription_imageExpression_feature = Image Expression
_UI_EEFViewDescription_groups_feature = Groups
_UI_EEFViewDescription_pages_feature = Pages
_UI_EEFViewDescription_ePackages_feature = EPackages
_UI_EEFPageDescription_identifier_feature = Identifier
_UI_EEFPageDescription_labelExpression_feature = Label Expression
_UI_EEFPageDescription_domainClass_feature = Domain Class
_UI_EEFPageDescription_semanticCandidateExpression_feature = Semantic Candidate Expression
_UI_EEFPageDescription_preconditionExpression_feature = Precondition Expression
_UI_EEFPageDescription_groups_feature = Groups
_UI_EEFPageDescription_semanticValidationRules_feature = Semantic Validation Rules
_UI_EEFValidationRuleDescription_severity_feature = Severity
_UI_EEFValidationRuleDescription_messageExpression_feature = Message Expression
_UI_EEFValidationRuleDescription_audits_feature = Audits
_UI_EEFValidationRuleDescription_fixes_feature = Fixes
_UI_EEFRuleAuditDescription_auditExpression_feature = Audit Expression
_UI_EEFValidationFixDescription_name_feature = Name
_UI_EEFValidationFixDescription_fixExpression_feature = Fix Expression
_UI_EEFPropertyValidationRuleDescription_targets_feature = Targets
_UI_EEFSemanticValidationRuleDescription_targetClass_feature = Target Class
_UI_EEFGroupDescription_identifier_feature = Identifier
_UI_EEFGroupDescription_labelExpression_feature = Label Expression
_UI_EEFGroupDescription_domainClass_feature = Domain Class
_UI_EEFGroupDescription_semanticCandidateExpression_feature = Semantic Candidate Expression
_UI_EEFGroupDescription_preconditionExpression_feature = Precondition Expression
_UI_EEFGroupDescription_controls_feature = Controls
_UI_EEFGroupDescription_semanticValidationRules_feature = Semantic Validation Rules
_UI_EEFGroupDescription_propertyValidationRules_feature = Property Validation Rules
_UI_EEFControlDescription_identifier_feature = Identifier
_UI_EEFContainerDescription_controls_feature = Controls
_UI_EEFContainerDescription_dynamicMappings_feature = Dynamic Mappings
_UI_EEFContainerDescription_layout_feature = Layout
_UI_EEFFillLayoutDescription_orientation_feature = Orientation
_UI_EEFGridLayoutDescription_numberOfColumns_feature = Number Of Columns
_UI_EEFGridLayoutDescription_makeColumnsWithEqualWidth_feature = Make Columns With Equal Width
_UI_EEFWidgetDescription_labelExpression_feature = Label Expression
_UI_EEFWidgetDescription_helpExpression_feature = Help Expression
_UI_EEFWidgetDescription_isEnabledExpression_feature = Is Enabled Expression
_UI_EEFWidgetDescription_propertyValidationRules_feature = Property Validation Rules
_UI_EEFTextDescription_valueExpression_feature = Value Expression
_UI_EEFTextDescription_editExpression_feature = Edit Expression
_UI_EEFTextDescription_lineCount_feature = Line Count
_UI_EEFTextDescription_style_feature = Style
_UI_EEFTextDescription_conditionalStyles_feature = Conditional Styles
_UI_EEFLabelDescription_valueExpression_feature = Value Expression
_UI_EEFLabelDescription_style_feature = Style
_UI_EEFLabelDescription_conditionalStyles_feature = Conditional Styles
_UI_EEFLabelDescription_actions_feature = Actions
_UI_EEFLabelDescription_displayExpression_feature = Display Expression
_UI_EEFButtonDescription_buttonLabelExpression_feature = Button Label Expression
_UI_EEFButtonDescription_pushExpression_feature = Push Expression
_UI_EEFButtonDescription_style_feature = Style
_UI_EEFButtonDescription_conditionalStyles_feature = Conditional Styles
_UI_EEFCheckboxDescription_valueExpression_feature = Value Expression
_UI_EEFCheckboxDescription_editExpression_feature = Edit Expression
_UI_EEFCheckboxDescription_style_feature = Style
_UI_EEFCheckboxDescription_conditionalStyles_feature = Conditional Styles
_UI_EEFSelectDescription_valueExpression_feature = Value Expression
_UI_EEFSelectDescription_editExpression_feature = Edit Expression
_UI_EEFSelectDescription_candidatesExpression_feature = Candidates Expression
_UI_EEFSelectDescription_candidateDisplayExpression_feature = Candidate Display Expression
_UI_EEFSelectDescription_style_feature = Style
_UI_EEFSelectDescription_conditionalStyles_feature = Conditional Styles
_UI_EEFRadioDescription_valueExpression_feature = Value Expression
_UI_EEFRadioDescription_editExpression_feature = Edit Expression
_UI_EEFRadioDescription_candidatesExpression_feature = Candidates Expression
_UI_EEFRadioDescription_candidateDisplayExpression_feature = Candidate Display Expression
_UI_EEFRadioDescription_style_feature = Style
_UI_EEFRadioDescription_numberOfColumns_feature = Number Of Columns
_UI_EEFRadioDescription_conditionalStyles_feature = Conditional Styles
_UI_EEFHyperlinkDescription_valueExpression_feature = Value Expression
_UI_EEFHyperlinkDescription_onClickExpression_feature = On Click Expression
_UI_EEFHyperlinkDescription_style_feature = Style
_UI_EEFHyperlinkDescription_conditionalStyles_feature = Conditional Styles
_UI_EEFHyperlinkDescription_actions_feature = Actions
_UI_EEFHyperlinkDescription_displayExpression_feature = Display Expression
_UI_EEFDynamicMappingFor_iterator_feature = Iterator
_UI_EEFDynamicMappingFor_iterableExpression_feature = Iterable Expression
_UI_EEFDynamicMappingFor_ifs_feature = Ifs
_UI_EEFDynamicMappingIf_predicateExpression_feature = Predicate Expression
_UI_EEFDynamicMappingIf_widget_feature = Widget
_UI_EEFCustomWidgetDescription_customExpressions_feature = Custom Expressions
_UI_EEFCustomWidgetDescription_style_feature = Style
_UI_EEFCustomWidgetDescription_conditionalStyles_feature = Conditional Styles
_UI_EEFCustomExpression_identifier_feature = Identifier
_UI_EEFCustomExpression_customExpression_feature = Custom Expression
_UI_EEFWidgetStyle_labelBackgroundColorExpression_feature = Label Background Color Expression
_UI_EEFWidgetStyle_labelForegroundColorExpression_feature = Label Foreground Color Expression
_UI_EEFWidgetStyle_labelFontNameExpression_feature = Label Font Name Expression
_UI_EEFWidgetStyle_labelFontSizeExpression_feature = Label Font Size Expression
_UI_EEFWidgetStyle_labelFontStyleExpression_feature = Label Font Style Expression
_UI_EEFTextStyle_backgroundColorExpression_feature = Background Color Expression
_UI_EEFTextStyle_foregroundColorExpression_feature = Foreground Color Expression
_UI_EEFTextStyle_fontNameExpression_feature = Font Name Expression
_UI_EEFTextStyle_fontSizeExpression_feature = Font Size Expression
_UI_EEFTextStyle_fontStyleExpression_feature = Font Style Expression
_UI_EEFLabelStyle_backgroundColorExpression_feature = Background Color Expression
_UI_EEFLabelStyle_foregroundColorExpression_feature = Foreground Color Expression
_UI_EEFLabelStyle_fontNameExpression_feature = Font Name Expression
_UI_EEFLabelStyle_fontSizeExpression_feature = Font Size Expression
_UI_EEFLabelStyle_fontStyleExpression_feature = Font Style Expression
_UI_EEFHyperlinkStyle_backgroundColorExpression_feature = Background Color Expression
_UI_EEFHyperlinkStyle_fontNameExpression_feature = Font Name Expression
_UI_EEFHyperlinkStyle_fontSizeExpression_feature = Font Size Expression
_UI_EEFHyperlinkStyle_fontStyleExpression_feature = Font Style Expression
_UI_EEFConditionalStyle_preconditionExpression_feature = Precondition Expression
_UI_EEFTextConditionalStyle_style_feature = Style
_UI_EEFButtonConditionalStyle_style_feature = Style
_UI_EEFLabelConditionalStyle_style_feature = Style
_UI_EEFCheckboxConditionalStyle_style_feature = Style
_UI_EEFSelectConditionalStyle_style_feature = Style
_UI_EEFRadioConditionalStyle_style_feature = Style
_UI_EEFHyperlinkConditionalStyle_style_feature = Style
_UI_EEFCustomWidgetConditionalStyle_style_feature = Style
_UI_EEFWidgetAction_labelExpression_feature = Label Expression
_UI_EEFWidgetAction_actionExpression_feature = Action Expression
_UI_Unknown_feature = Unspecified

_UI_EEF_VALIDATION_SEVERITY_DESCRIPTION_INFO_literal = INFO
_UI_EEF_VALIDATION_SEVERITY_DESCRIPTION_WARNING_literal = WARNING
_UI_EEF_VALIDATION_SEVERITY_DESCRIPTION_ERROR_literal = ERROR
_UI_EEF_FILL_LAYOUT_ORIENTATION_VERTICAL_literal = VERTICAL
_UI_EEF_FILL_LAYOUT_ORIENTATION_HORIZONTAL_literal = HORIZONTAL
_UI_GroupStyle_type = Group Style
_UI_EEFGroupDescription_style_feature = Style
_UI_GroupStyle_backgroundColorExpression_feature = Background Color Expression
_UI_GroupStyle_foregroundColorExpression_feature = Foreground Color Expression
_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_EEF_TOGGLE_STYLE_TWISTIE_literal = TWISTIE
_UI_EEF_TOGGLE_STYLE_TREE_NODE_literal = TREE_NODE
_UI_EEF_TOGGLE_STYLE_NONE_literal = NONE
_UI_EEF_TITLE_BAR_STYLE_TITLE_BAR_literal = TITLE_BAR
_UI_EEF_TITLE_BAR_STYLE_SHORT_TITLE_BAR_literal = SHORT_TITLE_BAR
_UI_EEF_TITLE_BAR_STYLE_NO_TITLE_literal = NO_TITLE
_UI_EEFGroupStyle_type = EEF Group Style
_UI_EEFGroupStyle_backgroundColorExpression_feature = Background Color Expression
_UI_EEFGroupStyle_foregroundColorExpression_feature = Foreground Color Expression
_UI_EEFGroupStyle_fontNameExpression_feature = Font Name Expression
_UI_EEFGroupStyle_fontSizeExpression_feature = Font Size Expression
_UI_EEFGroupStyle_barStyle_feature = Bar Style
_UI_EEFGroupStyle_toggleStyle_feature = Toggle Style
_UI_EEFGroupStyle_isExpandedByDefault_feature = Is Expanded By Default
_UI_EEFGroupStyle_expandedByDefault_feature = Expanded By Default
_UI_EEFGroupConditionalStyle_type = EEF Group Conditional Style
_UI_EEFGroupConditionalStyle_style_feature = Style
_UI_EEFGroupDescription_conditionalStyles_feature = Conditional Styles

_UI_EEFListDescription_type = EEF List Description
_UI_EEFListStyle_type = EEF List Style
_UI_EEFListConditionalStyle_type = EEF List Conditional Style
_UI_EEFListDescription_valueExpression_feature = Value Expression
_UI_EEFListDescription_displayExpression_feature = Display Expression
_UI_EEFListDescription_onClickExpression_feature = On Click Expression
_UI_EEFListDescription_actions_feature = Actions
_UI_EEFListDescription_style_feature = Style
_UI_EEFListDescription_conditionalStyles_feature = Conditional Styles
_UI_EEFListConditionalStyle_style_feature = Style
_UI_EEFDynamicMappingFor_forceRefresh_feature = Force Refresh
_UI_EEFPageDescription_indented_feature = Indented

Back to the top