All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.netbeans.modules.java.j2seproject.Bundle.properties Maven / Gradle / Ivy

There is a newer version: RELEASE220
Show newest version
# 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 SE Projects
OpenIDE-Module-Display-Category=Java
OpenIDE-Module-Short-Description=Supports plain Java projects, such as for client-side Java SE.
OpenIDE-Module-Long-Description=\
    Support for general Java projects, often Java SE (client-side). \
    A Java SE project can compile a Java source root, build a JAR from it, run JUnit-based tests, create Javadoc, and run or debug an application with a main class. \
    No direct support for Java EE or special packaging technologies. \
    Web service client support is included.

# NOTE TO TRANSLATORS: This is a folder name, do not use odd characters:
#NOI18N
TXT_DefaultTestFolderName=test

# J2SEProjectGenerator
# NOTE TO TRANSLATORS: COMMENT_* keys are used to create the initial project.properties
# for a project. The properties file format only accepts ISO-8859-1 characters in their
# raw form, i.e. Western European scripts. Any other characters (e.g. Asian) will be stored
# in the properties file correctly but be unreadable in text mode: \u1234 syntax is used.
# (The proper characters will be displayed only if the file is opened in the table editor.)
COMMENT_dist.dir=This directory is removed when the project is cleaned:
COMMENT_build.dir=This directory is removed when the project is cleaned:
COMMENT_run.jvmargs=Space-separated list of JVM arguments used when running the project.
COMMENT_run.jvmargs_2=You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
COMMENT_run.jvmargs_3=To set system properties for unit tests define test-sys-prop.name=value:
COMMENT_build.sysclasspath=Only compile against the classpath explicitly listed here:
COMMENT_javac.compilerargs=Space-separated list of extra javac options
COMMENT_debug.transport=Uncomment to specify the preferred debugger connection transport:
COMMENT_dist.archive.excludes=Files in build.classes.dir which should be excluded from distribution jar
COMMENT_jlink.additionalmodules=The jlink additional root modules to resolve
COMMENT_jlink.additionalparam=The jlink additional command line parameters

NAME_src.dir=Source Packages
NAME_test.src.dir=Test Packages

#UpdateHelper
TXT_ProjectUpdate=Project Needs Upgrading\n\
    This project was created in an earlier version of NetBeans IDE. If you\n\
    edit its properties in NetBeans IDE {0}, the project will be upgraded and\n\
    will no longer work in earlier versions of the IDE.\n\n\
    Do you want to upgrade your project to version {0}?
TXT_ProjectUpdateTitle=Change Project Properties
CTL_UpdateOption=Upgrade Project
AD_UpdateOption=N/A


CopyLibs=CopyLibs Task

J2SEConfigurationProvider.default.label=


# {0} - project directory
J2SEProject.too_new=This version of the IDE is too old to read metadata in {0}.


#J2SEActionProvider
LBL_CompileOnSaveUpdate=Compile on Save Update
TXT_CosUpdateActive=Compile on Save Update running.
Please wait... TXT_StopBuild=Cancel MNE_StopBuild=C AN_StopBuild=Cancel AD_StopBuild=Cancel build




© 2015 - 2024 Weber Informatics LLC | Privacy Policy