src/jdk.jpackage/windows/classes/jdk/jpackage/internal/resources/WinResources_zh_CN.properties
branchJDK-8200758-branch
changeset 57397 89549ecec1c7
parent 57314 23da9e6f446f
child 57404 a477b26bf888
equal deleted inserted replaced
57396:3944e4c2f779 57397:89549ecec1c7
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 #
    25 #
    26 
    26 
    27 app.bundler.name=Windows Application Image
    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
    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
    29 exe.bundler.name=EXE Installer
    30 exe.bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
    30 exe.bundler.description=Microsoft Windows EXE Installer, via InnoIDE.
    31 msi.bundler.name=MSI Installer
    31 msi.bundler.name=MSI Installer
    32 msi.bundler.description=Microsoft Windows MSI Installer, via WiX.
    32 msi.bundler.description=Microsoft Windows MSI Installer, via WiX.
    33 
    33 
    34 param.menu-group.default=Unknown
    34 param.menu-group.default=Unknown
    35 
    35 
    36 resource.application-icon=application icon
       
    37 resource.executable-properties-template=Template for creating executable properties file.
    36 resource.executable-properties-template=Template for creating executable properties file.
    38 resource.inno-setup-project-file=Inno Setup project file
    37 resource.inno-setup-project-file=Inno Setup project file
    39 resource.setup-icon=setup dialog icon
    38 resource.setup-icon=setup dialog icon
    40 resource.post-install-script=script to run after application image is populated
    39 resource.post-install-script=script to run after application image is populated
    41 resource.wix-config-file=WiX config file
    40 resource.wix-config-file=WiX config file
    49 error.cannot-write-to-output-dir=Output directory {0} is not writable.
    48 error.cannot-write-to-output-dir=Output directory {0} is not writable.
    50 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
    49 error.iscc-not-found=Can not find Inno Setup Compiler (iscc.exe).
    51 error.iscc-not-found.advice=Download Inno Setup 5 or later from http://www.jrsoftware.org and add it to the PATH.
    50 error.iscc-not-found.advice=Download Inno Setup 5 or later from http://www.jrsoftware.org and add it to the PATH.
    52 error.copyright-is-too-long=The copyright string is too long for InnoSetup.
    51 error.copyright-is-too-long=The copyright string is too long for InnoSetup.
    53 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
    52 error.copyright-is-too-long.advice=Provide a copyright string shorter than 100 characters.
    54 error.too-many-content-types-for-file-association=More than one MIME types was specified for File Association number {0}.
       
    55 error.too-many-content-types-for-file-association.advice=Specify one and only one MIME type for each file association.
       
    56 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe).
    53 error.no-wix-tools=Can not find WiX tools (light.exe, candle.exe).
    57 error.no-wix-tools.advice=Download WiX 3.0 or later from http://wix.sf.net and add it to the PATH.
    54 error.no-wix-tools.advice=Download WiX 3.0 or later from http://wix.sf.net and add it to the PATH.
    58 error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}].
    55 error.version-string-wrong-format=Version string is not compatible with MSI rules [{0}].
    59 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 .
    56 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 .
    60 error.version-string-major-out-of-range=Major version must be in the range [0, 255].
    57 error.version-string-major-out-of-range=Major version must be in the range [0, 255].
    63 error.version-string-part-not-number=Failed to convert version component to int.
    60 error.version-string-part-not-number=Failed to convert version component to int.
    64 error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory.
    61 error.cannot-walk-directory=Can not walk [{0}] - it is not a valid directory.
    65 error.version-swap=Failed to update version information for {0}.
    62 error.version-swap=Failed to update version information for {0}.
    66 
    63 
    67 message.result-dir=Result application bundle: {0}.
    64 message.result-dir=Result application bundle: {0}.
    68 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.
    65 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.
    69 message.multiple-launchers=Multiple launchers found in predefined app-image.  {0} will be used as primary launcher.
    66 message.multiple-launchers=Multiple launchers found in predefined app-image. {0} will be used as primary launcher.
    70 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}".
    67 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}".
    71 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
    68 message.tool-wrong-version=Detected [{0}] version {1} but version {2} is required.
    72 message.outputting-to-location=Generating EXE for installer to: {0}.
    69 message.outputting-to-location=Generating EXE for installer to: {0}.
    73 message.output-location=Installer (.exe) saved to: {0}
    70 message.output-location=Installer (.exe) saved to: {0}
    74 message.tool-version=Detected [{0}] version [{1}].
    71 message.tool-version=Detected [{0}] version [{1}].