Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9af5b772bee5edfd9d3f382963c59e72f9c71a64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
################################################################################
# <copyright>
#
# Copyright (c) 2005, 2010 SAP AG.
# 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:
#    Petya Sabeva - initial API, implementation and documentation
#
# </copyright>
#
################################################################################
AddJPAEntityFeature_basicAttributesShapes=Other Attributes
AddJPAEntityFeature_primaryKeysShape=Primary Key
AddJPAEntityFeature_relationAttributesShapes=Relation Attributes
ClickAddAttributeButtonFeature_createAttributeButtonDescription=Create a new attribute of this entity.
ClickAddAttributeButtonFeature_createAttributeButtonLabel=Create Attribute

ClickRemoveAttributeButtonFeature_createAttributeButtonDescription=Create a new attribute of this entity.
ClickRemoveAttributeButtonFeature_createAttributeButtonlabel=Create Attribute
ClickRemoveAttributeButtonFeature_deleteAttributeQuestion=Do you want to delete attribute "{0}"?

CreateDiagramJob_createDiagramJobName=Creating diagram for: {0}...
CreateDiagramJob_getJPADiagramMonitorTaskName=Get JPA Diagram

CreateIsARelationFeature_description=Click on an entity or mapped superclass and then click somewhere in the diagram to create new inherited entity
CreateIsARelationFeature_name=Inherited Entity

CreateJPAEntityFeature_createEntityErrorMsg=Entity could not be created.
CreateJPAEntityFeature_createEntityErrorMsgTitle=Cannot Create Entity
CreateJPAEntityFeature_createEntityErrorStatusMsg=Persistence API library is not into the project's classpath.
CreateJPAEntityFeature_jpaEntityFeatureDescription=Create a new JPA entity.
CreateJPAEntityFeature_jpaEntityFeatureName=Java Entity
CreateJPAEntityFeature_jpaProjectSelectionDialogDescription=Select a JPA project to contain the entity.
CreateJPAEntityFeature_jpaProjectSelectionDialogTitle=Select JPA Project
CreateJPAEntityFromMappedSuperclassFeature_createInheritedEntityFeatureDescription=Create a new JPA entity that will inherit a new Mapped Superclass.
CreateJPAEntityFromMappedSuperclassFeature_createInheritedEntityFeatureName=Inherited Entity
CreateMappedSuperclassFeature_createMappedSuperclassFeatureDescription=Create a new Mapped Superclass.
CreateMappedSuperclassFeature_createMappedSuperclassFeatureName=Mapped Superclass

CreateManyToManyBiDirRelationFeature_manyToManyBiDirFeatureName=Many-to-Many
CreateManyToManyBiDirRelationFeature_manyToManyUniDirFeatureDescription=Create new bidirectional many-to-many relation.

CreateManyToManyUniDirRelationFeature_manyToManyUniDirFeatureDescription=Create new unidirectional many-to-many relation.
CreateManyToManyUniDirRelationFeature_manyToManyUniDirFeatureName=Many-to-Many

CreateManyToOneBiDirRelationFeature_manyToOneBiDirFeatureDescription=Create new bidirectional many-to-one relation.
CreateManyToOneBiDirRelationFeature_manyToOneBiDirFeatureName=Many-to-One

CreateManyToOneUniDirRelationFeature_manyToOneUniDirFeatureDescription=Create new unidirectional many-to-one relation.
CreateManyToOneUniDirRelationFeature_manyToOneUniDirFeatureName=Many-to-One

CreateOneToManyUniDirRelationFeature_oneToManyUniDirFeatureDescription=Create new unidirectional one-to-many relation.
CreateOneToManyUniDirRelationFeature_oneToManyUniDirFeatureName=One-to-Many

CreateOneToOneBiDirRelationFeature_oneToOneBiDirFeatureDescription=Create new bidirectional one-to-one relation.
CreateOneToOneBiDirRelationFeature_oneToOneBiDirFeatureName=One-to-One

