@@ -168,4 +168,32 @@ dateTimeInTimezoneDetails=%s is used to hold a date-time that will take the user
fieldNameShouldStartsWithLowercase=Attribute name should starts with a lower case, else it might leads to some errors.
generatingJarFromBDMModel=Generating jar from Business Data Model...
deployBDMJobName=Deploy Business Data Model
continueDeploy=Continue
\ No newline at end of file
continueDeploy=Continue
duplicateConstraintOrIndexName=There are at least two %s with the same name : %s"
emptyBdm=Business object model must have at least one business object declared
duplicateQueryName=The query '%s' already exists for the business object '%s'
businessObjectWithoutName=A Business Object must have a qualified name
reservedPackageName=Package %s is reserved. Please choose another package name
invalidJavaIdentifier=%s is not a valid Java qualified name
invalidCharacterInBusinessObjectName=%s is a forbidden character in business object's name
businessObjectWithoutField=The business object '%s' must have at least one field declared
duplicateConstraintName=The constraint '%s' already exists for the business object '%s'
unknownFieldInConstraint=The field '%s' does not exist in the business object '%s'
invalidFieldIdentifier='%s'is not a valid field identifier
indexWithoutName=An index must have name
invalidSqlIdentifier='%s'is not a valid SQL identifier
indexWithoutField=The index '%s' must have at least one field declared
queryParameterWithoutName=A query parameter must have name
forbiddenQueryParameterName=%s is a reserved parameter name. Use a name different from: %s
queryParameterWithoutClassName=%s query parameter must have a classname
queryWithoutName=A query must have name
queryNameLengthToHigh='%s'length must be lower than 150 characters
queryWithoutContent=The query '%s' must have a content defined
queryWithoutReturntype=The query '%s' must have a return type defined
fieldWithoutName=The field '%s' must have a type declared
constraintWithoutName=A unique constraint must have name
constraintWithoutField=The unique constraint '%s' must have at least one field declared
boUsedInCompositionAndAggregation=The object '%s' is referenced both in composition and in aggregation. This may lead to runtime errors and may lead to unpredictable behavior of the AccessControl configuration
circularCompositionReference=The business object '%s' has a circular composition reference to itself or is referenced several times in the object '%s'
severalCompositionReferenceForABusinessObject=The business object '%s' is referenced by composition in two business objects, or is referenced several times in a single business object
multipleAggregationToItself=The object '%s' is referencing itself in a multiple aggregation relation