src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources_zh_CN.properties
author herrick
Fri, 14 Jun 2019 12:04:12 -0400
branchJDK-8200758-branch
changeset 57407 2c14fbeff1dc
parent 57404 a477b26bf888
child 57438 4a31db8d42bd
permissions -rw-r--r--
8225569: jpackage app-image layout Reviewed-by: asemenyuk, kcr, almatvee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
     1
#
57106
ea870b9ce89a 8216492: Update copyright of all new jpackage fils to 2019
kcr
parents: 57103
diff changeset
     2
# Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
57059
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
app.bundler.name=Windows Application Image
57397
89549ecec1c7 8223212: Code cleanup found during jpackage review
herrick
parents: 57314
diff changeset
    28
app.bundler.description=A Directory based image of a windows Application with an optionally co-bundled JRE. Used as a base for the Installer bundlers.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    29
exe.bundler.name=EXE Installer
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    30
exe.bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    31
msi.bundler.name=MSI Installer
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    32
msi.bundler.description=Microsoft Windows MSI Installer, via WiX.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    33
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    34
param.menu-group.default=Unknown
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    35
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    36
resource.executable-properties-template=Template for creating executable properties file.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    37
resource.inno-setup-project-file=Inno Setup project file
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    38
resource.setup-icon=setup dialog icon
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    39
resource.post-install-script=script to run after application image is populated
57407
2c14fbeff1dc 8225569: jpackage app-image layout
herrick
parents: 57404
diff changeset
    40
resource.wxl-file-name=MsiInstallerStrings_en.wxl
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    41
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    42
error.parameters-null=Parameters map is null.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    43
error.parameters-null.advice=Pass in a non-null parameters map.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    44
error.no-windows-resources=This copy of the JDK does not support Windows.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    45
error.no-windows-resources.advice=Please use the Oracle JDK for Windows.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    46
error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0}.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    47
error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
57314
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    48
error.iscc-not-found.advice=Download Inno Setup 5 or later from http://www.jrsoftware.org and add it to the PATH.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    49
error.copyright-is-too-long=The copyright string is too long for InnoSetup.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    50
error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    51
error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe).
57314
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    52
error.no-wix-tools.advice=Download WiX 3.0 or later from http://wix.sf.net and add it to the PATH.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    53
error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}].
57314
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    54
error.version-string-wrong-format.advice=Set the bundler argument "{0}" according to these rules: http://msdn.microsoft.com/en-us/library/aa370859%28v\=VS.85%29.aspx .
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    55
error.version-string-major-out-of-range=Major version must be in the range [0, 255].
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    56
error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535].
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    57
error.version-string-minor-out-of-range=Minor version must be in the range [0, 255].
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    58
error.version-string-part-not-number=Failed to convert version component to int.
57314
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    59
error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory.
57215
62db1c695d13 8218681: Windows exe's generated by jpackage have wrong info
herrick
parents: 57213
diff changeset
    60
error.version-swap=Failed to update version information for {0}.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    61
57314
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    62
message.result-dir=Result application bundle: {0}.
57397
89549ecec1c7 8223212: Code cleanup found during jpackage review
herrick
parents: 57314
diff changeset
    63
message.icon-not-ico=The specified icon "{0}" is not an ICO file and will not be used. The default icon will be used in it's place.
89549ecec1c7 8223212: Code cleanup found during jpackage review
herrick
parents: 57314
diff changeset
    64
message.multiple-launchers=Multiple launchers found in predefined app-image. {0} will be used as primary launcher.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    65
message.potential.windows.defender.issue=Warning: Windows Defender may prevent jpackage from functioning. If there is an issue, it can be addressed by either disabling realtime monitoring, or adding an exclusion for the directory "{0}".
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    66
message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
57314
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    67
message.outputting-to-location=Generating EXE for installer to: {0}.
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    68
message.output-location=Installer (.exe) saved to: {0}
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    69
message.tool-version=Detected [{0}] version [{1}].
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    70
message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
57314
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    71
message.running-wsh-script=Running WSH script on application image [{0}].
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    72
message.iscc-file-string=InnoSetup compiler set to {0}.
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    73
message.creating-association-with-null-extension=Creating association with null extension.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    74
message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    75
message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build .
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    76
message.truncating.id=Truncating Application ID to 126 chars for Inno Setup.
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    77
message.use-wix36-features=WiX 3.6 detected. Enabling advanced cleanup action.
57314
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    78
message.generated-product-guid=Generated product GUID: {0}.
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    79
message.preparing-msi-config=Preparing MSI config: {0}.
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    80
message.generating-msi=Generating MSI: {0}.
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    81
message.light-file-string=WiX light tool set to {0}.
23da9e6f446f 8221641: Follow up code clean up for JDK-8221582
herrick
parents: 57283
diff changeset
    82
message.candle-file-string=WiX candle tool set to {0}.
57283
0b0be19f79e4 8215019: Allow --install-dir on windows
herrick
parents: 57256
diff changeset
    83
message.invalid.install.dir=Warning: Invalid install directory {0}. Install directory should be a relative sub-path under the default installation location such as "Program Files". Defaulting to application name "{1}".
57059
9bb2a4dc3af7 8214143: Reduce Resource files
herrick
parents:
diff changeset
    84