CreateOneToOneUniDirRelationFeature_oneToOneUniDirFeatureDescription=Create new unidirectional one-to-one relation.
CreateOneToOneUniDirRelationFeature_oneToOneUniDirFeatureName=One-to-One

DeleteFeature_deleteConfirm=Confirm Delete
DeleteJPAEntityFeature_deleteJPAEntityQuestion=Do you want to remove the entity "{0}" from the diagram and delete the corresponding Java resource "{1}"?
DeleteJPAEntityFeature_deleteJPAEntitiesQuestion=Do you want to remove the selected entities from the diagram and delete the corresponding Java resources?

DeleteRelationFeature_deleteRelationQuestion=Do you want to remove this relation from the diagram and update the corresponding Java resources?

DirectEditAttributeFeature_attributeExists=Attribute with name "{0}" already exists.
DirectEditAttributeFeature_classNameMsg=Enter an attribute name.
DirectEditAttributeFeature_lineBreaksNotAllowedMsg=You cannot use line breaks in attribute names.
DirectEditAttributeFeature_spacesNotAllowedMsg=You cannot use spaces in attribute names.

DirectEditJPAEntityFeature_bracesNotAllowedMsg=You cannot use braces in entity names.
DirectEditJPAEntityFeature_classNameMsg=Enter an entity name.
DirectEditJPAEntityFeature_duplicateEntityName=Entity with name "{0}" already exists.
DirectEditJPAEntityFeature_lineBreaksNotAllowedMsg=You cannot use line breaks in entity names.
DirectEditJPAEntityFeature_scpacesNotAllowedMsg=You cannot use spaces in entity names.
DirectEditJPAEntityFeature_invalidSymbolsMsg="{0}" is not a valid entity name.
DiscardAndRemoveAllEntitiesFeature_ContextMenuOperationDescription=Remove All Entities From Diagram and Discard Changes

JpaArtifactFactory_CanNotCheckReturnType=Cannot check the return type

JPADiagramEditor_waitingForMoin=Waiting for MOIN connection initialization...

JPADiagramPropertyPage_errSavePropsMsgTitle=Cannot Save Properties
JPADiagramPropertyPage_errSavePropsMsgText=The JPA diagram properties could not be saved

JPAEditorPreferencesPage_pageDescription=Default settings for the JPA diagram editor:
JPAEditorPreferencesPage_DefaultCollectionTypeSectionDescription=Relation attributes, which you generate using the JPA editor,\nare automatically created to be of the specified collection type.
JPAEditorPreferencesPage_DefaultCollectionTypeSectionTittle=Default Collection Type
JPAEditorPreferencesPage_DefaultPackageMsg=Entities, which you generate using the JPA editor palette,\nare automatically created in the specified package.
JPAEditorPreferencesPage_DefaultTableNamePrefixMsg=Entities, which you have created, using the JPA editor palette, are automatically\nannotated with @Table(name=...), where the name of the table is a result of\nconcatenation of the given prefix and the name of the entity. If you set\na blank prefix, the newly created entities are not annotated with @Table.
JPAEditorPreferencesPage_DefaultTableNameLabel=Default &table name prefix:
JPAEditorPreferencesPage_DefaultPackageToUse=Default &Java package for new entities:
JPAEditorPreferencesPage_invalidPackage="{0}" is not a valid Java identifier.
JPAEditorPreferencesPage_invalidTableNamePrefix=Table name prefix may contain letters, digits and underscores only, and must not start with a digit.
JPAEditorPreferencesPage_directEditAffectsClass=&Editing the entity name in the diagram affects the class name in the source file
JPAEditorPreferencesPage_directEditAffectsClassTooltip=If this option is checked and the entity name is appointed\nby the @Entity annotation, direct entity name editing will\naffect the annotation and will cause class name refactoring.\nIf this option is unchecked, direct editing will affect the\nannotation only. If the entity name is not appointed by the\n@Entity annotation, direct editing will cause class name\nrefactoring regardless this option is checked or not.
JPAEditorPreferencesPage_entityAccessTypeButtonGroupTooltip=Entities, which you generate using the JPA editor palette,\nare automatically created with the specified access.
JPAEditorPreferencesPage_entityAccessTypeButtonGroupLabel=Entity access type
JPAEditorPreferencesPage_entityFieldBasedAccessButtonLabel=&Field-based
JPAEditorPreferencesPage_entityPropertyBasedAccessButtonLabel=&Property-based
JPAEditorPreferencesPage_defaultFolderControlTooltip=The newly created diagram file(s) will be stored in this folder
JPAEditorPreferencesPage_defaultFolderControlLabel=Folder for &diagrams:
JPAEditorPreferencesPage_invalidFolder=The folder name must be preceded by "{0}".
JPAEditorPreferencesPage_emptyFolder=The folder name for diagrams must not be empty.
JPAEditorPreferencesPage_oneToManyOldStyle=&One-to-Many unidirectional old (JPA 1.0) style relations in JPA 2.0 projects 
JPAEditorPreferencesPage_oneToManyOldStyleTooltip=If this option is checked, the newly created One-to-Many\nunidirectional relations in JPA 2.0 projects will be old\n(JPA 1.0) style.  I.e., the corresponding attributes will\nbe created without @JoinColumn(s) annotation.

