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

org.netbeans.modules.maven.customizer.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.

ActionMappings.cbRecursively.text=&Build Recursively (with modules)
ActionMappings.lblProfiles.text=Activate &Profiles :
ActionMappings.btnAdd.text=&Add Custom...
ActionMappings.btnAdd.text2=&Add...
ActionMappings.btnRemove.text=&Remove/Reset
ActionMappings.btnRemove.text2=&Remove
ActionMappings.lblProperties.text=&Set Properties :
ActionMappings.lblGoals.text=&Execute Goals :
COM_Build_project=Build project
COM_Clean_project=Clean project
COM_Compile_file=Compile file
COM_Debug_project=Debug project
COM_Debug_file_main=Debug file via main()
COM_Debug_file_deploy=Debug file via deploy
COM_Debug_test=Debug test
COM_ReBuild_project=Clean and Build project
COM_Run_project=Run project
COM_Profile_project=Profile project
COM_Profile_file_main=Profile file via main()
COM_Profile_file_deploy=Profile file via deploy
COM_Profile_test=Profile test
COM_Javadoc_project=Generate Javadoc
COM_Build_WithDeps_project=Build with Dependencies
COM_Run_file_main=Run file via main()
COM_Run_file_deploy=Run file via deploy
COM_Test_project=Test project
COM_Test_file=Test file
COM_Integration_Test_file=Integration test file
COM_Debug_Integration_test=Debug integration test
ActionMappings.txtGoals.hint=A space-separated list of goals or phases to execute.
ActinMappings.txtProfiles.hint=A space- or comma-separated list of profiles to activate during execution.
ActinMappings.txtProperties.hint=A space-separated list of properties to set during execution in the form <key>=\"<value>\".
\ If value does not contain whitespace, \" can be omitted.
\ Additional supported variables include (useful mainly for Run/Debug/Test Single) :\
  • className name of selected class eg. String
  • \
  • classNameWithExtension name of selected class with extension, eg. String.java
  • \
  • packageClassName name of selected class with package name, eg. java.lang.String
  • \
  • webpagePath relative path of selected webpage document within src/main/webapp
  • \
ActinMappings.txtPackagings.hint=A space- or comma-separated list of packagings applicable to the action LBL_GroupId=&Group Id\: LBL_ArtifactId=&Artifact Id\: LBL_Version=&Version\: LBL_Packaging=&Packaging\: LBL_Name=&Name\: LBL_Description=&Description\: LBL_MainClass=&Main Class\: LBL_Arguments=&Arguments\: LBL_WorkDir=Working &Directory\: LBL_VMOptions=&VM Options\: LBL_VMHint=(e.g. -Xms10m) BTN_Browse=&Browse... TIT_SelectWorkingDirectory=Select Working Directory Err_CannotCreate=Cannot create assembly file at {0} TIT_ReactorDir=Select reactor project directory BTN_ReactorDir=Select #MainClassChooser CTL_AvaialableMainClasses=&Main classes\: LBL_ChooseMainClass_OK=Select Main Class AD_ChooseMainClass_OK=Ok LBL_ChooseMainClass_Title=Browse Main Classes AD_MainClassChooser=N/A AD_jMainClassList=N/A CTL_ProjectFolder=Project &Folder: TXT_SourceLevel=Source/&Binary Format: TXT_Encoding=&Encoding: TIT_Add_action=Action Name\: LBL_AddAction=Enter action name LBL_Actions=Ac&tions: ActionMappings.lblConfiguration.text=Confi&guration: ActionMappings.btnAddProps.text=A&dd > ActionMappings.debugMaven=Debug Maven build ActionMappings.envVar=New Environment Variable ActionMappings.skipTests=Skip Tests CompilePanel.lblHint1.text=If selected, files are compiled when you save them. CompilePanel.lblHint2.text=This option saves you time when you run or debug your application or tests in the IDE. COS_ALL=For both application and test execution COS_APP=For application execution only COS_TESTS=For test execution only COS_NONE=Disable CompilePanel.cbLint.text=Enable recommended javac &Warnings (-Xlint) CompilePanel.cbDebug.text=&Generate Debugging Info (-g) CompilePanel.lblJavaPlatform.text=Java &Platform: CompilePanel.btnMngPlatform.text=&Manage... AddPropertyDialog.lblPropertyExpressions.text=Property Expressions : AN_SourceLevel=Source level combo box SourcesPanel.lblSrc.text=&Source Folder: SourcesPanel.lblTestSrc.text=&Test Source Folder: SourcesPanel.lblGenerated.text=

