param.app-name.name=App Name param.app-name.description=The name of the application. param.app-resource.description=All of the files to place in the resources directory. Including all needed jars as assets. param.app-resources.name=Resources param.build-root.name=Build Root param.build-root.description=The directory in which to use and place temporary files. param.category.name=Category param.category.description=The category oor group of the application. Generally speaking you will also want to specify application specific categories as well. param.category.default=Unknown param.copyright.name=Copyright param.copyright.description=The copyright for the application. param.copyright.default=Copyright (C) {0,date,YYYY} param.description.name=Description param.description.description=A longer description of the application param.description.default=none param.desktop-shortcut-hint.name=Shortcut Hint param.desktop-shortcut-hint.description=If the bundler can create desktop shortcuts, should it make one? param.icon-file.name=Icon param.icon-file.description=The main icon of the application bundle. param.identifier.name=Identifier param.identifier.description=What is the machine readable identifier of this application? The format should be a DNS name in reverse order, such as com.example.myapplication. param.jvm-options.name=JVM Options param.jvm-options.description=JVM flags and options to be passed in. param.jvm-system-properties.name=JVM System Properties param.jvm-system-properties.description=JVM System Properties (of the -Dname\=value variety). param.license-files.name=License param.license-files.description=Text of the end user license presented during interactive installers. param.license-type.name= param.license-type.description= param.license-type.default=Unknown param.main-class.name=Main Class param.main-class.description=The main class for the application. Either a javafx.application.Application instance or a java class with a main method. param.main-jar-classpath.description=The classpath from the main jar of the application. param.main-jar-classpath.name=Main Jar Classpath param.main-jar.name=Main Jar param.main-jar.description=The main jar of the application. This jar should have the main-class param.service-hint.name=Service Hint param.service-hint.description=The bundler should register the application as service/daemon param.start-on-install.name=Start On Install param.start-on-install.description=Controls whether the service/daemon should be started on install param.stop-on-uninstall.name=Stop On Uninstall param.stop-on-uninstall.description=Controls whether the service/daemon should be stopped on uninstall param.run-at-startup.name=Run At Startup param.run-at-startup.description=Controls whether the service/daemon should be started during system startup param.menu-shortcut-hint.name=Menu Hint param.menu-shortcut-hint.description=If the bundler can add the application to the system menu, should it? param.name.name=Name param.name.description=The name of the application. param.preferences-id.description=When storing and retrieving user preferences, what is the identifier that should be used? The format should be a DNS name in reverse order, such as com.example.myapplication. param.preferences-id.name=Preferences ID param.runtime.name=JRE param.runtime.description=The Java Runtime to co-bundle. The default value is the current JRE running the bundler. A value of null will cause no JRE to be co-bundled and the system JRE will be used to launch the application. param.system-wide.name=System Wide param.system-wide.description=Should this application attempt to install itself system wide, or only for each user? Null means use the system default. param.title.name=Title param.title.description=A title for the application. param.use-javafx-packaging.name=FX Packaging param.use-javafx-packaging.description=Should we use the JavaFX packaging conventions? param.user-jvm-options.name=User JVM Options param.user-jvm-options.description=JVM Options the user may override, along with their default values. param.vendor.name=Vendor param.vendor.description=The vendor of the application. param.vendor.default=Unknown param.version.name=Version param.version.description=The version of this application. param.version.default=1.0 param.verbose.name=Verbose param.verbose.description=Flag to print out more information and saves configuration files for bundlers. error.required-parameter={0} is a required parameter. message.fx-app-does-not-match-specified-main=The jar {0} has an FX Application class{1} that does not match the declared main {2} message.main-class-does-not-match-specified-main=The jar {0} has a main class {1} that does not match the declared main {2}