src/jdk.packager/share/classes/jdk/packager/internal/resources/StandardBundlerParam.properties
branchJDK-8200758-branch
changeset 57017 1b08af362a30
parent 57016 f63f13da91c0
child 57018 9d782e357916
equal deleted inserted replaced
57016:f63f13da91c0 57017:1b08af362a30
     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 
       
    27 param.app-name.name=App Name
       
    28 param.app-name.description=The name of the application.
       
    29 
       
    30 param.app-fs-name.name=App File System Name
       
    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.
       
    32 
       
    33 param.app-resource.description=All of the files to place in the resources directory.  Including all needed jars as assets.
       
    34 param.app-resources.name=Resources
       
    35 
       
    36 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.
       
    37 param.app-resources-list.name=Resources List
       
    38 
       
    39 param.build-root.name=Build Root
       
    40 param.build-root.description=The directory in which to use and place temporary files.
       
    41 
       
    42 param.category.name=Category
       
    43 param.category.description=The category oor group of the application.  Generally speaking you will also want to specify application specific categories as well.
       
    44 param.category.default=Unknown
       
    45 
       
    46 param.copyright.name=Copyright
       
    47 param.copyright.description=The copyright for the application.
       
    48 param.copyright.default=Copyright (C) {0,date,YYYY}
       
    49 
       
    50 param.description.name=Description
       
    51 param.description.description=A longer description of the application
       
    52 param.description.default=none
       
    53 
       
    54 param.icon-file.name=Icon
       
    55 param.icon-file.description=The main icon of the application bundle.
       
    56 
       
    57 param.identifier.name=Identifier
       
    58 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.
       
    59 
       
    60 param.arguments.name=Command Line Arguments
       
    61 param.arguments.description=Command Line Arguments to be passed to the main class if no arguments are specified by the launcher.
       
    62 
       
    63 param.jvm-options.name=JVM Options
       
    64 param.jvm-options.description=JVM flags and options to be passed in.
       
    65 
       
    66 param.jvm-system-properties.name=JVM System Properties
       
    67 param.jvm-system-properties.description=JVM System Properties (of the -Dname\=value variety).
       
    68 
       
    69 param.license-file.name=License
       
    70 param.license-file.description=The license file, relative to the assembled application directory.
       
    71 
       
    72 param.source-files.name=Files
       
    73 param.source-files.description=Set of files from input directory to be bundled.
       
    74 
       
    75 param.main-class.name=Main Class
       
    76 param.main-class.description=The main class for the application.  Either a javafx.application.Application instance or a java class with a main method.
       
    77 
       
    78 param.main-module.name=Main Module
       
    79 param.main-module.description=The main module for the application.  This is the module containing the main class.
       
    80 
       
    81 param.classpath.name=Main Jar Classpath
       
    82 param.classpath.description=The classpath from the main jar of the application, relative to the assembled application directory.
       
    83 
       
    84 param.main-jar.name=Main Jar
       
    85 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.
       
    86 
       
    87 param.name.name=Name
       
    88 param.name.description=The name of the application.
       
    89 
       
    90 param.preferences-id.name=Preferences ID
       
    91 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".
       
    92 
       
    93 param.title.name=Title
       
    94 param.title.description=A title for the application.
       
    95 
       
    96 param.vendor.name=Vendor
       
    97 param.vendor.description=The vendor of the application.
       
    98 param.vendor.default=Unknown
       
    99 
       
   100 param.predefined-app-image.name=Predefined Application Image
       
   101 param.predefined-app-image.description=Location of the predefined application image that is used to build an installable package.
       
   102 
       
   103 param.predefined-runtime-image.name=Predefined Runtime Image
       
   104 param.predefined-runtime-image.description=Location of the custom runtime image that is used to build an application image and installable packages.
       
   105 
       
   106 param.version.name=Version
       
   107 param.version.description=The version of this application.
       
   108 param.version.default=1.0
       
   109 
       
   110 param.verbose.name=Verbose
       
   111 param.verbose.description=Flag to print out more information and saves configuration files for bundlers.
       
   112 
       
   113 param.drop-in-resources-root.name=Drop-In Resources Root
       
   114 param.drop-in-resources-root.description=The directory to look for bundler specific drop in resources.  If not set the classpath will be searched.
       
   115 
       
   116 param.secondary-launchers.name=Secondary Launchers
       
   117 param.secondary-launchers.description=A collection of bundle param info for secondary launchers
       
   118 
       
   119 param.file-associations.name=File Associations
       
   120 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.
       
   121 
       
   122 param.fa-extension.name=File Association Extension
       
   123 param.fa-extension.description=The File Extension to be associated, just the extension no dots.
       
   124 
       
   125 param.fa-content-type.name=File Association Content Type
       
   126 param.fa-content-type.description=Content Type to be associated.  Such as application/x-vnd.my-awesome-app.
       
   127 
       
   128 param.fa-icon.name=File Association Icon
       
   129 param.fa-icon.description=The Icon to be used for associated files.  Defaults to the application icon.
       
   130 
       
   131 param.fa-description.name=File Association Description
       
   132 param.fa-description.description=The description to be used for associated files.  The default is "<appName> File".
       
   133 
       
   134 param.source-dir.name=Source Directory
       
   135 param.source-dir.description=Path to the directory containing the files to be bundled.
       
   136 
       
   137 param.module-path.name=Module Path
       
   138 param.module-path.description=When packaging the Java Runtime, this is the path JLink will look in for modules.
       
   139 
       
   140 param.add-modules.name=Add Modules
       
   141 param.add-modules.description=List of Modules to add to JImage creation, including possible services.
       
   142 
       
   143 param.limit-modules.name=Limit Modules
       
   144 param.limit-modules.description=Modules to Limit JImage creation to.
       
   145 
       
   146 param.strip-executables.name=Strip Native Executables
       
   147 param.strip-executables.description=Removes native executables from the JImage creation.
       
   148 
       
   149 param.main.module.name=Main Module
       
   150 param.main.module.description=The main module of the application.  This module should have the main-class, and is on the module path.
       
   151 
       
   152 param.singleton.name=Singleton
       
   153 param.singleton.description=Prevents from launching multiple instances of application.
       
   154 
       
   155 param.install-dir.name=Installation Directory
       
   156 param.install-dir.description=Installation directory of the application.
       
   157 
       
   158 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
       
   159 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
       
   160 
       
   161 message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists
       
   162 message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
       
   163 
       
   164 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
       
   165 error.no-main-class-with-main-jar.advice=Please specify a applicationClass or ensure that the jar {0} specifies one in the manifest.
       
   166 error.no-main-class-with-classpath=An application class was not specified nor was one found in the supplied classpath
       
   167 error.no-main-class-with-classpath.advice=Please specify a applicationClass or ensure that the classpath has a jar containing one in the manifest.
       
   168 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
       
   169 error.no-main-class.advice=Please specify a applicationClass or ensure that the appResources has a jar containing one in the manifest.
       
   170 error.main-jar-does-not-exist=The configured main jar does not exist {0}
       
   171 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.
       
   172 
       
   173 warning.no.jdk.modules.found=Warning: No JDK Modules found.