Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f60c6a93af8071ec786d3acb5c091e7868d5fe80 (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
###############################################################################
# Copyright (c) 2008, 2012 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
###############################################################################

# Start of user code for titles customization

# End of user code

# default values ...
ConcreteReferenceOwnerSamplePropertiesEditionPart_PropertiesGroupLabel=Properties
ConcreteReferenceTargetSample1PropertiesEditionPart_PropertiesGroupLabel=Properties
ConcreteReferenceTargetSample2PropertiesEditionPart_PropertiesGroupLabel=Properties
ConcreteReferenceOwnerSample_ReadOnly=This property is read only
ConcreteReferenceOwnerSample_Part_Title=ConcreteReferenceOwnerSample
ConcreteReferenceTargetSample1_ReadOnly=This property is read only
ConcreteReferenceTargetSample1_Part_Title=ConcreteReferenceTargetSample1
ConcreteReferenceTargetSample2_ReadOnly=This property is read only
ConcreteReferenceTargetSample2_Part_Title=ConcreteReferenceTargetSample2
ConcreteReferenceOwnerSamplePropertiesEditionPart_NameLabel=Name : 
ConcreteReferenceOwnerSamplePropertiesEditionPart_AbstractTargetLabel=AbstractTarget : 
ConcreteReferenceOwnerSamplePropertiesEditionPart_StrictTypingLabel=StrictTyping : 
ConcreteReferenceTargetSample1PropertiesEditionPart_NameLabel=Name : 
ConcreteReferenceTargetSample2PropertiesEditionPart_NameLabel=Name : 
PropertiesEditionPart_PropertiesGroupLabel=Properties
PropertiesEditionPart_EditTableViewerLabel=Edit
PropertiesEditionPart_DocumentationLabel=Documentation
PropertiesEditionPart_RequiredFeatureMessage=The property {0} of the object shall be filled
PropertiesEditionPart_RemoveTableViewerLabel=Delete
PropertiesEditionPart_RemoveListViewerLabel=Delete
PropertiesEditionPart_IntegerValueMessage=The property {0} shall be an integer
PropertiesEditionPart_FloatValueMessage=The property {0} shall be a float
PropertiesEditionPart_ShortValueMessage=The property {0} shall be a short
PropertiesEditionPart_DoubleValueMessage=The property {0} shall be a double
PropertiesEditionPart_ByteValueMessage=The property {0} shall be a byte
PropertiesEditionPart_LongValueMessage=The property {0} shall be a long
PropertiesEditionPart_BigIntegerValueMessage=The property {0} shall be a BigInteger
PropertiesEditionPart_BigDecimalValueMessage=The property {0} shall be a BigDecimal
PropertiesEditionPart_AddTableViewerLabel=Add
PropertiesEditionPart_AddListViewerLabel=Add

Back to the top