JPAEditorPropertyPage_oneToManyOldStyle=&One-to-Many unidirectional old (JPA 1.0) style relations
JPAEditorPropertyPage_oneToManyOldStyleTooltip=If this option is checked, the newly created One-to-Many\nunidirectional relations will be old (JPA 1.0) style.\nI.e., the corresponding attributes will be created without\n@JoinColumn(s) annotation.

JPAEditorToolBehaviorProvider_collapseAttrGroupMenuItem=Collapse Attributes Group
JPAEditorToolBehaviorProvider_collapseAttrGroupMenuItemDescr=Collapse the attributes group.
JPAEditorToolBehaviorProvider_collapseCompartToolTip=Double click to collapse "{0}" attributes group.
JPAEditorToolBehaviorProvider_collapseEntityMenuItem=Collapse Entity
JPAEditorToolBehaviorProvider_collapseEntityMenuItemDescr=Collapse entity.
JPAEditorToolBehaviorProvider_collapseAllEntitiesMenuItem=Collapse All
JPAEditorToolBehaviorProvider_collapseAllEntitiesMenuItemDescr=Collapse all entities
JPAEditorToolBehaviorProvider_createAttributeButtonDescription=Create new attribute of this entity.
JPAEditorToolBehaviorProvider_createAttributeButtonlabel=Create Attribute
JPAEditorToolBehaviorProvider_customSubMenuDescription=Custom features submenu
JPAEditorToolBehaviorProvider_customSubMenuText=Custom
JPAEditorToolBehaviorProvider_deleteAttributeButtonDescription=Delete this attribute from the model.
JPAEditorToolBehaviorProvider_deleteAttributeButtonlabel=Delete Attribute
JPAEditorToolBehaviorProvider_deleteEntityFromModelButtonDescription=Remove this JPA entity from the diagram and delete it from the JPA model.
JPAEditorToolBehaviorProvider_deleteEntityFromModelButtonLabel=Delete
JPAEditorToolBehaviorProvider_discardChangesMenuItem=Discard Changes
JPAEditorToolBehaviorProvider_discardChangesMenuItemDescr=Discard all changes made to this JPA entity after the last saving.
JPAEditorToolBehaviorProvider_removeEntityFromDiagramButtonDescription=Discard all changes made to this JPA entity after the last saving and remove it from the diagram.
JPAEditorToolBehaviorProvider_removeEntityFromDiagramButtonLabel=Discard Changes and Remove
JPAEditorToolBehaviorProvider_saveButtonText=Save
JPAEditorToolBehaviorProvider_saveButtonDescription=Save all changes made to this JPA entity.
JPAEditorToolBehaviorProvider_saveMenuItem=Save
JPAEditorToolBehaviorProvider_saveMenuItemDescr=Save all changes made to this JPA entity.
JPAEditorToolBehaviorProvider_restoreButtonText=Discard Changes
JPAEditorToolBehaviorProvider_restoreButtonDescription=Discard all changes made to this JPA entity after the last saving.
JPAEditorToolBehaviorProvider_removeAndSaveButtonText=Save And Remove
JPAEditorToolBehaviorProvider_removeAndSaveButtonDescription=Save all changes made to this entity and remove it from the diagram.
JPAEditorToolBehaviorProvider_showAllTheEntities=Show All Entities
JPAEditorToolBehaviorProvider_showAllTheEntitiesDesc=Show all entities within the project on the diagram.
JPAEditorToolBehaviorProvider_refactorSubMenu=Refactor Entity Class
JPAEditorToolBehaviorProvider_renameEntityClass=Rename...
JPAEditorToolBehaviorProvider_moveEntityClass=Move...
JPAEditorToolBehaviorProvider_openJPADetailsView=Open JPA Details View
JPAEditorToolBehaviorProvider_openJPADetailsViewDesc=Open the JPA Details view to view/modify the details of the selected persistent object.
JPAEditorToolBehaviorProvider_openMiniatureView=Open Miniature View 
JPAEditorToolBehaviorProvider_openMiniatureViewDesc=Open the Miniature view to display the diagram in a larger scale.
JPAEditorToolBehaviorProvider_applyPattern=Apply Template... 
JPAEditorToolBehaviorProvider_applyPatternDesc=Apply Template
JPAEditorToolBehaviorProvider_expandAttrMenuItem=Expand Attributes Group
JPAEditorToolBehaviorProvider_expandAttrMenuItemDescr=Expand the attributes group.
JPAEditorToolBehaviorProvider_expandCompartToolTip=Double click to expand "{0}" attributes group.
JPAEditorToolBehaviorProvider_expandEntityMenuItem=Expand Entity
JPAEditorToolBehaviorProvider_expandEntitymenuItemDescr=Expand entity.
JPAEditorToolBehaviorProvider_expandAllEntitiesMenuItem=Expand All
JPAEditorToolBehaviorProvider_expandAllEntitiesMenuItemDescr=Expand all entities.
JPAEditorToolBehaviorProvider_InheritanceCompartmentTitle=Inheritance
JPAEditorToolBehaviorProvider_refactorAttributeType=Refactor Attribute Type...
JPAEditorToolBehaviorProvider_refactorAttributeTypeDesc=Change the type of the selected attribute.
JPAEditorToolBehaviorProvider_removeAllEntitiesMenu=Remove All Entities From Diagram
JPAEditorToolBehaviorProvider_removeAndSaveAllEntitiesAction=...and Save Changes
JPAEditorToolBehaviorProvider_removeAndDiscardAllEntitiesAction=...and Discard Changes
JPAEditorToolBehaviorProvider_removeAndSaveAllEntitiesConfirmation=Do you want to save the changes and remove all entities from the diagram?
JPAEditorToolBehaviorProvider_removeAndDiscardAllEntitiesConfirmation=Do you want to discard the changes and remove all entities from the diagram?

