Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 88eb34f0262ba196b0077ea049453d3eaa33efc0 (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
AbstractProfileMigrationDialog_description=Description
AbstractProfileMigrationDialog_DoNotShowItAgain=Do not show this pop-up again
AbstractProfileMigrationDialog_MigrateAction=Migration Action
AddPropertyToStereotypeDialog_Description=The Property {0} has been added to the Stereotype {1}, but the multiplicity of this Property is [{2}..{3}] so a value is required and there is not default value.
AddPropertyToStereotypeDialog_Title=A Property is added to a Stereotype
ChangeIsAbstractFromStereotypeDialog_Description=The Stereotype {0} has become abstract so applications of this Stereotype will be deleted, you can select one or more sub Stereotypes as replacement.
ChangeIsAbstractFromStereotypeDialog_Title=A Stereotype has become abstract
ChangeIsStaticFeatureDialog_Description=The Property {0} of the Stereotype {1} has become static, you should select a value for every instance of this Property.
ChangeIsStaticFeatureDialog_Title=A Property has become static
ChangeLowerMultiplicityDialog_Description=The lower multiplicity of the Property {0} of the Stereotype {1} has been changed from {2} to {3}. You should add values to match with this constraint.
ChangeLowerMultiplicityDialog_Title=Modified lower multiplicity of Property
ChangeUpperMultiplicityDialog_Description=The upper multiplicity of the Property {0} of the Stereotype {1} has been changed from {2} to {3}. You should remove values to match with this constraint.
ChangeUpperMultiplicityDialog_Title=Modified upper multiplicity of Property
DeleteEnumerationLiteralFromEnumerationDialog_Description=The EnumerationLiteral {0} has been deleted from the Enumeration {1} you can replace it by a new EnumerationLiteral.
DeleteEnumerationLiteralFromEnumerationDialog_Title=An EnumerationLiteral has been deleted from an Enumeration
MovePackageDialog_description=The Package {0} has been moved into the Profile {1} which is not applied in the current model.
MovePackageDialog_title=A Package has been moved
MoveProfileDialog_description=The Profile {0} has been moved in the Profile {1}.
MoveProfileDialog_title=A Profile has been moved
MoveStereotypeDialog_content=Do you want to apply the Profile {0}?
MoveStereotypeDialog_description=The Stereotype {0} has been moved into the Profile {1} which is not applied in the current model.
MoveStereotypeDialog_No=no
MoveStereotypeDialog_title=A Stereotype is moved
MoveStereotypeDialog_Yes=yes
ProfileMigrationPreferenceConstants_AddPropertyToStereotype=A property has been added to a stereotype (when the multiplicity is greater than 1 and there is no default value)
ProfileMigrationPreferenceConstants_ChangeIsStaticFeatureOfProperty=IsStatic feature of Property has been modified
ProfileMigrationPreferenceConstants_ChangeLowerMultiplicityOfProperty=The lower multiplicity of Property has been modified
ProfileMigrationPreferenceConstants_ChangeUpperMultiplicityOfProperty=The upper multiplicity of Property has been modified
ProfileMigrationPreferenceConstants_DeleteEnumLiteralFromEnumeration=An EnumerationLiteral has been deleted from an Enumeration
ProfileMigrationPreferenceConstants_PackageMove=A Package has been moved into an unapplied Profile
ProfileMigrationPreferenceConstants_ProfileMove=A Profile has been moved into an unapplied Profile
ProfileMigrationPreferenceConstants_StereotypeMove=A Stereotype has been moved into an unapplied Profile
ProfileMigrationPreferenceConstants_SuperStereotypeBecomingAbstract=IsAbstract feature of Stereotype has been modified
ProfileMigrationPreferencePage_FileInCached=File names keep in cached
ProfileMigrationPreferencePage_ShowDialogs=Show dialog for these actions

Back to the top