blob: ea2fda4a32ee53ec7f7c182cb5c954d08286c1ad [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.
ProjectInfoPanel.tfProjectFolder.text=
ProjectInfoPanel.lbProjectFolder.text=Project Folder:
ProjectInfoPanel.lbName.text=Project Name:
ProjectInfoPanel.tfName.text=
ProjectInfoPanel.jLabel1.text=Description:
ProjectInfoPanel.jLabel2.text=Group:
ProjectInfoPanel.jLabel3.text=Version:
ProjectInfoPanel.tfDescription.text=
ProjectInfoPanel.tfGroup.text=
ProjectInfoPanel.tfVersion.text=
ProjectInfoPanel.jLabel4.text=Parent Project:
ProjectInfoPanel.jLabel5.text=Plugins:
BuildActionsCustomizer.lbActions.text=Configured Actions:
BuildActionsCustomizer.lbNoAction.text=No Selected Action
BuildActionsCustomizer.lbName.text=Name:
BuildActionsCustomizer.lbLabel.text=Label:
BuildActionsCustomizer.lbArgs.text=Arguments:
BuildActionsCustomizer.btRemove.text=Remove
BuildActionsCustomizer.lbReloadRule.text=Project Reload:
BuildActionsCustomizer.cbRepeatable.text=Repeatable
BuildActionsCustomizer.lbTitle.text=Override IDE Default Action Binding and Custom Actions
LicenseHeadersPanel.jLabel1.text=License Header
LicenseHeadersPanel.rbGlobalLicense.text=Use Global License:
LicenseHeadersPanel.rbCustomFile.text=Use Gradle Defined License:
LicenseHeadersPanel.jLabel2.text=<html>Use the value of <b>netbeans.license</b> or in its absence <b>license</b>\nproperty of the project (or its parent). It is recommended to set this property on the\nroot project only. The value of the license property can be:\n<ul>\n <li>Short name of a NetBeans Global license<br/>(e.g.: apache20)</li>\n <li>Project directory relative path to a file.</li>\n <li>Root project directory relative path to a file.</li>\n <li>Absolute path to a file.</li>\n <li>URI to a registered global license<br/>(e.g.: http://opensource.org/licenses/Apache-2.0)</li>\n</ul>
BuildActionsCustomizer.jLabel1.text=Configure Action:
ProjectInfoPanel.jLabel6.text=Included Builds:
BuildActionsCustomizer.cbRepeatable.toolTipText=Is this action allowed to be rerun from the output tab?
BuildActionsCustomizer.lbReloadHints.text=<html>Reload Project after this action:\n<ul>\n<li><b>NEVER:</b> Do not reload.</li>\n<li><b>DEFAULT:</b> Reload only if the project had some problems.</li>\n<li><b>ALWAYS:</b> Always reload the project.</li>\n<li><b>ALWAYS_ONLINE:</b> Always reload the project, allowing Gradle to go online.</li>\n</ul>
GradleExecutionPanel.cbTrustProject.text=Trust Gradle execution on this project
GradleExecutionPanel.lbReadOnly.text=Can be changed on the root project only.