Please Note:

\nAny source roots generated by Maven plugins will be generated \ninto the ${basedir}/target/generated-sources/FOOBAR folder, where FOOBAR is typically the name of the plugin. \nMost Maven plugins adhere to the above-mentioned folder structure convention by default. If your plugin does not, please configure it to do so and the generated sources will be recognized by the IDE.\n ActionMappings.cbBuildWithDeps.text=Build &With Dependencies WarnPanel.cbNextTime.text=&Show this warning next time WarnPanel.lblText.text=jLabel1 BTN_OK=OK SourcesPanel.txtProjectFolder.AccessibleContext.accessibleDescription=Project Folder SourcesPanel.txtSrc.AccessibleContext.accessibleDescription=Source Folder SourcesPanel.txtTestSrc.AccessibleContext.accessibleDescription=Test Source Folder SourcesPanel.comEncoding.AccessibleContext.accessibleDescription=Encoding CompilePanel.btnMngPlatform.AccessibleContext.accessibleDescription=Manage Java Platforms BTN_Browse_Main=&Browse... BTN_Browse_WorkingDir=Bro&wse... ActionMappings.btnAddProps.AccessibleContext.accessibleDescription=Add property ActionMappings.btnAdd.AccessibleContext.accessibleDescription=Add custom action ActionMappings.btnRemove.AccessibleContext.accessibleDescription=Remove/Reset action ActionMappings.cbBuildWithDeps.AccessibleContext.accessibleDescription=Build with Dependencies ActionMappings.comConfiguration.AccessibleContext.accessibleDescription=Configuration ActionMappings.lstMappings.AccessibleContext.accessibleDescription=Actions ActionMappings.taProperties.AccessibleContext.accessibleDescription=Properties ActionMappings.txtGoals.AccessibleContext.accessibleDescription=Execute goals ActionMappings.txtProfiles.AccessibleContext.accessibleDescription=Activate profiles ActionMappings.txtDirectory.AccessibleContext.accessibleDescription=Reactor root ActionMappings.btnDirectory.AccessibleContext.accessibleDescription=Select Reactor Root Folder... WarnPanel.cbNextTime.AccessibleContext.accessibleDescription=Check to see this warning next time again WarnPanel.AccessibleContext.accessibleDescription=Warning message dialog TXT_PLUGIN_EXPRESSION=Plugin Expression Property HINT_ApplicationCoS=Classes compiled with the Compile on Save feature in the IDE are not identical to classes compiled with JDK's javac.
When building your binaries for redistribution, please make sure to always perform a clean build.. RunJarPanel.lblConfiguration.text=&Configuration: ActionMappings.txtPackagings.text= ActionMappings.lblPackagings.text=Supported Packagings: CompilePanel.cbCompileOnSave.text=Compile on &Save CompilePanel.lblJavaPlatform1.text=Target Release: CompilePanel.compilerPanel.border.title=Compiler Plugin CompilePanel.idePanel.border.title=IDE Settings CompilePanel.jdkPanel.border.title=JDK Settings ActionMappings.jButton1.text=Show in Toolbar RunJarPanel.txtVMOptions.AccessibleContext.accessibleDescription=VM options RunJarPanel.customizeOptionsButton.text=C&ustomize... RunJarPanel.wrapCheckBox.text=Wrap text




© 2015 - 2025 Weber Informatics LLC | Privacy Policy