1 bundler.name=WebStart JNLP Bundler
   2 bundler.description=Creates JNLP files and directory layout for WebStart invocation of the application.
   3 
   4 param.out-file.name=Output JNLP File
   5 param.out-file.description=The name of te JNLP file to output
   6 
   7 param.swing-app.name=Package as Swing App
   8 param.swing-app.description=Should the JavaFX app be packaged as a swing app?
   9 
  10 param.include-deployment-toolkit.name=Use Deployment Toolkit
  11 param.include-deployment-toolkit.description=Should the generated HTML pages use the Java Deployment Toolkit?
  12 
  13 param.embed-jnlp.name=Embed JNLP
  14 param.embed-jnlp.description=Should the JNLP file be embedded in the HTML page?
  15 
  16 param.extension.name=Extension
  17 param.extension.description=Should the JNLP file be generated as a WebStart Extension?
  18 
  19 param.templates.name=Templates Map
  20 param.templates.description=A Map of the source and target of templates to be updated
  21 
  22 param.codebase.name=Codebase
  23 param.codebase.description=The value of the codebase attribute to use in the JNLP File
  24 
  25 param.placeholder.name=Placeholder
  26 param.placeholder.description=The name of the placeholder in the HTML File
  27 
  28 param.offline-allowed.name=Offline Allowed
  29 param.offline-allowed.description=Should the JNLP file allow offline use? (<offile-allowed/> element)
  30 
  31 param.all-permissions.name=All Permissions
  32 param.all-permissions.description=Should the JNLP file request all permissions (<all-permissions/> element)
  33 
  34 param.width.name=Width
  35 param.width.description=Width of the applet in the JNLP File.
  36 
  37 param.height.name=Height
  38 param.height.description=Height of the applet in the JNLP File.
  39 
  40 param.embedded-width.name=Embedded Width
  41 param.embedded-width.description=The width of the embedded applet, if different from the JNLP file.
  42 
  43 param.embedded-height.name=Embedded Height
  44 param.embedded-height.description=The height of the embedded applet, if different from the JNLP file.
  45 
  46 param.fallback-app.name=Fallback Application Class
  47 param.fallback-app.description=Fully Qualified Name of the class to use as a Fallback applicaiton.
  48 
  49 param.update-mode.name=Update Mode
  50 param.update-mode.description=JNLP Update Mode to use.
  51 
  52 param.fx-platform.name=FX Platform
  53 param.fx-platform.description=Version of the FX Platform to request (default is 8.0).
  54 
  55 param.jre-platform.name=JRE Platform
  56 param.jre-platform.description=Platform version of the JRE to request (default is 1.8+).
  57 
  58 param.icons.name=Icons
  59 param.icons.description=A list of maps of icon configuration data.
  60 
  61 param.params.name=JavaFX Application Parameters
  62 param.params.description=Application parameters to be passed into the Java FX Application.
  63 
  64 param.escaped-applet-params.name=Escaped Applet Parameters
  65 param.escaped-applet-params.description=Parameters to be passed into the Deployment Toolkit in an escaped or quoted form.
  66 
  67 param.applet-params.name=Applet Parameters
  68 param.applet-params.description=Parameters to be passed into the Deployment Toolkit without escaping or quoting.
  69 
  70 param.js-callbacks.name=JavaScript Callbacks
  71 param.js-callbacks.description=A comma separated list of colin delimited callback mappings for the deployment toolkit.
  72 
  73 param.menu-install-hint.name=JNLP Install Hint
  74 param.menu-install-hint.description=Should the generated JNLP be configured to suggest install.
  75 
  76 param.icons-href.name=Icon href
  77 param.icons-href.description=In the icons map, the href of the icon
  78 
  79 param.icons-kind.name=Icon Kind
  80 param.icons-kind.description=In the icons map, the kind of the icon (splash, default, etc).
  81 
  82 param.icons-width.name=Icon width
  83 param.icons-width.description=In the icons map, the width of the icon
  84 
  85 param.icons-height.name=Icon height
  86 param.icons-height.description=In the icons map, the height of the icon
  87 
  88 param.icons-depth.name=Icon Color Depth
  89 param.icons-depth.description=In the icons map, the color depth of the icon
  90 
  91 error.no-outfile=No OutFile Specificed
  92 error.no-outfile.advice=Please specify the name of the JNLP Outut file in 'jnlp.outfile'
  93 
  94 error.no-app-resources=No Applicaiton Resources Specified.
  95 error.no-app-resources.advice=Plase specify the jars and other resources in 'appResources'
  96 
  97 error.jar-no-self-copy=Skip jar copy to itself\: {0}