Skip to main content
summaryrefslogtreecommitdiffstats
blob: b607b9d6f0104781afb7c76cb19913491cff9747 (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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254

# <copyright>
# </copyright>
#
# $Id: plugin.properties,v 1.13 2011/11/16 08:35:46 sbouchet Exp $

pluginName = Eefnr Edit Support
providerName = www.example.org

_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_Root_type = Root
_UI_AbstractSample_type = Abstract Sample
_UI_TotalSample_type = Total Sample
_UI_TextSample_type = Text Sample
_UI_CheckboxSample_type = Checkbox Sample
_UI_TextareaSample_type = Textarea Sample
_UI_RadioSample_type = Radio Sample
_UI_EObjectFlatComboViewerSample_type = EObject Flat Combo Viewer Sample
_UI_ReferencesTableSample_type = References Table Sample
_UI_EMFComboViewerSample_type = EMF Combo Viewer Sample
_UI_MultiValuedEditorSample_type = Multi Valued Editor Sample
_UI_TableCompositionEditorSample_type = Table Composition Editor Sample
_UI_AdvancedReferencesTableSample_type = Advanced References Table Sample
_UI_AdvancedEObjectFlatComboViewerSample_type = Advanced EObject Flat Combo Viewer Sample
_UI_AdvancedTableCompositionEditorSample_type = Advanced Table Composition Editor Sample
_UI_FlatReferencesTableSample_type = Flat References Table Sample
_UI_Sample_type = Sample
_UI_TextSampleWithTwoTabs_type = Text Sample With Two Tabs
_UI_TableCompositionExtensionEditorSample_type = Table Composition Extension Editor Sample
_UI_AbstractTableCompositionTargetExtensionEditorSample_type = Abstract Table Composition Target Extension Editor Sample
_UI_NamedElement_type = Named Element
_UI_ImageViewerSample_type = Image Viewer Sample
_UI_SelectionDialogSample_type = Selection Dialog Sample
_UI_SingleCompositionViewerSample_type = Single Composition Viewer Sample
_UI_AbstractEnabledSample_type = Abstract Enabled Sample
_UI_ReferenceEnabledSample_type = Reference Enabled Sample
_UI_Tests_type = Tests
_UI_DeferedFlatReferenceTableEditorSample_type = Defered Flat Reference Table Editor Sample
_UI_DeferedReference_type = Defered Reference
_UI_DeferedReferenceTableEditorSample_type = Defered Reference Table Editor Sample
_UI_Owner_type = Owner
_UI_MultipleReferencer_type = Multiple Referencer
_UI_Subtype_type = Subtype
_UI_SingleReferencer_type = Single Referencer
_UI_AnotherSubType_type = Another Sub Type
_UI_Element_type = Element
_UI_AttributeNavigationSample_type = Attribute Navigation Sample
_UI_AttributeDelegate_type = Attribute Delegate
_UI_AbstractReferenceOwnerSample_type = Abstract Reference Owner Sample
_UI_AbstractReferenceTargetSample_type = Abstract Reference Target Sample
_UI_ConcreteReferenceOwnerSample_type = Concrete Reference Owner Sample
_UI_ConcreteReferenceTargetSample1_type = Concrete Reference Target Sample1
_UI_ConcreteReferenceTargetSample2_type = Concrete Reference Target Sample2
_UI_Event_type = Event
_UI_SimpleSample_type = Simple Sample
_UI_TableCompositionTargetExtensionEditorSample_type = Table Composition Target Extension Editor Sample
_UI_FlatReferenceExtendedEditorSample_type = Flat Reference Extended Editor Sample
_UI_CheckBoxExtendedEditorSample_type = Check Box Extended Editor Sample
_UI_Unknown_type = Object

_UI_Unknown_datatype= Value

_UI_Root_samples_feature = Samples
_UI_AbstractSample_name_feature = Name
_UI_TotalSample_textRequiredProperty_feature = Text Required Property
_UI_TotalSample_textOptionalProperty_feature = Text Optional Property
_UI_TotalSample_checkboxRequiredProperty_feature = Checkbox Required Property
_UI_TotalSample_checkboxOptionalProperty_feature = Checkbox Optional Property
_UI_TotalSample_textareaRequiredProperty_feature = Textarea Required Property
_UI_TotalSample_textareaOptionalProperty_feature = Textarea Optional Property
_UI_TotalSample_radioRequiredProperty_feature = Radio Required Property
_UI_TotalSample_radioOptionalProperty_feature = Radio Optional Property
_UI_TotalSample_eobjectflatcomboviewerRequiredProperty_feature = Eobjectflatcomboviewer Required Property
_UI_TotalSample_eobjectflatcomboviewerOptionalProperty_feature = Eobjectflatcomboviewer Optional Property
_UI_TotalSample_referencestableRequiredProperty_feature = Referencestable Required Property
_UI_TotalSample_referencestableOptionalProperty_feature = Referencestable Optional Property
_UI_TotalSample_emfcomboviewerRequiredProperty_feature = Emfcomboviewer Required Property
_UI_TotalSample_emfcomboviewerOptionalProperty_feature = Emfcomboviewer Optional Property
_UI_TotalSample_multivaluededitorRequiredProperty_feature = Multivaluededitor Required Property
_UI_TotalSample_multivaluededitorOptionalProperty_feature = Multivaluededitor Optional Property
_UI_TotalSample_tablecompositionOnSameTypeOptionalProperty_feature = Tablecomposition On Same Type Optional Property
_UI_TotalSample_advancedreferencestableRequiredProperty_feature = Advancedreferencestable Required Property
_UI_TotalSample_advancedreferencestableOptionalProperty_feature = Advancedreferencestable Optional Property
_UI_TotalSample_advancedeobjectflatcomboviewerRequiredPropery_feature = Advancedeobjectflatcomboviewer Required Propery
_UI_TotalSample_advancedeobjectflatcomboviewerOptionalPropery_feature = Advancedeobjectflatcomboviewer Optional Propery
_UI_TotalSample_advancedtablecompositionOnSametypeOptionalProperty_feature = Advancedtablecomposition On Sametype Optional Property
_UI_TotalSample_advancedtablecompositionRequiredProperty_feature = Advancedtablecomposition Required Property
_UI_TotalSample_advancedtablecompositionOptionalProperty_feature = Advancedtablecomposition Optional Property
_UI_TotalSample_tablecompositionRequiredProperty_feature = Tablecomposition Required Property
_UI_TotalSample_tablecompositionOptionalProperty_feature = Tablecomposition Optional Property
_UI_TextSample_textRequiredProperty_feature = Text Required Property
_UI_TextSample_textOptionalProperty_feature = Text Optional Property
_UI_CheckboxSample_checkboxRequiredProperty_feature = Checkbox Required Property
_UI_CheckboxSample_checkboxOptionalProperty_feature = Checkbox Optional Property
_UI_TextareaSample_textareaRequiredProperty_feature = Textarea Required Property
_UI_TextareaSample_textareaOptionalProperty_feature = Textarea Optional Property
_UI_RadioSample_radioRequiredProperty_feature = Radio Required Property
_UI_RadioSample_radioOptionalProperty_feature = Radio Optional Property
_UI_EObjectFlatComboViewerSample_eobjectflatcomboviewerRequiredPropery_feature = Eobjectflatcomboviewer Required Propery
_UI_EObjectFlatComboViewerSample_eobjectflatcomboviewerOptionalPropery_feature = Eobjectflatcomboviewer Optional Propery
_UI_ReferencesTableSample_referencestableRequiredProperty_feature = Referencestable Required Property
_UI_ReferencesTableSample_referencestableOptionalProperty_feature = Referencestable Optional Property
_UI_EMFComboViewerSample_emfcomboviewerRequiredProperty_feature = Emfcomboviewer Required Property
_UI_EMFComboViewerSample_emfcomboviewerOptionalProperty_feature = Emfcomboviewer Optional Property
_UI_MultiValuedEditorSample_multivaluededitorRequiredProperty_feature = Multivaluededitor Required Property
_UI_MultiValuedEditorSample_multivaluededitorOptionalProperty_feature = Multivaluededitor Optional Property
_UI_TableCompositionEditorSample_tablecompositionRequiredProperty_feature = Tablecomposition Required Property
_UI_TableCompositionEditorSample_tablecompositionOptionalProperty_feature = Tablecomposition Optional Property
_UI_AdvancedReferencesTableSample_advancedreferencestableRequiredProperty_feature = Advancedreferencestable Required Property
_UI_AdvancedReferencesTableSample_advancedreferencestableOptionalProperty_feature = Advancedreferencestable Optional Property
_UI_AdvancedEObjectFlatComboViewerSample_advancedeobjectflatcomboviewerRequiredProperty_feature = Advancedeobjectflatcomboviewer Required Property
_UI_AdvancedEObjectFlatComboViewerSample_advancedeobjectflatcomboviewerOptionalProperty_feature = Advancedeobjectflatcomboviewer Optional Property
_UI_AdvancedTableCompositionEditorSample_advancedtablecompositionRequiredProperty_feature = Advancedtablecomposition Required Property
_UI_AdvancedTableCompositionEditorSample_advancedtablecompositionOptionalProperty_feature = Advancedtablecomposition Optional Property
_UI_FlatReferencesTableSample_flatreferencestableRequiredProperty_feature = Flatreferencestable Required Property
_UI_FlatReferencesTableSample_flatreferencestableOptionalProperty_feature = Flatreferencestable Optional Property
_UI_Sample_textRequiredProperty_feature = Text Required Property
_UI_Sample_textOptionalProperty_feature = Text Optional Property
_UI_TextSampleWithTwoTabs_textRequiredPropertyInFirstTab_feature = Text Required Property In First Tab
_UI_TextSampleWithTwoTabs_textOptionalPropertyInFirstTab_feature = Text Optional Property In First Tab
_UI_TextSampleWithTwoTabs_textRequiredPropertyInSecondTab_feature = Text Required Property In Second Tab
_UI_TextSampleWithTwoTabs_textOptionalPropertyInSecondTab_feature = Text Optional Property In Second Tab
_UI_TableCompositionExtensionEditorSample_tablecompositionRequiredProperty_feature = Tablecomposition Required Property
_UI_TableCompositionExtensionEditorSample_tablecompositionOptionalProperty_feature = Tablecomposition Optional Property
_UI_ImageViewerSample_imageviewerRequiredProperty_feature = Imageviewer Required Property
_UI_ImageViewerSample_imageviewerOptionalProperty_feature = Imageviewer Optional Property
_UI_SelectionDialogSample_selectionDialogRequiredProperty_feature = Selection Dialog Required Property
_UI_SelectionDialogSample_selectionDialogOptionalProperty_feature = Selection Dialog Optional Property
_UI_SingleCompositionViewerSample_singlecompositionviewSingleRequiredProperty_feature = Singlecompositionview Single Required Property
_UI_SingleCompositionViewerSample_singlecompositionviewSingleOptionalProperty_feature = Singlecompositionview Single Optional Property
_UI_SingleCompositionViewerSample_singlecompositionviewMultiRequiredProperty_feature = Singlecompositionview Multi Required Property
_UI_SingleCompositionViewerSample_singlecompositionviewMultiOptionalProperty_feature = Singlecompositionview Multi Optional Property
_UI_AbstractEnabledSample_enabled_feature = Enabled
_UI_ReferenceEnabledSample_reference_feature = Reference
_UI_DeferedFlatReferenceTableEditorSample_references_feature = References
_UI_DeferedReference_flatreferenceEditor_feature = Flatreference Editor
_UI_DeferedReferenceTableEditorSample_references_feature = References
_UI_Owner_multipleReferencers_feature = Multiple Referencers
_UI_Owner_singleReferencers_feature = Single Referencers
_UI_MultipleReferencer_multipleSampleForTableComposition_feature = Multiple Sample For Table Composition
_UI_MultipleReferencer_multipleSampleForAdvancedTableComposition_feature = Multiple Sample For Advanced Table Composition
_UI_MultipleReferencer_multipleSampleForReferencesTable_feature = Multiple Sample For References Table
_UI_MultipleReferencer_multipleSampleAdvancedReferencesTable_feature = Multiple Sample Advanced References Table
_UI_MultipleReferencer_multipleSampleForFlatReferencesTable_feature = Multiple Sample For Flat References Table
_UI_Subtype_specialisedElement_feature = Specialised Element
_UI_SingleReferencer_singleSampleForTableComposition_feature = Single Sample For Table Composition
_UI_SingleReferencer_singleSampleForAdvancedTableComposition_feature = Single Sample For Advanced Table Composition
_UI_SingleReferencer_singleSampleForReferencesTable_feature = Single Sample For References Table
_UI_SingleReferencer_singleSampleAdvancedReferencesTable_feature = Single Sample Advanced References Table
_UI_SingleReferencer_singleSampleForFlatReferencesTable_feature = Single Sample For Flat References Table
_UI_SingleReferencer_singleContainmentForEObjectFlatComboViewer_feature = Single Containment For EObject Flat Combo Viewer
_UI_SingleReferencer_singleReferenceForEObjectFlatComboViewer_feature = Single Reference For EObject Flat Combo Viewer
_UI_SingleReferencer_singleContainmentForAdvancedEObjectFlatComboViewer_feature = Single Containment For Advanced EObject Flat Combo Viewer
_UI_SingleReferencer_singleReferenceForAdvancedEObjectFlatComboViewer_feature = Single Reference For Advanced EObject Flat Combo Viewer
_UI_SingleReferencer_booleanAttribute_feature = Boolean Attribute
_UI_SingleReferencer_eenumAttribute_feature = Eenum Attribute
_UI_SingleReferencer_stringAttribute_feature = String Attribute
_UI_SingleReferencer_listAttribute_feature = List Attribute
_UI_AnotherSubType_anotherSpecialisation_feature = Another Specialisation
_UI_Element_visible_feature = Visible
_UI_AttributeNavigationSample_singleValuedAttributeDelegate_feature = Single Valued Attribute Delegate
_UI_AttributeNavigationSample_multiValuedAttributeDelegate_feature = Multi Valued Attribute Delegate
_UI_AttributeDelegate_delegate1_feature = Delegate1
_UI_AttributeDelegate_delegate2_feature = Delegate2
_UI_AbstractReferenceOwnerSample_abstractTarget_feature = Abstract Target
_UI_ConcreteReferenceOwnerSample_target_feature = Target
_UI_ConcreteReferenceOwnerSample_strictTyping_feature = Strict Typing
_UI_FlatReferenceExtendedEditorSample_flatReferenceEditorSample_feature = Flat Reference Editor Sample
_UI_FlatReferenceExtendedEditorSample_demo_feature = Demo
_UI_FlatReferenceExtendedEditorSample_size_feature = Size
_UI_CheckBoxExtendedEditorSample_checkboxEditorSample_feature = Checkbox Editor Sample
_UI_Unknown_feature = Unspecified

_UI_ENUM_SAMPLE_literal1_literal = literal1
_UI_ENUM_SAMPLE_literal2_literal = literal2
_UI_ENUM_SAMPLE_literal3_literal = literal3
_UI_ComboSample_type = Combo Sample
_UI_ComboSample_comboRequiredProperty_feature = Combo Required Property
_UI_ComboSample_comboOptionalProperty_feature = Combo Optional Property
_UI_ComboSample_comboRequiredReferenceProperty_feature = Combo Required Reference Property
_UI_ComboSample_comboOptionalReferenceProperty_feature = Combo Optional Reference Property
_UI_TotalSample_comboRequiredReferencePropertyTS_feature = Combo Required Reference Property TS
_UI_TotalSample_comboOptionalReferencePropertyTS_feature = Combo Optional Reference Property TS
_UI_SmartModelNavigationSample_type = Smart Model Navigation Sample
_UI_FirstModelNavigation_type = First Model Navigation
_UI_SecondModelNavigation_type = Second Model Navigation
_UI_SmartModelNavigationSample_firstModelNavigation_feature = First Model Navigation
_UI_SmartModelNavigationSample_severalFirstModelNavigation_feature = Several First Model Navigation
_UI_FirstModelNavigation_secondModelNavigation_feature = Second Model Navigation
_UI_FirstModelNavigation_severalSecondModelNavigation_feature = Several Second Model Navigation
_UI_FirstModelNavigation_filter1_feature = Filter1
_UI_FirstModelNavigation_filter2_feature = Filter2
_UI_SecondModelNavigation_filter3_feature = Filter3
_UI_SecondModelNavigation_filter4_feature = Filter4
_UI_SmartModelNavigationSample_firstModelNavigation2_feature = First Model Navigation2
_UI_SmartModelNavigationSample_severalFirstModelNavigation2_feature = Several First Model Navigation2
_UI_TotalSample_textROProperty_feature = Text RO Property
_UI_TotalSample_checkboxROProperty_feature = Checkbox RO Property
_UI_TotalSample_textareaROProperty_feature = Textarea RO Property
_UI_TotalSample_radioROProperty_feature = Radio RO Property
_UI_TotalSample_eobjectflatcomboviewerROProperty_feature = Eobjectflatcomboviewer RO Property
_UI_TotalSample_referencestableROProperty_feature = Referencestable RO Property
_UI_TotalSample_emfcomboviewerROProperty_feature = Emfcomboviewer RO Property
_UI_TotalSample_multivaluededitorROProperty_feature = Multivaluededitor RO Property
_UI_TotalSample_advancedreferencestableROProperty_feature = Advancedreferencestable RO Property
_UI_TotalSample_advancedeobjectflatcomboviewerROPropery_feature = Advancedeobjectflatcomboviewer RO Propery
_UI_TotalSample_advancedtablecompositionROProperty_feature = Advancedtablecomposition RO Property
_UI_TotalSample_tablecompositionROProperty_feature = Tablecomposition RO Property
_UI_TextSample_textROProperty_feature = Text RO Property
_UI_CheckboxSample_checkboxROProperty_feature = Checkbox RO Property
_UI_TextareaSample_textareaROProperty_feature = Textarea RO Property
_UI_RadioSample_radioROProperty_feature = Radio RO Property
_UI_EObjectFlatComboViewerSample_eobjectflatcomboviewerROProperty_feature = Eobjectflatcomboviewer RO Property
_UI_ReferencesTableSample_referencestableROProperty_feature = Referencestable RO Property
_UI_EMFComboViewerSample_emfcomboviewerROProperty_feature = Emfcomboviewer RO Property
_UI_MultiValuedEditorSample_multivaluededitorROProperty_feature = Multivaluededitor RO Property
_UI_TableCompositionEditorSample_tablecompositionROProperty_feature = Tablecomposition RO Property
_UI_AdvancedReferencesTableSample_advancedreferencestableROProperty_feature = Advancedreferencestable RO Property
_UI_AdvancedEObjectFlatComboViewerSample_advancedeobjectflatcomboviewerROPropery_feature = Advancedeobjectflatcomboviewer RO Propery
_UI_AdvancedTableCompositionEditorSample_advancedtablecompositionROProperty_feature = Advancedtablecomposition RO Property
_UI_FlatReferencesTableSample_flatreferencestableROProperty_feature = Flatreferencestable RO Property
_UI_ImageViewerSample_imageviewerROProperty_feature = Imageviewer RO Property
_UI_SelectionDialogSample_selectionDialogROProperty_feature = Selection Dialog RO Property
_UI_SingleCompositionViewerSample_singlecompositionviewSingleROProperty_feature = Singlecompositionview Single RO Property
_UI_AdvancedEObjectFlatComboViewerSample_advancedeobjectflatcomboviewerCompoRequiredProperty_feature = Advancedeobjectflatcomboviewer Compo Required Property
_UI_AdvancedEObjectFlatComboViewerSample_advancedeobjectflatcomboviewerCompoOptionalProperty_feature = Advancedeobjectflatcomboviewer Compo Optional Property
_UI_SingleCompositionEditorSample_type = Single Composition Editor Sample
_UI_SingleCompositionEditorSample_singlecompositioneditorRequiredProperty_feature = Singlecompositioneditor Required Property
_UI_SingleCompositionEditorSample_singlecompositioneditorOptionalProperty_feature = Singlecompositioneditor Optional Property
_UI_SingleCompositionEditorSample_singlecompositioneditorROPropery_feature = Singlecompositioneditor RO Propery
_UI_SingleCompositionEditorSample_singlecompositioneditorOnAbstractOptionalProperty_feature = Singlecompositioneditor On Abstract Optional Property
_UI_EReferencesViewerSample_type = EReferences Viewer Sample
_UI_EReferencesViewerSample_ereferencesviewerRequiredProperty_feature = Ereferencesviewer Required Property
_UI_EReferencesViewerSample_ereferencesviewerOptionalProperty_feature = Ereferencesviewer Optional Property
_UI_EReferencesViewerSample_ereferencesviewerROProperty_feature = Ereferencesviewer RO Property
_UI_LinkEObjectFlatComboViewerSample_type = Link EObject Flat Combo Viewer Sample
_UI_LinkEObjectFlatComboViewerSample_linkeobjectflatcomboviewerRequiredProperty_feature = Linkeobjectflatcomboviewer Required Property
_UI_LinkEObjectFlatComboViewerSample_linkeobjectflatcomboviewerOptionalProperty_feature = Linkeobjectflatcomboviewer Optional Property
_UI_LinkEObjectFlatComboViewerSample_linkeobjectflatcomboviewerROPropery_feature = Linkeobjectflatcomboviewer RO Propery
_UI_LinkEReferenceViewerSample_type = Link EReference Viewer Sample
_UI_LinkEReferenceViewerSample_linkereferenceviewerRequiredProperty_feature = Linkereferenceviewer Required Property
_UI_LinkEReferenceViewerSample_linkereferenceviewerOptionalProperty_feature = Linkereferenceviewer Optional Property
_UI_LinkEReferenceViewerSample_linkereferenceviewerROPropery_feature = Linkereferenceviewer RO Propery
_UI_ConcreteReferenceTargetSample3_type = Concrete Reference Target Sample3
_UI_ConcreteReferenceOwnerSample_strictTyping2_feature = Strict Typing2
_UI_ConcreteReferenceOwnerSample_strictTyping3_feature = Strict Typing3

Back to the top