22 # or visit www.oracle.com if you need additional information or have any |
22 # or visit www.oracle.com if you need additional information or have any |
23 # questions. |
23 # questions. |
24 # |
24 # |
25 # |
25 # |
26 |
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 |
27 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} |
28 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 |
29 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 |
30 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 |
31 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 |
32 |
123 message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize) |
33 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) |
34 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}) |
35 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}) |
36 message.using-custom-resource=Using custom package resource {0} (loaded from {1}) |
161 MSG_BundlerRuntimeException=Bundler {0} failed because of {1} |
69 MSG_BundlerRuntimeException=Bundler {0} failed because of {1} |
162 MSG_Version=jpackage version |
70 MSG_Version=jpackage version |
163 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
71 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle. |
164 |
72 |
165 |
73 |
|
74 |
|
75 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform. |
|
76 ERR_NotImageOption=Error: Option [{0}] is not valid in create-image mode. |
|
77 ERR_NotInstallerOption=Error: Option [{0}] is not valid with --app-image option |
|
78 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option. |
|
79 |
166 ERR_MissingMode=Error: Mode is not specified |
80 ERR_MissingMode=Error: Mode is not specified |
167 ERR_MissingArgument=Error: Missing argument: {0} |
81 ERR_MissingArgument=Error: Missing argument: {0} |
168 ERR_MissingAppResources=Error: No application jars found |
82 ERR_MissingAppResources=Error: No application jars found |
169 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist |
83 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist |
170 ERR_AppImageInvalid=Error: App image directory "{0}" does not contain "app" sub-directory |
84 ERR_AppImageInvalid=Error: App image directory "{0}" does not contain "app" sub-directory |
171 ERR_NoSecondaryLauncherName=Error: Secondary Launchers require a name parameter. |
85 ERR_NoAddLauncherName=Error: Add Launchers require a name parameter. |
172 ERR_NoUniqueName=Error: Secondary Launchers require a unique name parameter. |
86 ERR_NoUniqueName=Error: Add Launchers require a unique name parameter. |
173 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter. |
87 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter. |
174 ERR_InvalidAppName=Error: Invalid Application name: {0}. |
88 ERR_InvalidAppName=Error: Invalid Application name: {0}. |
175 ERR_InvalidSLName=Error: Invalid Secondary Launcher name: {0}. |
89 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}. |
176 ERR_LicenseFileNotExit=Error: Specified license file does not exist. |
90 ERR_LicenseFileNotExit=Error: Specified license file does not exist. |
177 ERR_BuildRootInvalid=Error: build-root ({0}) must be empty directory. |
91 ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory. |
178 ERR_InvalidOption=Error: Invalid Option: [{0}] |
92 ERR_InvalidOption=Error: Invalid Option: [{0}] |
179 ERR_VersionComparison=Error: Failed to compare version {0} with {1}. |
93 ERR_VersionComparison=Error: Failed to compare version {0} with {1}. |
|
94 ERR_InvalidInstallerType=Error: Invalid or Unsupported Installer type: [{0}]. |
|
95 ERR_BothMainJarAndModule="Error: Cannot have both --main-jar and --module Options" |
|
96 ERR_NoEntryPoint="Error: create-image requires --main-jar or --module Option" |