|
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.icon-file.name=Icon |
|
29 param.icon-file.description=The main icon of the application bundle. |
|
30 |
|
31 param.identifier.name=Identifier |
|
32 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. |
|
33 |
|
34 param.arguments.name=Command Line Arguments |
|
35 param.arguments.description=Command Line Arguments to be passed to the main class if no arguments are specified by the launcher. |
|
36 |
|
37 param.jvm-options.name=JVM Options |
|
38 param.jvm-options.description=JVM flags and options to be passed in. |
|
39 |
|
40 param.jvm-system-properties.name=JVM System Properties |
|
41 param.jvm-system-properties.description=JVM System Properties (of the -Dname\=value variety). |
|
42 |
|
43 param.license-file.name=License |
|
44 param.license-file.description=The license file, relative to the assembled application directory. |
|
45 |
|
46 param.source-files.name=Files |
|
47 param.source-files.description=Set of files from input directory to be bundled. |
|
48 |
|
49 param.main-class.name=Main Class |
|
50 param.main-class.description=The main class for the application. Either a javafx.application.Application instance or a java class with a main method. |
|
51 |
|
52 param.main-module.name=Main Module |
|
53 param.main-module.description=The main module for the application. This is the module containing the main class. |
|
54 |
|
55 param.classpath.name=Main Jar Classpath |
|
56 param.classpath.description=The classpath from the main jar of the application, relative to the assembled application directory. |
|
57 |
|
58 param.main-jar.name=Main Jar |
|
59 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. |
|
60 |
|
61 param.service-hint.name=Service Hint |
|
62 param.service-hint.description=The bundler should register the application as service/daemon |
|
63 |
|
64 param.start-on-install.name=Start On Install |
|
65 param.start-on-install.description=Controls whether the service/daemon should be started on install |
|
66 |
|
67 param.stop-on-uninstall.name=Stop On Uninstall |
|
68 param.stop-on-uninstall.description=Controls whether the service/daemon should be stopped on uninstall |
|
69 |
|
70 param.run-at-startup.name=Run At Startup |
|
71 param.run-at-startup.description=Controls whether the service/daemon should be started during system startup |
|
72 |
|
73 param.name.name=Name |
|
74 param.name.description=The name of the application. |
|
75 |
|
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 |
|
79 param.preloader.name=JavaFX Preloader Class Name |
|
80 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. |
|
81 |
|
82 param.runtime.name=JRE |
|
83 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. |
|
84 |
|
85 param.title.name=Title |
|
86 param.title.description=A title for the application. |
|
87 |
|
88 param.use-javafx-packaging.name=FX Packaging |
|
89 param.use-javafx-packaging.description=Should we use the JavaFX packaging conventions? |
|
90 |
|
91 param.user-jvm-options.name=User JVM Options |
|
92 param.user-jvm-options.description=JVM Options the user may override, along with their default values. |
|
93 |
|
94 param.vendor.name=Vendor |
|
95 param.vendor.description=The vendor of the application. |
|
96 param.vendor.default=Unknown |
|
97 |
|
98 param.predefined-app-image.name=Predefined Application Image |
|
99 param.predefined-app-image.description=Location of the predefined application image that is used to build an installable package. |
|
100 |
|
101 param.predefined-runtime-image.name=Predefined Runtime Image |
|
102 param.predefined-runtime-image.description=Location of the custom runtime image that is used to build an application image and installable packages. |
|
103 |
|
104 param.version.name=Version |
|
105 param.version.description=The version of this application. |
|
106 param.version.default=1.0 |
|
107 |
|
108 param.verbose.name=Verbose |
|
109 param.verbose.description=Flag to print out more information and saves configuration files for bundlers. |
|
110 |
|
111 param.drop-in-resources-root.name=Drop-In Resources Root |
|
112 param.drop-in-resources-root.description=The directory to look for bundler specific drop in resources. If not set the classpath will be searched. |
|
113 |
|
114 param.secondary-launchers.name=Secondary Launchers |
|
115 param.secondary-launchers.description=A collection of bundle param info for secondary launchers |
|
116 |
|
117 param.file-associations.name=File Associations |
|
118 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. |
|
119 |
|
120 param.fa-extension.name=File Association Extension |
|
121 param.fa-extension.description=The File Extension to be associated, just the extension no dots. |
|
122 |
|
123 param.fa-content-type.name=File Association Content Type |
|
124 param.fa-content-type.description=Content Type to be associated. Such as application/x-vnd.my-awesome-app. |
|
125 |
|
126 param.fa-icon.name=File Association Icon |
|
127 param.fa-icon.description=The Icon to be used for associated files. Defaults to the application icon. |
|
128 |
|
129 param.fa-description.name=File Association Description |
|
130 param.fa-description.description=The description to be used for associated files. The default is "<appName> File". |
|
131 |
|
132 param.commercial-features.name=Unlock Commercial Features |
|
133 param.commercial-features.description=Some options require commercial features to be unlocked. This must be passed in as true to unlock those features. Otherwise they will be ignored. |
|
134 |
|
135 param.com-app-cds.name=Enable AppCDS |
|
136 param.com-app-cds.description=Enabled and package with Application Class Data Sharing, including generation of .jsa file. |
|
137 |
|
138 param.com-app-cds-cache-mode.name=AppCDS Cache Mode |
|
139 param.com-app-cds-cache-mode.description=The mode in which the AppCDS .jpa files are generated and cached. Current values are 'install', 'auto', and 'auto+install'. |
|
140 |
|
141 param.com-app-cds-root.name=AppCDS Root Classes |
|
142 param.com-app-cds-root.description=List of "root classes" for AppCDS to generate class sharing data from. Default is the main class. |
|
143 |
|
144 param.source-dir.name=Source Directory |
|
145 param.source-dir.description=Path to the directory containing the files to be bundled. |
|
146 |
|
147 param.module-path.name=Module Path |
|
148 param.module-path.description=When packaging the Java Runtime, this is the path JLink will look in for modules. |
|
149 |
|
150 param.add-modules.name=Add Modules |
|
151 param.add-modules.description=List of Modules to add to JImage creation, including possible services. |
|
152 |
|
153 param.limit-modules.name=Limit Modules |
|
154 param.limit-modules.description=Modules to Limit JImage creation to. |
|
155 |
|
156 param.strip-executables.name=Strip Native Executables |
|
157 param.strip-executables.description=Removes native executables from the JImage creation. |
|
158 |
|
159 param.main.module.name=Main Module |
|
160 param.main.module.description=The main module of the application. This module should have the main-class, and is on the module path. |
|
161 |
|
162 param.singleton.name=Singleton |
|
163 param.singleton.description=Prevents from launching multiple instances of application. |
|
164 |
|
165 param.install-dir.name=Installation Directory |
|
166 param.install-dir.description=Installation directory of the application. |
|
167 |
|
168 param.echo-mode.name=Echo Mode |
|
169 param.echo-mode.description=Outputs (without executing) native packaging commands so that users can use this as a starting point for addressing more complex needs. |
|
170 |
|
171 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists |
|
172 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists |
|
173 |
|
174 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists |
|
175 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists |
|
176 |
|
177 error.required-parameter={0} is a required parameter. |
|
178 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0} |
|
179 error.no-main-class-with-main-jar.advice=Please specify a applicationClass or ensure that the jar {0} specifies one in the manifest. |
|
180 error.no-main-class-with-classpath=An application class was not specified nor was one found in the supplied classpath |
|
181 error.no-main-class-with-classpath.advice=Please specify a applicationClass or ensure that the classpath has a jar containing one in the manifest. |
|
182 error.no-main-class=An application class was not specified nor was one found in the supplied application resources |
|
183 error.no-main-class.advice=Please specify a applicationClass or ensure that the appResources has a jar containing one in the manifest. |
|
184 error.main-jar-does-not-exist=The configured main jar does not exist {0} |
|
185 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. |
|
186 |
|
187 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} |
|
188 message.main-class-does-not-match-specified-main=The jar {0} has a main class {1} that does not match the declared main {2} |
|
189 |
|
190 warning.no.jdk.modules.found=Warning: No JDK Modules found. |