src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources_ja.properties
branchJDK-8200758-branch
changeset 57059 9bb2a4dc3af7
child 57080 bd4ce7f9ea2c
equal deleted inserted replaced
57055:cac1ec6a34ee 57059:9bb2a4dc3af7
       
     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 app.bundler.name=Windows Application Image
       
    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
       
    29 exe.bundler.name=EXE Installer
       
    30 exe.bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
       
    31 msi.bundler.name=MSI Installer
       
    32 msi.bundler.description=Microsoft Windows MSI Installer, via WiX.
       
    33 
       
    34 param.config-root.name=Config Root Dir
       
    35 param.config-root.description=Config Root Dir
       
    36 param.raw-executable-url.name=Launcher URL
       
    37 param.raw-executable-url.description=Override the jpackage default launcher with a custom launcher.
       
    38 param.rebrand-executable.name=Rebrand Launcher
       
    39 param.rebrand-executable.description=Update the launcher with the application icon and update ownership information.
       
    40 param.icon-ico.name=.ico Icon
       
    41 param.icon-ico.description=Icon for the application, in ICO format.
       
    42 param.console-hint.name=Console Hint
       
    43 param.console-hint.description=Indicates if the bundler should use console launcher
       
    44 param.menu-group.name=Menu Group
       
    45 param.menu-group.description=The Start Menu group this application should be placed in
       
    46 param.menu-group.default=Unknown
       
    47 param.64-bit.name=64-bit
       
    48 param.64-bit.description=Prepare the bundles for 64 bit windows.
       
    49 param.runtime-64-bit.name=runtime 64-bit
       
    50 param.runtime-64-bit.description=Embedded JRE runtime is 64-bit, used to detect bit architecture mismatches.
       
    51 param.installer-name.name=Installer Name
       
    52 param.installer-name.description=The filename of the generated installer without the file type extension.  Default is <App Name>-<Version>.
       
    53 param.registry-name.name=Registry Name
       
    54 param.registry-name.description=The name of the application for registry references.  Default is the Application Name with only alphanumerics, dots, and dashes (no whitespace).
       
    55 param.installdir-chooser.name=Install Directory Chooser
       
    56 param.installdir-chooser.description=Adds a dialog to let the user choose a directory where the product will be installed.
       
    57 param.system-wide.name=System Wide
       
    58 param.system-wide.description=Should this application attempt to install itself system wide, or only for each user?  Null means use the system default.
       
    59 param.exe-bundler.name=Exe Installer Bundler
       
    60 param.exe-bundler.description=Exe Installer Bundler
       
    61 param.image-dir.name=Image Dir
       
    62 param.image-dir.description=Image Dir
       
    63 param.app-dir.name=App Dir
       
    64 param.app-dir.description=App Dir
       
    65 param.menu-shortcut-hint.name=Menu Hint
       
    66 param.menu-shortcut-hint.description=If the bundler can add the application to the system menu, should it?
       
    67 param.desktop-shortcut-hint.name=Shortcut Hint
       
    68 param.desktop-shortcut-hint.description=If the bundler can create desktop shortcuts, should it make one?
       
    69 param.upgrade-uuid.name=Upgrade UUID
       
    70 param.upgrade-uuid.description=The UUID associated with upgrades for this package.
       
    71 param.product-version.name=Product Version
       
    72 param.product-version.description=The version of the application as seen by Windows and MSI, of the form "1.2.3"
       
    73 param.iscc-path.name=InnoSetup iscc.exe location
       
    74 param.iscc-path.description=File path to iscc.exe from the InnoSetup tool.
       
    75 param.msi-bundler.name=MSI App Bundler
       
    76 param.msi-bundler.description=MSI App Bundler
       
    77 param.can-use-wix36.name=Can Use Wix
       
    78 param.can-use-wix36.description=Can Use Wix
       
    79 param.candle-path.name=WiX candle.exe location
       
    80 param.candle-path.description=File path to candle.exe from the WiX toolset.
       
    81 param.light-path.name=WiX light.exe location
       
    82 param.light-path.description=File path to light.exe from the WiX toolset.
       
    83 
       
    84 resource.application-icon=application icon
       
    85 resource.executable-properties-template=Template for creating executable properties file.
       
    86 resource.inno-setup-project-file=Inno Setup project file
       
    87 resource.setup-icon=setup dialog icon
       
    88 resource.post-install-script=script to run after application image is populated
       
    89 resource.wix-config-file=WiX config file
       
    90 
       
    91 error.parameters-null=Parameters map is null.
       
    92 error.parameters-null.advice=Pass in a non-null parameters map.
       
    93 error.no-windows-resources=This copy of the JDK does not support Windows.
       
    94 error.no-windows-resources.advice=Please use the Oracle JDK for Windows.
       
    95 error.bit-architecture-mismatch=Bit architecture mismatch between FX SDK and JRE runtime.
       
    96 error.bit-architecture-mismatch.advice=Make sure to use JRE runtime with correct bit architecture.
       
    97 error.cannot-find-launcher=Cannot find cfg file in predefined app image directory {0}.
       
    98 error.cannot-create-output-dir=Output directory {0} cannot be created.
       
    99 error.cannot-write-to-output-dir=Output directory {0} is not writable.
       
   100 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
       
   101 error.iscc-not-found.advice=Download Inno Setup 5 or later from http\://www.jrsoftware.org and add it to the PATH.
       
   102 error.license-missing=Specified license file is missing.
       
   103 error.license-missing.advice=Make sure that "{0}" references a file in the app resources, and that it is relative file reference.
       
   104 error.copyright-is-too-long=The copyright string is too long for InnoSetup.
       
   105 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
       
   106 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
       
   107 error.too-many-content-types-for-file-association.advice=Specify one and only one MIME type for each file association.
       
   108 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe).
       
   109 error.no-wix-tools.advice=Download WiX 3.0 or later from http\://wix.sf.net and add it to the PATH.
       
   110 error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}].
       
   111 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
       
   112 error.version-string-major-out-of-range=Major version must be in the range [0, 255]
       
   113 error.version-string-build-out-of-range=Build part of version must be in the range [0, 65535]
       
   114 error.version-string-minor-out-of-range=Minor version must be in the range [0, 255]
       
   115 error.version-string-part-not-number=Failed to convert version component to int.
       
   116 error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory
       
   117 
       
   118 
       
   119 
       
   120 message.result-dir=Result application bundle\: {0}
       
   121 message.disable-bit-architecture-check=Disabled check for bit architecture mismatch.
       
   122 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.
       
   123 message.multiple-launchers=Multiple launchers found in predefined app-image.  {0} will be used as primary launcher.
       
   124 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}".
       
   125 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
       
   126 message.debug-working-directory=Kept working directory for debug\: {0}
       
   127 message.outputting-to-location=Generating EXE for installer to\: {0}
       
   128 message.output-location=Installer (.exe) saved to\: {0}
       
   129 message.tool-version=\  Detected [{0}] version [{1}]
       
   130 message.one-shortcut-required=At least one type of shortcut is required. Enabling menu shortcut.
       
   131 message.running-wsh-script=Running WSH script on application image [{0}]
       
   132 message.iscc-file-string=\  InnoSetup compiler set to {0}
       
   133 message.creating-association-with-null-extension=Creating association with null extension.
       
   134 message.wrong-tool-version=Detected [{0}] version {1} but version {2} is required.
       
   135 message.use-wix36-features=WiX 3.6 detected. Enabling advanced cleanup action.
       
   136 message.version-string-too-many-components=Version sting may have up to 3 components - major.minor.build .
       
   137 message.truncating.id=Truncating Application ID to 126 chars for Inno Setup.
       
   138 message.use-wix36-features=WiX 3.6 detected. Enabling advanced cleanup action.
       
   139 message.generated-product-guid=Generated product GUID\: {0}
       
   140 message.preparing-msi-config=Preparing MSI config\: {0}
       
   141 message.generating-msi=Generating MSI\: {0}
       
   142 message.light-file-string=WiX light tool set to {0}
       
   143 message.candle-file-string=WiX candle tool set to {0}
       
   144