blob: 055e65ff469896fbb7e0a5453e67885b65344ff4 [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.
OpenIDE-Module-Name=Java Freeform Project Support
OpenIDE-Module-Display-Category=Java
OpenIDE-Module-Short-Description=Support of Java development in Freeform project.
OpenIDE-Module-Long-Description=Support of Java development in Freeform project.
# JavaActions
# {0} - action display name
# {1} - project display name
TITLE_generate_target_dialog={0} - {1}
# {0} - action display name
# {1} - path to generated build script
TEXT_generate_target_dialog=<html>\
<p><strong>A build target has to be generated for {0} action.</strong></p><br>\
<p>The freeform project requires an IDE-specific build target representing the {0} action.<br>\
The IDE will generate such a build target in "{1}".<br>\
You should review the generated build target and invoke {0} again.</p><br>\
<p>Do you want to generate the IDE-specific build target now?</p>
LBL_generate=Generate
ACTION_compile.single=Compile File
ACTION_run.single=Run File
ACTION_debug.single=Debug File
ACTION_profile.single=Profile File
COMMENT_edit_target=TODO: edit the following target according to your needs
COMMENT_more_info_x.single=(more info: http://www.netbeans.org/kb/articles/freeform-config.html#compilesingle)
COMMENT_more_info_run.single=(more info: http://www.netbeans.org/kb/articles/freeform-config.html#runsingle)
# {0} - Ant property name
COMMENT_must_set_property=Must set property ''{0}''
COMMENT_must_set_build_classes_dir=TODO decide on and define some value for ${build.classes.dir}
# {0} - display name of project
LBL_generated_script_name={0}-IDE
ACTION_debug=Debug Project
COMMENT_more_info_debug=(more info: http://www.netbeans.org/kb/articles/freeform-config.html#debugj2se)
COMMENT_set_runtime_cp=TODO configure the runtime classpath for your project here:
COMMENT_set_main_class=TODO configure the main class for your project here:
ACTION_profile=Profile Project
COMMENT_more_info_profile=(more info: http://netbeans.org/kb/articles/freeform-config.html#profilej2se)
CTL_SetOutput=Set Output
AD_SetOutput=N/A
# {0} - action display name
# {1} - project display name
TITLE_set_outputs_dialog={0} - {1}
TEXT_set_outputs_dialog=<html>\
<p><strong>No project output set.</strong></p><br>\
<p>Project output containing compiled project classes must be<br>\
set before debugging freeform projects.</p><br>\
<p>Do you want to set the project output now?</p>
# UsageLogger
USG_FREEFORM_PROJECT=Freeform project opened: \
{0} comp units, \
{1} missing target, \
{2} with multiple roots, \
{3} classpath entries, \
{4} targets in build.xml, \
has web data = {5}.