src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties
author herrick
Fri, 21 Dec 2018 07:40:47 -0500
branchJDK-8200758-branch
changeset 57091 06bc4bd64599
parent 57080 bd4ce7f9ea2c
child 57096 d06bec27f8c9
permissions -rw-r--r--
8215515: Add a command line option to override internal resources. Reviewed-by: kcr, almatvee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     1
#
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     2
# Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     4
#
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    10
#
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    15
# accompanied this code).
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    16
#
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    20
#
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    23
# questions.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    24
#
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    25
#
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    26
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    27
param.images-root.name=Image Root
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    28
param.images-root.description=Image Root
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    29
param.create-image.name=Create Image
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    30
param.create-image.description=Creates platform-specific application image.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    31
param.create-installer.name=Create Installer
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    32
param.create-installer.description=Creates platform-specific installer for the application.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    33
param.create-jre-installer.name=Create JRE Installer
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    34
param.create-jre-installer.description=Creates platform-specific JRE installer.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    35
param.jlink-builder.name=JLink Builder
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    36
param.jlink-builder.description=Name of the JLink Builder to build the applicaiton image with.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    37
param.app-name.name=App Name
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    38
param.app-name.description=The name of the application.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    39
param.app-fs-name.name=App File System Name
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    40
param.app-fs-name.description=The name of the application suitable for file system use.  Typically this is just letters, numbers, dots, and dashes.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    41
param.app-resource.description=All of the files to place in the resources directory.  Including all needed jars as assets.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    42
param.app-resources.name=Resources
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    43
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.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    44
param.app-resources-list.name=Resources List
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    45
param.build-root.name=Build Root
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    46
param.build-root.description=The directory in which to use and place temporary files.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    47
param.category.name=Category
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    48
param.category.description=The category oor group of the application.  Generally speaking you will also want to specify application specific categories as well.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    49
param.category.default=Unknown
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    50
param.copyright.name=Copyright
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    51
param.copyright.description=The copyright for the application.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    52
param.copyright.default=Copyright (C) {0,date,YYYY}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    53
param.description.name=Description
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    54
param.description.description=A longer description of the application
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    55
param.description.default=none
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    56
param.icon-file.name=Icon
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    57
param.icon-file.description=The main icon of the application bundle.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    58
param.identifier.name=Identifier
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    59
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.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    60
param.arguments.name=Command Line Arguments
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    61
param.arguments.description=Command Line Arguments to be passed to the main class if no arguments are specified by the launcher.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    62
param.jvm-options.name=JVM Options
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    63
param.jvm-options.description=JVM flags and options to be passed in.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    64
param.jvm-system-properties.name=JVM System Properties
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    65
param.jvm-system-properties.description=JVM System Properties (of the -Dname\=value variety).
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    66
param.license-file.name=License
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    67
param.license-file.description=The license file, relative to the assembled application directory.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    68
param.main-class.name=Main Class
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    69
param.main-class.description=The main class for the application.  Either a javafx.application.Application instance or a java class with a main method.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    70
param.main-module.name=Main Module
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    71
param.main-module.description=The main module for the application.  This is the module containing the main class.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    72
param.classpath.name=Main Jar Classpath
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    73
param.classpath.description=The classpath from the main jar of the application, relative to the assembled application directory.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    74
param.main-jar.name=Main Jar
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    75
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.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    76
param.name.name=Name
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    77
param.name.description=The name of the application.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    78
param.preferences-id.name=Preferences ID
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    79
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".
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    80
param.title.name=Title
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    81
param.title.description=A title for the application.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    82
param.vendor.name=Vendor
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    83
param.vendor.description=The vendor of the application.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    84
param.vendor.default=Unknown
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    85
param.predefined-app-image.name=Predefined Application Image
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    86
param.predefined-app-image.description=Location of the predefined application image that is used to build an installable package.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    87
param.predefined-runtime-image.name=Predefined Runtime Image
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    88
param.predefined-runtime-image.description=Location of the custom runtime image that is used to build an application image and installable packages.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    89
param.version.name=Version
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    90
param.version.description=The version of this application.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    91
param.version.default=1.0
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    92
param.verbose.name=Verbose
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    93
param.verbose.description=Flag to print out more information and saves configuration files for bundlers.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    94
param.force.name=Force
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    95
param.force.description=Flag to allow removal of existing Build Root contents
57091
06bc4bd64599 8215515: Add a command line option to override internal resources.
herrick
parents: 57080
diff changeset
    96
param.resource-dir.name=Resource Dir
06bc4bd64599 8215515: Add a command line option to override internal resources.
herrick
parents: 57080
diff changeset
    97
