src/jdk.packager/windows/classes/jdk/packager/internal/resources/windows/WinExeBundler.properties
author herrick
Thu, 18 Oct 2018 17:57:26 -0400
branchJDK-8200758-branch
changeset 56986 5c3dae7af901
parent 56982 e094d5483bd6
child 56989 0f19096663d1
permissions -rw-r--r--
JDK-8212089: Prepare packager for localization Reviewed-by: almatvee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
56982
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
     1
#
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
     2
# Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
     4
#
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    10
#
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    15
# accompanied this code).
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    16
#
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    17
# You should have received a copy of the GNU General Public License version
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    20
#
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    23
# questions.
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    24
#
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    25
#
e094d5483bd6 8212048: Cleanup source code and fix issues discussed in preliminary review
herrick
parents: 56947
diff changeset
    26
56941
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    27
bundler.name=EXE Installer
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    28
bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    29
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    30
param.system-wide.name=System Wide
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    31
param.system-wide.description=Should this application attempt to install itself system wide, or only for each user?  Null means use the system default.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    32
56986
5c3dae7af901 JDK-8212089: Prepare packager for localization
herrick
parents: 56982
diff changeset
    33
param.app-bundler.name=Exe Installer Bundler
5c3dae7af901 JDK-8212089: Prepare packager for localization
herrick
parents: 56982
diff changeset
    34
param.app-bundler.description=Exe Installer Bundler
56941
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    35
56986
5c3dae7af901 JDK-8212089: Prepare packager for localization
herrick
parents: 56982
diff changeset
    36
param.config-root.name=Config Root
5c3dae7af901 JDK-8212089: Prepare packager for localization
herrick
parents: 56982
diff changeset
    37
param.config-root.description=Config Root
56941
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    38
56986
5c3dae7af901 JDK-8212089: Prepare packager for localization
herrick
parents: 56982
diff changeset
    39
param.image-dir.name=Image Dir
5c3dae7af901 JDK-8212089: Prepare packager for localization
herrick
parents: 56982
diff changeset
    40
param.image-dir.description=Image Dir
56941
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    41
56986
5c3dae7af901 JDK-8212089: Prepare packager for localization
herrick
parents: 56982
diff changeset
    42
param.app-dir.name=App Dir
5c3dae7af901 JDK-8212089: Prepare packager for localization
herrick
parents: 56982
diff changeset
    43
param.app-dir.description=App Dir
56941
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    44
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    45
param.menu-shortcut-hint.name=Menu Hint
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    46
param.menu-shortcut-hint.description=If the bundler can add the application to the system menu, should it?
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    47
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    48
param.desktop-shortcut-hint.name=Shortcut Hint
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    49
param.desktop-shortcut-hint.description=If the bundler can create desktop shortcuts, should it make one?
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    50
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    51
param.upgrade-uuid.name=Upgrade UUID
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    52
param.upgrade-uuid.description=The UUID associated with upgrades for this package.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    53
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    54
param.product-version.name=Product Version
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    55
param.product-version.description=The version of the application as seen by Windows and MSI, of the form "1.2.3"
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    56
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    57
param.iscc-path.name=InnoSetup iscc.exe location
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    58
param.iscc-path.description=File path to iscc.exe from the InnoSetup tool.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    59
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    60
resource.inno-setup-project-file=Inno Setup project file
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    61
resource.setup-icon=setup dialog icon
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    62
resource.post-install-script=script to run after application image is populated
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    63
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    64
error.parameters-null=Parameters map is null.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    65
error.parameters-null.advice=Pass in a non-null parameters map.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    66
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    67
error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    68
error.iscc-not-found.advice=Download Inno Setup 5 or later from http\://www.jrsoftware.org and add it to the PATH.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    69
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    70
error.license-missing=Specified license file is missing.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    71
error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative file reference.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    72
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    73
error.copyright-is-too-long=The copyright string is too long for InnoSetup.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    74
error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    75
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    76
error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    77
error.too-many-content-types-for-file-association.advice=Specify one and only one MIME type for each file association.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    78
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    79
error.cannot-create-output-dir=Output directory {0} cannot be created.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    80
error.cannot-write-to-output-dir=Output directory {0} is not writable.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    81
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    82
message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    83
message.debug-working-directory=Kept working directory for debug\: {0}
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    84
message.config-save-location=\  Config files are saved to {0}. Use them to customize package.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    85
message.outputting-to-location=Generating EXE for installer to\: {0}
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    86
message.output-location=Installer (.exe) saved to\: {0}
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    87
message.tool-version=\  Detected [{0}] version [{1}]
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    88
message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    89
message.running-wsh-script=Running WSH script on application image [{0}]
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    90
message.iscc-file-string=\  InnoSetup compiler set to {0}
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    91
message.creating-association-with-null-extension=Creating association with null extension.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    92
message.potential.windows.defender.issue=Warning: Windows Defender may prevent the Java Packager from functioning. If there is an issue, it can be addressed by either disabling realtime monitoring, or adding an exclusion for the directory "{0}".
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    93
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    94
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    95
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    96
message.tool-version=Detected [{0}] version [{1}]
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    97
message.running-wsh-script=Running WSH script on application image [{0}]
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    98
message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
    99
message.use-wix36-features=WiX 3.6 detected. Enabling advanced cleanup action.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
   100
message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build .
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
   101
message.debug-working-directory=Kept working directory for debug\: {0}
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
   102
message.config-save-location=Config files are saved to {0}. Use them to customize package.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
   103
message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
20568f1e1aa7 JDK-8211282: Support creation of 'exe' installers on Windows.
herrick
parents:
diff changeset
   104
message.creating-association-with-null-extension=Creating association with null extension.
56947
5a03c4524b90 JDK-8211857: Support "exe" format for create-jre-installers
herrick
parents: 56941
diff changeset
   105
message.truncating.id=Truncating Application ID to 126 chars for Inno Setup.