JPAEditorDiagramTypeProvider_cantMakeDiagramWritableTitle=Can't Make Diagram Writable
JPAEditorDiagramTypeProvider_cantMakeDiagramWritableMsg=Cannot make the JPA diagram file writable:\n\n{0}
JPAEditorDiagramTypeProvider_JPADiagramReadOnlyTitle=JPA Diagram Read-Only
JPAEditorDiagramTypeProvider_JPADiagramReadOnlyMsg=The JPA diagram file is read-only and cannot be synchronized with the model. In order to open the diagram, the JPA editor must make this file writable.
JPAEditorDiagramTypeProvider_JPADiagramReadOnlyHasToAddMsg=Cannot show the selected entity in the JPA diagram, because the diagram file is read-only. In order to show the entity, the JPA editor must make this file writable.

OpenJpaDiagramActionDelegate_openJPADiagramErrorMsgTitle=Cannot Open Diagram
OpenJpaDiagramActionDelegate_openJPADiagramErrorMsg=Cannot open the JPA diagram editor
OpenJpaDiagramActionDelegate_jpaSupportWarningTitle=JPA Support
OpenJpaDiagramActionDelegate_jpaSupportWarningMsg=JPA Diagram Editor has partial  JPA 2.0  support only.   When you use it with  JPA 2.0 enabled projects you should visualize JPA 1.0 compliant entities only. Otherwise, the editor behavior will become erratic. 
OpenJpaDiagramActionDelegate_noPersistenceUnitTitle=No Persistence Unit
OpenJpaDiagramActionDelegate_noPersistenceUnitMsg=The JPA Diagram Editor can not be open, because the persistence unit does not exist or is corrupted. 

