blob: f92b3c59e46ad7aacfdc6008fcfce72da9e39dfb [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
## ElementBindings.java
DELIMITER_HANDLING=Container
DATA_HANDLING=Data
IGNORE_HANDLING=Ignore
MIXED_HANDLING=Mixed Container
EMPTY_HANDLING=Empty
## GenerateDOMScannerSupport.java
NAME_SUFFIX_Scanner=Scanner
MSG_DOM_1=Generating DOM scanner...
MSG_DOM_ERR_1=Cannot proceed. DTD is not well formed! Check it first and then try again.
MSG_DOM_ERR_2=Cannot proceed. I/O problem occured.
PROP_rootElementNameTitle=Select Root Element Name
PROP_rootElementNameMne=R
PROP_rootElementName=Root Element:
## SAXGeneratorFilePanel.java
MSG_file_err_1=Valid Java class name expected.
SAXGeneratorFilePanel.Form.name=Output File Names
SAXGeneratorCustomizer.interfaceLabel.text=Handler &Interface\:
SAXGeneratorCustomizer.implementationLabel.text=Handler Imp&lementation\:
SAXGeneratorCustomizer.stubLabel.text=Generated &Parser\:
SAXGeneratorCustomizer.parsletLabel.text=Da&ta Convertor Interface:
SAXGeneratorFilePanel.parsletImplLabel.text=Data &Convertor Implementation:
PROP_save_it=&Save Customized Bindings
PROP_bindings_label=&Location:
ACSD_SAXGeneratorFilePanel=Specify the names of the generated files. To save your customizations to the handler code generation for this DTD file, select the checkbox below. The bindings will be reloaded each time you run the wizard on this DTD file.
DESC_saxw_files=Specify the names of the generated files. To save your customizations to the handler code generation for this DTD file, select the checkbox below. The bindings will be reloaded each time you run the wizard on this DTD file.
## a11y - SAXGeneratorFilePanel
ACSD_interfaceTextField=n/a
ACSD_handlerImplTextField=n/a
ACSD_stubTextField=n/a
ACSD_parsletTextField=n/a
ACSD_parsletImplTextField=n/a
ACSD_saveTextField=n/a
ACSD_saveCheckBox=Save setting for next wizard session with the same DTD.
ACSN_saveCheckBox=Save Settings
## SAXGeneratorMethodPanel.java
SAXGeneratorMethodPanel.table.column1=Element (QName)
SAXGeneratorMethodPanel.table.column2=Handler Type
SAXGeneratorMethodPanel.table.column3=Handler Method
MSG_method_err_1=Valid part of Java identifier required.
SAXGeneratorMethodPanel.Form.name=Element Mappings
DESC_saxw_methods=Customize your document handler interface here. For each element, specify a handler type in the Handler Type column and specify the name of the handler method in the Handler Method column. To exclude an element from the handler interface, set its Handler Type to Ignore.
## a11y - SAXGeneratorMethodPanel
ACSD_table=Table contains DTD element declaration to handling method mapping.
ACSN_table=Element Mappings
ACSD_SAXGeneratorMethodPanel=Customize your document handler interface here. For each element, specify a handler type in the Handler Type column and specify the name of the handler method in the Handler Method column. To exclude an element from the handler interface, set its Handler Type to Ignore.
## SAXGeneratorParsletPanel.java
SAXGeneratorParsletPanel.table.column1=Element (QName)
SAXGeneratorParsletPanel.table.column2=Convertor Method
SAXGeneratorParsletPanel.table.column3=Return Type
MSG_parslet_err_1=Valid Java return type required.
MSG_parslet_err_2=Valid Java method name required.
SAXGeneratorParsletPanel.Form.name=Data Convertors (Optional)
DESC_saxw_convertors=Configure your data convertor interface here (optional). Specify the name for each element's data convertor method in the Convertor Method column. If you don't want to generate a convertor method for an element, leave its Convertor Method set to [none].\nSpecify the method's return type in the Return Type column. If you select one of the IDE's preloaded return types, the conversion logic is generated for you.
## a11y - SAXGeneratorParsletPanel
ACSN_ParsletsTable=Data Convertors
ACSD_ParsletsTable=Table contains DTD element declaration to convertor method mapping.
ACSD_SAXGeneratorParsletPanel=Configure your data convertor interface here (optional). Specify the name for each element's data convertor method in the Convertor Method column. If you don't want to generate a convertor method for an element, leave its Convertor Method set to [none].\nSpecify the method's return type in the Return Type column. If you select one of the IDE's preloaded return types, the conversion logic is generated for you.
## SAXGeneratorSupport.java
SAXGeneratorSupport.title=SAX Document Handler Wizard
SAXGeneratorVersionPanel.step=API Versions
SAXGeneratorMethodPanel.step=Element Mappings
SAXGeneratorParsletPanel.step=Data Convertors
SAXGeneratorFilePanel.step=Output Files
SAXGeneratorSupport.subtitle={1} - {0}
MSG_sax_progress_1=Preparing SAX handler generator...
MSG_sax_progress_1_5=Generating SAX handler...
MSG_sax_progress_2=Writing down generated SAX handler files...
MSG_sax_progress_3=Opening generated SAX handler files in editor...
# {0} holds non-localized exception text
MSG_wizard_fail=Code generation failed. ({0})
MSG_invalid_dtd=The DTD is not in good shape. Aborting generation.
MSG_sax_progress_done=SAX parser handler generation finished.
## SAXGeneratorVersionPanel.java
SAXGeneratorVersionPanel.Form.name=API Versions
SAXGeneratorVersionPanel.jaxpLabel.text=JAXP Version:
SAXGeneratorVersionPanel.jaxpLabel.mne=J
SAXGeneratorCustomizer.versionLabel.text=SAX Parser Version:
SAXGeneratorCustomizer.versionLabel.mne=S
SAXGeneratorVersionPanel.propagateSAXCheckBox.text=\ Propagate SAX Events to Generated Handler
SAXGeneratorVersionPanel.propagateSAXCheckBox.mne=P
DESC_saxw_versions=Specify the versions of JAXP and of the SAX parser you want to use. If you want to include all of the original SAX parser events in the handler interface, select the checkbox below.
# a11y - SAXGeneratorVersionPanel
ACSD_SAXGeneratorVersionPanel=Specify the versions of JAXP and of the SAX parser you want to use. If you want to include all of the original SAX parser events in the handler interface, select the checkbox below.
ACSD_propagateSAXCheckBox=Propagate original SAX events
ACSN_propagateSAXCheckBox=n/a
ACSD_jaxpVersionComboBox=n/a
ACSD_versionComboBox=n/a
# ---