| ############################################################################### | |
| # Copyright (c) 2006, 2011 David A Carlson. | |
| # 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: | |
| # David A Carlson (XMLmodeling.com) - initial API and implementation | |
| # | |
| # $Id$ | |
| ############################################################################### | |
| pluginName = UML Model Editors | |
| providerName = Eclipse Modeling Project | |
| Perspective_name = UML Modeling | |
| # Property tabs | |
| tab.General = General | |
| tab.Documentation = Documentation | |
| tab.Advanced = Advanced | |
| ext.readOnlyPropertiesModifier = Read Only Properties | |
| UMLTableEditor_label = UML Table | |
| openWith_label = Open With | |
| category.model.name = MDHT Tools | |
| category.model.description = MDHT commands | |
| Model_ActionSet_label = UML Model Actions | |
| _UI_Menu_OpenType_label = Open Type... | |
| _UI_Menu_OpenType_tooltip = Open UML type in current view | |
| _UI_Menu_OpenType_description = Select and open a UML type | |
| openSubclassEditor.label = Open Subclass Editor | |
| mdht.label = MDHT | |
| addDataType.label = Add UML DataType | |
| addGeneralization.label = Add UML Generalization | |
| addUML.label = Add UML | |
| addUMLPackage.label = Package | |
| addUMLPackageImport.label = Package Import | |
| addUMLElementImport.label = Element Import | |
| addUMLStereotype.label = Stereotype | |
| addUMLClass.label = Class | |
| addUMLNestedSubclass.label = Nested Subclass | |
| addUMLNestedClass.label = Nested Class | |
| addUMLAttribute.label = Attribute | |
| addUMLOperation.label = Operation | |
| addUMLInputParameter.label = Input Parameter | |
| addUMLReturnParameter.label = Return Parameter | |
| addUMLBodyCondition.label = Body Condition | |
| addUMLPreCondition.label = Pre-Condition | |
| addUMLPostCondition.label = Post-Condition | |
| addUMLConstraint.label = Constraint | |
| addUMLComment.label = Comment | |
| addUMLEnumeration.label = Enumeration | |
| addUMLEnumerationLiteral.label = Literal | |
| addUMLAssociation.label = Association | |
| addUMLGeneralization.label = Generalization | |
| addUMLSubstitution.label = Substitution | |
| _UI_UMLExtensionsMenu_label = UML Extensions | |
| _UI_ElementMenu_label = &Element | |
| _UI_PackageMenu_label = P&ackage | |
| _UI_ApplyStereotypeAction_label = &Apply Stereotype... | |
| _UI_UnapplyStereotypeAction_label = &Unapply Stereotype... | |
| _UI_ApplyProfileAction_label = &Apply Profile... | |
| _UI_UnapplyProfileAction_label = &Unapply Profile... |