blob: 91231e9a6260aeb78903833d9665714fd87ccd78 [file] [log] [blame]
###############################################################################
# Copyright (c) 2012-2014 SAP SE.
# 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:
# SAP SE - initial API and implementation and/or initial documentation
#
###############################################################################
#
pluginName = OData Model Edit Support (Incubation)
providerName = Eclipse Ogee
_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_EntityType_type = Entity Type
_UI_Property_type = Property
_UI_ComplexType_type = Complex Type
_UI_Association_type = Association
_UI_NavigationProperty_type = Navigation Property
_UI_FunctionImport_type = Function Import
_UI_Parameter_type = Parameter
_UI_EntitySet_type = Entity Set
_UI_AssociationSet_type = Association Set
_UI_Role_type = Role
_UI_AssociationSetEnd_type = Association Set End
_UI_EDMX_type = EDMX
_UI_ReferentialConstraint_type = Referential Constraint
_UI_IPropertyTypeUsage_type = IProperty Type Usage
_UI_SimpleType_type = Simple Type
_UI_IParameterTypeUsage_type = IParameter Type Usage
_UI_Binding_type = Binding
_UI_ValueTerm_type = Value Term
_UI_ValueAnnotation_type = Value Annotation
_UI_TypeAnnotation_type = Type Annotation
_UI_IAnnotationTarget_type = IAnnotation Target
_UI_EntityContainer_type = Entity Container
_UI_EnumType_type = Enum Type
_UI_EnumMember_type = Enum Member
_UI_IDocumentable_type = IDocumentable
_UI_Documentation_type = Documentation
_UI_ITypeTerm_type = IType Term
_UI_Annotation_type = Annotation
_UI_EDMXSet_type = EDMX Set
_UI_EntityTypeUsage_type = Entity Type Usage
_UI_ComplexTypeUsage_type = Complex Type Usage
_UI_EnumTypeUsage_type = Enum Type Usage
_UI_SimpleTypeUsage_type = Simple Type Usage
_UI_IFunctionReturnTypeUsage_type = IFunction Return Type Usage
_UI_EDMXReference_type = EDMX Reference
_UI_EDMXAnnotationsReference_type = EDMX Annotations Reference
_UI_Schema_type = Schema
_UI_DataService_type = Data Service
_UI_IncludeRestriction_type = Include Restriction
_UI_ConstantValue_type = Constant Value
_UI_PathValue_type = Path Value
_UI_Using_type = Using
_UI_RecordValue_type = Record Value
_UI_IRecordValueType_type = IRecord Value Type
_UI_AnnotationData_type = Annotation Data
_UI_AnnotationValue_type = Annotation Value
_UI_ReturnEntityTypeUsage_type = Return Entity Type Usage
_UI_Unknown_type = Object
_UI_Unknown_datatype= Value
_UI_EntityType_name_feature = Name
_UI_EntityType_properties_feature = Properties
_UI_EntityType_navigationProperties_feature = Navigation Properties
_UI_EntityType_keys_feature = Keys
_UI_EntityType_baseType_feature = Base Type
_UI_EntityType_abstract_feature = Abstract
_UI_EntityType_media_feature = Media
_UI_EntityType_entitySets_feature = Entity Sets
_UI_EntityType_derivedTypes_feature = Derived Types
_UI_Property_name_feature = Name
_UI_Property_type_feature = Type
_UI_Property_nullable_feature = Nullable
_UI_Property_forEtag_feature = For Etag
_UI_ComplexType_properties_feature = Properties
_UI_ComplexType_name_feature = Name
_UI_ComplexType_abstract_feature = Abstract
_UI_ComplexType_baseType_feature = Base Type
_UI_ComplexType_derivedTypes_feature = Derived Types
_UI_Association_name_feature = Name
_UI_Association_ends_feature = Ends
_UI_Association_referentialConstraint_feature = Referential Constraint
_UI_NavigationProperty_name_feature = Name
_UI_NavigationProperty_relationship_feature = Relationship
_UI_NavigationProperty_fromRole_feature = From Role
_UI_NavigationProperty_toRole_feature = To Role
_UI_NavigationProperty_containsTarget_feature = Contains Target
_UI_FunctionImport_name_feature = Name
_UI_FunctionImport_parameters_feature = Parameters
_UI_FunctionImport_binding_feature = Binding
_UI_FunctionImport_sideEffecting_feature = Side Effecting
_UI_FunctionImport_returnType_feature = Return Type
_UI_Parameter_name_feature = Name
_UI_Parameter_type_feature = Type
_UI_EntitySet_type_feature = Type
_UI_EntitySet_name_feature = Name
_UI_AssociationSet_association_feature = Association
_UI_AssociationSet_name_feature = Name
_UI_AssociationSet_ends_feature = Ends
_UI_Role_name_feature = Name
_UI_Role_type_feature = Type
_UI_Role_multiplicity_feature = Multiplicity
_UI_AssociationSetEnd_role_feature = Role
_UI_AssociationSetEnd_entitySet_feature = Entity Set
_UI_EDMX_dataService_feature = Data Service
_UI_EDMX_annotationsReferences_feature = Annotations References
_UI_EDMX_references_feature = References
_UI_ReferentialConstraint_principal_feature = Principal
_UI_ReferentialConstraint_dependent_feature = Dependent
_UI_ReferentialConstraint_dependentKeys_feature = Dependent Keys
_UI_SimpleType_type_feature = Type
_UI_SimpleType_MaxLength_feature = Max Length
_UI_SimpleType_Precision_feature = Precision
_UI_SimpleType_Scale_feature = Scale
_UI_SimpleType_defaultValue_feature = Default Value
_UI_SimpleType_fixedLength_feature = Fixed Length
_UI_IParameterTypeUsage_collection_feature = Collection
_UI_Binding_collection_feature = Collection
_UI_Binding_type_feature = Type
_UI_ValueTerm_name_feature = Name
_UI_ValueTerm_type_feature = Type
_UI_ValueAnnotation_term_feature = Term
_UI_TypeAnnotation_term_feature = Term
_UI_IAnnotationTarget_annotations_feature = Annotations
_UI_EntityContainer_name_feature = Name
_UI_EntityContainer_entitySets_feature = Entity Sets
_UI_EntityContainer_default_feature = Default
_UI_EntityContainer_associationSets_feature = Association Sets
_UI_EntityContainer_functionImports_feature = Function Imports
_UI_EnumType_name_feature = Name
_UI_EnumType_flags_feature = Flags
_UI_EnumType_members_feature = Members
_UI_EnumType_underlyingType_feature = Underlying Type
_UI_EnumMember_name_feature = Name
_UI_EnumMember_value_feature = Value
_UI_IDocumentable_documentation_feature = Documentation
_UI_Documentation_summary_feature = Summary
_UI_Documentation_longDescription_feature = Long Description
_UI_Annotation_qualifier_feature = Qualifier
_UI_Annotation_target_feature = Target
_UI_Annotation_data_feature = Data
_UI_EDMXSet_importSource_feature = Import Source
_UI_EDMXSet_importDate_feature = Import Date
_UI_EDMXSet_mainEDMX_feature = Main EDMX
_UI_EDMXSet_edmx_feature = Edmx
_UI_EDMXSet_fullScopeEDMX_feature = Full Scope EDMX
_UI_EDMXSet_annotationsScopeEDMX_feature = Annotations Scope EDMX
_UI_EntityTypeUsage_entityType_feature = Entity Type
_UI_ComplexTypeUsage_complexType_feature = Complex Type
_UI_EnumTypeUsage_enumType_feature = Enum Type
_UI_SimpleTypeUsage_simpleType_feature = Simple Type
_UI_EDMXReference_originalURL_feature = Original URL
_UI_EDMXReference_referencedEDMX_feature = Referenced EDMX
_UI_EDMXReference_localSource_feature = Local Source
_UI_EDMXAnnotationsReference_originalURL_feature = Original URL
_UI_EDMXAnnotationsReference_includeRestrictions_feature = Include Restrictions
_UI_EDMXAnnotationsReference_referencedEDMX_feature = Referenced EDMX
_UI_EDMXAnnotationsReference_localSource_feature = Local Source
_UI_Schema_namespace_feature = Namespace
_UI_Schema_alias_feature = Alias
_UI_Schema_containers_feature = Containers
_UI_Schema_entityTypes_feature = Entity Types
_UI_Schema_associations_feature = Associations
_UI_Schema_enumTypes_feature = Enum Types
_UI_Schema_complexTypes_feature = Complex Types
_UI_Schema_usings_feature = Usings
_UI_Schema_valueTerms_feature = Value Terms
_UI_Schema_valueAnnotations_feature = Value Annotations
_UI_Schema_typeAnnotations_feature = Type Annotations
_UI_Schema_classifiers_feature = Classifiers
_UI_DataService_version_feature = Version
_UI_DataService_schemata_feature = Schemata
_UI_IncludeRestriction_termNamespace_feature = Term Namespace
_UI_IncludeRestriction_qualifier_feature = Qualifier
_UI_ConstantValue_value_feature = Value
_UI_PathValue_path_feature = Path
_UI_Using_alias_feature = Alias
_UI_Using_usedNamespace_feature = Used Namespace
_UI_RecordValue_type_feature = Type
_UI_RecordValue_data_feature = Data
_UI_AnnotationData_values_feature = Values
_UI_AnnotationData_termProperty_feature = Term Property
_UI_ReturnEntityTypeUsage_entitySet_feature = Entity Set
_UI_ReturnEntityTypeUsage_entityType_feature = Entity Type
_UI_ReturnEntityTypeUsage_collection_feature = Collection
_UI_Unknown_feature = Unspecified
_UI_EDMTypes_String_literal = EDM.String
_UI_EDMTypes_Decimal_literal = EDM.Decimal
_UI_EDMTypes_Binary_literal = EDM.Binary
_UI_EDMTypes_Byte_literal = EDM.Byte
_UI_EDMTypes_Boolean_literal = EDM.Boolean
_UI_EDMTypes_Single_literal = EDM.Single
_UI_EDMTypes_Double_literal = EDM.Double
_UI_EDMTypes_Guid_literal = EDM.Guid
_UI_EDMTypes_DateTimeOffset_literal = EDM.DateTimeOffset
_UI_EDMTypes_Int16_literal = EDM.Int16
_UI_EDMTypes_Int32_literal = EDM.Int32
_UI_EDMTypes_Int64_literal = EDM.Int64
_UI_EDMTypes_SByte_literal = EDM.SByte
_UI_EDMTypes_Time_literal = EDM.Time
_UI_Multiplicity_ZeroToOne_literal = ZeroToOne
_UI_Multiplicity_Many_literal = Many
_UI_Multiplicity_One_literal = One
_UI_TypeTermTargets_ComplexType_literal = ComplexType
_UI_TypeTermTargets_EntityType_literal = EntityType
_UI_ValueTermTargets_ComplexType_literal = ComplexType
_UI_ValueTermTargets_EntityType_literal = EntityType
_UI_ValueTermTargets_Property_literal = Property
_UI_ValueTermTargets_NavigationProperty_literal = NavigationProperty
_UI_ValueTermTargets_Function_literal = Function
_UI_ValueTermTargets_FunctionParameter_literal = FunctionParameter
_UI_ValueTermTargets_EntitySet_literal = EntitySet
_UI_ValueTermTargets_AssociationSet_literal = Association
_UI_ValueTermTargets_EntityContainer_literal = EntityContainer
_UI_ValueTermTargets_Role_literal = Role
_UI_ValueTermTargets_ReferentialConstraint_literal = ReferentialConstraint
_UI_ValueTermTargets_AssociationSetEnd_literal = AssociationSetEnd
_UI_SchemaClassifier_Vocabulary_literal = Vocabulary
_UI_SchemaClassifier_AnnotationSet_literal = AnnotationSet
_UI_SchemaClassifier_Service_literal = Service
_UI_Association_associationSets_feature = Association Sets
_UI_ReferentialConstraint_principalKeys_feature = Principal Keys
_UI_EDMTypes_DateTime_literal = Edm.DateTime
_UI_PropertyMapping_type = Property Mapping
_UI_ReferentialConstraint_keyMappings_feature = Key Mappings
_UI_PropertyMapping_dependentKey_feature = Dependent Key
_UI_PropertyMapping_principalKey_feature = Principal Key
_UI_SimpleValue_type = Simple Value
_UI_ValueCollection_type = Value Collection
_UI_PropertyToValueMap_type = Property To Value Map
_UI_ValueAnnotation_annotationValue_feature = Annotation Value
_UI_TypeAnnotation_annotationValues_feature = Annotation Values
_UI_SimpleValue_value_feature = Value
_UI_RecordValue_propertyValues_feature = Property Values
_UI_ValueCollection_values_feature = Values
_UI_PropertyToValueMap_key_feature = Key
_UI_PropertyToValueMap_value_feature = Value
_UI_EClass0_type = EClass0
_UI_PropertyMapping_key_feature = Key
_UI_PropertyMapping_value_feature = Value
_UI_EDMX_URI_feature = URI
_UI_EDMXSet_schemata_feature = Schemata
_UI_Schema_dataService_feature = Data Service
_UI_Schema_dataServices_feature = Data Services
_UI_IDynamicExpression_type = IDynamic Expression
_UI_IConstantExpression_type = IConstant Expression
_UI_BoolValue_type = Bool Value
_UI_StringValue_type = String Value
_UI_BinaryValue_type = Binary Value
_UI_DateTimeValue_type = Date Time Value
_UI_DecimalValue_type = Decimal Value
_UI_FloatValue_type = Float Value
_UI_GuidValue_type = Guid Value
_UI_IntegerValue_type = Integer Value
_UI_TimeValue_type = Time Value
_UI_ICollectableExpression_type = ICollectable Expression
_UI_EnumValue_type = Enum Value
_UI_BoolValue_value_feature = Value
_UI_StringValue_value_feature = Value
_UI_BinaryValue_value_feature = Value
_UI_DateTimeValue_value_feature = Value
_UI_DecimalValue_value_feature = Value
_UI_FloatValue_value_feature = Value
_UI_GuidValue_value_feature = Value
_UI_IntegerValue_value_feature = Value
_UI_TimeValue_value_feature = Value
_UI_EnumValue_member_feature = Member
_UI_EDMTypes_EEnumLiteral0_literal = EEnumLiteral0
_UI_BooleanValue_type = Boolean Value
_UI_BooleanValue_value_feature = Value
_UI_NumberValue_type = Number Value
_UI_SingleValue_type = Single Value
_UI_DoubleValue_type = Double Value
_UI_SByteValue_type = SByte Value
_UI_Int16Value_type = Int16 Value
_UI_Int32Value_type = Int32 Value
_UI_Int64Value_type = Int64 Value
_UI_DateTimeOffsetValue_type = Date Time Offset Value
_UI_ByteValue_type = Byte Value
_UI_SingleValue_value_feature = Value
_UI_DoubleValue_value_feature = Value
_UI_SByteValue_value_feature = Value
_UI_Int16Value_value_feature = Value
_UI_Int32Value_value_feature = Value
_UI_Int64Value_value_feature = Value
_UI_DateTimeOffsetValue_value_feature = Value
_UI_ByteValue_value_feature = Value
_UI_DynamicExpression_type = Dynamic Expression
_UI_ConstantExpression_type = Constant Expression
_UI_CollectableExpression_type = Collectable Expression
_UI_EnumValue_value_feature = Value
_UI_ValueTerm_valueAnnotations_feature = Value Annotations