< prev index next >

src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources.properties

Print this page

        

*** 22,126 **** # or visit www.oracle.com if you need additional information or have any # questions. # # - param.images-root.name=Image Root - param.images-root.description=Image Root - param.config-root.name=Config Root - param.config-root.description=Config root dir - param.create-image.name=Create Image - param.create-image.description=Creates platform-specific application image. - param.create-installer.name=Create Installer - param.create-installer.description=Creates platform-specific installer for the application. - param.create-jre-installer.name=Create JRE Installer - param.create-jre-installer.description=Creates platform-specific JRE installer. - 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.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. - param.app-resources-list.name=Resources List - 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 or 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.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.arguments.name=Command Line Arguments - param.arguments.description=Command Line Arguments to be passed to the main class if no arguments are specified by the launcher. - 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-file.name=License - param.license-file.description=The license file, relative to the assembled application directory. - 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-module.name=Main Module - param.main-module.description=The main module for the application. This is the module containing the main class. - param.classpath.name=Main Jar Classpath - param.classpath.description=The classpath from the main jar of the application, relative to the assembled application directory. - param.main-jar.name=Main Jar - 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. - param.name.name=Name - param.name.description=The name of the application. - param.preferences-id.name=Preferences ID - 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". - param.title.name=Title - param.title.description=A title for the application. - param.vendor.name=Vendor - param.vendor.description=The vendor of the application. param.vendor.default=Unknown - param.predefined-app-image.name=Predefined Application Image - param.predefined-app-image.description=Location of the predefined application image that is used to build an installable package. - param.predefined-runtime-image.name=Predefined Runtime Image - param.predefined-runtime-image.description=Location of the custom runtime image that is used to build an application image and installable packages. - 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. - param.overwrite.name=Overwrite - param.overwrite.description=Flag to allow removal of existing application output directory - param.resource-dir.name=Resource Dir - param.resource-dir.description=The directory to look for bundler specific resources. - param.secondary-launchers.name=Secondary Launchers - param.secondary-launchers.description=A collection of bundle param info for secondary launchers - param.file-associations.name=File Associations - 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. - param.fa-extension.name=File Association Extension - param.fa-extension.description=The File Extension to be associated, just the extension no dots. - param.fa-content-type.name=File Association Content Type - param.fa-content-type.description=Content Type to be associated. Such as application/x-vnd.my-awesome-app. - param.fa-icon.name=File Association Icon - param.fa-icon.description=The Icon to be used for associated files. Defaults to the application icon. - param.fa-description.name=File Association Description - param.fa-description.description=The description to be used for associated files. The default is "<appName> File". - param.source-dir.name=Source Directory - param.source-dir.description=Path to the directory containing the files to be bundled. - param.module-path.name=Module Path - param.module-path.description=When packaging the Java Runtime, this is the path jlink will look in for modules. - param.add-modules.name=Add Modules - param.add-modules.description=List of Modules to add to JImage creation, including possible services. - param.limit-modules.name=Limit Modules - param.limit-modules.description=Modules to Limit JImage creation to. - param.strip-executables.name=Strip Native Executables - param.strip-executables.description=Removes native executables from the JImage creation. - param.main.module.name=Main Module - param.main.module.description=The main module of the application. This module should have the main-class, and is on the module path. - param.install-dir.name=Installation Directory - param.install-dir.description=Installation directory of the application. message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize) message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize) message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1}) message.using-custom-resource=Using custom package resource {0} (loaded from {1}) --- 22,36 ----
*** 133,143 **** message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists message.debug-working-directory=Kept working directory for debug\: {0} error.cannot-create-output-dir=Output directory {0} cannot be created. error.cannot-write-to-output-dir=Output directory {0} is not writable. ! error.root-exists-without-overwrite=Error: Application output directory {0} already exists and --overwrite is not specified error.no-application-class=Main application class is missing. error.no-application-class.advice=Please specify main application class. error.no-main-module=Main application module is missing. error.no-main-module.advice=Make sure to use fx\:module task to create modular application. error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0} --- 43,53 ---- message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists message.debug-working-directory=Kept working directory for debug\: {0} error.cannot-create-output-dir=Output directory {0} cannot be created. error.cannot-write-to-output-dir=Output directory {0} is not writable. ! error.root-exists=Error: Application output directory {0} already exists error.no-application-class=Main application class is missing. error.no-application-class.advice=Please specify main application class. error.no-main-module=Main application module is missing. error.no-main-module.advice=Make sure to use fx\:module task to create modular application. error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
*** 147,158 **** error.main-jar-does-not-exist=The configured main jar does not exist {0} 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. warning.module.does.not.exist=Module [{0}] does not exist. warning.no.jdk.modules.found=Warning: No JDK Modules found. - warning.unsupported.option=Warning: Option [{0}] is not supported on this platform. - warning.unsupported.mode.option=Warning: Option [{0}] is not supported in {1} mode. warning.missing.arg.file=Warning: Missing argument file: {0} MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform. MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem\: {1} \n\ --- 57,66 ----
*** 161,179 **** MSG_BundlerRuntimeException=Bundler {0} failed because of {1} MSG_Version=jpackage version MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. ERR_MissingMode=Error: Mode is not specified ERR_MissingArgument=Error: Missing argument: {0} ERR_MissingAppResources=Error: No application jars found ERR_AppImageNotExist=Error: App image directory "{0}" does not exist ERR_AppImageInvalid=Error: App image directory "{0}" does not contain "app" sub-directory ! ERR_NoSecondaryLauncherName=Error: Secondary Launchers require a name parameter. ! ERR_NoUniqueName=Error: Secondary Launchers require a unique name parameter. ERR_NoJreInstallerName=Error: Jre Installers require a name parameter. ERR_InvalidAppName=Error: Invalid Application name: {0}. ! ERR_InvalidSLName=Error: Invalid Secondary Launcher name: {0}. ERR_LicenseFileNotExit=Error: Specified license file does not exist. ! ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory. ERR_InvalidOption=Error: Invalid Option: [{0}] ERR_VersionComparison=Error: Failed to compare version {0} with {1}. --- 69,96 ---- MSG_BundlerRuntimeException=Bundler {0} failed because of {1} MSG_Version=jpackage version MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. + + ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform. + ERR_NotImageOption=Error: Option [{0}] is not valid in create-image mode. + ERR_NotInstallerOption=Error: Option [{0}] is not valid with --app-image option + ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option. + ERR_MissingMode=Error: Mode is not specified ERR_MissingArgument=Error: Missing argument: {0} ERR_MissingAppResources=Error: No application jars found ERR_AppImageNotExist=Error: App image directory "{0}" does not exist ERR_AppImageInvalid=Error: App image directory "{0}" does not contain "app" sub-directory ! ERR_NoAddLauncherName=Error: Add Launchers require a name parameter. ! ERR_NoUniqueName=Error: Add Launchers require a unique name parameter. ERR_NoJreInstallerName=Error: Jre Installers require a name parameter. ERR_InvalidAppName=Error: Invalid Application name: {0}. ! ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}. ERR_LicenseFileNotExit=Error: Specified license file does not exist. ! ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory. ERR_InvalidOption=Error: Invalid Option: [{0}] ERR_VersionComparison=Error: Failed to compare version {0} with {1}. + ERR_InvalidInstallerType=Error: Invalid or Unsupported Installer type: [{0}]. + ERR_BothMainJarAndModule="Error: Cannot have both --main-jar and --module Options" + ERR_NoEntryPoint="Error: create-image requires --main-jar or --module Option"
< prev index next >