blob: 321f0b4e2698f80333c455c5f502e794e537eeb4 [file] [log] [blame]
LBL_PersistenceType=Persistence Type\:
LBL_Container=Container
LBL_Bean=Bean
LBL_EntityEJBWizardTitle=Entity Bean wizard
Templates/Persistence/Entity.java=Entity Class
LBL_EJB_Name=Entity Class Name:
LBL_Interface=Create Interface\:
LBL_Remote=Remote
LBL_Local=Local
LBL_PrimaryKeyClass=Primary Key Type\:
LBL_AccessType=Access Type\:
LBL_AccessType_PROPERTY=Property
LBL_AccessType_FIELD=Field
ERR_MissingServer=<html>The target server for the project is not set properly. Java Persistence features<br>are server-dependent and some wizards in the IDE might not behave as expected<br> if the target server is not specified.</html>
ERR_RemoteOrLocal_MustBeSelected=At least one interface must be selected.
ERR_PrimaryKeyNotEmpty=Primary Key Class cannot be empty.
ERR_NoPersistenceUnit=The project does not have a persistence unit. You need a persistence unit to persist entity classes.
ERR_InvalidPersistenceXml=The project has an invalid persistence.xml file ({0})
ERR_NotSupportedJavaEEVersion=Entity classes are available only in Java EE 5.0 and higher.
ERR_NeedProperSourceLevel=The Java source level must be at least 1.5 to create entity classes in this project.
LBL_Browse=G\u00f6zat...
LBL_CreatePersistenceUnit=Create Persistence &Unit
MN_PrimaryKeyType=R
MN_CreatePersistenceUnit=U
AD_PrimaryKeyType=Primary Key Type
AD_CreatePersistenceUnit=Create Persistence Unit
USG_PERSISTENCE_ENTITY=Entity Class was created