src/jdk.packager/share/classes/jdk/packager/internal/resources/StandardBundlerParam.properties
branchJDK-8200758-branch
changeset 56982 e094d5483bd6
parent 56933 9f59eeb3cc0f
child 56986 5c3dae7af901
equal deleted inserted replaced
56963:eaca4369b068 56982:e094d5483bd6
       
     1 #
       
     2 # Copyright (c) 2017, 2018, 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 
     1 param.app-name.name=App Name
    27 param.app-name.name=App Name
     2 param.app-name.description=The name of the application.
    28 param.app-name.description=The name of the application.
     3 
    29 
     4 param.app-fs-name.name=App File System Name
    30 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.
    31 param.app-fs-name.description=The name of the application suitable for file system use.  Typically this is just letters, numbers, dots, and dashes.
    74 param.name.description=The name of the application.
   100 param.name.description=The name of the application.
    75 
   101 
    76 param.preferences-id.name=Preferences ID
   102 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".
   103 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 
   104 
    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
   105 param.title.name=Title
    86 param.title.description=A title for the application.
   106 param.title.description=A title for the application.
    87 
   107 
    88 param.use-javafx-packaging.name=FX Packaging
   108 param.use-javafx-packaging.name=FX Packaging
    89 param.use-javafx-packaging.description=Should we use the JavaFX packaging conventions?
   109 param.use-javafx-packaging.description=Should we use the JavaFX packaging conventions?
   124 param.fa-icon.description=The Icon to be used for associated files.  Defaults to the application icon.
   144 param.fa-icon.description=The Icon to be used for associated files.  Defaults to the application icon.
   125 
   145 
   126 param.fa-description.name=File Association Description
   146 param.fa-description.name=File Association Description
   127 param.fa-description.description=The description to be used for associated files.  The default is "<appName> File".
   147 param.fa-description.description=The description to be used for associated files.  The default is "<appName> File".
   128 
   148 
   129 param.commercial-features.name=Unlock Commercial Features
       
   130 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.
       
   131 
       
   132 param.com-app-cds.name=Enable AppCDS
       
   133 param.com-app-cds.description=Enabled and package with Application Class Data Sharing, including generation of .jsa file.
       
   134 
       
   135 param.com-app-cds-cache-mode.name=AppCDS Cache Mode
       
   136 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'.
       
   137 
       
   138 param.com-app-cds-root.name=AppCDS Root Classes
       
   139 param.com-app-cds-root.description=List of "root classes" for AppCDS to generate class sharing data from.  Default is the main class.
       
   140 
       
   141 param.source-dir.name=Source Directory
   149 param.source-dir.name=Source Directory
   142 param.source-dir.description=Path to the directory containing the files to be bundled.
   150 param.source-dir.description=Path to the directory containing the files to be bundled.
   143 
   151 
   144 param.module-path.name=Module Path
   152 param.module-path.name=Module Path
   145 param.module-path.description=When packaging the Java Runtime, this is the path JLink will look in for modules.
   153 param.module-path.description=When packaging the Java Runtime, this is the path JLink will look in for modules.
   169 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
   177 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
   170 
   178 
   171 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists
   179 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists
   172 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
   180 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
   173 
   181 
   174 error.required-parameter={0} is a required parameter.
       
   175 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
   182 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
   176 error.no-main-class-with-main-jar.advice=Please specify a applicationClass or ensure that the jar {0} specifies one in the manifest.
   183 error.no-main-class-with-main-jar.advice=Please specify a applicationClass or ensure that the jar {0} specifies one in the manifest.
   177 error.no-main-class-with-classpath=An application class was not specified nor was one found in the supplied classpath
   184 error.no-main-class-with-classpath=An application class was not specified nor was one found in the supplied classpath
   178 error.no-main-class-with-classpath.advice=Please specify a applicationClass or ensure that the classpath has a jar containing one in the manifest.
   185 error.no-main-class-with-classpath.advice=Please specify a applicationClass or ensure that the classpath has a jar containing one in the manifest.
   179 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
   186 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
   180 error.no-main-class.advice=Please specify a applicationClass or ensure that the appResources has a jar containing one in the manifest.
   187 error.no-main-class.advice=Please specify a applicationClass or ensure that the appResources has a jar containing one in the manifest.
   181 error.main-jar-does-not-exist=The configured main jar does not exist {0}
   188 error.main-jar-does-not-exist=The configured main jar does not exist {0}
   182 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.
   189 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.
   183 
   190 
   184 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}
       
   185 message.main-class-does-not-match-specified-main=The jar {0} has a main class {1} that does not match the declared main {2}
       
   186 
       
   187 warning.no.jdk.modules.found=Warning: No JDK Modules found.
   191 warning.no.jdk.modules.found=Warning: No JDK Modules found.