blob: c29d6b5482cd68da842b7b5407e72474720dd8bc [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
## ElementBindings.java
DELIMITER_HANDLING=Container
DATA_HANDLING=Data
IGNORE_HANDLING=Ignore
MIXED_HANDLING=Mixed Container
EMPTY_HANDLING=Tom
## 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=T
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=&Plats
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=i/t
ACSD_handlerImplTextField=i/t
ACSD_stubTextField=i/t
ACSD_parsletTextField=i/t
ACSD_parsletImplTextField=i/t
ACSD_saveTextField=i/t
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=V
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=i/t
ACSD_jaxpVersionComboBox=i/t
ACSD_versionComboBox=i/t
# ---