1 #
   2 # Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 #
  26 
  27 param.images-root.name=Image Root
  28 param.images-root.description=Image Root
  29 param.config-root.name=Config Root
  30 param.config-root.description=Config root dir
  31 param.create-image.name=Create Image
  32 param.create-image.description=Creates platform-specific application image.
  33 param.create-installer.name=Create Installer
  34 param.create-installer.description=Creates platform-specific installer for the application.
  35 param.create-jre-installer.name=Create JRE Installer
  36 param.create-jre-installer.description=Creates platform-specific JRE installer.
  37 param.app-name.name=App Name
  38 param.app-name.description=The name of the application.
  39 param.app-resource.description=All of the files to place in the resources directory.  Including all needed jars as assets.
  40 param.app-resources.name=Resources
  41 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.
  42 param.app-resources-list.name=Resources List
  43 param.build-root.name=Build Root
  44 param.build-root.description=The directory in which to use and place temporary files.
  45 param.category.name=Category
  46 param.category.description=The category or group of the application.  Generally speaking you will also want to specify application specific categories as well.
  47 param.category.default=Unknown
  48 param.copyright.name=Copyright
  49 param.copyright.description=The copyright for the application.
  50 param.copyright.default=Copyright (C) {0,date,YYYY}
  51 param.description.name=Description
  52 param.description.description=A longer description of the application
  53 param.description.default=none
  54 param.icon-file.name=Icon
  55 param.icon-file.description=The main icon of the application bundle.
  56 param.identifier.name=Identifier
  57 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.
  58 param.arguments.name=Command Line Arguments
  59 param.arguments.description=Command Line Arguments to be passed to the main class if no arguments are specified by the launcher.
  60 param.jvm-options.name=JVM Options
  61 param.jvm-options.description=JVM flags and options to be passed in.
  62 param.jvm-system-properties.name=JVM System Properties
  63 param.jvm-system-properties.description=JVM System Properties (of the -Dname\=value variety).
  64 param.license-file.name=License
  65 param.license-file.description=The license file, relative to the assembled application directory.
  66 param.main-class.name=Main Class
  67 param.main-class.description=The main class for the application.  Either a javafx.application.Application instance or a java class with a main method.
  68 param.main-module.name=Main Module
  69 param.main-module.description=The main module for the application.  This is the module containing the main class.
  70 param.classpath.name=Main Jar Classpath
  71 param.classpath.description=The classpath from the main jar of the application, relative to the assembled application directory.
  72 param.main-jar.name=Main Jar
  73 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.
  74 param.name.name=Name
  75 param.name.description=The name of the application.
  76 param.preferences-id.name=Preferences ID
  77 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".
  78 param.title.name=Title
  79 param.title.description=A title for the application.
  80 param.vendor.name=Vendor
  81 param.vendor.description=The vendor of the application.
  82 param.vendor.default=Unknown
  83 param.predefined-app-image.name=Predefined Application Image
  84 param.predefined-app-image.description=Location of the predefined application image that is used to build an installable package.
  85 param.predefined-runtime-image.name=Predefined Runtime Image
  86 param.predefined-runtime-image.description=Location of the custom runtime image that is used to build an application image and installable packages.
  87 param.version.name=Version
  88 param.version.description=The version of this application.
  89 param.version.default=1.0
  90 param.verbose.name=Verbose
  91 param.verbose.description=Flag to print out more information and saves configuration files for bundlers.
  92 param.overwrite.name=Overwrite
  93 param.overwrite.description=Flag to allow removal of existing application output directory
  94 param.resource-dir.name=Resource Dir
  95 param.resource-dir.description=The directory to look for bundler specific resources.
  96 param.secondary-launchers.name=Secondary Launchers
  97 param.secondary-launchers.description=A collection of bundle param info for secondary launchers
  98 param.file-associations.name=File Associations
  99 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.
 100 param.fa-extension.name=File Association Extension
 101 param.fa-extension.description=The File Extension to be associated, just the extension no dots.
 102 param.fa-content-type.name=File Association Content Type
 103 param.fa-content-type.description=Content Type to be associated.  Such as application/x-vnd.my-awesome-app.
 104 param.fa-icon.name=File Association Icon
 105 param.fa-icon.description=The Icon to be used for associated files.  Defaults to the application icon.
 106 param.fa-description.name=File Association Description
 107 param.fa-description.description=The description to be used for associated files.  The default is "<appName> File".
 108 param.source-dir.name=Source Directory
 109 param.source-dir.description=Path to the directory containing the files to be bundled.
 110 param.module-path.name=Module Path
 111 param.module-path.description=When packaging the Java Runtime, this is the path jlink will look in for modules.
 112 param.add-modules.name=Add Modules
 113 param.add-modules.description=List of Modules to add to JImage creation, including possible services.
 114 param.limit-modules.name=Limit Modules
 115 param.limit-modules.description=Modules to Limit JImage creation to.
 116 param.strip-executables.name=Strip Native Executables
 117 param.strip-executables.description=Removes native executables from the JImage creation.
 118 param.main.module.name=Main Module
 119 param.main.module.description=The main module of the application.  This module should have the main-class, and is on the module path.
 120 param.install-dir.name=Installation Directory
 121 param.install-dir.description=Installation directory of the application.
 122 
 123 message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize)
 124 message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize)
 125 message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1})
 126 message.using-custom-resource=Using custom package resource {0} (loaded from {1})
 127 message.creating-app-bundle=Creating app bundle\: {0} in {1}
 128 message.detected.modules="Automatically adding detected modules: {0}."
 129 message.modules="Adding modules: {0} to runtime image."
 130 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
 131 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
 132 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists
 133 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
 134 message.debug-working-directory=Kept working directory for debug\: {0}
 135 
 136 error.cannot-create-output-dir=Output directory {0} cannot be created.
 137 error.cannot-write-to-output-dir=Output directory {0} is not writable.
 138 error.root-exists-without-overwrite=Error: Application output directory {0} already exists and --overwrite is not specified
 139 error.no-application-class=Main application class is missing.
 140 error.no-application-class.advice=Please specify main application class.
 141 error.no-main-module=Main application module is missing.
 142 error.no-main-module.advice=Make sure to use fx\:module task to create modular application.
 143 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
 144 error.no-main-class-with-main-jar.advice=Please specify a application class or ensure that the jar {0} specifies one in the manifest.
 145 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
 146 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
 147 error.main-jar-does-not-exist=The configured main jar does not exist {0}
 148 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.
 149 
 150 warning.module.does.not.exist=Module [{0}] does not exist.
 151 warning.no.jdk.modules.found=Warning: No JDK Modules found.
 152 warning.unsupported.option=Warning: Option [{0}] is not supported on this platform.
 153 warning.unsupported.mode.option=Warning: Option [{0}] is not supported in {1} mode.
 154 warning.missing.arg.file=Warning: Missing argument file: {0}
 155 
 156 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
 157 MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform.
 158 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem\: {1}  \n\
 159 Advice to fix\: {2}
 160 MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem\: {1}
 161 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}
 162 MSG_Version=jpackage version
 163 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
 164 
 165 
 166 ERR_MissingMode=Error: Mode is not specified
 167 ERR_MissingArgument=Error: Missing argument: {0}
 168 ERR_MissingAppResources=Error: No application jars found
 169 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
 170 ERR_AppImageInvalid=Error: App image directory "{0}" does not contain "app" sub-directory
 171 ERR_NoSecondaryLauncherName=Error: Secondary Launchers require a name parameter.
 172 ERR_NoUniqueName=Error: Secondary Launchers require a unique name parameter.
 173 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter.
 174 ERR_InvalidAppName=Error: Invalid Application name: {0}.
 175 ERR_InvalidSLName=Error: Invalid Secondary Launcher name: {0}.
 176 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
 177 ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory.
 178 ERR_InvalidOption=Error: Invalid Option: [{0}]
 179 ERR_VersionComparison=Error: Failed to compare version {0} with {1}.