Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2aa21d64ea128b3bf33c7cf18d9e942bd0ceba8a (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
###############################################################################
# Copyright (c) 2010, 2014 CEA LIST and others.
# 
# 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:
#  Camille Letavernier (CEA LIST) camille.letavernier@cea.fr - Initial API and implementation
#  Christian W. Damus (CEA) - bug 402525
#  
###############################################################################

BooleanInputValidator_NotABoolean=The actual entry is not a Boolean.
IntegerInputValidator_NotAnIntegerMessage=The actual entry is not an Integer.
RealInputValidator_NotaRealMessage=The actual entry is not a Real.
UnlimitedNaturalInputValidator_NotAnUnlimitedNaturalMessage=The actual entry is not an UnlimitedNatural. An UnlimitedNatural must be either -1, * or >= 0
MultipleStringFileEditor_0=Browse file system
MultipleStringFileEditor_1=Browse workspace
MultipleStringFileEditor_2=FilterExtensions and FilterNames do not match
MultipleValueEditAndSelectionWidget_EditSelectedElement=Edit selected Element
MultipleValueEditor_AddElements=Add elements
MultipleValueEditor_addOperation=Add {0}
MultipleValueEditor_editOperation=Edit {0}
MultipleValueEditor_EditSelectedValue=Edit the selected value
MultipleValueEditor_MoveSelectedElementsDown=Move selected elements down
MultipleValueEditor_MoveSelectedElementsUp=Move selected elements up
MultipleValueEditor_RemoveSelectedElements=Remove selected elements
MultipleValueSelectorDialog_AddAllElements=Add all elements
MultipleValueSelectorDialog_AddSelectedElements=Add selected elements
MultipleValueSelectorDialog_RemoveAllElements=Remove all elements
MultipleValueSelectorDialog_CreateNewElement=Create a new element
MultipleValueSelectorDialog_DeleteNewElement=Deletes a newly created element
ReferenceDialog_0=An error occured while setting the value.
ReferenceDialog_1=An error occured while setting the value.
ReferenceDialog_CreateANewObject=Create a new object
ReferenceDialog_editOperation=Edit {0}
ReferenceDialog_EditTheCurrentValue=Edit the current value
ReferenceDialog_EditValue=Edit the reference value
ReferenceDialog_SelectValue=Select the value for this reference
ReferenceDialog_setOperation=Set {0}
ReferenceDialog_Unset=<Undefined>
ReferenceDialog_UnsetValue=Unset the reference value
ReferenceDialogObservable_Unchanged=<Unchanged>
MultiplicityReferenceDialog_SwitchEditors=Switch editors
MultiplicityReferenceDialog_LowerValueToolTip=Lower ValueSpecification
MultiplicityReferenceDialog_UpperValueToolTip=Upper ValueSpecification
EnumRadio_NoValue=There is no value to select
FlattenableRestrictedFilteredContentProvider_AllPossibleContentsMessage=Show all possible values
FlattenableRestrictedFilteredContentProvider_FlatViewMessage=Flat View
StringEditionFactory_EnterANewValue=Enter the new value
StringFileSelector_0=FilterExtensions and FilterNames do not match
StringFileSelector_Browse=Browse
StringFileSelector_BrowseWorkspace=Browse workspace
IntegerMask_ErrorTooManyValues=The mask-based integer editor cannot be used with more than 32 values
ProviderBasedBrowseStrategy_0=The provider has not been initialized

Back to the top