| ############################################################################### |
| # Copyright (c) 2007-2009 Eclipse Modeling Project 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: |
| # E.D.Willink - initial API and implementation |
| # |
| # $Id: plugin.properties,v 1.3 2009/06/06 18:13:00 ewillink Exp $ |
| ############################################################################### |
| |
| pluginName = QVT Declarative Ecore-based QVTCore Edit Support |
| providerName = Eclipse Modeling Project |
| |
| _UI_CreateChild_text = {0} |
| _UI_CreateChild_text2 = {1} {0} |
| _UI_CreateChild_text3 = {1} |
| _UI_CreateChild_tooltip = Create New {0} Under {1} Feature |
| _UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}. |
| _UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent. |
| |
| _UI_PropertyDescriptor_description = The {0} of the {1} |
| |
| _UI_Area_type = Area |
| _UI_Assignment_type = Assignment |
| _UI_BottomPattern_type = Bottom Pattern |
| _UI_CoreDomain_type = Core Domain |
| _UI_CorePattern_type = Core Pattern |
| _UI_EnforcementOperation_type = Enforcement Operation |
| _UI_GuardPattern_type = Guard Pattern |
| _UI_Mapping_type = Mapping |
| _UI_PropertyAssignment_type = Property Assignment |
| _UI_RealizedVariable_type = Realized Variable |
| _UI_VariableAssignment_type = Variable Assignment |
| _UI_Unknown_type = Object |
| |
| _UI_Unknown_datatype= Value |
| |
| _UI_Area_guardPattern_feature = Guard Pattern |
| _UI_Area_bottomPattern_feature = Bottom Pattern |
| _UI_Assignment_bottomPattern_feature = Bottom Pattern |
| _UI_Assignment_value_feature = Value |
| _UI_Assignment_isDefault_feature = Is Default |
| _UI_BottomPattern_area_feature = Area |
| _UI_BottomPattern_assignment_feature = Assignment |
| _UI_BottomPattern_enforcementOperation_feature = Enforcement Operation |
| _UI_BottomPattern_realizedVariable_feature = Realized Variable |
| _UI_CorePattern_variable_feature = Variable |
| _UI_EnforcementOperation_enforcementMode_feature = Enforcement Mode |
| _UI_EnforcementOperation_bottomPattern_feature = Bottom Pattern |
| _UI_EnforcementOperation_operationCallExp_feature = Operation Call Exp |
| _UI_GuardPattern_area_feature = Area |
| _UI_Mapping_specification_feature = Specification |
| _UI_Mapping_local_feature = Local |
| _UI_Mapping_context_feature = Context |
| _UI_Mapping_refinement_feature = Refinement |
| _UI_PropertyAssignment_slotExpression_feature = Slot Expression |
| _UI_PropertyAssignment_targetProperty_feature = Target Property |
| _UI_VariableAssignment_targetVariable_feature = Target Variable |
| _UI_Unknown_feature = Unspecified |
| |
| _UI_EnforcementMode_Creation_literal = Creation |
| _UI_EnforcementMode_Deletion_literal = Deletion |