Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 426ac6207b655facb3e13c07670830bd3d2690a8 (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
###############################################################################
# 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
#  
###############################################################################

AbstractFilteredContentProvider_CaseSensitiveLabel=Aa
AbstractFilteredContentProvider_CaseSensitiveTooltip=Case Sensitive if set to true
AbstractFilteredContentProvider_FilterFieldTooltip=Enter the name of the element you're looking for. You can use * as a wildcard
BooleanInputValidator_NotABoolean=The actual entry is not a Boolean.
CheckSpellDialog_Change=Change
CheckSpellDialog_DictionaryFileNotFound=Dictionary file for rich text editor not found
CheckSpellDialog_Ignore=Ignore
CheckSpellDialog_NoMisspellings=No Misspellings
CheckSpellDialog_NoMoreMisspelledWord=There were no more misspelled words found.
CheckSpellDialog_NoSuggestions=No Suggestions
CheckSpellDialog_NotInDictionary=Not in Dictionary:
CheckSpellDialog_SpellChecker=Spell Checker
CheckSpellDialog_Suggestions=Suggestions:
CheckSpellDialog_UndoEdit=Undo Edit
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
FilteredContentProvider_CaseSensitiveLabel=Aa
FilteredContentProvider_CaseSensitiveTooltip=Case Sensitive if set to true
FilteredContentProvider_CollapseAllTooltip=Collapse All at Selected Element
FilteredContentProvider_ExpandAllTooltip=Expand All at Selected Element
FlatFilteredContentProvider_sortButtonTooltip=Sort Elements in an alphabetic order
FlattenableFilteredContentProvider_flatButtonAsFlatTooltip=See the content as a Tree
FlattenableFilteredContentProvider_flatButtonAsTreeTooltip=See the content flat
FlattenableRestrictedFilteredContentProvider_AllPossibleContentsMessage=Show all possible values
FlattenableRestrictedFilteredContentProvider_FlatViewMessage=Flat View
SpellCheckToolbarButton_CheckSpellingToolTip=Check Spelling
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

StringWithClearEditor_ClearFilter=Clear the filter
BundleIconExplorerDialog_Bundle=Bundle
BundleIconExplorerDialog_CantFindBundleIdMessage=impossible to find bundle with id: 
BundleIconExplorerDialog_Message=Please select an icon in the following list
BundleIconExplorerDialog_Title=Icon selection
BundleIconExplorerDialog_UnknownFileName=<Unknown>
BundleExplorerDialog_DialogMessage=Select a Plug-in:
BundleExplorerDialog_PlugInSelectionTitle=Plug-in Selection

IconValueEditor_WaitingOneIconButFound=Waiting one icon path, but found 
TreeReferenceValueEditor_NameColumnProperty=Property
TreeReferenceValueEditor_NameColumnValue=Value
TreeSelectorDialog_defaultTabLabel=Tree

Back to the top