param.resource-dir.description=The directory to look for bundler specific resources.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    98
param.secondary-launchers.name=Secondary Launchers
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    99
param.secondary-launchers.description=A collection of bundle param info for secondary launchers
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   100
param.file-associations.name=File Associations
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   101
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.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   102
param.fa-extension.name=File Association Extension
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   103
param.fa-extension.description=The File Extension to be associated, just the extension no dots.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   104
param.fa-content-type.name=File Association Content Type
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   105
param.fa-content-type.description=Content Type to be associated.  Such as application/x-vnd.my-awesome-app.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   106
param.fa-icon.name=File Association Icon
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   107
param.fa-icon.description=The Icon to be used for associated files.  Defaults to the application icon.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   108
param.fa-description.name=File Association Description
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   109
param.fa-description.description=The description to be used for associated files.  The default is "<appName> File".
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   110
param.source-dir.name=Source Directory
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   111
param.source-dir.description=Path to the directory containing the files to be bundled.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   112
param.module-path.name=Module Path
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   113
param.module-path.description=When packaging the Java Runtime, this is the path JLink will look in for modules.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   114
param.add-modules.name=Add Modules
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   115
param.add-modules.description=List of Modules to add to JImage creation, including possible services.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   116
param.limit-modules.name=Limit Modules
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   117
param.limit-modules.description=Modules to Limit JImage creation to.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   118
param.strip-executables.name=Strip Native Executables
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   119
param.strip-executables.description=Removes native executables from the JImage creation.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   120
param.main.module.name=Main Module
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   121
param.main.module.description=The main module of the application.  This module should have the main-class, and is on the module path.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   122
param.singleton.name=Singleton
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   123
param.singleton.description=Prevents from launching multiple instances of application.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   124
param.install-dir.name=Installation Directory
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   125
param.install-dir.description=Installation directory of the application.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   126
57091
06bc4bd64599 8215515: Add a command line option to override internal resources.
herrick
parents: 57080
diff changeset
   127
message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize)
06bc4bd64599 8215515: Add a command line option to override internal resources.
herrick
parents: 57080
diff changeset
   128
message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize)
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   129
message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1})
57091
06bc4bd64599 8215515: Add a command line option to override internal resources.
herrick
parents: 57080
diff changeset
   130
message.using-custom-resource=Using custom package resource {0} (loaded from {1})
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   131
message.creating-app-bundle=Creating app bundle\: {0} in {1}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   132
message.detected.modules="Automatically adding detected modules: {0}."
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   133
message.modules="Adding modules: {0} to runtime image."
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   134
message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   135
message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   136
message.runtime-image-dir-does-not-exist=Specified runtime image directory {0}\: {1} does not exists
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   137
message.runtime-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   138
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   139
error.cannot-create-output-dir=Output directory {0} cannot be created.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   140
error.cannot-write-to-output-dir=Output directory {0} is not writable.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   141
error.root-exists-without-force=Root Directory {0} already exists and --force is not specified"
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   142
error.no-application-class=Main application class is missing.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   143
error.no-application-class.advice=Please specify main application class.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   144
error.no-main-module=Main application module is missing.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   145
error.no-main-module.advice=Make sure to use fx\:module task to create modular application.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   146
error.srcfiles.contain.modules=Error: Modules are not allowed in srcfiles: {0}.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   147
error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
57091
06bc4bd64599 8215515: Add a command line option to override internal resources.
herrick
parents: 57080
diff changeset
   148
error.no-main-class-with-main-jar.advice=Please specify a application class or ensure that the jar {0} specifies one in the manifest.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   149
error.no-main-class=An application class was not specified nor was one found in the supplied application resources
57091
06bc4bd64599 8215515: Add a command line option to override internal resources.
herrick
parents: 57080
diff changeset
   150
error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   151
error.main-jar-does-not-exist=The configured main jar does not exist {0}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   152
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.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   153
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   154
warning.module.does.not.exist=Module {0} does not exist.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   155
warning.no.jdk.modules.found=Warning: No JDK Modules found.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   156
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   157
MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   158
MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   159
MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem\: {1}  \n\
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   160
Advice to fix\: {2}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   161
MSG_BundlerConfigExceptionNoAdvice=Bundler {0} skipped because of a configuration problem\: {1}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   162
MSG_BundlerRuntimeException=Bundler {0} failed because of {1}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   163
MSG_Version=jpackage version
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   164
MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   165
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   166
ERR_MissingArgument=Error: Missing argument: {0}
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   167
ERR_MissingAppResources=Error: No application jars found
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   168
ERR_AppImageNotExist=Error: App image directory "{0}" does not exist
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   169
ERR_AppImageInvalid=Error: App image directory "{0}" is invalid and does not contain "app" and/or "runtime" sub-directories
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   170
ERR_NoSecondaryLauncherName=Secondary Launchers require a name parameter.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   171
ERR_NoUniqueName=Secondary Launchers require a unique name parameter.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   172
ERR_NoJreInstallerName=Jre Installers require a name parameter.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
   173
ERR_InvalidCharacterInArgument=Error: Invalid character found in {0} argument
57080
bd4ce7f9ea2c 8214495: Change behavior of --license-file
herrick
parents: 57077
diff changeset
   174
ERR_LicenseFileNotExit=Error: Specified license file does not exist.