Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 83598c083f66e4febfc4d92f2cc601f3f712ad3e (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
# Copyright (c) 2014 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:
#   Christian W. Damus - Initial API and implementation

pluginName = Papyrus Decorator Models UI
providerName = Eclipse Modeling Project

externalize.label = Externalize Profile Applications...
externalize.tooltip = Move profile applications into a separate model
internalize.label = Internalize Profile Applications...
internalize.tooltip = Reintegrate profile applications from a separate model into the main UML model
unload.pkg.label = Unload Profile Applications
unload.pkg.tooltip = Unload profile applications provided by the selected model
load.label = Load Profile Applications...
load.tooltip = Load external profile applications for the selected package
unload.cmd.label = Unload Profile Applications...
unload.cmd.tooltip = Unload profile applications for the selected package
externalize.description = Move profile applications into separately loadable resources.
externalize.name = Externalize Profile Applications
internalize.description = Reintegrate externalized profile applications into the main UML model resource.
internalize.name = Internalize Profile Applications
unload.pkg.description = Unload profile applications provided by the selected resource.
unload.pkg.name = Unload Profile Applications
load.description = Load externalized profile applications for the selected package.
load.name = Load Profile Applications
unload.description = Unload profile applications for the selected package.
unload.name = Unload Profile Applications
cnf.filter.description = Filters out models that provide profile applications to Papyrus UML models.
cnf.filter.name = Profile Applications
profapps.decorator.label = Profile Applications
profapps.decorator.description = Indicates workspace resources that are profile applications and packages in Model Explorer for which there are unloaded profile applications available that apply profiles to them.
profapps.page.name = External Profile Applications tool

pluginDescription=User interface elements for management of separate profile applications.

Back to the top