Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c730ec1613e4e0603a04fc2c55d1eb6a4d988e42 (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
#
# Copyright (c) 2009, 2016 Atos Origin, Christian W. Damus, 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:
#   Atos Origin - Initial API and implementation
#   Christian W. Damus - bug 497865
#
pluginName=Papyrus Control Mode
providerName=Eclipse Modeling Project

cmd.control.desc = Move this submodel into its own resource (file)
cmd.control.name = Create submodel unit
cmd.control.showDlg.name = Show control mode dialog
cmd.control.resource.name = Resource Location
cmd.uncontrol.desc = Reintegrate this submodel into the resource (file) of the parent model
cmd.uncontrol.name = Reintegrate submodel unit into parent model
cmd.control.label = Create Submodel
cmd.control.tip = Move this submodel into its own resource (file)
cmd.uncontrol.label = Reintegrate Submodel
cmd.uncontrol.tip = Reintegrate this submodel into the resource (file) of the parent model
cmd.submodel.desc = Change whether the controlled unit is an independent sub-model unit
cmd.submodel.name = Toggle Submodel Unit
cmd.submodel.label = Independent Submodel
cmd.submodel.tip = Change whether the controlled unit is an independent sub-model unit
decorator.controlmode.label = Controlled Units
decorator.controlmode.desc = Decorates controlled unit resources in the Project Explorer.
extpt.participant.name = Control-mode Participants

Back to the top