Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 82b860f38bfd3ab1db15fef134bd63402253a9a4 (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
255
256
257
258
# Copyright (c) 2013 CEA LIST.
# 
# 
# 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:
# 	Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Initial API and implementation

pluginName = Nattable 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_Table_type = Table
_UI_TableNamedElement_type = Table Named Element
_UI_TableConfiguration_type = Table Configuration
_UI_AbstractAxisProvider_type = Abstract Axis Provider
_UI_IMasterAxisProvider_type = IMaster Axis Provider
_UI_ISlaveAxisProvider_type = ISlave Axis Provider
_UI_AxisProvider_type = Axis Provider
_UI_SlaveObjectAxisProvider_type = Slave Object Axis Provider
_UI_MasterObjectAxisProvider_type = Master Object Axis Provider
_UI_ILabelProviderConfiguration_type = ILabel Provider Configuration
_UI_FeatureLabelProviderConfiguration_type = Feature Label Provider Configuration
_UI_ObjectLabelProviderConfiguration_type = Object Label Provider Configuration
_UI_AbstractHeaderAxisConfiguration_type = Abstract Header Axis Configuration
_UI_AxisManagerRepresentation_type = Axis Manager Representation
_UI_AxisManagerConfiguration_type = Axis Manager Configuration
_UI_TableHeaderAxisConfiguration_type = Table Header Axis Configuration
_UI_LocalTableHeaderAxisConfiguration_type = Local Table Header Axis Configuration
_UI_IAxisConfiguration_type = IAxis Configuration
_UI_FeatureAxisConfiguration_type = Feature Axis Configuration
_UI_IFillingConfiguration_type = IFilling Configuration
_UI_EStructuralFeatureValueFillingConfiguration_type = EStructural Feature Value Filling Configuration
_UI_IPasteConfiguration_type = IPaste Configuration
_UI_PasteEObjectConfiguration_type = Paste EObject Configuration
_UI_AbstractTableTester_type = Abstract Table Tester
_UI_JavaTableTester_type = Java Table Tester
_UI_IAxis_type = IAxis
_UI_IdAxis_type = Id Axis
_UI_EObjectAxis_type = EObject Axis
_UI_FeatureAxis_type = Feature Axis
_UI_ObjectAxis_type = Object Axis
_UI_FeatureIdAxis_type = Feature Id Axis
_UI_EStructuralFeatureAxis_type = EStructural Feature Axis
_UI_ObjectIdAxis_type = Object Id Axis
_UI_IHierarchicalAxis_type = IHierarchical Axis
_UI_AxisGroup_type = Axis Group
_UI_Cell_type = Cell
_UI_ICellAxisWrapper_type = ICell Axis Wrapper
_UI_EObjectAxisWrapper_type = EObject Axis Wrapper
_UI_IdAxisWrapper_type = Id Axis Wrapper
_UI_Problem_type = Problem
_UI_StringResolutionProblem_type = String Resolution Problem
_UI_Style_type = Style
_UI_NamedStyle_type = Named Style
_UI_FontStyle_type = Font Style
_UI_CellTextStyle_type = Cell Text Style
_UI_IntValueStyle_type = Int Value Style
_UI_IntListValueStyle_type = Int List Value Style
_UI_BooleanValueStyle_type = Boolean Value Style
_UI_BooleanListValueStyle_type = Boolean List Value Style
_UI_DoubleValueStyle_type = Double Value Style
_UI_DoubleListValueStyle_type = Double List Value Style
_UI_StringValueStyle_type = String Value Style
_UI_StringListValueStyle_type = String List Value Style
_UI_StyledElement_type = Styled Element
_UI_TableDisplayStyle_type = Table Display Style
_UI_Unknown_type = Object

_UI_Unknown_datatype= Value

_UI_Table_context_feature = Context
_UI_Table_owner_feature = Owner
_UI_Table_prototype_feature = Prototype
_UI_Table_tableConfiguration_feature = Table Configuration
_UI_Table_invertAxis_feature = Invert Axis
_UI_Table_columnAxisProvidersHistory_feature = Column Axis Providers History
_UI_Table_rowAxisProvidersHistory_feature = Row Axis Providers History
_UI_Table_localRowHeaderAxisConfiguration_feature = Local Row Header Axis Configuration
_UI_Table_localColumnHeaderAxisConfiguration_feature = Local Column Header Axis Configuration
_UI_Table_currentRowAxisProvider_feature = Current Row Axis Provider
_UI_Table_currentColumnAxisProvider_feature = Current Column Axis Provider
_UI_Table_cells_feature = Cells
_UI_TableNamedElement_description_feature = Description
_UI_TableNamedElement_name_feature = Name
_UI_TableConfiguration_type_feature = Type
_UI_TableConfiguration_iconPath_feature = Icon Path
_UI_TableConfiguration_creationTester_feature = Creation Tester
_UI_TableConfiguration_cellEditorDeclaration_feature = Cell Editor Declaration
_UI_TableConfiguration_rowHeaderAxisConfiguration_feature = Row Header Axis Configuration
_UI_TableConfiguration_columnHeaderAxisConfiguration_feature = Column Header Axis Configuration
_UI_TableConfiguration_columnAxisProviders_feature = Column Axis Providers
_UI_TableConfiguration_rowAxisProviders_feature = Row Axis Providers
_UI_TableConfiguration_defaultRowAxisProvider_feature = Default Row Axis Provider
_UI_TableConfiguration_defaultColumnAxisProvider_feature = Default Column Axis Provider
_UI_IMasterAxisProvider_disconnectSlave_feature = Disconnect Slave
_UI_AxisProvider_axis_feature = Axis
_UI_FeatureLabelProviderConfiguration_displayIsDerived_feature = Display Is Derived
_UI_FeatureLabelProviderConfiguration_displayType_feature = Display Type
_UI_FeatureLabelProviderConfiguration_displayMultiplicity_feature = Display Multiplicity
_UI_FeatureLabelProviderConfiguration_displayName_feature = Display Name
_UI_ObjectLabelProviderConfiguration_displayIcon_feature = Display Icon
_UI_ObjectLabelProviderConfiguration_displayLabel_feature = Display Label
_UI_AbstractHeaderAxisConfiguration_indexStyle_feature = Index Style
_UI_AbstractHeaderAxisConfiguration_displayLabel_feature = Display Label
_UI_AbstractHeaderAxisConfiguration_displayFilter_feature = Display Filter
_UI_AbstractHeaderAxisConfiguration_displayIndex_feature = Display Index
_UI_AbstractHeaderAxisConfiguration_ownedLabelConfigurations_feature = Owned Label Configurations
_UI_AbstractHeaderAxisConfiguration_ownedAxisConfigurations_feature = Owned Axis Configurations
_UI_AxisManagerRepresentation_axisManagerId_feature = Axis Manager Id
_UI_AxisManagerRepresentation_labelProviderContext_feature = Label Provider Context
_UI_AxisManagerRepresentation_headerLabelConfiguration_feature = Header Label Configuration
_UI_AxisManagerRepresentation_specificAxisConfigurations_feature = Specific Axis Configurations
_UI_AxisManagerConfiguration_localHeaderLabelConfiguration_feature = Local Header Label Configuration
_UI_AxisManagerConfiguration_axisManager_feature = Axis Manager
_UI_AxisManagerConfiguration_localSpecificConfigurations_feature = Local Specific Configurations
_UI_TableHeaderAxisConfiguration_axisManagers_feature = Axis Managers
_UI_LocalTableHeaderAxisConfiguration_axisManagerConfigurations_feature = Axis Manager Configurations
_UI_FeatureAxisConfiguration_showOnlyCommonFeature_feature = Show Only Common Feature
_UI_EStructuralFeatureValueFillingConfiguration_listenFeature_feature = Listen Feature
_UI_IPasteConfiguration_postActions_feature = Post Actions
_UI_IPasteConfiguration_detachedMode_feature = Detached Mode
_UI_PasteEObjectConfiguration_pastedElementId_feature = Pasted Element Id
_UI_PasteEObjectConfiguration_pasteElementContainementFeature_feature = Paste Element Containement Feature
_UI_JavaTableTester_tester_feature = Tester
_UI_IAxis_manager_feature = Manager
_UI_IAxis_alias_feature = Alias
_UI_IdAxis_element_feature = Element
_UI_EObjectAxis_element_feature = Element
_UI_FeatureAxis_localLabelConfiguration_feature = Local Label Configuration
_UI_ObjectAxis_localLabelConfiguration_feature = Local Label Configuration
_UI_EStructuralFeatureAxis_element_feature = Element
_UI_IHierarchicalAxis_parent_feature = Parent
_UI_AxisGroup_groupedAxis_feature = Grouped Axis
_UI_Cell_columnWrapper_feature = Column Wrapper
_UI_Cell_rowWrapper_feature = Row Wrapper
_UI_Cell_problems_feature = Problems
_UI_EObjectAxisWrapper_element_feature = Element
_UI_IdAxisWrapper_element_feature = Element
_UI_StringResolutionProblem_valueAsString_feature = Value As String
_UI_StringResolutionProblem_unresolvedString_feature = Unresolved String
_UI_NamedStyle_name_feature = Name
_UI_FontStyle_fontColor_feature = Font Color
_UI_FontStyle_fontName_feature = Font Name
_UI_FontStyle_fontHeight_feature = Font Height
_UI_FontStyle_bold_feature = Bold
_UI_FontStyle_italic_feature = Italic
_UI_FontStyle_underline_feature = Underline
_UI_FontStyle_strikeThrough_feature = Strike Through
_UI_CellTextStyle_alignment_feature = Alignment
_UI_IntValueStyle_intValue_feature = Int Value
_UI_IntListValueStyle_intListValue_feature = Int List Value
_UI_BooleanValueStyle_booleanValue_feature = Boolean Value
_UI_BooleanListValueStyle_booleanListValue_feature = Boolean List Value
_UI_DoubleValueStyle_doubleValue_feature = Double Value
_UI_DoubleListValueStyle_doubleListValue_feature = Double List Value
_UI_StringValueStyle_stringValue_feature = String Value
_UI_StringListValueStyle_stringListValue_feature = String List Value
_UI_StyledElement_styles_feature = Styles
_UI_TableDisplayStyle_displayStyle_feature = Display Style
_UI_Unknown_feature = Unspecified

_UI_CellEditorDeclaration_COLUMN_literal = COLUMN
_UI_CellEditorDeclaration_ROW_literal = ROW
_UI_CellEditorDeclaration_CELL_literal = CELL
_UI_AxisIndexStyle_ALPHABETIC_literal = ALPHABETIC
_UI_AxisIndexStyle_NUMERIC_literal = NUMERIC
_UI_CellTextAlignment_TOP_LEFT_literal = TOP_LEFT
_UI_CellTextAlignment_TOP_CENTER_literal = TOP_CENTER
_UI_CellTextAlignment_TOP_RIGHT_literal = TOP_RIGHT
_UI_CellTextAlignment_MIDDLE_LEFT_literal = MIDDLE_LEFT
_UI_CellTextAlignment_MIDDLE_CENTER_literal = MIDDLE_CENTER
_UI_CellTextAlignment_MIDDLE_RIGHT_literal = MIDDLE_RIGHT
_UI_CellTextAlignment_BOTTOM_LEFT_literal = BOTTOM_LEFT
_UI_CellTextAlignment_BOTTOM_CENTER_literal = BOTTOM_CENTER
_UI_CellTextAlignment_BOTTOM_RIGHT_literal = BOTTOM_RIGHT
_UI_DisplayStyle_NORMAL_literal = NORMAL
_UI_HierarchicalAxis_type = Hierarchical Axis
_UI_HierarchicalAxis_parent_feature = Parent
_UI_HierarchicalAxis_fillingConfiguration_feature = Filling Configuration
_UI_IHierarchicalFillingConfiguration_type = IHierarchical Filling Configuration
_UI_HierarchicalEStructuralFeatureFillingConfiguration_type = Hierarchical EStructural Feature Filling Configuration
_UI_IHierarchicalFillingConfiguration_hierarchicalLevel_feature = Hierarchical Level
_UI_HierarchicalEStructuralFeatureFillingConfiguration_listenFeatures_feature = Listen Features
_UI_IHierarchicalFillingConfiguration_depth_feature = Depth
_UI_ITreeItemAxis_type = ITree Item Axis
_UI_IdTreeItemAxis_type = Id Tree Item Axis
_UI_EObjectTreeItemAxis_type = EObject Tree Item Axis
_UI_FeatureTreeItemAxis_type = Feature Tree Item Axis
_UI_ObjectTreeItemAxis_type = Object Tree Item Axis
_UI_FeatureIdTreeItemAxis_type = Feature Id Tree Item Axis
_UI_EStructuralFeatureTreeItemAxis_type = EStructural Feature Tree Item Axis
_UI_ObjectIdTreeItemAxis_type = Object Id Tree Item Axis
_UI_ITreeItemAxis_parent_feature = Parent
_UI_DisplayStyle_HIERARCHIC_SINGLE_TREE_COLUMN_literal = HIERARCHIC_SINGLE_TREE_COLUMN
_UI_DisplayStyle_HIERARCHIC_MULTI_TREE_COLUMN_literal = HIERARCHIC_MULTI_TREE_COLUMN
_UI_ITreeItemAxis_expanded_feature = Expanded
_UI_ITreeItemAxis_children_feature = Children
_UI_HierarchicalFeatureFillingConfiguration_type = Hierarchical Feature Filling Configuration
_UI_HierarchicalFeatureFillingConfiguration_axisUsedAsAxisProvider_feature = Axis Used As Axis Provider
_UI_HierarchicalFeatureFillingConfiguration_pasteConfiguration_feature = Paste Configuration
_UI_HierarchicalFeatureFillingConfiguration_depth_feature = Depth
_UI_TreeFillingConfiguration_type = Tree Filling Configuration
_UI_TreeFillingConfiguration_axisUsedAsAxisProvider_feature = Axis Used As Axis Provider
_UI_TreeFillingConfiguration_pasteConfiguration_feature = Paste Configuration
_UI_TreeFillingConfiguration_depth_feature = Depth
_UI_TreeFillingConfiguration_labelProvider_feature = Label Provider
_UI_TreeFillingConfiguration_labelProviderContext_feature = Label Provider Context

_UI_EObjectValueStyle_type = EObject Value Style
_UI_EObjectListValueStyle_type = EObject List Value Style
_UI_EObjectValueStyle_eObjectValue_feature = EObject Value
_UI_EObjectListValueStyle_eObjectValue_feature = EObject Value

pluginDescription=This plugin provides the metamodel used by the nattable editor.

_UI_OperationLabelProviderConfiguration_type = Operation Label Provider Configuration
_UI_OperationAxis_type = Operation Axis
_UI_OperationTreeItemAxis_type = Operation Tree Item Axis
_UI_EOperationAxis_type = EOperation Axis
_UI_EOperationTreeItemAxis_type = EOperation Tree Item Axis
_UI_OperationLabelProviderConfiguration_displayType_feature = Display Type
_UI_OperationLabelProviderConfiguration_displayMultiplicity_feature = Display Multiplicity
_UI_OperationLabelProviderConfiguration_displayName_feature = Display Name
_UI_OperationAxis_localLabelConfiguration_feature = Local Label Configuration
_UI_EOperationAxis_element_feature = Element
_UI_PasteEObjectConfiguration_axisIdentifier_feature = Axis Identifier
_UI_ICellEditorConfiguration_type = ICell Editor Configuration
_UI_MatrixRelationshipCellEditorConfiguration_type = Matrix Relationship Cell Editor Configuration
_UI_IWrapper_type = IWrapper
_UI_EObjectWrapper_type = EObject Wrapper
_UI_IdWrapper_type = Id Wrapper
_UI_Table_ownedCellEditorConfigurations_feature = Owned Cell Editor Configurations
_UI_TableConfiguration_ownedCellEditorConfigurations_feature = Owned Cell Editor Configurations
_UI_IMasterAxisProvider_sources_feature = Sources
_UI_TreeFillingConfiguration_filterRule_feature = Filter Rule
_UI_ICellEditorConfiguration_cellEditorId_feature = Cell Editor Id
_UI_GenericRelationshipMatrixCellEditorConfiguration_type = Generic Relationship Matrix Cell Editor Configuration
_UI_IMatrixCellEditorConfiguration_type = IMatrix Cell Editor Configuration
_UI_GenericRelationshipMatrixCellEditorConfiguration_direction_feature = Direction
_UI_GenericRelationshipMatrixCellEditorConfiguration_cellContentsFilter_feature = Cell Contents Filter
_UI_GenericRelationshipMatrixCellEditorConfiguration_editedElement_feature = Edited Element
_UI_EObjectWrapper_element_feature = Element
_UI_IdWrapper_element_feature = Element
_UI_MatrixRelationShipDirection_NONE_literal = NONE
_UI_MatrixRelationShipDirection_FROM_ROW_TO_COLUMN_literal = FROM_ROW_TO_COLUMN
_UI_MatrixRelationShipDirection_FROM_COLUMN_TO_ROW_literal = FROM_COLUMN_TO_ROW

Back to the top