org.netbeans.modules.maven.options.Bundle.properties Maven / Gradle / Ivy
The 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.
TIT_Maven_Category=Maven
TIP_Maven_Category=Set default Maven execution options.
SettingsPanel.btnIndex.text=Index &Now
SettingsPanel.lblIndex.text=&Check for Updates:
SettingsPanel.lblCommandLine.text=&Maven Home:
TIT_Select2=Select Maven Installation Location
SettingsPanel.btnCommandLine.text=&Browse...
SettingsPanel.btnGoals.text=Edit &Global Custom Goal Definitions...
TIT_Global=Global Maven Goal definitions
ACSD_Global=Global Maven Goal definitions
LBL_ExMavenVersion2=(Version: {0})
ERR_NoValidInstallation=Invalid Maven installation directory.
FREQ_weekly=Once a week
FREQ_Daily=Once a day
FREQ_Always=On every startup
ERR_Wrong_Settings_file=Cannot parse the ~/.m2/settings.xml file, any options related to that file will be disabled.
SettingsPanel.lblOptions.text=Global Execution &Options:
SettingsPanel.btnOptions.text=&Add
GlobalOptionsPanel.lblOptions.text=&Global Execution Options :
SettingsPanel.lblBinaries.text=&Download Binaries:
SettingsPanel.jLabel3.text=Please note that setting any of these to values other than "Never" can make opening projects significantly slower.
On_Project_Open=Dependency Download Strategy
SettingsPanel.lblSource.text=Check &Sources:
SettingsPanel.lblJavadoc.text=Check &Javadoc:
WORK_OFFLINE=Work offline.
PRODUCE_EXECUTION_DEBUG_OUTPUT=Produce execution debug output.
PRODUCE_EXECUTION_ERROR_MESSAGES=Produce execution error messages.
NON-INTERACTIVE_MODE.=Run in non-interactive (batch) mode.
STOP_AT_FIRST_FAILURE=Stop at first failure in Reactor builds\n\nExclusive with --fail-at-end and --fail-never.
ONLY_FAIL_THE_BUILD_AFTERWARDS=Only fail the build afterwards; allow all non-impacted builds to continue.\n\nExclusive with --fail-fast and --fail-never.
NEVER_FAIL_THE_BUILD=NEVER fail the build, regardless of project result.\n\nExclusive with --fail-fast and --fail-at-end.
FAIL_CHECKSUMS=Fail the build if checksums do not match.\n\n Exclusive with --lax-checksums.
WARN_CHECKSUMS=Warn if checksums don't match.\n\nExclusive with --strict-checksums.
FORCE_UPTODATE_CHECK=Force upToDate check for any relevant registered plugins.\n\nExclusive with --no-plugin-updates.
SUPPRESS_UPTODATE_CHECK=Suppress upToDate check for any relevant registered plugins.\n\nExclusive with --check-plugin-updates.
FORCES_A_CHECK=Forces a check for updated releases and snapshots on remote repositories.
DON'T_USE_PLUGIN-REGISTRY=Don't use ~/.m2/plugin-registry.xml for plugin versions
NO_TRANSFER_PROGRESS=Don't print the download progress.
TIT_Add_Globals=Add Global Option(s)
TIT_NEVER=Never
TIT_EVERY=Every Project Open
TIT_FIRST=First Project Open Only
SettingsPanel.cbSkipTests.text=&Skip Tests for any build executions not directly related to testing
KW_MavenOptions=Maven Version,Maven Options,Maven Repository Options
SettingsPanel.jLabel4.text=&Project node name:
SettingsPanel.txtProjectNodeNameCustomPattern.text=
SettingsPanel.txtProjectNodeNameCustomPattern.toolTipText=\nAll resolvable properties within pom.xml
are supported as placeholders. Use the pattern ${property}
\n\nCommonly used patterns are\n
\n${project.groupId}
\n${project.artifactId}
\n${project.version}
\n${project.name}
\n${project.packaging}
\n
\n
MavenGroupPanel.lblCommandLine.text=&Maven Home:
SettingsPanel.lblCategory.text=&Categories:
SettingsPanel.cbAlwaysShow.text=A&lways Show Output
SettingsPanel.cbReuse.text=&Reuse Output Tabs from Finished Processes
SettingsPanel.cbCollapseSuccessFolds.text=Collapse &folds for successfully executed mojos
SettingsPanel.lblOutputTab.text=Output Tab identified by:
SettingsPanel.rbOutputTabName.text=Project Name
SettingsPanel.rbOutputTabId.text=Maven ArtifactId
SettingsPanel.cbOutputTabShowConfig.text=Also show active configuration
SettingsPanel.lblDefault.text=Default
SettingsPanel.lblCustom.text=Custom...
SettingsPanel.cbShowInfoLevel.text=&Print Maven output logging level
SettingsPanel.cbShowInfoLevel.toolTipText=Will print Maven output logging level into the Output view
SettingsPanel.lblJdkHome.text=Default &JDK:
SettingsPanel.comManageJdks.text=Mana&ge Java Platforms
SettingsPanel.cbPreferWrapper.text=Prefer Maven Wrapper that comes with project
SettingsPanel.lbNetworkSettings.text=Network pro&xy:
SettingsPanel.cbEnableIndexing.text=Enable maven repository indexing
SettingsPanel.cbEnableIndexDownload.text=Enable remote index downloads
SettingsPanel.cbEnableMultiThreading.text=Enable multi-threaded index extraction
SettingsPanel.indexerPanel.border.title=Maven Indexer Settings
SettingsPanel.descriptionLabel.text=\
Repository Indexing allows NetBeans to provide features like editor hints \
for artifact version upgrades, auto completion for GAV values, actions which add \
the right dependency for a given class name, search queries and more. \
For this to work, NetBeans has to index your local maven repository and \
optionally download index files of remote repositories. \
Please note that this requires some extra storage for the index located \
in the NetBeans cache directory and some time to asynchronously scan and recompute \
the index periodically.
SettingsPanel.appearancePanel.border.title=Appearance
SettingsPanel.dependenciesPanel.border.title=Dependency Download Strategy
SettingsPanel.lblIndexFilter.text=Index Filter:
SettingsPanel.rb2Years.text=2 years
SettingsPanel.rb5Years.text=5 years
SettingsPanel.rbFullIndex.text=Full Index (no filter)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy