Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 48c37e2ae2be27e7c5d8d8bd141da80816fe6175 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                       
                                       














































                                                                                      
# Copyright (c) 2004 - 2010 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
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