Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a54ab6f4d9187095f726bd4dae08c3ed295d6534 (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
################################################################################
# Copyright (c) 2006, 2008 Oracle. 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:
#     Oracle - initial API and implementation
################################################################################

Boolean_False=False
Boolean_True=True

ArchiveFileSelectionDialog_jarPathHelpLabel=The correct path to the JAR file selected will vary on your deployment environment.  You may alter it here to correctly reflect your particular environment.
ArchiveFileSelectionDialog_jarPathLabel=JAR file path:

PersistenceEditor_page_help=Help
PersistenceEditor_sourceTab=Source

PersistenceUnitClassesComposite_description=Specify the list of classes to be managed in this persistence unit.
PersistenceUnitClassesComposite_excludeUnlistedMappedClasses=Exclude unlisted classes
PersistenceUnitClassesComposite_excludeUnlistedMappedClassesWithDefault=Exclude unlisted classes ({0})
PersistenceUnitClassesComposite_mappedClassesNoName=<name not set>
PersistenceUnitClassesComposite_open=Open

PersistenceUnitConnectionGeneralComposite_default=Default(JTA)
PersistenceUnitConnectionGeneralComposite_jta=JTA
PersistenceUnitConnectionGeneralComposite_resource_local=Resource Local

PersistenceUnitConnectionComposite_connection=Connection
PersistenceUnitConnectionComposite_database=Database
PersistenceUnitConnectionComposite_general=General

PersistenceUnitConnectionDatabaseComposite_jtaDatasourceName=JTA data source name:
PersistenceUnitConnectionDatabaseComposite_nonJtaDatasourceName=Non-JTA data source name:

PersistenceUnitConnectionGeneralComposite_transactionType=Transaction type:

PersistenceUnitGeneralComposite_general=General
PersistenceUnitGeneralComposite_jarFiles=JAR Files
PersistenceUnitGeneralComposite_jpaMappingDescriptors=XML Mapping Files
PersistenceUnitGeneralComposite_jpaMappingDescriptors_description=Specify the XML mapping files for this persistence unit.
PersistenceUnitGeneralComposite_mappedClasses=Managed Classes
PersistenceUnitGeneralComposite_name=Name:
PersistenceUnitGeneralComposite_persistenceProvider=Persistence provider:
PersistenceUnitGeneralComposite_description=Description:

PersistenceUnitJarFilesComposite_noFileName=<File name not set>
PersistenceUnitMappingFilesComposite_jarFileDialog_title=JAR File Selection
PersistenceUnitMappingFilesComposite_jarFileDialog_message=Choose a JAR file to be added to the persistence unit.

PersistenceUnitMappingFilesComposite_mappingFileDialog_message=Choose the XML mapping files to be added to the persistence unit.
PersistenceUnitMappingFilesComposite_mappingFileDialog_title=JPA XML Mapping File Selection
PersistenceUnitMappingFilesComposite_ormNoName=<name not set>

PersistenceUnitPropertiesComposite_nameColumn=Name
PersistenceUnitPropertiesComposite_properties=Properties
PersistenceUnitPropertiesComposite_properties_description=This table lists all properties that are defined for this persistence unit.
PersistenceUnitPropertiesComposite_valueColumn=Value

Back to the top