Skip to main content
summaryrefslogtreecommitdiffstats
blob: 45cb4f7a1896162b6394db7b6641aea6ec5a92b9 (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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
################################################################################
# Copyright (c) 2007, 2012 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
################################################################################

MappingFileWizard_title=New EclipseLink Mapping File
MappingFileWizardPage_newFile_title=EclipseLink mapping file
MappingFileWizardPage_newFile_desc=Specify EclipseLink mapping file name and location
MappingFileWizardPage_options_title=EclipseLink mapping file
MappingFileWizardPage_options_desc=Specify EclipseLink mapping file options

PersistenceXmlGeneralTab_name = Name:
PersistenceXmlGeneralTab_provider = Provider:
PersistenceXmlGeneralTab_browse = Browse...
PersistenceXmlGeneralTab_description = Description:

# General
PersistenceXmlGeneralTab_title = General
PersistenceXmlGeneralTab_generalSectionTitle = General
PersistenceXmlGeneralTab_mappedClassesSectionTitle = Managed Classes
PersistenceXmlGeneralTab_mappedClassesSectionDescription=Specify the list of classes to be managed in this persistence unit.
PersistenceXmlGeneralTab_xmlMappingFilesSectionTitle = XML Mapping Files
PersistenceXmlGeneralTab_xmlMappingFilesSectionDescription=Specify the XML mapping files for this persistence unit.

PersistenceXmlGeneralTab_nameLabel = Name:
PersistenceXmlGeneralTab_persistenceProviderLabel = Persistence Provider:
PersistenceXmlGeneralTab_descriptionLabel = Description:

PersistenceXmlGeneralTab_excludeUnlistedMappedClasses=Exclude unlisted classes
PersistenceXmlGeneralTab_excludeUnlistedMappedClassesWithDefault=Exclude unlisted classes ({0})
PersistenceXmlGeneralTab_mappedClassesNoName=<name not set>
PersistenceXmlGeneralTab_open=Open

PersistenceXmlGeneralTab_xmlMappingFilesDialog_title=JPA XML Mapping File Selection
PersistenceXmlGeneralTab_xmlMappingFilesDialog_message=Choose the XML mapping files to be added to the persistence unit.
PersistenceXmlGeneralTab_ormNoName=<name not set>
PersistenceXmlGeneralTab_excludeEclipselinkOrm=Exclude unlisted EclipseLink XML mapping file
PersistenceXmlGeneralTab_excludeEclipselinkOrmWithDefault=Exclude unlisted EclipseLink XML mapping file ({0})

# Connection
PersistenceXmlConnectionTab_title = Connection
PersistenceXmlConnectionTab_sectionTitle = Persistence Unit Connection
PersistenceXmlConnectionTab_sectionDescription = Configure the data source or JDBC connection properties.

PersistenceXmlConnectionTab_transactionTypeLabel = Transaction type:

TransactionTypeComposite_jta = JTA
TransactionTypeComposite_resource_local = Resource Local

PersistenceXmlConnectionTab_nativeSqlLabel = Native SQL
PersistenceXmlConnectionTab_nativeSqlLabelDefault = Native SQL ({0})

PersistenceXmlConnectionTab_batchWritingLabel = Batch writing:

BatchWritingComposite_none = None
BatchWritingComposite_jdbc = JDBC
BatchWritingComposite_buffered = Buffered
BatchWritingComposite_oracle_jdbc = Oracle JDBC

PersistenceXmlConnectionTab_cacheStatementsLabel = Statement caching:

PersistenceXmlConnectionTab_jtaDataSourceLabel = JTA data source:
PersistenceXmlConnectionTab_nonJtaDataSourceLabel = Non-JTA data source:

PersistenceXmlConnectionTab_driverLabel = Driver:
PersistenceXmlConnectionTab_urlLabel = URL:
PersistenceXmlConnectionTab_userLabel = User:
PersistenceXmlConnectionTab_passwordLabel = Password:
PersistenceXmlConnectionTab_bindParametersLabel = Bind parameters
PersistenceXmlConnectionTab_bindParametersLabelDefault = Bind parameters ({0})

PersistenceXmlConnectionTab_readConnectionsSharedLabel = Shared
PersistenceXmlConnectionTab_readConnectionsSharedLabelDefault = Shared ({0})
PersistenceXmlConnectionTab_readConnectionsSectionTitle = Read Connection
PersistenceXmlConnectionTab_readConnectionsMinLabel = Minimum:
PersistenceXmlConnectionTab_readConnectionsMaxLabel = Maximum:
PersistenceXmlConnectionTab_writeConnectionsSectionTitle = Write Connection
PersistenceXmlConnectionTab_writeConnectionsMinLabel = Minimum:
PersistenceXmlConnectionTab_writeConnectionsMaxLabel = Maximum:

ConnectionPropertiesComposite_Database_GroupBox = Database

JdbcPropertiesComposite_EclipseLinkConnectionPool_GroupBox = EclipseLink connection pool

JdbcConnectionPropertiesComposite_ConnectionDialog_Message = &Enter connection name or pattern (*, ?, or camel case):
JdbcConnectionPropertiesComposite_ConnectionDialog_Title = Connection Selection

JdbcExclusiveConnectionsPropertiesComposite_GroupBox = Exclusive connections

PersistenceXmlConnectionTab_exclusiveConnectionModeLabel = Exclusive connection mode:

JdbcExclusiveConnectionModeComposite_always = Always
JdbcExclusiveConnectionModeComposite_isolated = Isolated
JdbcExclusiveConnectionModeComposite_transactional = Transactional

PersistenceXmlConnectionTab_lazyConnectionLabel = Lazy connection acquisition
PersistenceXmlConnectionTab_lazyConnectionLabelDefault = Lazy connection acquisition ({0})

# SchemaGeneration
PersistenceXmlSchemaGenerationTab_title = Schema Generation
PersistenceXmlSchemaGenerationTab_sectionTitle = Persistence Unit Schema Generation
PersistenceXmlSchemaGenerationTab_sectionDescription = Configure the EclipseLink schema generation properties.

PersistenceXmlSchemaGenerationTab_defaultDot = Default (.)

PersistenceXmlSchemaGenerationTab_ddlGenerationTypeLabel = DDL generation type:
PersistenceXmlSchemaGenerationTab_outputModeLabel = Output mode:
PersistenceXmlSchemaGenerationTab_createDdlFileNameLabel = Create DDL file name:
PersistenceXmlSchemaGenerationTab_dropDdlFileNameLabel = Drop DDL file name:

OutputModeComposite_both = Both
OutputModeComposite_sql_script = Sql-script
OutputModeComposite_database = Database

DdlGenerationTypeComposite_none = None
DdlGenerationTypeComposite_create_tables = Create Tables
DdlGenerationTypeComposite_drop_and_create_tables = Drop and Create Tables

PersistenceXmlSchemaGenerationTab_ddlGenerationLocationLabel = DDL generation location:
	
DdlGenerationLocationComposite_dialogTitle = Generation Location
DdlGenerationLocationComposite_dialogMessage = Choose a folder for the generated DDL files:

# Caching
PersistenceXmlCachingTab_title = Caching
PersistenceXmlCachingTab_sectionTitle = Persistence Unit Caching
PersistenceXmlCachingTab_sectionDescription = Configure the session or entity specific EclipseLink caching properties.

CacheDefaultsComposite_groupTitle = Defaults

PersistenceXmlCachingTab_defaultCacheTypeLabel = Default cache type:
PersistenceXmlCachingTab_cacheTypeLabel = Cache type:

PersistenceXmlCachingTab_defaultSharedCacheLabel = Shared cache ({0})
PersistenceXmlCachingTab_sharedCacheLabel = Shared cache

PersistenceXmlCachingTab_defaultSharedCacheDefaultLabel = Default shared cache ({0})
PersistenceXmlCachingTab_sharedCacheDefaultLabel = Default shared cache

CacheSizeComposite_cacheSize=Cache size:

CacheTypeComposite_full = Full
CacheTypeComposite_hard_weak = Weak with Hard Subcache
CacheTypeComposite_none = None
CacheTypeComposite_soft = Soft
CacheTypeComposite_soft_weak = Weak with Soft Subcache
CacheTypeComposite_weak = Weak

DefaultCacheSizeComposite_defaultCacheSize=Default cache size:

DefaultCacheTypeComposite_full = Full
DefaultCacheTypeComposite_hard_weak = Weak With Hard Subcache
DefaultCacheTypeComposite_none = None
DefaultCacheTypeComposite_soft = Soft
DefaultCacheTypeComposite_soft_weak = Weak with Soft Subcache
DefaultCacheTypeComposite_weak = Weak

EntityDialog_selectEntity = Select an Entity
EntityDialog_name = Name:

CachingEntityListComposite_groupTitle = Entity caching
CachingEntityListComposite_editButton = Edit...

CachingEntityListComposite_dialogMessage=&Enter type name prefix or pattern (*, ?, or camel case):
CachingEntityListComposite_dialogTitle=Entity Selection

PersistenceXmlCachingTab_FlushClearCacheLabel = Flush clear cache:

FlushClearCacheComposite_drop = Drop
FlushClearCacheComposite_drop_invalidate = Drop Invalidate
FlushClearCacheComposite_merge = Merge

# Customization
PersistenceXmlCustomizationTab_title = Customization
PersistenceXmlCustomizationTab_sectionTitle = Persistence Unit Customization
PersistenceXmlCustomizationTab_sectionDescription = Set default or entity specific EclipseLink customization and validation properties.

PersistenceXmlCustomizationTab_weavingPropertiesGroupBox = Weaving
PersistenceXmlCustomizationTab_weavingLabel = Weaving:

PersistenceXmlCustomizationTab_weavingLazyLabelDefault = Lazy ({0})
PersistenceXmlCustomizationTab_weavingLazyLabel = Lazy

PersistenceXmlCustomizationTab_weavingFetchGroupsLabelDefault = Fetch groups ({0})
PersistenceXmlCustomizationTab_weavingFetchGroupsLabel = Fetch groups

PersistenceXmlCustomizationTab_weavingInternalLabel = Internal
PersistenceXmlCustomizationTab_weavingInternalLabelDefault = Internal ({0})

PersistenceXmlCustomizationTab_weavingEagerLabel = Eager
PersistenceXmlCustomizationTab_weavingEagerLabelDefault = Eager ({0})
	
PersistenceXmlCustomizationTab_weavingChangeTrackingLabelDefault = Change tracking ({0})
PersistenceXmlCustomizationTab_weavingChangeTrackingLabel = Change tracking

PersistenceXmlCustomizationTab_validationOnlyLabel = Validation only
PersistenceXmlCustomizationTab_validationOnlyLabelDefault = Validation only ({0})

PersistenceXmlCustomizationTab_validateSchemaLabel = Mapping files schema validation
PersistenceXmlCustomizationTab_validateSchemaLabelDefault = Mapping files schema validation ({0})

PersistenceXmlCustomizationTab_throwExceptionsLabelDefault = Throw exceptions ({0})
PersistenceXmlCustomizationTab_throwExceptionsLabel = Throw exceptions

PersistenceXmlCustomizationTab_exceptionHandlerLabel = Exception handler:

WeavingComposite_true_ = Weave Dynamically
WeavingComposite_false_ = No Weaving
WeavingComposite_static_ = Weave Statically

CustomizationEntityListComposite_groupTitle = Descriptor customizers
CustomizationEntityListComposite_editButton = Edit...

CustomizationEntityListComposite_dialogMessage=&Enter type name prefix or pattern (*, ?, or camel case):
CustomizationEntityListComposite_dialogTitle=Entity Selection

PersistenceXmlCustomizationTab_customizerLabel = Customizer:
PersistenceXmlCustomizationTab_sessionCustomizerLabel = Session customizers

PersistenceXmlCustomizationTab_noName=<name not set>

PersistenceXmlCustomizationTab_profilerLabel = Profiler:
PersistenceXmlCustomizationTab_browse = Browse...

ProfilerComposite_performance_profiler = Performance Profiler
ProfilerComposite_query_monitor = Query Monitor 
ProfilerComposite_no_profiler = No Profiler

# Logging
PersistenceXmlLoggingTab_title = Logging
PersistenceXmlLoggingTab_sectionTitle = Persistence Unit Logging
PersistenceXmlLoggingTab_sectionDescription = Configure the EclipseLink logging properties.
PersistenceXmlLoggingTab_defaultStdout = Default (stdout)

PersistenceXmlLoggingTab_categoryLoggingLevelSectionTitle = Logging Categories
PersistenceXmlLoggingTab_loggingLevelLabel = Logging level:

PersistenceXmlLoggingTab_sqlLoggingLevelLabel = SQL:
PersistenceXmlLoggingTab_transactionLoggingLevelLabel = Transaction:
PersistenceXmlLoggingTab_eventLoggingLevelLabel = Event:
PersistenceXmlLoggingTab_connectionLoggingLevelLabel = Connection:
PersistenceXmlLoggingTab_queryLoggingLevelLabel = Query:
PersistenceXmlLoggingTab_cacheLoggingLevelLabel = Cache:
PersistenceXmlLoggingTab_propagationLoggingLevelLabel = Propagation:
PersistenceXmlLoggingTab_sequencingLoggingLevelLabel = Sequencing:
PersistenceXmlLoggingTab_ejbLoggingLevelLabel = EJB:
PersistenceXmlLoggingTab_dmsLoggingLevelLabel = DMS:
PersistenceXmlLoggingTab_ejb_or_metadataLoggingLevelLabel = EJB or metadata:
PersistenceXmlLoggingTab_jpa_metamodelLoggingLevelLabel = JPA metamodel:
	PersistenceXmlLoggingTab_weaverLoggingLevelLabel = Weaving:
PersistenceXmlLoggingTab_propertiesLoggingLevelLabel = Properties:
PersistenceXmlLoggingTab_serverLoggingLevelLabel = Server:

LoggingLevelComposite_off = Off
LoggingLevelComposite_severe = Severe
LoggingLevelComposite_warning = Warning
LoggingLevelComposite_info = Info
LoggingLevelComposite_config = Config
LoggingLevelComposite_fine = Fine
LoggingLevelComposite_finer = Finer
LoggingLevelComposite_finest = Finest
LoggingLevelComposite_all = All

EclipseLinkCategoryLoggingLevelComposite_off = Off
EclipseLinkCategoryLoggingLevelComposite_severe = Severe
EclipseLinkCategoryLoggingLevelComposite_warning = Warning
EclipseLinkCategoryLoggingLevelComposite_info = Info
EclipseLinkCategoryLoggingLevelComposite_config = Config
EclipseLinkCategoryLoggingLevelComposite_fine = Fine
EclipseLinkCategoryLoggingLevelComposite_finer = Finer
EclipseLinkCategoryLoggingLevelComposite_finest = Finest
EclipseLinkCategoryLoggingLevelComposite_all = All

PersistenceXmlLoggingTab_loggerLabel = Logger:
PersistenceXmlLoggingTab_browse = Browse...
LoggerComposite_default_logger = Default Logger
LoggerComposite_java_logger = Java Logger
LoggerComposite_server_logger = Server Logger

PersistenceXmlLoggingTab_timestampLabel = Timestamp
PersistenceXmlLoggingTab_timestampLabelDefault = Timestamp ({0})
PersistenceXmlLoggingTab_threadLabel = Thread
PersistenceXmlLoggingTab_threadLabelDefault = Thread ({0})
PersistenceXmlLoggingTab_sessionLabel = Session
PersistenceXmlLoggingTab_sessionLabelDefault = Session ({0})
PersistenceXmlLoggingTab_exceptionsLabel = Exceptions
PersistenceXmlLoggingTab_exceptionsLabelDefault = Exceptions ({0})
PersistenceXmlLoggingTab_connectionLabel = Connection
PersistenceXmlLoggingTab_connectionLabelDefault = Connection ({0})

PersistenceXmlLoggingTab_loggersLabel = Loggers:

PersistenceXmlLoggingTab_loggingFileLabel = Log file:

LoggingFileLocationComposite_dialogTitle = Choose a log file

# Options
PersistenceXmlOptionsTab_title = Options
PersistenceXmlOptionsTab_sessionSectionTitle = EclipseLink Session Options
PersistenceXmlOptionsTab_sessionSectionDescription = Configure the EclipseLink session options.

PersistenceXmlOptionsTab_sessionName = Session name:
PersistenceXmlOptionsTab_sessionsXml = Sessions XML:

PersistenceXmlOptionsTab_includeDescriptorQueriesLabel = Include descriptor queries
PersistenceXmlOptionsTab_includeDescriptorQueriesLabelDefault = Include descriptor queries ({0})

PersistenceXmlOptionsTab_eventListenerLabel = Event listener:
PersistenceXmlOptionsTab_targetDatabaseLabel = Target database:

PersistenceXmlOptionsTab_miscellaneousSectionTitle = Miscellaneous Options
PersistenceXmlOptionsTab_miscellaneousSectionDescription = Configure the miscellaneous options.

PersistenceXmlOptionsTab_temporalMutableLabel = Temporal mutable
PersistenceXmlOptionsTab_temporalMutableLabelDefault = Temporal mutable ({0})

PersistenceXmlOptionsTab_noName=<name not set>

TargetDatabaseComposite_attunity = Attunity
TargetDatabaseComposite_auto = Auto
TargetDatabaseComposite_cloudscape = Cloudscape
TargetDatabaseComposite_database = Database
TargetDatabaseComposite_db2 = DB2
TargetDatabaseComposite_db2mainframe = DB2Mainframe
TargetDatabaseComposite_dbase = DBase
TargetDatabaseComposite_derby = Derby
TargetDatabaseComposite_hsql = HSQL
TargetDatabaseComposite_informix = Informix
TargetDatabaseComposite_javadb = JavaDB
TargetDatabaseComposite_maxdb = MaxDB
TargetDatabaseComposite_mysql = MySQL
TargetDatabaseComposite_oracle = Oracle
TargetDatabaseComposite_oracle11 = Oracle11
TargetDatabaseComposite_oracle10 = Oracle10g
TargetDatabaseComposite_oracle9 = Oracle9i
TargetDatabaseComposite_oracle8 = Oracle8i
TargetDatabaseComposite_pointbase = PointBase
TargetDatabaseComposite_postgresql = PostgreSQL
TargetDatabaseComposite_sqlanywhere = SQLAnywhere
TargetDatabaseComposite_sqlserver = SQLServer
TargetDatabaseComposite_sybase = Sybase
TargetDatabaseComposite_symfoware = Symfoware
TargetDatabaseComposite_timesten = TimesTen

PersistenceXmlOptionsTab_targetServerLabel = Target server:

TargetServerComposite_none = None
TargetServerComposite_oc4j = OC4J
TargetServerComposite_sunas9 = SunAS9
TargetServerComposite_websphere = WebSphere
TargetServerComposite_websphere_6_1 = WebSphere 6.1
TargetServerComposite_websphere_7 = WebSphere 7
TargetServerComposite_weblogic = WebLogic
TargetServerComposite_weblogic_9 = WebLogic 9
TargetServerComposite_weblogic_10 = WebLogic 10
TargetServerComposite_jboss = JBoss
TargetServerComposite_netweaver_7_1 = SAP NetWeaver 7.1

# DDLGeneration
EclipseLinkDDLGeneratorUi_generatingDDLWarningTitle = Generating Tables
EclipseLinkDDLGeneratorUi_generatingDDLWarningMessage = Warning:  Generating tables will DROP existing tables and{0}CREATE new tables based on the Entities in your project.{1}Are you sure you want to continue?
EclipseLinkDDLGeneratorUi_error = Error
ECLIPSELINK_GENERATE_TABLES_JOB = Generating Tables from Entities
ECLIPSELINK_GENERATE_TABLES_TASK = Generating

GenerationOutputModeWizardPage_title = Schema Generation
GenerationOutputModeWizardPage_desc = Select DDL generation action
GenerationOutputModeWizardPage_generationOutputMode = Generation Output Mode

# MetadataConversion
JpaGlobalMetadataConversion_noConverterMetadataToConvert=No Java converter metadata existing to convert
JpaJavaGConverterMetadataConversionWizardPage_description = Move all the annotated JPA converters to XML as mapping file level metadata
JpaJavaConverterMetadataConversionWizardPage_title = Java Converter Metadata Conversion
JpaGlobalMetadataConversion_equivalentConverterMetadataWarningMessage=Warning: Equivalent converters are found. Only one of these converters will be converted while the rest will be deleted. Do you want to continue?
JpaGlobalMetadataConversion_equivalentConverterMetadataWarningTitle=Equivalent Converters Found
JpaGlobalMetadataConversion_equivalentGeneratorMetadataWarningMessage=Warning: Equivalent generators are found. Only one of these generators will be converted while the rest will be deleted. Do you want to continue?
JpaGlobalMetadataConversion_equivalentGeneratorMetadataWarningTitle=Equivalent Generators Found
JpaGlobalMetadataConversion_equivalentQueryMetadataWarningMessage=Warning: Equivalent queries are found. Only one of these queries will be converted while the rest will be deleted. Do you want to continue?
JpaGlobalMetadataConversion_equivalentQueryMetadataWarningTitle=Equivalent Queries Found

# Static Weaving
EclipselinkPreferencePage_description = Configure EclipseLink specific preferences for the project:
EclipselinkPreferencePage_staticWeavingGroupBox = Static weaving
EclipselinkPreferencePage_weaveClassesOnBuildLabel = Weave classes on build
EclipselinkPreferencePage_sourceLabel = Source classes:
EclipselinkPreferencePage_selectSourceLabel = Select Source Classes
EclipselinkPreferencePage_sourceFolderSelectionLabel = Source classes folder selection
EclipselinkPreferencePage_targetLabel = Target classes:
EclipselinkPreferencePage_selectTargetLabel = Select Target Classes
EclipselinkPreferencePage_targetFolderSelectionLabel = Target classes folder selection
EclipselinkPreferencePage_persistenceInfoLabel = Persistence XML Root (optional):
EclipselinkPreferencePage_selectPersistenceInfoLabel = Select Persistence XML Root
EclipselinkPreferencePage_persistenceInfoFolderSelectionLabel = Persistence XML root folder selection
EclipselinkPreferencePage_logLevelLabel = Log level:
EclipselinkPreferencePage_browse = Browse...

# Add Virtual Attribute
AddVirtualAttributeDialog_title=Add Virtual Attribute
AddVirtualAttributeDialog_nameLabel=Name:
AddVirtualAttributeDialog_mappingLabel=Map as:
AddVirtualAttributeDialog_attributeTypeLabel=Attribute type:
AddVirtualAttributeDialog_noMappingKeyError=You must specify a mapping type
AddVirtualAttributeDialog_noNameError=You must specify a name
AddVirtualAttributeDialog_noAttributeTypeError=You must specify an attribute type

Back to the top