Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 90a8aa88cf7118e8baa4b6a71a281440478a976c (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
#################################################################################
# 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:
#     Remi Schnekenburger (CEA LIST) remi.schnekenburger@cea.fr - initial API and implementation
##################################################################################
pluginName = UML configurations for ElementTypesConfigurations framework
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_ApplyStereotypeAdviceConfiguration_type = Apply Stereotype Advice Configuration
_UI_StereotypeToApply_type = Stereotype To Apply
_UI_FeatureToSet_type = Feature To Set
_UI_FeatureValue_type = Feature Value
_UI_ListValue_type = List Value
_UI_ConstantValue_type = Constant Value
_UI_DynamicValue_type = Dynamic Value
_UI_QueryExecutionValue_type = Query Execution Value
_UI_Unknown_type = Object

_UI_Unknown_datatype= Value

_UI_ApplyStereotypeAdviceConfiguration_stereotypesToApply_feature = Stereotypes To Apply
_UI_StereotypeToApply_stereotypeQualifiedName_feature = Stereotype Qualified Name
_UI_StereotypeToApply_updateName_feature = Update Name
_UI_StereotypeToApply_requiredProfiles_feature = Required Profiles
_UI_StereotypeToApply_featuresToSet_feature = Features To Set
_UI_FeatureToSet_featureName_feature = Feature Name
_UI_FeatureToSet_value_feature = Value
_UI_ListValue_values_feature = Values
_UI_ConstantValue_valueInstance_feature = Value Instance
_UI_Unknown_feature = Unspecified


_UI_InvariantStereotypeRuleConfiguration_type = Invariant Stereotype Rule Configuration
_UI_InvariantStereotypeRuleConfiguration_stereotypeQualifiedName_feature = Stereotype Qualified Name
_UI_InvariantStereotypeRuleConfiguration_requiredProfile_feature = Required Profile
_UI_SetTypeAdviceConfiguration_type = Set Type Advice Configuration
_UI_SetTypeAdviceConfiguration_validTypes_feature = Valid Types
_UI_SetTypeAdviceConfiguration_creationTypes_feature = Creation Types
_UI_StereotypeApplicationMatcherConfiguration_type = Stereotype Application Matcher Configuration
_UI_StereotypeApplicationMatcherConfiguration_stereotypesQualifiedNames_feature = Stereotypes Qualified Names
_UI_InvariantStereotypeRuleConfiguration_strict_feature = Strict

Back to the top