| # Copyright (c) 2009 Anyware Technologies 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: |
| # Anyware Technologies - initial API and implementation |
| # |
| # $Id: plugin.properties,v 1.1 2009/02/12 21:18:26 bcabe Exp $ |
| |
| pluginName = Declarative Services 1.1 Edit |
| providerName = Eclipse.org |
| |
| _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_Component_type = Component |
| _UI_Implementation_type = Implementation |
| _UI_Property_type = Property |
| _UI_Properties_type = Properties |
| _UI_Service_type = Service |
| _UI_Provide_type = Provide |
| _UI_Reference_type = Reference |
| _UI_Unknown_type = Object |
| |
| _UI_Unknown_datatype= Value |
| |
| _UI_Component_enabled_feature = Enabled |
| _UI_Component_factory_feature = Factory |
| _UI_Component_immediate_feature = Immediate |
| _UI_Component_name_feature = Name |
| _UI_Component_activate_feature = Activate |
| _UI_Component_deactivate_feature = Deactivate |
| _UI_Component_configurationPolicy_feature = Configuration Policy |
| _UI_Component_implementation_feature = Implementation |
| _UI_Component_property_feature = Property |
| _UI_Component_properties_feature = Properties |
| _UI_Component_service_feature = Service |
| _UI_Component_reference_feature = Reference |
| _UI_Implementation_class_feature = Class |
| _UI_Property_value_feature = Value |
| _UI_Property_name_feature = Name |
| _UI_Property_type_feature = Type |
| _UI_Properties_entry_feature = Entry |
| _UI_Service_provide_feature = Provide |
| _UI_Service_servicefactory_feature = Servicefactory |
| _UI_Provide_interface_feature = Interface |
| _UI_Reference_bind_feature = Bind |
| _UI_Reference_cardinality_feature = Cardinality |
| _UI_Reference_interface_feature = Interface |
| _UI_Reference_name_feature = Name |
| _UI_Reference_policy_feature = Policy |
| _UI_Reference_target_feature = Target |
| _UI_Reference_unbind_feature = Unbind |
| _UI_Unknown_feature = Unspecified |
| |
| _UI_Policy_static_literal = static |
| _UI_Policy_dynamic_literal = dynamic |
| _UI_Cardinality__0_1_literal = 0..1 |
| _UI_Cardinality__0_N_literal = 0..n |
| _UI_Cardinality__1_1_literal = 1..1 |
| _UI_Cardinality__1_N_literal = 1..n |
| _UI_ConfigurationPolicy_optional_literal = optional |
| _UI_ConfigurationPolicy_require_literal = require |
| _UI_ConfigurationPolicy_ignore_literal = ignore |
| _UI_Component_allProperties_feature = All Properties |