Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d4dc9439b9ac99c462a8e6e694b93f5edb39ce90 (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
# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) 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:
#    Martin Fluegge - initial API and implementation

pluginName = CDO Dawn Examples Acore Diagram Editor (Experimental)
providerName = Eclipse Modeling Project

editorName=Acore Diagram Editing
context.description=Acore Diagram Editing
context.name=In Acore Diagram Editor
newWizardName=Acore Diagram
newWizardDesc=Creates Acore diagram.

initDiagramActionLabel=Initialize acore_diagram diagram file


navigatorContentName=*.acore_diagram diagram contents
domainNavigatorContentName=*.acore model contents
update.diagram.name=Update Acore diagram
update.diagram.description=Perform Acore diagram update


# Property Sheet
tab.appearance=Appearance
tab.diagram=Rulers & Grid
tab.domain=Core

# Preferences
prefpage.org.eclipse.emf.cdo.dawn.examples.acore.diagram.general=Acore Diagram
prefpage.org.eclipse.emf.cdo.dawn.examples.acore.diagram.appearance=Appearance
prefpage.org.eclipse.emf.cdo.dawn.examples.acore.diagram.connections=Connections
prefpage.org.eclipse.emf.cdo.dawn.examples.acore.diagram.printing=Printing
prefpage.org.eclipse.emf.cdo.dawn.examples.acore.diagram.rulersAndGrid=Rulers And Grid


# Providers
metatype.name.ACoreRoot_1000=Undefined
metatype.name.AInterface_2001=AInterface
metatype.name.AClass_2002=AClass
metatype.name.AAttribute_3001=AAttribute
metatype.name.AOperation_3002=AOperation
metatype.name.AAttribute_3003=AAttribute
metatype.name.AOperation_3004=AOperation
metatype.name.AClassSubClasses_4001=Undefined
metatype.name.AClassImplementedInterfaces_4002=Undefined
metatype.name.AClassAssociations_4003=Undefined
metatype.name.AClassAggregations_4004=Undefined
metatype.name.AClassCompositions_4005=Undefined

# Commands and menu actions
cmdcategory.name=Acore Editor Commands
cmdcategory.desc=Acore Editor Commands

Back to the top