JPAEditorUtil_fullnameTooltipText=\ Class Name: {0} 
JPAEditorUtil_typeTooltipText=\ Type: {0} 
JPAEditorUtil_applyChangesJobName=Apply changes to persistence.xml.
JPAEditorUtil_inheritTypeTooltipText=\ Class Name: {0} \n This entity inherits {1}

PaletteCompartment_Connections=Relations
PaletteCompartment_Objects=Entities

BTN_OK=OK
BTN_CANCEL=Cancel
EntitiesCoordinatesXML_CannotCloseFileStreamErrorMSG=Cannot close the stream
EntitiesCoordinatesXML_CannotCreateDOMFileErrorMSG=Cannot create DOM file.
EntitiesCoordinatesXML_CannotFindFileErrorMSG=Cannot find file.
EntitiesCoordinatesXML_CannotObtainProjectErrorMSG=Cannot obtain project.
EntitiesCoordinatesXML_CannotParseFileErrorMSG=Cannot parse file.
EntitiesCoordinatesXML_CannotReadFileErrorMSG=Cannot read file.
EntitiesCoordinatesXML_CannotRefrfreshFile=Cannot refresh the diagram xml file.

SelectTypeDialog_chooseAttributeTypeDialogText=Select a primitive type for the attribute "{0}" of the entity "{1}" or choose the "Browse" button to select a class type.
SelectTypeDialog_browseBtnTxt=&Browse...
SelectTypeDialog_browseBtnDesc=Browse to select a class.
SelectTypeDialog_typeLabel=&Type:
SelectTypeDialog_chooseAttributeTypeDialogWindowTitle=Select Type
SelectTypeDialog_chooseAttributeTypeDialogTitle=Select New Attribute Type
SelectTypeDialog_invalidTypeMsgTitle=Invalid Type
SelectTypeDialog_invalidTypeMsgText="{0}" is not valid java type or primitive.
SelectTypeDialog_emptyTypeErrorText=The new type name must not be empty

JPASolver_closeWarningMsg=The entity "{0}" is open elsewhere with identical changes. Using this button will not lose those changes. Close the other editor(s), where the entity "{0}" is open and try again!
JPASolver_closeEditors=Close Editors  
MoveEntityFeature_ContextMenuOperationDescription=Move Entity Class

RefactorAttributeTypeFeature_ContextMenuOperationDescription=Refactor Attribute Type
ModelIntegrationUtil_CannotSetFileContentErrorMSG=Cannot set file content.

RemoveJPAEntityFeature_discardWarningMsg=The entity "{0}" is open elsewhere with identical changes. Using this button will remove the entity from the diagram, but will not lose those changes. In order to lose the changes you need first to close the other editor(s), where the entity "{0}" is open and try again!\n\nDo you want to continue with removing anyway?

RenameEntityFeature_ContextMenuOperationDescription=Rename Entity Class

SaveAndRemoveAllEntitiesFeature_ContextMenuOperationDescription=Remove All Entities From Diagram and Save Changes

Back to the top