blob: 384689d1f7c9164ccb8bb4a05a97e72443d8c323 [file] [log] [blame]
# Copyright (c) 2011, 2014 - Lunifera GmbH (Gross Enzersdorf, Austria), Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Based on ideas from Xtext, Xtend, Xcore
#
# Contributors:
# Florian Pirchner - Initial implementation
#
pluginName = Entity Edit Support
providerName = www.example.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_LEntityModel_type = LEntity Model
_UI_LBean_type = LBean
_UI_LEntity_type = LEntity
_UI_LEntityPersistenceInfo_type = LEntity Persistence Info
_UI_LEntityColumnPersistenceInfo_type = LEntity Column Persistence Info
_UI_LEntityInheritanceStrategy_type = LEntity Inheritance Strategy
_UI_LTablePerClassStrategy_type = LTable Per Class Strategy
_UI_LTablePerSubclassStrategy_type = LTable Per Subclass Strategy
_UI_LEntityFeature_type = LEntity Feature
_UI_LEntityAttribute_type = LEntity Attribute
_UI_LEntityReference_type = LEntity Reference
_UI_LBeanFeature_type = LBean Feature
_UI_LBeanAttribute_type = LBean Attribute
_UI_LBeanReference_type = LBean Reference
_UI_LIndex_type = LIndex
_UI_LOperation_type = LOperation
_UI_XExpression_type = XExpression
_UI_XIfExpression_type = XIf Expression
_UI_XSwitchExpression_type = XSwitch Expression
_UI_XCasePart_type = XCase Part
_UI_XBlockExpression_type = XBlock Expression
_UI_XVariableDeclaration_type = XVariable Declaration
_UI_XAbstractFeatureCall_type = XAbstract Feature Call
_UI_XMemberFeatureCall_type = XMember Feature Call
_UI_XFeatureCall_type = XFeature Call
_UI_XConstructorCall_type = XConstructor Call
_UI_XBooleanLiteral_type = XBoolean Literal
_UI_XNullLiteral_type = XNull Literal
_UI_XNumberLiteral_type = XNumber Literal
_UI_XStringLiteral_type = XString Literal
_UI_XCollectionLiteral_type = XCollection Literal
_UI_XListLiteral_type = XList Literal
_UI_XSetLiteral_type = XSet Literal
_UI_XClosure_type = XClosure
_UI_XCastedExpression_type = XCasted Expression
_UI_XBinaryOperation_type = XBinary Operation
_UI_XUnaryOperation_type = XUnary Operation
_UI_XPostfixOperation_type = XPostfix Operation
_UI_XForLoopExpression_type = XFor Loop Expression
_UI_XBasicForLoopExpression_type = XBasic For Loop Expression
_UI_XAbstractWhileExpression_type = XAbstract While Expression
_UI_XDoWhileExpression_type = XDo While Expression
_UI_XWhileExpression_type = XWhile Expression
_UI_XTypeLiteral_type = XType Literal
_UI_XInstanceOfExpression_type = XInstance Of Expression
_UI_XThrowExpression_type = XThrow Expression
_UI_XTryCatchFinallyExpression_type = XTry Catch Finally Expression
_UI_XCatchClause_type = XCatch Clause
_UI_XAssignment_type = XAssignment
_UI_XReturnExpression_type = XReturn Expression
_UI_XSynchronizedExpression_type = XSynchronized Expression
_UI_XAnnotation_type = XAnnotation
_UI_XAnnotationElementValuePair_type = XAnnotation Element Value Pair
_UI_EAttribute_type = EAttribute
_UI_EAnnotation_type = EAnnotation
_UI_EClass_type = EClass
_UI_EClassifier_type = EClassifier
_UI_EDataType_type = EData Type
_UI_EEnum_type = EEnum
_UI_EEnumLiteral_type = EEnum Literal
_UI_EFactory_type = EFactory
_UI_EModelElement_type = EModel Element
_UI_ENamedElement_type = ENamed Element
_UI_EObject_type = EObject
_UI_EOperation_type = EOperation
_UI_EPackage_type = EPackage
_UI_EParameter_type = EParameter
_UI_EReference_type = EReference
_UI_EStructuralFeature_type = EStructural Feature
_UI_ETypedElement_type = ETyped Element
_UI_EStringToStringMapEntry_type = EString To String Map Entry
_UI_EGenericType_type = EGeneric Type
_UI_ETypeParameter_type = EType Parameter
_UI_Unknown_type = Object
_UI_Unknown_datatype= Value
_UI_LEntityModel_packages_feature = Packages
_UI_LBean_features_feature = Features
_UI_LBean_superType_feature = Super Type
_UI_LBean_subTypes_feature = Sub Types
_UI_LEntity_cacheable_feature = Cacheable
_UI_LEntity_historized_feature = Historized
_UI_LEntity_timedependent_feature = Timedependent
_UI_LEntity_timedependentDateType_feature = Timedependent Date Type
_UI_LEntity_mappedSuperclass_feature = Mapped Superclass
_UI_LEntity_persistenceInfo_feature = Persistence Info
_UI_LEntity_inheritanceStrategy_feature = Inheritance Strategy
_UI_LEntity_features_feature = Features
_UI_LEntity_indexes_feature = Indexes
_UI_LEntity_superType_feature = Super Type
_UI_LEntity_subTypes_feature = Sub Types
_UI_LEntityPersistenceInfo_schemaName_feature = Schema Name
_UI_LEntityPersistenceInfo_tableName_feature = Table Name
_UI_LEntityColumnPersistenceInfo_columnName_feature = Column Name
_UI_LTablePerClassStrategy_discriminatorColumn_feature = Discriminator Column
_UI_LTablePerClassStrategy_discriminatorType_feature = Discriminator Type
_UI_LTablePerClassStrategy_discriminatorValue_feature = Discriminator Value
_UI_LTablePerSubclassStrategy_discriminatorColumn_feature = Discriminator Column
_UI_LTablePerSubclassStrategy_discriminatorType_feature = Discriminator Type
_UI_LTablePerSubclassStrategy_discriminatorValue_feature = Discriminator Value
_UI_LEntityFeature_persistenceInfo_feature = Persistence Info
_UI_LEntityReference_type_feature = Type
_UI_LEntityReference_opposite_feature = Opposite
_UI_LBeanReference_type_feature = Type
_UI_LBeanReference_opposite_feature = Opposite
_UI_LIndex_unique_feature = Unique
_UI_LIndex_name_feature = Name
_UI_LIndex_features_feature = Features
_UI_XIfExpression_if_feature = If
_UI_XIfExpression_then_feature = Then
_UI_XIfExpression_else_feature = Else
_UI_XSwitchExpression_switch_feature = Switch
_UI_XSwitchExpression_cases_feature = Cases
_UI_XSwitchExpression_default_feature = Default
_UI_XSwitchExpression_declaredParam_feature = Declared Param
_UI_XCasePart_case_feature = Case
_UI_XCasePart_then_feature = Then
_UI_XCasePart_typeGuard_feature = Type Guard
_UI_XBlockExpression_expressions_feature = Expressions
_UI_XVariableDeclaration_type_feature = Type
_UI_XVariableDeclaration_name_feature = Name
_UI_XVariableDeclaration_right_feature = Right
_UI_XVariableDeclaration_writeable_feature = Writeable
_UI_XAbstractFeatureCall_feature_feature = Feature
_UI_XAbstractFeatureCall_typeArguments_feature = Type Arguments
_UI_XAbstractFeatureCall_implicitReceiver_feature = Implicit Receiver
_UI_XAbstractFeatureCall_invalidFeatureIssueCode_feature = Invalid Feature Issue Code
_UI_XAbstractFeatureCall_validFeature_feature = Valid Feature
_UI_XAbstractFeatureCall_implicitFirstArgument_feature = Implicit First Argument
_UI_XMemberFeatureCall_memberCallTarget_feature = Member Call Target
_UI_XMemberFeatureCall_memberCallArguments_feature = Member Call Arguments
_UI_XMemberFeatureCall_explicitOperationCall_feature = Explicit Operation Call
_UI_XMemberFeatureCall_explicitStatic_feature = Explicit Static
_UI_XMemberFeatureCall_nullSafe_feature = Null Safe
_UI_XMemberFeatureCall_typeLiteral_feature = Type Literal
_UI_XMemberFeatureCall_staticWithDeclaringType_feature = Static With Declaring Type
_UI_XMemberFeatureCall_packageFragment_feature = Package Fragment
_UI_XFeatureCall_featureCallArguments_feature = Feature Call Arguments
_UI_XFeatureCall_explicitOperationCall_feature = Explicit Operation Call
_UI_XFeatureCall_typeLiteral_feature = Type Literal
_UI_XFeatureCall_packageFragment_feature = Package Fragment
_UI_XConstructorCall_constructor_feature = Constructor
_UI_XConstructorCall_arguments_feature = Arguments
_UI_XConstructorCall_typeArguments_feature = Type Arguments
_UI_XConstructorCall_invalidFeatureIssueCode_feature = Invalid Feature Issue Code
_UI_XConstructorCall_validFeature_feature = Valid Feature
_UI_XConstructorCall_explicitConstructorCall_feature = Explicit Constructor Call
_UI_XConstructorCall_anonymousClassConstructorCall_feature = Anonymous Class Constructor Call
_UI_XBooleanLiteral_isTrue_feature = Is True
_UI_XNumberLiteral_value_feature = Value
_UI_XStringLiteral_value_feature = Value
_UI_XCollectionLiteral_elements_feature = Elements
_UI_XClosure_declaredFormalParameters_feature = Declared Formal Parameters
_UI_XClosure_expression_feature = Expression
_UI_XClosure_explicitSyntax_feature = Explicit Syntax
_UI_XClosure_implicitParameter_feature = Implicit Parameter
_UI_XCastedExpression_type_feature = Type
_UI_XCastedExpression_target_feature = Target
_UI_XBinaryOperation_leftOperand_feature = Left Operand
_UI_XBinaryOperation_rightOperand_feature = Right Operand
_UI_XBinaryOperation_reassignFirstArgument_feature = Reassign First Argument
_UI_XUnaryOperation_operand_feature = Operand
_UI_XPostfixOperation_operand_feature = Operand
_UI_XForLoopExpression_forExpression_feature = For Expression
_UI_XForLoopExpression_eachExpression_feature = Each Expression
_UI_XForLoopExpression_declaredParam_feature = Declared Param
_UI_XBasicForLoopExpression_expression_feature = Expression
_UI_XBasicForLoopExpression_eachExpression_feature = Each Expression
_UI_XBasicForLoopExpression_initExpressions_feature = Init Expressions
_UI_XBasicForLoopExpression_updateExpressions_feature = Update Expressions
_UI_XAbstractWhileExpression_predicate_feature = Predicate
_UI_XAbstractWhileExpression_body_feature = Body
_UI_XTypeLiteral_type_feature = Type
_UI_XTypeLiteral_arrayDimensions_feature = Array Dimensions
_UI_XInstanceOfExpression_type_feature = Type
_UI_XInstanceOfExpression_expression_feature = Expression
_UI_XThrowExpression_expression_feature = Expression
_UI_XTryCatchFinallyExpression_expression_feature = Expression
_UI_XTryCatchFinallyExpression_finallyExpression_feature = Finally Expression
_UI_XTryCatchFinallyExpression_catchClauses_feature = Catch Clauses
_UI_XCatchClause_expression_feature = Expression
_UI_XCatchClause_declaredParam_feature = Declared Param
_UI_XAssignment_assignable_feature = Assignable
_UI_XAssignment_value_feature = Value
_UI_XAssignment_explicitStatic_feature = Explicit Static
_UI_XAssignment_staticWithDeclaringType_feature = Static With Declaring Type
_UI_XReturnExpression_expression_feature = Expression
_UI_XSynchronizedExpression_param_feature = Param
_UI_XSynchronizedExpression_expression_feature = Expression
_UI_XAnnotation_elementValuePairs_feature = Element Value Pairs
_UI_XAnnotation_annotationType_feature = Annotation Type
_UI_XAnnotation_value_feature = Value
_UI_XAnnotationElementValuePair_value_feature = Value
_UI_XAnnotationElementValuePair_element_feature = Element
_UI_EAttribute_iD_feature = ID
_UI_EAttribute_iD_description = Whether the value of this attribute uniquely identifies an object within its containing resource
_UI_EAttribute_eAttributeType_feature = EAttribute Type
_UI_EAttribute_eAttributeType_description = The data type of this attribute
_UI_EAnnotation_source_feature = Source
_UI_EAnnotation_source_description = An identifier, typically an absolute URI, that uniquely identifies this kind of annotation
_UI_EAnnotation_details_feature = Details
_UI_EAnnotation_eModelElement_feature = EModel Element
_UI_EAnnotation_contents_feature = Contents
_UI_EAnnotation_references_feature = References
_UI_EAnnotation_references_description = Objects referenced by this annotation
_UI_EClass_abstract_feature = Abstract
_UI_EClass_abstract_description = Whether instances of this class can be created
_UI_EClass_interface_feature = Interface
_UI_EClass_interface_description = Whether no corresponding implementation will be generated for this class
_UI_EClass_eSuperTypes_feature = ESuper Types
_UI_EClass_eSuperTypes_description = The immediate super types of this class
_UI_EClass_eOperations_feature = EOperations
_UI_EClass_eOperations_description = The operations defined by this class
_UI_EClass_eAllAttributes_feature = EAll Attributes
_UI_EClass_eAllReferences_feature = EAll References
_UI_EClass_eReferences_feature = EReferences
_UI_EClass_eAttributes_feature = EAttributes
_UI_EClass_eAllContainments_feature = EAll Containments
_UI_EClass_eAllOperations_feature = EAll Operations
_UI_EClass_eAllStructuralFeatures_feature = EAll Structural Features
_UI_EClass_eAllSuperTypes_feature = EAll Super Types
_UI_EClass_eIDAttribute_feature = EID Attribute
_UI_EClass_eStructuralFeatures_feature = EStructural Features
_UI_EClass_eGenericSuperTypes_feature = EGeneric Super Types
_UI_EClass_eAllGenericSuperTypes_feature = EAll Generic Super Types
_UI_EClassifier_instanceClassName_feature = Instance Class Name
_UI_EClassifier_instanceClassName_description = The erased instance class name denoted by this classifier
_UI_EClassifier_instanceClass_feature = Instance Class
_UI_EClassifier_defaultValue_feature = Default Value
_UI_EClassifier_defaultValue_description = The default value for features of this type
_UI_EClassifier_instanceTypeName_feature = Instance Type Name
_UI_EClassifier_instanceTypeName_description = The full instance type name denoted by this classifier
_UI_EClassifier_ePackage_feature = EPackage
_UI_EClassifier_eTypeParameters_feature = EType Parameters
_UI_EDataType_serializable_feature = Serializable
_UI_EDataType_serializable_description = Whether a value of this data type can be serialized using the factory
_UI_EEnum_eLiterals_feature = ELiterals
_UI_EEnumLiteral_value_feature = Value
_UI_EEnumLiteral_value_description = The integer value associated with this enumerator
_UI_EEnumLiteral_instance_feature = Instance
_UI_EEnumLiteral_literal_feature = Literal
_UI_EEnumLiteral_literal_description = The literal value associated with this enumerator
_UI_EEnumLiteral_eEnum_feature = EEnum
_UI_EFactory_ePackage_feature = EPackage
_UI_EFactory_ePackage_description = The package corresponding to this factory
_UI_EModelElement_eAnnotations_feature = EAnnotations
_UI_ENamedElement_name_feature = Name
_UI_ENamedElement_name_description = The name of this model element
_UI_EOperation_eContainingClass_feature = EContaining Class
_UI_EOperation_eTypeParameters_feature = EType Parameters
_UI_EOperation_eParameters_feature = EParameters
_UI_EOperation_eExceptions_feature = EExceptions
_UI_EOperation_eExceptions_description = The exceptions thrown by this operation
_UI_EOperation_eGenericExceptions_feature = EGeneric Exceptions
_UI_EPackage_nsURI_feature = Ns URI
_UI_EPackage_nsURI_description = The universally unique namespace identifier, typically an absolute URI, for this package
_UI_EPackage_nsPrefix_feature = Ns Prefix
_UI_EPackage_nsPrefix_description = The namespace prefix used by default when serializing instances of the package's classes
_UI_EPackage_eFactoryInstance_feature = EFactory Instance
_UI_EPackage_eFactoryInstance_description = The factory corresponding to this package
_UI_EPackage_eClassifiers_feature = EClassifiers
_UI_EPackage_eSubpackages_feature = ESubpackages
_UI_EPackage_eSuperPackage_feature = ESuper Package
_UI_EParameter_eOperation_feature = EOperation
_UI_EReference_containment_feature = Containment
_UI_EReference_containment_description = Whether this reference represents a composite relationship
_UI_EReference_container_feature = Container
_UI_EReference_container_description = Whether this reference has as its opposite a containment reference
_UI_EReference_resolveProxies_feature = Resolve Proxies
_UI_EReference_resolveProxies_description = Whether this reference resolves proxies automatically
_UI_EReference_eOpposite_feature = EOpposite
_UI_EReference_eOpposite_description = The reference that represents the bidirectional opposite of this reference
_UI_EReference_eReferenceType_feature = EReference Type
_UI_EReference_eReferenceType_description = The target class of the reference
_UI_EReference_eKeys_feature = EKeys
_UI_EReference_eKeys_description = The attributes of the referenced class that uniquely identify a referenced instance
_UI_EStructuralFeature_changeable_feature = Changeable
_UI_EStructuralFeature_changeable_description = Whether the value of this feature can be changed
_UI_EStructuralFeature_volatile_feature = Volatile
_UI_EStructuralFeature_volatile_description = Whether no field will be generated for this feature
_UI_EStructuralFeature_transient_feature = Transient
_UI_EStructuralFeature_transient_description = Whether the value of this feature will be serialized
_UI_EStructuralFeature_defaultValueLiteral_feature = Default Value Literal
_UI_EStructuralFeature_defaultValueLiteral_description = The literal representation of the default value for this feature
_UI_EStructuralFeature_defaultValue_feature = Default Value
_UI_EStructuralFeature_defaultValue_description = The default value for this feature
_UI_EStructuralFeature_unsettable_feature = Unsettable
_UI_EStructuralFeature_unsettable_description = Whether the value space for this feature includes the state of not being set
_UI_EStructuralFeature_derived_feature = Derived
_UI_EStructuralFeature_derived_description = Whether the value of this feature is derived from the values of other features
_UI_EStructuralFeature_eContainingClass_feature = EContaining Class
_UI_EStructuralFeature_eContainingClass_description = The class that defines this feature
_UI_ETypedElement_ordered_feature = Ordered
_UI_ETypedElement_ordered_description = Whether the order in which values occur is meaningful
_UI_ETypedElement_unique_feature = Unique
_UI_ETypedElement_unique_description = Whether the same value may occur more than once
_UI_ETypedElement_lowerBound_feature = Lower Bound
_UI_ETypedElement_lowerBound_description = The minimum number of values that must occur
_UI_ETypedElement_upperBound_feature = Upper Bound
_UI_ETypedElement_upperBound_description = The maximum number of values that may occur; -1 represents unbounded and -2 represents unspecified
_UI_ETypedElement_many_feature = Many
_UI_ETypedElement_many_description = Whether more than one value may occur
_UI_ETypedElement_required_feature = Required
_UI_ETypedElement_required_description = Whether at least one value must occur
_UI_ETypedElement_eType_feature = EType
_UI_ETypedElement_eType_description = The type of this element
_UI_ETypedElement_eGenericType_feature = EGeneric Type
_UI_EStringToStringMapEntry_key_feature = Key
_UI_EStringToStringMapEntry_key_description = The key of this map entry
_UI_EStringToStringMapEntry_value_feature = Value
_UI_EStringToStringMapEntry_value_description = The value of this map entry
_UI_EGenericType_eUpperBound_feature = EUpper Bound
_UI_EGenericType_eTypeArguments_feature = EType Arguments
_UI_EGenericType_eRawType_feature = ERaw Type
_UI_EGenericType_eRawType_description = The erased type denoted by this generic type
_UI_EGenericType_eLowerBound_feature = ELower Bound
_UI_EGenericType_eTypeParameter_feature = EType Parameter
_UI_EGenericType_eTypeParameter_description = The type parameter denoted by this generic type
_UI_EGenericType_eClassifier_feature = EClassifier
_UI_EGenericType_eClassifier_description = The classifier denoted by this generic type
_UI_ETypeParameter_eBounds_feature = EBounds
_UI_Unknown_feature = Unspecified
_UI_LDiscriminatorType_INHERIT_literal = INHERIT
_UI_LDiscriminatorType_STRING_literal = STRING
_UI_LDiscriminatorType_CHAR_literal = CHAR
_UI_LDiscriminatorType_INTEGER_literal = INTEGER
_UI_LBeanAttribute_typedName_feature = Typed Name
_UI_LEntityAttribute_typedName_feature = Typed Name
_UI_LEntityReference_typeJvm_feature = Type Jvm
_UI_LBean_superTypeJvm_feature = Super Type Jvm
_UI_LEntity_superTypeJvm_feature = Super Type Jvm
_UI_XCasePart_fallThrough_feature = Fall Through
_UI_XClosure_implicitFormalParameters_feature = Implicit Formal Parameters
_UI_LBeanReference_typeJvm_feature = Type Jvm
_UI_XFunctionTypeRef_type = XFunction Type Ref
_UI_XComputedTypeReference_type = XComputed Type Reference
_UI_XImportSection_type = XImport Section
_UI_XImportDeclaration_type = XImport Declaration
_UI_XFunctionTypeRef_paramTypes_feature = Param Types
_UI_XFunctionTypeRef_returnType_feature = Return Type
_UI_XFunctionTypeRef_type_feature = Type
_UI_XFunctionTypeRef_instanceContext_feature = Instance Context
_UI_XComputedTypeReference_typeProvider_feature = Type Provider
_UI_XImportSection_importDeclarations_feature = Import Declarations
_UI_XImportDeclaration_wildcard_feature = Wildcard
_UI_XImportDeclaration_extension_feature = Extension
_UI_XImportDeclaration_static_feature = Static
_UI_XImportDeclaration_importedType_feature = Imported Type
_UI_XImportDeclaration_memberName_feature = Member Name
_UI_XImportDeclaration_importedNamespace_feature = Imported Namespace
_UI_LEntityAttribute_typeJvm_feature = Type Jvm
_UI_LBeanToEntityReference_type = LBean To Entity Reference
_UI_LBeanToEntityReference_type_feature = Type
_UI_LBeanToEntityReference_typeJvm_feature = Type Jvm
_UI_LBeanToEntityReference_opposite_feature = Opposite
_UI_LEntityAttribute_opposite_feature = Opposite
_UI_LBeanReference_entityType_feature = Entity Type
_UI_LEntityReference_constraints_feature = Constraints
_UI_LBeanReference_constraints_feature = Constraints
_UI_LEntity_persistenceUnit_feature = Persistence Unit
_UI_LBean_persistenceUnit_feature = Persistence Unit
_UI_LEntityReference_refConstraints_feature = Ref Constraints
_UI_LBeanReference_refConstraints_feature = Ref Constraints
_UI_LBeanReference_refFilter_feature = Ref Filter
_UI_LEntityReference_resultFilters_feature = Result Filters
_UI_LBeanReference_resultFilters_feature = Result Filters
_UI_LEntityModel_importSection_feature = Import Section
_UI_EntitySuperIndex_type = Entity Super Index
_UI_LEntitySuperIndex_type = LEntity Super Index
_UI_LEntitySuperIndexAttribute_type = LEntity Super Index Attribute
_UI_LEntitySuperIndex_name_feature = Name
_UI_LEntitySuperIndexAttribute_name_feature = Name
_UI_LEntitySuperIndex_attributes_feature = Attributes
_UI_LEntitySuperIndexAttribute_feature_feature = Feature
_UI_LEntitySuperIndexAttribute_tail_feature = Tail
_UI_LEntitySuperIndexAttribute_current_feature = Current
_UI_LEntityFeaturePathSegment_type = LEntity Feature Path Segment
_UI_LEntityFeaturePathSegment_feature_feature = Feature
_UI_LEntityFeaturePathSegment_path_feature = Path
_UI_LEntityFeaturePathSegment_tail_feature = Tail
_UI_LEntityNestedAttribute_type = LEntity Nested Attribute
_UI_LEntityNestedAttribute_feature_feature = Feature
_UI_LEntityNestedAttribute_tail_feature = Tail
_UI_LNestedFeature_type = LNested Feature
_UI_LNestedFeature_feature_feature = Feature
_UI_LNestedFeature_tail_feature = Tail
_UI_LEntity_superIndex_feature = Super Index
_UI_LEntityReference_filterDepth_feature = Filter Depth
_UI_LEntityAttribute_onCard_feature = On Card
_UI_LEntityAttribute_asState_feature = As State
_UI_LEntityAttribute_asOrdering_feature = As Ordering
_UI_LEntityAttribute_decentOrder_feature = Decent Order
_UI_LKanbanState_type = LKanban State
_UI_LKanbanState_literals_feature = Literals
_UI_LStateDetail_type = LState Detail
_UI_LStateDetail_literals_feature = Literals
_UI_LEntityAttribute_state_feature = State
_UI_LEntityAttribute_stateDetail_feature = State Detail
_UI_LKanbanStateDetail_type = LKanban State Detail
_UI_LKanbanStateDetail_literals_feature = Literals
_UI_LEntityAttribute_onKanbanCard_feature = On Kanban Card
_UI_LEntityAttribute_asKanbanState_feature = As Kanban State
_UI_LEntityAttribute_kanbanStateDetail_feature = Kanban State Detail
_UI_LEntityAttribute_asKanbanOrdering_feature = As Kanban Ordering
_UI_LEntityAttribute_decentKanbanOrder_feature = Decent Kanban Order
_UI_LKanbanEnumInfo_type = LKanban Enum Info
_UI_LKanbanEnumInfo_literal_feature = Literal
_UI_LKanbanEnumInfo_i18nKey_feature = I1 8n Key
_UI_LKanbanStateDetail_infos_feature = Infos
_UI_LEntityAttribute_onKanbanCardStates_feature = On Kanban Card States
_UI_LUIGroup_type = LUI Group
_UI_LUIGroupAttribute_type = LUI Group Attribute
_UI_LUIGroup_groupName_feature = Group Name
_UI_LUIGroup_groupAttributes_feature = Group Attributes
_UI_LUIGroupAttribute_feature_feature = Feature
_UI_LUIGroup_name_feature = Name
_UI_LUIGroup_groupMembers_feature = Group Members
_UI_LUIGroupAttribute_member_feature = Member
_UI_LEntity_group_feature = Group
_UI_LEntity_groups_feature = Groups
_UI_LBean_beanOnTab_feature = Bean On Tab