| ############################################################################### |
| # Copyright (c) 2015 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 (Clinical Cloud Solutions, LLC) - initial API and implementation |
| ############################################################################### |
| |
| pluginName = MDHT FHIR UML UI |
| providerName = Eclipse Modeling Project |
| |
| # View category |
| category_MDHT = MDHT |
| |
| # Popup menus |
| addFHIR.label = Add FHIR |
| portFHIR.label = Import/Export FHIR |
| |
| addFHIR.ImplementationGuide.label = Implementation Guide |
| addFHIR.Package.label = Package |
| |
| addFHIR.StructureDefinition.label = Profile |
| addFHIR.StructureDefinition.resource.label = Resource Profile |
| addFHIR.StructureDefinition.datatype.label = Data Type Profile |
| addFHIR.Extension.definition.label = Extension Definition |
| |
| addFHIR.ValueSet.label = Value Set |
| |
| addFHIR.ElementDefinition.label = Element |
| addFHIR.Extension.use.label = Extension Use |
| addFHIR.Slice.label = Slice |
| |
| addFHIR.Constraint.label = Constraint |
| |
| addFHIR.Comment.label = Comment |
| addFHIR.Comment.definition.label = Definition |
| addFHIR.Comment.description.label = Description |
| addFHIR.Comment.short.description.label = Short Description |
| addFHIR.Comment.requirements.label = Requirements |
| |
| importFHIR.core.label = Import FHIR Core Definitions |
| importFHIR.profiles.label = Import FHIR Profile Definitions |
| importFHIR.all.label = Import FHIR All Definitions |
| exportFHIR.label = Export FHIR Definitions |
| |
| # Properties view tabs |
| tab.fhir.label = FHIR |
| tab.fhir.types.label = Types |
| tab.fhir.binding.label = Binding |
| tab.fhir.members.label = Members |
| |