Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 19531cd0d6cc64845f4e89386f34849b7a7aefe0 (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
###############################################################################
# Copyright (c) 2010 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:
#   Nicolas Bros (Mia-Software) - initial API and implementation
###############################################################################
CoreIFileComposite_mustSelectFile=You must select a file
CoreIFileComposite_selectFile=Select a file
NaryAttributeEditingDialog_add=&Add
NaryReferenceEditingDialog_addAll=>>
NaryReferenceEditingDialog_addAllTooltip=Add all
NaryReferenceEditingDialog_addTooltip=Add
NaryReferenceEditingDialog_availableValues=Available values
NaryReferenceEditingDialog_deleteElements=Delete elements?
NaryReferenceEditingDialog_deleteElementsLong=Since the feature is composite, this will delete the selected element(s) from the model.
NaryReferenceEditingDialog_down=&Down
NaryReferenceEditingDialog_moveWarning=The feature is composite. The selected value(s) will be moved from their previous parent.
NaryReferenceEditingDialog_moveElement=Move element?
NaryReferenceEditingDialog_remove=&<
NaryReferenceEditingDialog_removeAll=<<
NaryReferenceEditingDialog_removeAllTooltip=Remove all
NaryReferenceEditingDialog_removeTooltip=Remove
NaryReferenceEditingDialog_shellTitle=Edit {0} of {1}
NaryReferenceEditingDialog_typeFilterText=type filter text
NaryReferenceEditingDialog_up=&Up
NaryReferenceEditingDialog_values=Values
NaryReferenceEditingDialog_add=&>
NaryReferenceEditingDialog_newInstance=New...
UnaryReferenceCellEditorComposite_0=Invalid selection
UnaryReferenceCellEditorComposite_1=Please select an EObject
UnaryReferenceCellEditorComposite_2=Select an EObject
NaryAttributeEditingDialog_delete=D&elete
NaryAttributeEditingDialog_enterNewValuePlaceholder=<enter new value>

Back to the top