1 param.app-name.name=App Name
   2 param.app-name.description=The name of the application.
   3 
   4 param.app-fs-name.name=App File System Name
   5 param.app-fs-name.description=The name of the application suitable for file system use.  Typically this is just letters, numbers, dots, and dashes.
   6 
   7 param.app-resource.description=All of the files to place in the resources directory.  Including all needed jars as assets.
   8 param.app-resources.name=Resources
   9 
  10 param.app-resource-list.description=A List of RelativeFileSet objects containing all of the files to place in the resources directory.  Including all needed jars as assets.
  11 param.app-resources-list.name=Resources List
  12 
  13 param.build-root.name=Build Root
  14 param.build-root.description=The directory in which to use and place temporary files.
  15 
  16 param.category.name=Category
  17 param.category.description=The category oor group of the application.  Generally speaking you will also want to specify application specific categories as well.
  18 param.category.default=Unknown
  19 
  20 param.copyright.name=Copyright
  21 param.copyright.description=The copyright for the application.
  22 param.copyright.default=Copyright (C) {0,date,YYYY}
  23 
  24 param.description.name=Description
  25 param.description.description=A longer description of the application
  26 param.description.default=none
  27 
  28 param.desktop-shortcut-hint.name=Shortcut Hint
  29 param.desktop-shortcut-hint.description=If the bundler can create desktop shortcuts, should it make one?
  30 
  31 param.icon-file.name=Icon
  32 param.icon-file.description=The main icon of the application bundle.
  33 
  34 param.identifier.name=Identifier
  35 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.
  36 
  37 param.arguments.name=Command Line Arguments
  38 param.arguments.description=Command Line Arguments to be passed to the main class if no arguments are specified by the launcher.
  39 
  40 param.jvm-options.name=JVM Options
  41 param.jvm-options.description=JVM flags and options to be passed in.
  42 
  43 param.jvm-system-properties.name=JVM System Properties
  44 param.jvm-system-properties.description=JVM System Properties (of the -Dname\=value variety).
  45 
  46 param.license-file.name=License
  47 param.license-file.description=The license file, relative to the assembled application directory.
  48 
  49 param.license-type.name=
  50 param.license-type.description=
  51 param.license-type.default=Unknown
  52 
  53 param.main-class.name=Main Class
  54 param.main-class.description=The main class for the application.  Either a javafx.application.Application instance or a java class with a main method.
  55 
  56 param.classpath.name=Main Jar Classpath
  57 param.classpath.description=The classpath from the main jar of the application, relative to the assembled application directory.
  58 
  59 param.main-jar.name=Main Jar
  60 param.main-jar.description=The main jar of the application.  This jar should have the main-class, and is relative to the assembled application dir.
  61 
  62 param.service-hint.name=Service Hint
  63 param.service-hint.description=The bundler should register the application as service/daemon
  64 
  65 param.start-on-install.name=Start On Install
  66 param.start-on-install.description=Controls whether the service/daemon should be started on install
  67 
  68 param.stop-on-uninstall.name=Stop On Uninstall
  69 param.stop-on-uninstall.description=Controls whether the service/daemon should be stopped on uninstall
  70 
  71 param.run-at-startup.name=Run At Startup
  72 param.run-at-startup.description=Controls whether the service/daemon should be started during system startup
  73 
  74 param.sign-bundle.name=Sign Bundle
  75 param.sign-bundle.description=If the bundler supports signing, request that the bundle be signed.  Default value varies between bundlers.  Bundlers that do not support signing will silently ignore this setting.
  76 
  77 param.menu-shortcut-hint.name=Menu Hint
  78 param.menu-shortcut-hint.description=If the bundler can add the application to the system menu, should it?
  79 
  80 param.name.name=Name
  81 param.name.description=The name of the application.
  82 
  83 param.preferences-id.name=Preferences ID
  84 param.preferences-id.description=The preferences node to search for User JVM Options.  The format be a slash delimited version of the main package name, such as "com/example/myapplication".
  85 
  86 param.preloader.name=JavaFX Preloader Class Name
  87 param.preloader.description=For JavaFX applications only, this is the Fully Qualified Class Name of the preloader class.  This class needs to exist in the classpath, preferably early in the path.
  88 
  89 param.runtime.name=JRE
  90 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.
  91 
  92 param.system-wide.name=System Wide
  93 param.system-wide.description=Should this application attempt to install itself system wide, or only for each user?  Null means use the system default.
  94 
  95 param.title.name=Title
  96 param.title.description=A title for the application.
  97 
  98 param.use-javafx-packaging.name=FX Packaging
  99 param.use-javafx-packaging.description=Should we use the JavaFX packaging conventions?
 100 
 101 param.user-jvm-options.name=User JVM Options
 102 param.user-jvm-options.description=JVM Options the user may override, along with their default values.
 103 
 104 param.vendor.name=Vendor
 105 param.vendor.description=The vendor of the application.
 106 param.vendor.default=Unknown
 107 
 108 param.version.name=Version
 109 param.version.description=The version of this application.
 110 param.version.default=1.0
 111 
 112 param.verbose.name=Verbose
 113 param.verbose.description=Flag to print out more information and saves configuration files for bundlers.
 114 
 115 param.drop-in-resources-root.name=Drop-In Resources Root
 116 param.drop-in-resources-root.description=The directory to look for bundler specific drop in resources.  If not set the classpath will be searched.
 117 
 118 param.secondary-launchers.name=Secondary Launchers
 119 param.secondary-launchers.description=A collection of bundle param info for secondary launchers
 120 
 121 param.file-associations.name=File Associations
 122 param.file-associations.description=A list of maps where each map describes a file association.  Uses the "fileAssociation." series of bundle arguments in each map.
 123 
 124 param.fa-extension.name=File Association Extension
 125 param.fa-extension.description=The File Extension to be associated, just the extension no dots.
 126 
 127 param.fa-content-type.name=File Association Content Type
 128 param.fa-content-type.description=Content Type to be associated.  Such as application/x-vnd.my-awesome-app.
 129 
 130 param.fa-icon.name=File Association Icon
 131 param.fa-icon.description=The Icon to be used for associated files.  Defaults to the application icon.
 132 
 133 param.fa-description.name=File Association Description
 134 param.fa-description.description=The description to be used for associated files.  The default is "<appName> File".
 135 
 136 error.required-parameter={0} is a required parameter.
 137 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
 138 error.no-main-class-with-main-jar.advice=Please specify a applicationClass or ensure that the jar {0} specifies one in the manifest.
 139 error.no-main-class-with-classpath=An application class was not specified nor was one found in the supplied classpath
 140 error.no-main-class-with-classpath.advice=Please specify a applicationClass or ensure that the classpath has a jar containing one in the manifest.
 141 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
 142 error.no-main-class.advice=Please specify a applicationClass or ensure that the appResources has a jar containing one in the manifest.
 143 error.main-jar-does-not-exist=The configured main jar does not exist {0}
 144 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the app resources (not an absolute path), and must exist within those resources.
 145 
 146 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}
 147 message.main-class-does-not-match-specified-main=The jar {0} has a main class {1} that does not match the declared main {2}